* {
    margin: 0;
    padding: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
ul, ol { list-style: none; }
img {
    display: block;
    width: 100%;
    border: none;
}
button {
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}
em {
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';  /* Project id 3775856 */
    src: url('../font/iconfont.eot?t=1675415772653'); /* IE9 */
    src: url('../font/iconfont.eot?t=1675415772653#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/iconfont.woff2?t=1675415772653') format('woff2'),
         url('../font/iconfont.woff?t=1675415772653') format('woff'),
         url('../font/iconfont.ttf?t=1675415772653') format('truetype'),
         url('../font/iconfont.svg?t=1675415772653#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px; font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.text-line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-line-2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
	word-break: break-all;
    overflow: hidden;
}
.text-line-3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
	word-break: break-all;
    overflow: hidden;
}
img.lazy-error {
    background: #f5f5f5 url('../images/lazy-error.png') no-repeat center center;
}
.cover img.lazy-success,
.cover img.nolazy {
    transition: all .6s;
}
.cover img.nolazy.lazy-error {
    transition: none;
}
.cover:hover img {
    transform: scale(1.4);
}
.cover:hover img.lazy-error {
    transform: scale(1);
}
.hide {
    display: none;
}
.show {
    display: block;
}
input::input-placeholder,
textarea::input-placeholder {
	color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa !important;
}
/* 去除ie10+ edge的密码框默认出现的小眼睛 - statr */
input[type="password"]::-ms-reveal {
    display: none;
}
input[type="password"]::-ms-clear {
    display: none;
}
input[type="password"]::-o-clear {
    display: none;
}
/* 去除ie edge的密码框默认出现的小眼睛 - end */

body {
    min-width: 1400px;
    background-color: #F5F5F5;
}
.container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/* header - start */
.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%; height: 64px;
    background-color: transparent;
}
.header .logo {
    float: left;
    width: 162px; height: 40px;
    margin: 12px 0 0 0;
}
.header ul li a {
    text-decoration: none;
}
.header .nav > li:hover,
.header .menu > li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.header .nav {
    float: left;
    height: 100%;
    margin-left: 32px;
}
.header .nav li {
    float: left;
    position: relative;
    height: 100%;
    margin-right: 32px;
}
.header .nav li a {
    display: block;
    height: 100%;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
}
.header .nav li em {
    position: absolute;
    bottom: 10px;
    left: 20%;
    z-index: -1;
    width: 60%; height: 2px;
    background-color: transparent;
    text-align: center;
}
.header .nav li.active em {
    background-color: #fff;
}
.header .menu {
    float: right;
    height: 100%;
}
.header .menu > li {
    float: left;
    position: relative;
    height: 64px;
    margin-right: 20px;
    line-height: 64px;
    cursor: pointer;
}
.header .menu > li > .iconfont {
    float: left;
    font-size: 24px;
    color: #fff;
}
.header .menu > li > a {
    float: left;
    margin-left: 6px;
    font-size: 14px;
    color: #fff;
}
.header .menu > li .line_col {
    float: left;
    width: 1px;
    height: 12px;
    margin: 26px 0 0 6px;
    background-color: #fff;
    vertical-align: middle;
}
.header .menu > li.member,
.header .menu > li.login {
    margin-right: 0;
}
.header .menu > li.upload {
    width: 94px;
}
.header .menu > li.upload > .iconfont,
.header .menu > li.member > .iconfont {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header .menu > li.upload > a,
.header .menu > li.member > a {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 64px;
    margin-left: 0;
    padding-left: 30px;
}
.header .menu > li.login {
    width: 111px;
}
.header .menu > li.login > .iconfont {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header .menu > li.login > .login_a {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 36px;
    margin-left: 0;
    padding-left: 30px;
}
.header .menu > li.login > .line_col {
    float: none;
    position: absolute;
    top: 26px;
    left: 66px;
    z-index: 1;
    margin: 0;
}
.header .menu > li.login > .reg_a {
    float: none;
    position: absolute;
    top: 0;
    left: 75px;
    z-index: 2;
    width: 36px;
    margin-left: 0;
}
.header .menu > li.member:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .menu > li.member:hover > i,
.header .menu > li.member:hover > a {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.header .menu > li.member {
    width: 106px;
}
.header .menu > li.member > .text-line-1 {
    width: 76px;
}
.header .menu > li.member .avatar {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.header .menu li .drop-down {
    display: none;
    position: absolute;
    top: 64px;
    left: 50%;
    z-index: 99;
    width: 106px;
    margin-left: -53px;
}
.header .menu li:hover .drop-down {
    display: block;
}
.header .menu li .drop-down ul.list {
    padding: 10px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(12,58,44,0.2);
    border-radius: 8px;
}
.header .menu li .drop-down a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    background: #FFFFFF;
}
.header .menu .drop-down.drop-down-vip {
    width: 178px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(12,58,44,0.2);
    border-radius: 8px;
    margin-left: -128px;
    overflow: hidden;
}
.header .menu .drop-down.drop-down-vip .user-wrap {
    line-height: 46px;
}
.header .menu .drop-down.drop-down-vip .user-wrap .user_avatar {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin: 9px 0 0 10px;
}
.header .menu .drop-down.drop-down-vip .user-wrap .user_name {
    float: left;
    max-width: 70px;
    font-size: 12px;
    color: #666;
    margin-left: 6px;
    line-height: 46px;
}
.header .menu .drop-down.drop-down-vip .user-wrap .logout {
    float: right;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}
.header .menu .drop-down.drop-down-vip .vip-wrap {
    position: relative;
    width: 148px;
    height: 64px;
    background-color: #F7E4AD;
    background: linear-gradient(135deg, #FFD791 0%, #F7E4AD 100%);
    border-radius: 6px;
    text-align: left;
    margin: 0 auto;
    line-height: normal;
}
.header .menu .drop-down.drop-down-vip .vip-wrap .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 36px;
}
.header .menu .drop-down.drop-down-vip .vip-wrap .text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #754E27;
    margin: 10px 0 6px 12px;
}
.header .menu .drop-down.drop-down-vip .vip-wrap .text i {
    font-size: 14px;
    color: #754E27;
    vertical-align: baseline;
}
.header .menu .drop-down.drop-down-vip .vip-wrap .desc {
    display: block;
    font-size: 12px;
    color: #B48F5A;
    margin-left: 11px;
}
.header .menu .drop-down.drop-down-vip .novip-wrap {
    background-color: #ECECEC;
    background: linear-gradient(to right, #ECECEC 0%, #ECECEC 100%);
}
.header .menu .drop-down.drop-down-vip .novip-wrap .text,
.header .menu .drop-down.drop-down-vip .novip-wrap .text i {
    color: #333333;
}
.header .menu .drop-down.drop-down-vip ul.list {
    box-shadow: none;
}
.header .menu .drop-down.drop-down-vip ul.list li {
    float: left;
    width: 50%;
}
.header .menu .drop-down.drop-down-vip ul.list li a {
    line-height: 34px;
}
/* header - end */

/* header-normal - start */
.header-normal {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(232,232,232,0.55);
}
.header-normal .nav li a,
.header-normal .menu > li > a,
.header-normal .menu > li > .iconfont {
    color: #333;
}
.header-normal .nav li.active em,
.header-normal .menu > li .line_col {
    background-color: #333;
}
/* header-normal - end */

/* header-fixed - start */
#header-fixed {
    display: none;
    position: fixed;
    height: 78px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
#header-fixed .logo {
    margin: 19px 0 0 0;
}
#header-fixed .nav li a {
    line-height: 78px;
    color: #333333;
}
#header-fixed .search-group {
    position: relative;
    float: left;
    width: 446px;
    height: 40px;
    line-height: 40px;
    margin: 18px 32px 0 0;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
#header-fixed .search-group .icon-search {
    color: #aaa;
    padding: 0 4px 0 10px;
}
#header-fixed .search-group input {
    position: absolute;
    top: 0;
    left: 30px;
    width: 313px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
#header-fixed .search-group .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
#header-fixed .search-group .search-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#carousel .search-group .search-drop-down,
#header-fixed .search-group .search-drop-down {
    display: none;
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 999;
    width: 693px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    background-color: #fff;
    overflow: hidden;
}
#carousel .search-group .search-drop-down .line,
#header-fixed .search-group .search-drop-down .line {
    height: 1px;
    background-color: #ececec;
}
#carousel .search-group .search-drop-down ul {
    padding: 10px 0;
}
#carousel .search-group .search-drop-down li a,
#header-fixed .search-group .search-drop-down li a {
    display: block;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
#carousel .search-group .search-drop-down li a {
    line-height: 30px;
}
#carousel .search-group .search-drop-down li.active a,
#header-fixed .search-group .search-drop-down li.active a {
    background-color: #f5f5f5;
}
#header-fixed .menu > li {
    height: 78px;
    line-height: normal;
    text-align: center;
}
#header-fixed .menu > li.upload {
    width: 64px;
}
#header-fixed .menu > li.login {
    width: 66px;
}
#header-fixed .menu > li > .iconfont {
    top: 17px;
    left: 50%;
    margin-left: -12px;
    color: #666;
}
#header-fixed .menu > li > a {
    top: 0;
    line-height: 20px;
    padding: 44px 0 14px 0;
    color: #666;
}
#header-fixed .menu > li.login > .login_a {
    width: 100%;
    text-align: left;
}
#header-fixed .menu > li.login > .line_col {
    top: 48px;
    left: 32px;
    background-color: #999;
}
#header-fixed .menu > li.login > .reg_a {
    top: 44px;
    left: 34px;
    width: 32px;
    padding: 0;
    text-align: right;
}
#header-fixed .menu > li.member .avatar {
    top: 17px;
    left: 50%;
    margin-left: -12px;
}
#header-fixed .menu > li.member,
#header-fixed .menu > li.member > .text-line-1 {
    width: 66px;
}
#header-fixed .menu li .drop-down {
    top: 78px;
}
/* header-fixed - end */

/* footer - start */
#footer {
    background-color: #fff;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .site-link {
    padding: 28px 0;
    border-bottom: 1px solid #ECECEC;
}
#footer .site-link .logo {
    float: left;
    width: 260px;
    height: 88px;
    margin-top: 29px;
}
#footer .site-link .wechat {
    float: right;
    width: 100px;
    height: 124px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    text-align: center;
}
#footer .site-link .wechat p {
    margin-top: 8px;
    font-size: 12px;
    color: #666666;
}
#footer .site-link .link-item {
    float: right;
    width: 200px;
    margin-top: 10px;
}
#footer .site-link .link-item .title {
    font-size: 14px;
    color: #000000;
    padding-bottom: 2px;
}
#footer .site-link .link-item a {
    display: block;
    font-size: 12px;
    color: #888888;
    margin-top: 14px;
}
#footer .desc {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-top: 12px;
}
#footer .copyright {
    padding-bottom: 24px;
}
#footer .copyright li {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
}
#footer .copyright li.jubao {
    height: 22px;
    line-height: 22px;
}
#footer .copyright li a {
    float: left;
    font-size: 12px;
    color: #999999;
}
#footer .copyright li em {
    float: left;
    padding: 0 8px;
    font-style: normal;
}
#footer .copyright li .beian,
#footer .copyright li .zghlw,
#footer .copyright li .cdhlw,
#footer .copyright li .cdpy {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-image: url('../images/beian.png?v=20240530');
}
#footer .copyright li .beian {
    background-position: 2px 0;
}
#footer .copyright li .zghlw {
    background-position: 0 -46px;
}
#footer .copyright li .cdhlw {
    margin-left: 20px;
    background-position: 0 -22px;
}
#footer .copyright li .cdpy {
    margin-left: 20px;
    background-position: 0 -70px;
}
/* footer - end */

/* sidebar - start */
#sidebar {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    width: 60px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}
#sidebar ul.list li {
    position: relative;
    cursor: pointer;
}
#sidebar ul.list li .icon-wrap  {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid transparent;
    padding: 15px;
    text-align: center;
}
#sidebar ul.list li.contact-qq .icon-wrap {
    border-top: none;
}
#sidebar ul.list li em.line {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #ECECEC;
}
#sidebar ul.list li.scroll-top {
    display: none;
}
#sidebar ul.list li .icon-wrap  i {
    font-size: 26px;
    color: #AAAAAA;
}
#sidebar ul.list li .drop-down {
    display: none;
    position: absolute;
    bottom: 0;
    right: 68px;
    z-index: 99;
}
#sidebar ul.list li.wechat .drop-down {
    width: 118px;
    height: 144px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(12,58,44,0.2);
    border-radius: 5px;
    text-align: center;
}
#sidebar ul.list li.wechat:hover .drop-down {
    display: block;
}
#sidebar ul.list li.wechat .drop-down p {
    margin-top: 14px;
    font-size: 12px;
    color: #666666;
}
#sidebar ul.list li.feedback .drop-down {
    bottom: 6px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(12,58,44,0.2);
    border-radius: 5px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
#sidebar ul.list li.feedback:hover .drop-down {
    display: block;
}
/* sidebar - end */

/* carousel - start */
.carousel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.carousel-wrap-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel-wrap li {
    float: left;
    height: 100%;
}
.carousel-wrap li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.carousel-wrap li img {
    width: 100%;
    height: 100%;
}
.carousel-pagination {
    position: absolute;
    bottom: 10px;
    left: 20%;
    width: 60%;
    font-size: 0;
    text-align: center;
}
.carousel-pagination li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    background-color: #F5F5F5;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.carousel-pagination li.active,
.carousel-pagination li:hover {
    width: 15px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-btn {
    display: none;
}
.carousel:hover .carousel-btn {
    display: block;
}
.carousel-btn .prev,
.carousel-btn .next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 40px;
    color: #666;
    text-align: center;
    cursor: pointer;
}
.carousel-btn span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-btn .prev {
    left: 0;
}
.carousel-btn .next {
    right: 0;
}
/* carousel - end */

/* doc-type - start */
.file_doc, .file_pdf, .file_ppt, .file_rar, .file_zip, .file_xls, .file_txt, .file_dwg, .file_other, .file_default {
    width: 30px;
    height: 33px;
    background: transparent url('../images/doc_type.png?v=20221117') no-repeat;
}
.file_doc {
    background-position: 0 0;
}
.file_pdf {
    background-position: -34px 0;
}
.file_ppt {
    background-position: -69px 0;
}
.file_rar {
    background-position: -103px 0;
}
.file_zip {
    background-position: -103px 0;
}
.file_xls {
    background-position: -138px 0;
}
.file_txt {
    background-position: -173px 0;
}
.file_dwg {
    background-position: -209px 0;
}
.file_other,
.file_default {
    background-position: -243px 0;
}
.file_s_doc, .file_s_pdf, .file_s_ppt, .file_s_rar, .file_s_zip, .file_s_xls, .file_s_txt, .file_s_dwg, .file_s_other, .file_s_default {
    width: 16px;
    height: 16px;
    background: transparent url('../images/doc_type.png?v=20221117') no-repeat;
}
.file_s_doc {
    background-position: 0 -38px;
}
.file_s_pdf {
    background-position: -18px -38px;
}
.file_s_ppt {
    background-position: -36px -38px;
}
.file_s_rar {
    background-position: -54px -38px;
}
.file_s_zip {
    background-position: -54px -38px;
}
.file_s_xls {
    background-position: -72px -38px;
}
.file_s_txt {
    background-position: -90px -38px;
}
.file_s_dwg {
    background-position: -108px -38px;
}
.file_s_other,
.file_s_default {
    background-position: -126px -38px;
}
/* doc-type - end */

.layer-ie-modal .layui-layer-title {
    background-color: #fff;
    font-weight: bold;
    color: #000000;
}
.ie-layer {
    min-height: 1px;
    height: auto;
    padding: 15px 20px 0;
    overflow: hidden;
}
.ie-layer p {
    line-height: 24px;
    text-indent: 24px;
}
.ie-layer dl {
    min-height: 1px;
    height: auto;
    padding: 10px 0;
    overflow: hidden;
}
.ie-layer dl dt{
    float: left;
    width: 116px;
    line-height: 20px;
    font-size: 14px;
}
.ie-layer dl dd {
    float: left;
    width: 300px;
    min-height: 1px;
    height: auto;
    overflow: hidden;
}
.ie-layer .know {
    width: 100%;
    min-height: 1px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.ie-layer button {
    width: 120px;
    height: 36px;
    margin: 15px auto;
    line-height: 34px;
    border:1px solid #ddd;
    border-radius: 3px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

#common_loading {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, .2);
}
@media \0screen\,screen\9 {
    #common_loading{
        background-color:#000;
        filter:Alpha(opacity=20);
        *zoom:1;
    }
}
#common_loading .img {
	position: absolute;
	top: 50%; left: 50%;
	width: 32px; height: 32px;
	margin: -16px 0 0 -16px;
	background: url('data:image/gif;base64,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') no-repeat;
}
#common_tipMsg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 80%;
    margin: -20px 0 0 -40%;
    padding: 8px 20px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    word-break: break-all;
}
@media \0screen\,screen\9 {
    #common_tipMsg{
        background-color:#000;
        filter:Alpha(opacity=65);
        *zoom:1;
    }
}