/**
    适配断点：1500，1260
 */
/* 工具 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font: 12px/1.5 "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
    cursor:default;
}

body:after,
html:after {
    content: ' ';
    display: table;
    clear: both;
}
html {
    min-width: 1100px;
}

body {
    position: relative;
    padding-bottom: 260px;
}
a, a *, .logo *{
	cursor: pointer;
}
input[type="text"]{
	cursor: text;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url("../img/console/firefox_select_icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 6px) 50% !important;
    background-size: 7px auto !important;
    padding: 0;
    padding-right: 15px;
    padding-left: 6px;
}


@media screen and (min-width: 1500px) {
    * {
        font: 14px/1.5 "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
    }
}

.green {
    color: #33a36e;
}

.foot-div {
    padding-bottom: 50px;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.underline:hover {
    text-decoration: underline !important;
}

.clearfix:after,
footer:after {
    content: ' ';
    display: table;
    clear: both;
}

.w {
    display: block;
    width: 1400px;
    margin: 0 auto;
    height: 100%;
}

@media screen and (max-width: 1500px) {
    .w {
        width: 1200px;
    }
}

@media screen and (max-width: 1260px) {
    .w {
        width: 1080px;
    }
}

.l {
    float: left;
}

.r {
    float: right;
}

i {
    color: #666;
}

.mt {
    margin-top: 10px;
}

.mr {
    margin-right: 10px;
}

.mb {
    margin-bottom: 10px;
}

.bg-f {
    background: #fff;
}

.ml {
    margin-left: 10px;
}

.interact {
    color: #666;
}

.interact.active i {
    color: #f5a623;
}

.text-content {
    line-height: 24px;
    color: #666;
    background: #fff;
    padding: 15px;
}

.center {
    text-align: center !important;
}

.tips,
.tips2 {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

.tips2 {
    color: #1da1f2;
}

.sub-btn {
    display: inline-block;
    padding: 0 20px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    border: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    outline: none;

}

.sub-btn:hover {
    color: #fff;
    background: #5898ff;
}

.sub-btn.btn-default {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.sub-btn.btn-default:visited {
    background: #fff !important;
    color: #666 !important;
    border: 1px solid #ddd !important;
}

.sub-btn.btn-default:hover {
    background: #f1f3f5 !important;
}

.sub-btn.btn-gray {
    background: #ddd;
    color: #fff;
    border: 1px solid #ddd;
    outline: none;
}

.sub-btn.dark {
    background: #343434;
}

.sub-btn.dark:hover {
    background: #454545;
}

.form-wrap {
    width: 100%;
}

.form-wrap .form-group {
    margin-bottom: 10px;
}

.form-wrap .form-group input,
.form-wrap .form-group select,
.form-wrap .form-group textarea {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fdfdfd;
    border: 1px solid #f1f1f1;
    padding-left: 6px;
    outline: none;
    font-size: 12px;
    color: #666;
}

.form-wrap .form-group textarea {
    height: 90px;
    resize: none;
}

.iconming.icon-rz {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    margin-right: 5px;
    position: relative;
}

.iconming.icon-rz.active:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 7px;
    height: 4px;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotate(-45deg);
}

.page-wrapper {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-wrapper.search{
	width:80%;
	margin-top: 6px;
}
.page-wrapper.category{
	background-color: inherit;
}
.page-wrapper nav .pager{
    margin:10px 0;
}
a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

.rz-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/index/jlt.png") no-repeat;
    background-size: 126px 28px;
    cursor: pointer;
    margin-right: 5px;
}

.rz-icon.identification {
    background-position: -5px -3px;
}

.rz-icon.engineering {
    background-position: -51px -3px;
}

.rz-icon.product {
    background-position: -96px -3px;
}

/* 名片 */
.ming-pian .ming-item {
    background: #fff;
    padding: 15px;
}

@media screen and (max-width: 1260px) {
    .ming-pian .ming-item {
        padding: 10px;
    }
}

.ming-pian .ming-item h2.title {
    color: #222;
    line-height: 25px;
/*     overflow: hidden; */
    font-size: 14px;
    height: 50px;
    padding-left: 55px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ming-pian .ming-item h2 .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.ming-pian .ming-item h2 .country {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    margin-left: 5px;
}

.ming-pian .ming-item .description {
    color: #666;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin: 0 0 10px 0 !important;
    font-size: 13px;
}

.ming-pian .ming-item .country img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 20px;
    margin-bottom: 4px;
    margin-right: 5px;
    border-radius: 3px;
}

.ming-pian .ming-item .rz-wrap span {
    margin-right: 10px;
}

.ming-pian .ming-item .btn-wrap {
    padding: 10px 0;
}

.ming-pian .ming-item .btn-wrap > a {
    padding: 0 15px;
}

.ming-pian .ming-item .btn-wrap > a:first-child {
    margin-right: 5px;
}

/* 顶部导航 */
.nav {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #232328;
}

.nav .or {
    color: #999;
    font-size: 16px;
    vertical-align: middle;
    height: 100%;
    line-height: 60px;
}

.nav .num {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    border-radius: 11px;
    margin-left: 5px;
}

.nav .logo {
    float: left;
    padding: 0 20px;
    height: 100%;
    line-height: 60px;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
}

.nav .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}

.nav .nav-item {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    transition: all .15s ease-in .15s;
    position: relative;
    cursor: pointer;
}

.nav .m-item {
    padding: 0 5px;
    font-weight: bold;
}

.nav .nav-item .red-dot {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #FF0000;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.nav .nav-item .red-dot-center {
    position: absolute;
    top: 18px;
    right: 12px;
    background: #FF0000;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.nav .nav-item i {
    font-size: 20px;
    color: #cdcdcd;
    transition: all .1ms ease-in .1s;
    vertical-align: middle;
}

.nav .nav-item:hover {
    background: #fff;
    color: #3982dc;
}

.nav .nav-item:hover i {
    color: #fff;
}

.nav .nav-item:hover i {
    color: #3982dc;
}

.nav .nav-item:hover ul i {
    color: #999;
    transition: all 0s !important;
}

.nav .m-item:hover {
    color: #fff;
    background-color: transparent;
}

.nav .list-item {
    display: inline-block;
    position: relative;
}

.nav .list-item-single li{
    padding: 0 20px !important;
    text-align: center;
}

.nav .list-item .sort-one {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    background: #fff;
    color: #666;
    width: auto;
    padding: 0;
    white-space: nowrap;
    min-width: 100%;
    transform: scale(0);
    transition: all 0s ease .2s;
    -webkit-box-shadow:2px 2px 2px rgba(173,173,173,0.6);
    -moz-box-shadow:2px 2px 2px rgba(173,173,173,0.6);
    box-shadow:2px 2px 2px rgba(173,173,173,0.6);
}

.nav .list-item:hover .sort-one {
    transform: scale(1);
}

.nav .list-item .sort-one .num {
    position: absolute;
    right: 15px;
    top: 10px;
}

.nav .list-item ul {
    border-top: 0;
}

.nav .list-item ul li {
    position: relative;
    line-height: 42px;
    padding-right: 45px;
    color: #666;
    padding-left: 15px;
}

.nav .list-item ul li > a {
    display: block;
    padding: 10px 0;
    color: #333;
}

.nav .list-item ul li i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 16px;
    transform: rotate(-90deg);
    color: #999;
}

.nav .list-item ul li:hover {
    background-color: #4d90fe;
    color: #fff;
}

.nav .list-item ul li:hover > a {
    color: #fff;
}

.nav .list-item ul li:hover i {
    color: #fff;
}

.nav .list-item > i {
    display: inline-block;
    font-size: 14px;
    transform: rotate(0deg);
    transition: all .26s;
}

.nav .list-item:hover > i {
    transform: rotate(-180deg);
}

.nav .list-item .sort-two {
    position: absolute;
    z-index: 9999;
    left: 100%;
    top: 0;
    background: #fff;
    white-space: nowrap;
    padding: 0;
    display: none;
}

.nav .list-item .sort-one li:hover .sort-two {
    display: block;
    -webkit-box-shadow:2px 2px 2px rgba(173,173,173,0.6);
    -moz-box-shadow:2px 2px 2px rgba(173,173,173,0.6);
    box-shadow:2px 2px 2px rgba(173,173,173,0.6);
}

.nav .search-container {
    position: absolute;
    width: 710px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: none;
    z-index: 999;
}

.nav .search-container .input-wrap {
    display: inline-block;
    width: calc(100% - 200px);
    height: 52px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    position: relative;
}

.nav .search-container .input-wrap:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nav .search-container .input-wrap:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav .search-container .list-item {
    display: block;
    float: left;
    width: 140px;
    position: relative;
    height: 100%;
    line-height: 50px;
    color: #fff;
    padding-right: 25px;
    padding-left: 10px;
    margin-right: 10px;
    transition: all .2s ease-in .2s;
}

.nav .search-container .list-item:hover {
    background: #fff;
    color: #3982dc;
}

.nav .search-container .list-item:hover i {
    color: #3982dc;
}

.nav .search-container .list-item .title {
    display: inline-block;
    width: 100%;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav .search-container .list-item > i {
    position: absolute;
    right: 10px;
    top: 22px;
    color: #fff;
}

.nav .search-container .list-item ul {
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
	-webkit-box-shadow:2px 2px 2px rgba(173,173,173,0.6);
    -moz-box-shadow:2px 2px 2px rgba(173,173,173,0.6);
    box-shadow:2px 2px 2px rgba(173,173,173,0.6);
}

.nav .search-container .list-item:hover ul {
    display: block;
}

.nav .search-container .list-item ul li {
    white-space: nowrap;
}

.nav .search-container .list-item ul li.active {
    color: #3982dc;
}
.nav .search-container .list-item ul li.active:hover {
    color: #fff;
}

.nav .search-container:after {
    content: ' ';
    display: table;
    clear: both;
}

.nav .search-container .close,
.nav .search-container .search-btn {
    display: block;
    float: left;
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 60px;
}

.nav .search-container .close {
    line-height: 62px;
}

.nav .search-container .close i,
.nav .search-container .search-btn i {
    font-size: 20px;
    color: #fff;
}

.nav .search-container input {
    display: block;
    width: calc(100% - 50px);
    float: left;
    height: 100%;
    padding: 10px 0 0 0;
    border: none;
    outline: none;
    background: #232328;
    color: #fff;
}

.nav .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 4px;
    margin-right: 10px;
}

.nav .username {
    max-width: 86px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-bottom: 4px;
}

/* 主要内容区域 */
.main-container {
    min-height: calc(100% - 260px);
}

.main-container:after {
    content: ' ';
    display: table;
    clear: both;
}

/* 底部 */
footer {
    width: 100%;
    background: #232328;
    padding: 30px 0 50px 0;
    position: absolute;
    bottom: 0;
    height: 260px;
    overflow: hidden;
}

footer ul {
    width: 14%;
    float: left;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    font-size: 12px;
    color: #b8b8b8;
}

footer ul li:first-child a {
    color: #fdfdfd;
}

footer ul li a:hover {
    color: #fff;
}

footer .web-info {
    text-align: right;
}

footer .web-info p {
    color: #bcbcbc;
    margin-bottom: 10px;
    max-width: 450px;
}

footer .web-info .connect i {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    opacity: 0.6;
    transition: all .26s;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 100px;
}

footer .web-info .connect i:hover {
    opacity: 1;
}

footer .web-info .connect {
    padding-bottom: 30px;
    padding-top: 10px;
}

/* 发送框 */
.send-message-container {
    display: block;
    width: 100%;
    padding: 10px;
}

.send-message-container h3.title {
    text-align: left;
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    font-weight: bold;
}

.send-message-container textarea {
    display: block;
    width: 100%;
    height: 140px;
    outline: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    line-height: 24px;
    resize: none;
    margin: 15px 0;
}

.send-message-container textarea:focus {
    background: #fff;
    border: 1px solid #ddd;
}

.send-message-container .sub-btn {
    padding: 0 40px;
    cursor: pointer;
}

/* 留言区 */
.message-board {
    display: block;
    width: 100%;
}

.message-board h3 {
    padding: 10px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 16px;
    color: #333;
}

.message-board h3 i {
    font-size: 17px;
    margin-right: 10px;
}

.message-board .content-wrap {
    position: relative;
    padding-left: 100px;
}

.message-board .content-wrap .avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.message-board .content-wrap .text-content {
    padding: 20px 10px;
}

.message-board .text-content .username {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.message-board .text-content .username:hover {
    color: #eb7350;
    text-decoration: underline !important;
}

.message-board .text-content .question {
    color: #555;
    line-height: 26px;
    max-height: 390px;
    overflow: hidden;
    margin-bottom: 10px;
}

.message-board .text-content .interact-wrap span {
    margin-right: 20px;
    color: #666;
}

.message-board .text-content .interact-wrap .helpful a {
    color: #666;
}

.message-board .text-content .interact-wrap .helpful a i {
    margin-right: 3px;
}

.message-board .text-content .interact-wrap .helpful.active i,
.collect.active i {
    color: #f5a623;
}

.message-board .reply {
    padding: 15px;
    background: #eaf2fb;
    margin-left: 100px;
    margin-right: 10px;
    position: relative;
    padding-left: 80px;
    border-radius: 4px;
}

.message-board .reply:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -8px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #eaf2fb;

}

.message-board .reply .avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: 15px;
    left: 15px;
}

.message-board .reply .username {
    color: #3484df;
    font-size: 15px;
}

.tool-tips {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 1);
    padding: 3px 15px;
    min-width: 96px;
    text-align: center;
    border-radius: 4px;
    display: none;
    white-space: nowrap;
    z-index: 999;
}

.tool-tips i {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 1);
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.loading {
    color: #fff;
    display: inline-block;
    transform: rotate(0deg);
    animation: loading 1s ease-in-out infinite;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hover-preview-wrap {
    position: fixed;
    background: #fff;
    color: #333;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 5px 10px;
    max-width: 400px;
    border-radius: 4px;
    text-align: left;
    z-index: 9999;
    word-wrap:break-word;
    overflow: hidden;
}

@media screen and (max-width: 1260px) {
    .hover-preview-wrap {
        width: 260px;
    }
}

.no-result {
    text-align: center;
    background: url("../img/no-result.png") no-repeat;
    height: 400px;
    background-position: center;
    position: relative;
}

.no-result p.title {
    position: relative;
    text-align: center;
    top: 250px;
    font-size: 16px;
    color: #999;
}
.pager li > a, .pager li > span {
    display: inline-block !important;
    width: 34px;
    height: 34px;
    line-height: 26px;
    padding: 4px !important;
    background-color: #FFF !important;
    border-radius: 100px !important;
    border: 1px solid #E9E9E9 !important;
    vertical-align: middle;
}
.pager li > a.page{
	font-size: 14px;
	line-height: 24px;
	color: #5898ff !important;
	overflow: hidden;
}
.pager li > a.page.current{
	border: 1px solid #5898ff !important;
	color: #fff !important;
	background-color: #5898ff !important;
}

.pager li > a i {
    color: #5898ff;
}

.pager li > a.prev {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

.pager li > span {
    width: auto;
    border: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 14px;
    background: none !important;
    color: #9B9B9B;
    font-weight: 700;
}

.pager li > a:hover, .pager li > a.page:hover {
    background: #5898ff !important;
    border-color: #5898ff !important;
    color: #fff;
}

.pager li > a:hover i, .pager li > a.page:hover {
    color: #fff !important;
}

.pager input {
    width: 34px !important;
    height: 34px;
    border-radius: 105px;
    border: 1px solid #E9E9E9;
    text-align: center;
    margin: 0 0 0 8px;
    padding: 0 5px;
    outline: 0;
    position: relative;
    top:1px;
}
.pager input:focus{
	border-color: #5898ff;
}

.pager .btn {
    display: inline-block !important;
    vertical-align: middle !important;
    width: 34px !important;
    height: 34px !important;
    text-align: center;
    padding: 0;
    background: #5898ff !important;
    border-color: #5898ff !important;
    color: #fff;
    border-radius: 105px !important;
    outline: 0 !important;
}

.pager .btn:hover, .pager .btn:focus {
    background: #5898ff !important;
    border-color: #5898ff !important;
    color: #fff;
}

.pager .btn:active {
    color: #fff !important;
}

.modal .close span{
    line-height: 28px;
    font-size: 30px;
}

/* layer样式修改 */
.layui-layer-msg {
    min-width: 478px !important;
    border-radius: 5px !important;
}
.layui-layer-dialog .layui-layer-padding {
    padding: 50px !important;
    text-align: center !important;
    color: #666;
    background: transparent !important;
    borer: none !important;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: static !important;
    display: block !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    width: 100px !important;
    height: 100px !important;
}

.sweetAlert-login {
    width: 360px !important;
    padding-bottom: 35px !important;
}

.sweetAlert-login img.swal2-image {
    height: 40px !important;
}
