/*css通用样式*/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, "微软雅黑"
}

body, button, input, select, textarea {
    font-weight: normal;
    font-size: 14px;
    font-family: Microsoft YaHei, "微软雅黑";
    position: relative;
}

input, textarea {
    border: 1px #ccc solid;
    background: #ffffff;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #868585;
}
a:hover{
    text-decoration: underline;
}
ul li, ol li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.container {
    width: 1190px;
    margin: auto;
    height: auto;
}

.rt {
    float: right;
}

.lf {
    float: left;
}

.ellipsis_one {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ellipsis_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex {
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.hidden {
    display: none;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    /**/
}

div::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #333;
}

div::-webkit-scrollbar-corner {
    background: #e59c2b;
}

@-moz-document url-prefix(http://),url-prefix(https://) {
    /* 滚动条颜色 */
    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0,0,0,0) !important;
    }
    /* 滚动条按钮颜色 */
    thumb,scrollbarbutton {
        -moz-appearance: none !important;
        background-color: bfbfbf !important;
    }
    /* 鼠标悬停时按钮颜色 */

    thumb:hover,scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: bfbfbf !important;
    }
    /* 隐藏上下箭头 */
    scrollbarbutton {
        display: none !important;
    }
    /* 纵向滚动条宽度 */
    scrollbar[orient="vertical"] {
        min-width: 2px !important;
    }
}

.index--top {
    width: 100%;
    height: 60px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 4px #e3e3e3;
    z-index: 99;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    position: relative;
}

.index--top__logo {
    width: 60px;
    float: left;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.index--top__logo img {
    width: 100%;
    height: 60px;
}

.index--top__nav {
    float: left;
    width: calc(100% - 62px);
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.topnav--left {
    align-items: center;
}

.topnav--left span.topnav--left_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.topnav--left span.topnav--left_icon.home {
    background: url(../images/home.png) no-repeat;
    background-size: cover;
}

.topnav--left p {
    padding-left: 20px;
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.topnav--right {
    height: 100%;
}

.topnav--mobile {
    display: none
}

.topnav--right > ul {
    float: right;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.topnav--right > ul > li {
    height: 100%;
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    margin-left: 20px;
    position: relative;
}

.topnav_kehu {
    padding-right: 20px;
}
.tip{ position:relative;}
.tip:before {
	content: '';
	font-family: '';
	font-size: 16px;
	color:#F5080C;
	width:4px;
	height:4px;
	border-radius:4px;
	position:absolute;
	right: 25px;
	top: 14px;
	background:#F5080C;
	display:block;
}
.tips{ position:relative;}
.tips:before {
	content: '';
	font-family: '';
	font-size: 16px;
	color:#F5080C;
	width:10px;
	height:10px;
	border-radius:20px;
	position:absolute;
	right: 0px;
	top: -5px;
	background:#F5080C;
	display:block;
}

.topnav_kehu .topnav_item:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    right: 2px;
    top: 15px;
}

.topnav--right > ul > li .topnav_item a {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.topnav--right > ul > li .topnav_item a img {
    width: 100%
}

.topnav--right ul li .account_language {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 99;
    padding-top: 10px;
    display: none;
	min-width:100px;
}
.topnav--right ul li .update {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 99;
    padding-top: 10px;
    display: none;
	min-width:180px;
	height:42px;
	line-height:42px;
}


.topnav--right ul li .account_language:before {
    content: '';
    display: inline-block;
    border-top: 10px #fff solid;
    border-left: 10px #fff solid;
    border-bottom: 10px #fff solid;
    border-right: 10px #fff solid;
    position: absolute;
    right: 28px;
    top: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}


.topnav--right ul li .update:before {
    content: '';
    display: inline-block;
    border-top: 10px #2a2a32 solid !important;
    border-left: 10px #2a2a32 solid !important;
    border-bottom: 10px #2a2a32 solid !important;
    border-right: 10px #2a2a32 solid !important;
    position: absolute;
    right: 28px;
    top: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

.topnav--right ul li .account_language > div {
    width: auto;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 4px #e3e3e3;
}


.topnav--right ul li .update > div {
    width: auto;
    padding: 15px;
    background: #2a2a32;
    box-shadow: 0 0 4px #2a2a32;
}

.topnav--right ul li .account_language ul li {
    padding: 5px;
    background: #f9f9f9;
}

.topnav--right ul li .account_language ul li a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;

}


.topnav--right ul li .update ul li a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
	color:#f9f1e4;
	font-size:16px;

}
.topnav--right ul li .update ul li{
	background: #2a2a32;
}

.topnav--right ul li .account_language ul li img {
    width: 20px;
    height: 14px;
}

.topnav--right ul li .account_language ul li span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
}

.topnav--right ul li:hover .account_language {
    display: block
}

.topnav--right ul li .account_kefu {
    position: absolute;
    top: 60px;
    right: -21px;
    z-index: 99;
    padding-top: 10px;
    display: none;
    width: 440px;

}
.topnav--right ul li .account_kefu.account_kefuewm{
    position: absolute;
    top: 60px;
    right: -74px;
    z-index: 99;
    padding-top: 10px;
    width: 250px;
    text-align: center;
}
.topnav--right ul li .account_kefu.account_kefuewm .kefu_img,.topnav--right ul li .account_kefu.account_kefuewm img{width: 100%;height: auto}

.topnav--right ul li .account_kefu > div {
    display: flex;
    display: -webkit-flex;
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0 0 4px #e3e3e3;
}

.topnav--right ul li .account_kefu:before {
    content: '';
    display: inline-block;
    border-top: 10px #fff solid;
    border-left: 10px #fff solid;
    border-bottom: 10px #fff solid;
    border-right: 10px #fff solid;
    position: absolute;
    right: 28px;
    top: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

.topnav--right ul li .account_kefu.account_kefuewm:before{
    right: 80px;
}
.child_icon{width: 3px !important;height:3px !important;border: 3px solid #fff; border-radius:3px; display:inline-block; margin:0px 5px;}
.kefu_img {
    width: 110px;
    height: 143px;
    overflow: hidden;
    margin-right: 30px;
    flex-shrink: 0
}

.kefu_img img {
    width: 100%;
}

.kefu_message font {
    width: 27px;
    display: inline-block
}

.kefu_message, .kefu_message a {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    flex-shrink: 0;
}

.kefu_message label {
    display: inline-block;
    width: 54px;
    text-align: justify;
    line-height: 0px;
}

.kefu_message i {
    display: inline-block;
    width: 100%;
}

.kefu_message a {
    text-decoration: underline
}

.topnav--right > ul > li:hover .account_kefu {
    display: block
}

/*顶部账户信息*/
.topnav--right ul li .account_message {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 99;
    padding-top: 10px;
    display: none;
}

.topnav--right ul li .account_message > div {
    width: 450px;
    padding: 25px;
    background: #2a2a32;
}

.topnav--right ul li .account_message.active {
    display: block;
}

.topnav--right ul li.topnav_kehu:hover .account_message {
    display: block;
}

.account_message:before {
    content: '';
    display: inline-block;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-bottom: 10px #2a2a32 solid;
    border-right: 10px transparent dashed;
    position: absolute;
    right: 28px;
    top: -10px;
}

.account_message-top {
    width: 100%;
}

.account_message-top .kehu_image {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.account_message-top .kehu_image img {
    width: 100%;
}

.keuh_xinxi {
    float: left;
    width: calc(100% - 70px);
}

.keuh_xinxi p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.keuh_xinxi p.up_date {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.keuh_xinxi p a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    float: right;
}

.keuh_xinxi p.up_date a {
    font-size: 14px;
    color: #feb32b;
    line-height: 32px;
    float: right;
}

.kehu_quickfunction {
    padding-top: 25px;
}

.kehu_quickfunction li {
    float: left;
    width: 25%;
    text-align: center
}

.kehu_quickfunction li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.kehu_quickfunction li a:hover {
    color: #feb32b;
}

.topnav--mobile ul li .topnav--mobile_language {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 99;
    padding-top: 10px;
    display: none;
}

.topnav--mobile ul li .topnav--mobile_language:before {
    content: '';
    display: inline-block;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-bottom: 10px #fff solid;
    border-right: 10px transparent dashed;
    position: absolute;
    right: 28px;
    top: -10px;
}

.topnav--mobile ul li .topnav--mobile_language > div {
    width: auto;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 4px #e3e3e3;
}

.topnav--mobile ul li .topnav--mobile_language ul li {
    padding: 5px;
    background: #f9f9f9;
}

.topnav--mobile ul li .topnav--mobile_language ul li a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;

}

.topnav--mobile ul li .topnav--mobile_language ul li img {
    width: 20px;
    height: 14px;
}

.topnav--mobile ul li .topnav--mobile_language ul li span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
}

.topnav--mobile ul li:hover .topnav--mobile_language {
    display: block
}

/*主内容区*/
.index--content {
    width: 100%;
    margin: auto;
    height: auto;
    align-content: stretch;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
}

.siderbar {
    align-items: stretch;
    background: #020917;
}

.siderbar .nav-list {
    overflow: auto
}

.nav-tabs {
    width: 60px;
    z-index: 96;
    padding-bottom: 100px;
}
@-moz-document url-prefix() {
    .nav-tabs{
        width:68px
    }

}
.nav-tabs li.nav-tab {
    text-align: center;
	padding:10px 0px;

}

.nav-tabs li.nav-tab .nav-tab-link {
    position: relative;
    z-index: 4;
    display: block;
    height: 100%;
    color: #fff;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
}

.nav-tabs li.nav-tab span {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden
}

.nav-tabs li.nav-tab.nav-tabs-1 span {
    background: url(../images/nav_icon.png) 0 0;
}

.nav-tabs li.nav-tab.nav-tabs-2 span {
    background: url(../images/nav_icon.png) -60px 0;
}

.nav-tabs li.nav-tab.nav-tabs-3 span {
    background: url(../images/nav_icon.png) -120px 0;
}

.nav-tabs li.nav-tab.nav-tabs-4 span {
    background: url(../images/nav_icon.png) -180px 0;
}

.nav-tabs li.nav-tab.nav-tabs-5 span {
    background: url(../images/nav_icon.png) -240px 0;
}

.nav-tabs li.nav-tab.nav-tabs-6 span {
    background: url(../images/nav_icon.png) -300px 0;
}

.nav-tabs li.nav-tab.nav-tabs-7 span {
    background: url(../images/nav_icon.png) 0 -60px;
}

.nav-tabs li.nav-tab.nav-tabs-8 span {
    background: url(../images/nav_icon.png) -60px -60px;
}

.nav-tabs li.nav-tab.nav-tabs-9 span {
    background: url(../images/nav_icon.png) -120px -60px;
}

.nav-tabs li.nav-tab.nav-tabs-10 span {
    background: url(../images/nav_icon.png) -180px -60px;
}

.nav-tabs li.nav-tab.nav-tabs-11 span {
    background: url(../images/nav_icon.png) -240px -60px;
}

.nav-tabs li.nav-tab.nav-tabs-12 span {
    background: url(../images/nav_icon.png) -300px -60px;
}
.nav-tab-icon{ width:30px; height:30px; margin:0 auto;}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 30px;
    overflow: auto;
    background: #f1f4f9;
}

.nav-tabs li.nav-tab ul {
    width: 180px;
    height: 100%;

    text-align: center;
    position: absolute;
    left: 60px;
    top: 0;
    display: none;
}
@-moz-document url-prefix() {
    .nav-tabs li.nav-tab ul{left: 50px;}
}
.nav-tabs li.nav-tab:hover {
    background: #555;
}

.nav-tabs li.nav-tab:hover ul {
    display: block
}

.nav-tabs li.nav-tab ul li.nav-tab-second {
    padding: 10px;
    display: block;
    line-height: 28px;
    color: #fff;
    background: #555;
    text-align: left;
}

.nav-tabs li.nav-tab ul li.nav-tab-second a {
    color: #fff;
    position: relative;
}

.nav-tabs li.nav-tab ul li.nav-tab-second a i {
    font-size: 20px;
    padding-right: 10px;
}

.nav-tabs li.nav-tab ul li.nav-tab-second a.new:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ff6700;
    position: absolute;
    top: 0px;
    right: -20px;
    animation: huang 1s infinite;
    -webkit-animation: huang 1s infinite;
}

.nav-tabs li.nav-tab ul li.nav-tab-second a.new:after {
    content: "NEW";
    font-size: 12px;
    line-height: 25px;
    padding: 0 8px;
    border-radius: 5px;
    background: #ff6700;
    color: #fff;
    display: block;
    position: absolute;
    top: -19px;
    right: -36px;
    animation: huang 1s infinite;
    -webkit-animation: huang 1s infinite;
    transform: scale(.7);
}

@keyframes huang {
    0% {
        transform: scale(.6) translateY(0);
    }

    70% {
        transform: scale(.6) translateY(5px);
    }

    100% {
        transform: scale(.6) translateY(0);
    }
}

@-webkit-keyframes huang {
    0% {
        transform: scale(.5) translateY(0);
    }

    70% {
        transform: scale(.5) translateY(5px);
    }

    100% {
        transform: scale(.5) translateY(0);
    }
}

.nav-tabs li.nav-tab ul li.nav-tab-second:hover a {
    color: #e59c2b;
}

.main .main-top {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main .main-top > ul {

    flex-wrap: wrap
}

.main .main-top > ul li {
    margin-right: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.main .main-top > ul li div {
    max-width: 40px;
    border-radius: 10px;
    margin: auto;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.main .main-top > ul li div img {
    width: 100%
}

.main .main-top > ul li p {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    line-height: 24px;
    padding-top: 8px;
}

.main .main-top > ul li:hover div {
    box-shadow: 0px 1px 4px #c2c0c0, 0px 1px 2px #d2cdcd, 0px 1px 4px #d6d6d6;
    transform: scale(1.1) translate3d(0, 0, 0);
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    -moz-transform: scale(1.1) translate3d(0, 0, 0);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

/*滚动公告*/
.main_top_notice {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
}

.notice_title {
    float: left;
    line-height: 20px;

}

.notice_title i {
    padding-right: 5px;
}

.main_top_notice .notice_content {
    float: left;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    min-width: auto;
}

.main_top_notice .notice_content li a {
    color: #e59c2b
}

.notice_more {
    float: left;
    padding-left: 10px;
}

.notice_more:hover {
    text-decoration: underline
}

/*主体*/
.main-content {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.main-content .main-content-list {
    width: calc(33.333% - 30px);
    flex-grow: 1;
    margin-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-content .main-content-list:first-child {
    margin-left: 0;
}

.main-box {
    padding: 20px 25px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 4px #e3e3e3;
    margin-bottom: 20px;
}

.kehu_top {
    align-items: center;margin-bottom: 10px;
}

.kehu_top .kehu_toplogo {
    width: 68px;
    height: 68px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    text-align: center
}

.kehu_top .kehu_toplogo img {
    width: 100%
}

.kehu_name {
    color: #333333;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.kehu-information li {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.kehu-information li img {
    max-width: 100%
}

.kehu-information li span.kehu-infortitle {
    padding-left: 30px;
    position: relative
}

.kehu-information li:first-child span.kehu-infortitle:before {
    content: '';
    display: table;
    width: 20px;
    height: 20px;
    background: url("../images/icon_1.png") no-repeat;
    position: absolute;;
    left: 0;
}

.kehu-information li:nth-child(2) span.kehu-infortitle:before {
    content: '';
    display: table;
    width: 20px;
    height: 20px;
    background: url("../images/icon_2.png") no-repeat;
    position: absolute;;
    left: 0;
}

.kehu-information li:nth-child(3) span.kehu-infortitle:before {
    content: '';
    display: table;
    width: 20px;
    height: 20px;
    background: url("../images/icon_3.png") no-repeat;
    position: absolute;;
    left: 0;
}

.kehu-information li:nth-child(3) a {
    color: #feb32b
}

.ssl_tishi {
    position: relative;
    padding-left: 30px;
}

.ssl_tishi:before {
    content: '';
    display: table;
    width: 20px;
    height: 20px;
    background: url("../images/icon_4.png") no-repeat;
    position: absolute;;
    left: 0;
}

.ssl_tishi a {
    font-size: 14px;
    color: #ff0000;
    line-height: 24px;
}

/*询盘管理*/
.xunpan_top {
    justify-content: space-between;
    margin-bottom: 10px;
}

.xunpan_toptitle {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin-right: 30px;
    flex-shrink: 0;
}

.xunpan_top a {
    font-size: 14px;
    line-height: 30px;
    color: #feb32b;
}

.xunpan_middle {
    justify-content: space-between;
}
.flex_center{
	justify-content:center;
}

.xunpan_middle .xunpan_number {
    margin-right: 30px;
    padding-top: 60px;
}

.xunpan_middle .xunpan_number span {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;
}

.xunpan_middle .xunpan_number span.number {
    padding-left: 10px;
    color: #666666;
    font-size: 80px;
    line-height: 120px;
    font-weight: normal;
}

.xunpan_list {
    flex-grow: 0;
    width: 70%;
}

.xunpan_list ul li {
    background: #fff6e3;
    margin-bottom: 8px;
    padding: 8px 15px;
}

.xunpan_list ul li div.xunpan_li_content {
    /*display: flex;
    display: -webkit-flex;
    justify-content: space-between;*/
    margin-bottom: 10px;
}

.xunpan_list ul li div.xunpan_li_content p {
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xunpan_list ul li div.xunpan_li_content span {
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.xunpan_list ul li div.chuli {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.xunpan_list ul li div.undone {
    color: #ff0000
}

.xunpan_down div {
    width: 140px;
    height: 36px;
    background: #feb32b;
    line-height: 36px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.xunpan_down div a {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
    width: 130px;
}

.xunpan_down div a span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: center;
    line-height: 26px;
}

.xunpan_down div a span i {
    font-size: 14px;
    color: #feb32b
}

.xunpan_down div a:hover span {
    animation: shake_b 2s;
    -moz-animation: shake_b 2s; /* Firefox */
    -webkit-animation: shake_b 2s; /* Safari 和 Chrome */
    -o-animation: shake_b 2s;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20%, 60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    40%,80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes shake_b {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20%, 60% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    40%,80% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.shake_b {
    -webkit-animation-name: shake_b;
    animation-name: shake_b
}

.score_namelist li {
    float: left;
    margin-right: 15px;
}

.score_namelist li a {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    color: #333
}

.score_namelist li.active a {
    text-decoration: underline;
    color: #feb32b
}

.score_content {
    width: 100%;
}

.score_content ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
}

.score_content ul li.score_content_li {
    display: none;
    width: 100%;
}

.score_content ul li.score_content_li.active {
    display: block;
}

.score_plugin {
    text-align: center
}

.score_plugin img {
    max-width: 100%
}

.score_prompt {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 7px 0;
}

.score_table table {
    width: 100%;
    margin: auto
}

.score_table table th {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
}

.score_table table td {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-weight: normal;
    position: relative;
}

.score_table table th:nth-child(2), .score_table table td:nth-child(2) {
    text-align: left;
}

.score_table table th:nth-child(3), .score_table table td:nth-child(3) {
    text-align: right;
}

.score_table table td:first-child {
    padding-left: 15px;
}

.score_table table tr.item td:first-child:before {
    content: '';
    display: table;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #f2b844;
    position: absolute;;
    left: 0;
    top: 6px;
}

.score_table table tr.item:nth-child(2n) td:first-child:before {
    content: '';
    display: table;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #38e7ae;
    position: absolute;;
    left: 0;
    top: 6px;
}

.score_table table tr.item:nth-child(3n) td:first-child:before {
    content: '';
    display: table;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #1d87ef;
    position: absolute;;
    left: 0;
    top: 6px;
}

.score_table table tr.item:nth-child(4n) td:first-child:before {
    content: '';
    display: table;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #fa7e5f;
    position: absolute;;
    left: 0;
    top: 6px;
}

/*数据分析*/
.analysis_namelist li {
    float: left;
    margin-right: 15px;
}

.analysis_namelist li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.analysis_namelist li:first-child a {
    background: #f2b844;
}

.analysis_namelist li:nth-child(2) a {
    background: #1fb0e5;
}

.analysis_namelist li:nth-child(3) a {
    background: #715da1;
}

.analysis_namelist li:nth-child(4) a {
    background: #715da1;
}

.analysis_namelist li:nth-child(5) a {
    background: #715da1;
}

.analysis_namelist li:nth-child(6) a {
    background: #715da1;
}

.analysis_namelist li:nth-child(7) a {
    background: #715da1;
}
.analysis_namelist li:nth-child(8) a {
    background: #715da1;
}
.analysis_namelist li:nth-child(9) a {
    background: #715da1;
}
.analysis_namelist li:nth-child(10) a {
    background: #715da1;
}
.analysis_namelist li.active a {
    color: #fff;
    text-decoration: underline;
}

.analysis_content {
    width: 100%;
}

.analysis_content > ul {
    width: 100%;
    position: relative;
}

.analysis_content ul li.analysis_content_li {
    display: none;
    padding-top: 20px;
    width: 100%;
}

.analysis_content ul li.analysis_content_li.active {
    display: block;
}

.analysis_table, .analysis_box {
    width: 100%
}

.analysis_box li.analysis_line {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.analysis_box li.analysis_line ul li.analysis_item {
    float: left;
    width: 25%;
    text-align: center;
    padding: 6px 0;
}

.analysis_box li.analysis_line ul li.analysis_item p {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 27px;
}

.analysis_box li.analysis_line ul li.analysis_item div {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 20px;
}

.analysis_box li.analysis_line ul li.analysis_item:first-child {
    background: #fff6e3
}

.analysis_box li.analysis_line ul li.analysis_item:first-child p {
    font-weight: bold
}

.analysis_box li.analysis_line ul li.analysis_item p span {
    margin-left: 10px;
}

/*日常任务*/
.task {
    position: relative
}

.task .task_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    background: #715da1;
    margin: -20px -25px 0 -25px;
    padding: 20px 25px;
}

.task .task_top.task_top_jinjie {
    background: #1fb0e5;
}

.task_top .xunpan_toptitle {
    color: #fff;
    flex-shrink: 0;
}

.task_top p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal
}

.task_content {
    margin: 0 -25px 0 -25px;

}

.task_itemleft {
    margin-right: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
    width: 50px;
}

.task_itemright {
    flex-grow: 2;
    width: calc(100% - 50px);
}

.task_list li.task_item {
    align-items: center;
    padding: 15px 25px;
    position: relative
}

.task_list li.task_item:first-child {
    border-bottom: 1px solid #eeeeee
}

.task_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.task_name span {
    color: #ff0000
}

.task_text {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}

.task_inquiry_numb {
    color: #ff0000;
    font-size: 14px;
    line-height: 20px;
}

.task_more {
    padding-top: 20px;
    width: 100%
}

.task_more a {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.task_list li.task_item.unfinished .task_more a {
    color: #feb32b;
}

.task_list li.task_item.finished:before, .task_list li.task_item.unfinished:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;;
    right: 25px;
    bottom: 0;
}

.task_list li.task_item.finished:before {
    background: url("../images/finished.png") no-repeat;
}

.task_list li.task_item.unfinished:before {
    background: url("../images/unfinished.png") no-repeat;
}

/*小语种*/

.small_language_list {
    width: 100%;
    padding-top: 5px;
}

.small_language_list ul {
    width: 100%;
    isplay: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.small_language_list ul li {
    flex-grow: 1;
    text-align: center;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.small_language_list ul li a {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.small_language_list ul li a img {
    width: 100%
}

.small_language_list ul li:hover a {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
}

@media (min-width: 1401px) and (max-width: 1440px) {
    .main {
        padding: 20px 20px;
    }

    .main-content .main-content-list {
        margin-left: 20px;
        width: calc(33.33% - 20px);
    }

    .main-box {
        padding: 20px 15px;
    }

    .kehu-information li {
        margin-bottom: 10px;
    }

    .xunpan_middle .xunpan_number {
        margin-right: 0;
        flex-grow: 1;
    }

    .xunpan_toptitle {
        margin-right: 14px;
    }

    .xunpan_list ul li div.xunpan_li_content p {
        -webkit-line-clamp: 1;
    }

    .score_table table td {
        padding: 4px 0 4px;
    }

    .analysis_namelist li {
        margin-right: 2px;
    }

    .task .task_top {
        margin: -20px -15px 0 -15px;
        flex-wrap: wrap;
    }

    .task_top p {
        width: 100%;
    }

    .task_more {
        padding-top: 7px;
    }

    .small_language_list {
        padding-top: 38px;
    }

    .small_language_list ul li a {
        width: 50px;
        height: 50px
    }

    .small_language_list ul li a img {
        width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main {
        padding: 20px 20px;
    }

    .main-content .main-content-list {
        margin-left: 20px;
        width: calc(33.33% - 20px);
    }

    .main-box {
        padding: 20px 15px;
    }

    .kehu-information li {
        margin-bottom: 10px;
    }

    .xunpan_middle .xunpan_number {
        margin-right: 0;
        flex-grow: 1;
    }

    .xunpan_toptitle {
        margin-right: 14px;
    }

    .xunpan_list ul li div.xunpan_li_content p {
        -webkit-line-clamp: 1;
    }

    .score_table table td {
        padding: 4px 0 3px;
    }

    .analysis_namelist li {
        margin-right: 2px;
    }

    .task .task_top {
        margin: -20px -15px 0 -15px;
        flex-wrap: wrap;
    }

    .task_top p {
        width: 100%;
    }

    .task_more {
        padding-top: 7px;
    }

    .small_language_list {
        padding-top: 38px;
    }

    .small_language_list ul li a {
        width: 50px;
        height: 50px
    }

    .small_language_list ul li a img {
        width: 100%
    }
}

/*移动端*/
.topnav--mobile, .topnav--mobile ul {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.topnav--mobile ul li {
    height: 100%;
    display: -moz-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;

    position: relative;
}

.topnav--mobile ul li div.topnav--mobile_item {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin-left: 20px;
    padding-right: 20px;
    position: relative;
}

.topnav--mobile ul li div.topnav--mobile_item:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    right: 2px;
    top: 7px;
}

.topnav--mobile ul li div.topnav--mobile_item img {
    width: 100%
}

.topnav--mobile_content {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 60px;
    z-index: 99;
    display: none;
}

.topnav--mobile_content.active {
    display: block;
}

.topnav--mobile_content .topnav--mobile_contentbox {
    background: #333;
    color: #fff;
    width: 150px;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 20px 10px;
}

.mobile_kehuxinxi .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mobile_quickfunction ul li {
    line-height: 30px;
}

.mobile_quickfunction ul li img {
    width: 25px;
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-content .main-content-list {
        width: calc(50% - 30px);
    }

    .main-content .main-content-list:nth-child(2) {
        order: 1;
        margin-left: 0;
    }

    .main .main-top ul li {
        margin-right: 30px;
    }

    .small_language_list {
        padding-top: 30px;
    }

    .score_table table td {
        padding: 4px 0
    }

    .small_language_list ul {
        justify-content: space-around;
    }
}

@media (max-width: 991px) {
    .main-content .main-content-list {
        width: 100%;
        margin-left: 0;
    }

    .main .main-top > ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .main .main-top > ul li {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .topnav--right {
        display: none
    }

    .topnav--mobile {
        display: block
    }
}

@media (max-width: 576px) {
    .main {
        padding: 20px 10px;
        overflow-x: hidden;
    }

    .main-box {
        padding: 20px 10px;
    }

    .topnav--left span.topnav--left_icon {
        width: 30px;
        height: 30px;
    }

    .side_mobile_button {
        font-size: 25px;
        color: #e59c2b;
        margin-right: 10px;
    }

    .main_top_notice .notice_content {
        height: 40px;
    }

    .notice_lsit li a, .notice_lsit li span {
        display: block;
        width: 100%
    }

    .task .task_top {
        margin: -20px -10px 0 -10px;
        flex-wrap: wrap;
    }

    .topnav--left p {
        display: none
    }

    .index--top__nav {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main .main-top > ul li {
        margin-right: 0;
        width: 25%
    }

    .xunpan_middle {
        flex-wrap: wrap
    }

    .xunpan_list ul li div.xunpan_li_content p {
        width: 100%
    }

    .xunpan_middle .xunpan_number {
        padding-top: 0
    }

    .xunpan_middle .xunpan_number span.number {
        font-size: 50px;
        line-height: 60px;
    }

    .score_top {
        flex-wrap: wrap
    }

    .analysis_namelist li {
        margin-right: 5px;
    }

    .analysis_namelist li:last-child {
        margin-right: 0;
    }

    .analysis_namelist li a {
        padding: 3px;
    }
}