#sykj_nav .classify dl {
    display: block !important;
}
#main {
    background: #F4F4F4;
}
.banner-container {
    width: 100%;
}
.banner-container .swiper-pagination-bullet {
    opacity: 0.6;
    background: #fff;
    width: 15px;
    height: 15px;
}
.banner-container .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.bannerOne img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bannerOne {
    height: 450px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}
/**/
.line-servce {
    background-color: #f4f4f4;
    padding-top: 21px;
}
.line-servce-warp {
    display: flex;
    border-radius: 2px;
}
.line-servce-left {
    width: 260px;
    height: 150px;
    background: linear-gradient(0deg, #288DC6 0%, #AAD8F2 99%);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 23px;
}
.line-servce-left-word {
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 30px;
}
.line-servce-left a {
    width: 100%;
}
.line-servce-left div {
    margin-top: 12px !important;
    width: 54%;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    color: #2E8FC7;
    cursor: pointer;
    margin: 0 auto;
}
.line-servce-right {
    width: calc(100% - 260px);
}
.line-servce-right-block {
    background-color: #fff;
    float: left;
    width: 12.5%;
    text-align: center;
    height: 150px;
    cursor: pointer;
    border-left: 1px solid #ECECEC;
}
.line-servce-right-block img {
    height: 42px;
    object-fit: contain;
    margin-top: 30px;
}
.line-servce-right-block div {
    font-size: 14px;
    margin-top: 20px;
    color: #636363;
}
.line-servce-right-block:hover {
    background-color: #f4f4f4;
}
/*新品*/
.new-product-public {
    background: #fff;
    margin-top: 25px;
    padding-top: 17px;
    padding-bottom: 20px;
}
.product-title {
    margin-left: 11px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.product-title-center{
    display: flex;
    align-items: center;
}
.product-title-main {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #303030;
}
.product-title-sub {
    margin-left: 19px;
    font-size: 16px;
    /*font-family: Arial;*/
    color: #C1C3C8;
    margin-top: 6px;
}
.product-cont {
    display: flex;
    margin-top: 30px;
}
.product-cont-left{
    width: 100%;
}
.new-prodc-swiper1 .swiper-wrapper .swiper-slide{
    display: flex;
}
.product-item {
    display: flex;
    justify-content: space-between;
    width: 16.66%;
    cursor: pointer;
}
.product-item>div:nth-child(1) {
    width: 100%;
}
.product-item-img {
    height: 163px;
    width: 100%;
    object-fit: contain;
}
.product-item-title {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #303030;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item-line {
    width: 2px;
    height: 200px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01) 1%, rgba(203, 203, 203, 0.99) 53%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.66;
    margin-top: 20px;
}
.new-prodc-swiper1-prev {
    left: -96px;
}
.new-prodc-swiper1-prev img {
    height: 43px;
}
.new-prodc-swiper1-next {
    right: -96px;
    transform: rotate(180deg);
}
.new-prodc-swiper1-next img {
    height: 43px;
}

/*rexun*/

.new-product-public {
    background: #fff;
    margin-top: 25px;
    padding-top: 17px;
    padding-bottom: 20px;
}
.product-cont {
    display: flex;
    margin-top: 30px;
}
.hotest-product {
    position: relative;
    margin-left: 30px;
    height: 245px;
    background: #F8F8F9;
    border-radius: 2px;
}
.hotest-product-tag {
    width: 53px;
    height: 24px;
    background: #D2475B;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.hotest-product-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 156px;
    width: 100%;
    object-fit: contain;
}
.hotest-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: 187px;
}
.product-cont-hot-right{
    width: 83%;
    display: flex
}
.product-cont-hot-right .product-item{
    width: 20%;
}
.product-cont-hot-right .product-item a{
    width: 100%;
}

/*企业推荐*/
.brand-recommend {
    margin-top: 25px;
}

.brand-warp {
    margin-top: 22px;
    background: #E5E8EA;
    padding: 13px 8px;
}
.brand-warp .brand-warp-block {
    padding: 2px 3px;
    width: 16.66%;
    background: #E5E8EA;
    height: 100px;
    cursor: pointer;
    float: left;
}
.brand-warp img {
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: contain;
}
.center-adv {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.center-adv-block {
    width: 32%;
    position: relative;
}
.center-adv-block img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    background: #E5E8EA;
}
/*最新求购*/
.trade-offers {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
}
.trade-offers-left {
    width: calc(100% - 509px);
    background: #FFFFFF;
    border-radius: 2px;
    padding: 19px 0 0 0;
    height: 430px;
    overflow: hidden;
}
.trade-offers-right {
    width: 482px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trade-offers-left-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}
.trade {
    width: 39px;
    height: 39px;
    margin-right: 15px;
}
.more-info a {
    font-size: 16px;
    font-family: MiSans;
    font-weight: 500;
    color: #7D7D7D;
    display: flex;
    align-items: center;
}
.more-info img {
    margin-left: 10px;
    width: 16px;
    height: 12px;
}
.trade-item {
    display: flex;
    float: left;
    justify-content: space-between;
    border-bottom: 1px solid rgba(100,100,100,0.12);
    margin: 13px 0px 10px 60px;
    padding: 0 0px 0 4px;
    width: 40%;
}
.trade-item-info {
    font-size: 17px;
    color: #000000;
    width: 80%;
}
.trade-item-btn {
    width: 78px;
    height: 29px;
    border: 1px solid #288DC6;
    border-radius: 2px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    color: #288DC6;
    cursor: pointer;
}
.trade-item-info>div:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trade-item-info-sub {
    margin-top: 13px;
    font-size: 14px;
    color: #212121;
    width: 150%;
}
.trade-item-info-sub span:nth-child(1) {
    display: inline-block;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trade-item-info-sub span:nth-child(2) {
    display: inline-block;
    width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more-info a:hover{
    color: #7D7D7D;
}
.rightpart1 {
    display: flex;
    width: 100%;
}
.code-box {
    width: 42%;
    background: #288DC6;
    padding: 14px 31px 14px 20px;
    border-radius: 4px 0px 0px 4px;
    text-align: center;
}
.code-box img {
    width: 150px;
}
.code-box div {
    margin-top: 11px;
    font-size: 16px;
    color: #FFFFFF;
}
.code-info-box {
    position: relative;
    background: #78C5F1;
    padding-right: 24px;
    border-radius: 0 4px 4px 0;
}
.ball-left {
    height: 40px;
    width: 20px;
    background: #fff;
    top: 90px;
    left: -20px;
    border-radius: 20px 0 0 20px;
    position: absolute;
}
.ball-right {
    height: 40px;
    width: 40px;
    background: #78C5F1;
    top: 90px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}
.code-info-list-warp {
    width: 255px;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    margin-top: 13px;
    padding-top: 24px;
    padding-bottom: 22px;
}
.code-info-list {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #606060;
    margin-left: 8px;
    margin-bottom: 4px;
}
.code-info-list div {
    width: 13px;
    height: 13px;
    border: 1px solid #404040;
    border-radius: 2px;
}
.code-info-list img {
    width: 15px;
    height: 14px;
    margin-left: -9px;
    margin-top: -2px;
    margin-right: 4px;
}
.rightpart2 {
    width: 100%;
    position: relative;
}
.rightpart2-bg {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
}
.rightpart2-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 62%);
}
.rightpart2-title{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 27px 0 25px;
    top: 55px;
}
.rightpart2-title-left{
    font-size: 28px;
    font-family: jiangxizhuokai;
    color: #FFFFFF;
}
.rightpart2-title-right{
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    align-items: center;
}
.rightpart2-title-right img{
    width: 16px;
    height: 12px;
    margin-left: 7px;
}
.rightpart2-des{
    top:90px;
    position: absolute;
    padding: 0 33px 0 23px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 16px;
}
.buy-btn {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #288DC6;
    color: #288DC6;
}
/*展览会议*/
.EC-cont {
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    margin-top: 16px;
    padding: 25px 15px;
    margin-bottom: 25px;
}
.EC-cont-title {
    border-left: 5px solid #288DC6;
    padding-left: 10px;
    color: #232323;
    font-size: 22px;
}
.EC-part {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.EC-part-block {
    position: relative;
    width: 33%;
}
.EC-part-block img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 290px;
}
.EC-part-block-cover {
    height: 80px;
    width: 88%;
    border-radius: 8px;
    background: rgba(255,255,255,0.2);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: calc(6%);
}
.EC-part-block-cover div:nth-child(1) {
    font-size: 20px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.EC-part-block-cover div:nth-child(2),.EC-part-block-cover div:nth-child(3) {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*热门资讯*/
.fb {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.hot-news-left {
    width: 51%;
    position: relative;
}
.hot-news-right {
    width: 46%;
}
.hot-news-pagination {
    left: calc(50% - 59px);
}
.hot-news-pagination .swiper-pagination-bullet{
    height: 11px;
    width: 11px;
    margin: 0 14px;
}
.hot-news-pagination .swiper-pagination-bullet-active{
    background-color: #6C6B6B;
}
.hot-news-swiper {
    width: 100%;
    text-align: center;
}
.hot-news-swiper{
    cursor: grab;
}
.hot-news-swiper .swiper-slide>div{
    position: relative;
}
.hot-news-swiper img {
    width: 473.12px;
    height: 358px;
    object-fit: cover;
    object-position: bottom;
}
.hotNewsTitle {
    position: absolute;
    width: 473.12px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 20px;
    padding: 0 20px;
    z-index: 9;
    bottom: 0;
    left: 71px;
    text-align: left;
}
.hot-news-list {
    width: 100%;
    border-bottom: 1px solid #D0CFCF;
    height: 128px;
    align-items: center;
}
.hot-news-right .hot-news-list:first-child{
    margin-top: 0;
}
.hot-news-list-time {
    border: 2px solid #cccccc;
    border-radius: 8px;
    width: 61px;
    padding: 10px 2px;
    box-sizing: border-box;
    height: 98px;
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: center;
}
.hot-news-list-time div:nth-child(1) {
    border-bottom: 1px solid #D0CFCF;
    font-size: 18px;
}
.hot-news-list-time div {
    font-size: 16px;
    color: #9597a1;
    padding-bottom: 4px;
    margin-top: 4px;
}
.hot-news-list>div:last-child{
    width: 482px;
}
.hot-news-title {
    font-size: 20px;
    color: #2f3037;
    font-weight: 600;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.hot-news-title:hover,.hot-news-des:hover{
    color: #2488c0;
}
.hot-news-des {
    font-size: 14px;
    color: #9597a1;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.more2 {
    font-size: 16px;
    color: #7D7D7D;
    width: 87px;
    height: 37px;
    border: 1px solid #C3C6CB;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    line-height: 37px;
    text-align: center;
}
.more2:hover {
    color: #2488c0;
    border-color: #2488c0;
}
/*底部三个tab*/
.qingjieProducts {
    padding: 50px 0 18px 0;
}
.qingjieProducts > span {
    border-left: 5px solid #2f58e0;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 600;
}
.qingjieProducts ul {
    float: right;
}
.qingjieProducts li {
    float: left;
    margin-left: 20px;
}
.qingjieProducts li:hover a span, .qingjieProducts li.cgtProact a span {
    color: #2488c0;
}
.qingjieProducts li a span {
    font-size: 20px;
    font-weight: normal;
    color: #373737;
}
.qjProconbox {
    background-color: #f4f5f6;
    margin-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}
.product-main-img {
    width: 23%;
    float: left;
}
.product-main-img img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}
.cgtProconboxlist1, .cgtProconboxlist2, .cgtProconboxlist3 {
    box-shadow: 5px 4px 7px 0px rgba(0, 0, 0, 0.05);
}
.qjProconboxlistright {
    width: 77%;
    float: left;
    height: 520px;
}
.qjProconboxlistright li:nth-child(1), .qjProconboxlistright li:nth-child(2), .qjProconboxlistright li:nth-child(3), .qjProconboxlistright li:nth-child(4) {
    border-bottom: 1px solid #D1D1D1;
}
.qjProconboxlistright li {
    background: #fff;
    width: 25%;
    float: left;
    padding: 10px;
    padding-top: 5px;
    border-left: 1px solid #D1D1D1;
    height: 50%;
}
.qjProconboxlistright li .product {
    color: #c1c2c8 !important;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 252px;
}
.littleprolist {
    height: 208px;
    line-height: 208px;
    text-align: center;
    width: 208px;
    overflow: hidden;
}
.littleprolist img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: all 2s;
    transform: scale(1);
}
.littleprolist:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.qjProconboxlistright li h6 {
    font-size: 16px;
    text-align: center;
    margin-top: -32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
}
/*gg*/
.advertisement{
    width: 100%;
    margin-top: 15px;
    margin-bottom:25px;
    object-fit: contain
}
.bottom-adv-box {
    margin-bottom: 24px;
}
.swiper-outer {
    width: 32%;
    height: 221px;
    background-image: url(../img/home/advBg.png);
    background-size: cover;
    position: relative;
}
.swiper-outer-title {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    top: 12px;
    width: 60%;
    text-align: center;
}
.adv-box {
    width: calc(100% - 24px);
    position: absolute;
    top: 46px;
    margin: 0 12px 13px 12px;
}
.arrow-prev {
    width: 17px;
}
.arrow-next {
    width: 17px;
    transform: rotate(180deg);
}
.adv-box .swiper-wrapper img {
    width: 100%;
    height: 162px;
    object-fit: contain;
    background: #f4f4f4;
}
.swiper-outer .swiper-button-prev, .swiper-outer .swiper-button-next{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-outer .swiper-button-prev{
    transform: rotate(90deg);
    color: #ffffff;
    width: 17px;
    font-size: 34px;
}
.swiper-outer .swiper-button-next{
    transform: rotate(-90deg);
    color: #ffffff;
    width: 17px;
    font-size: 34px;
}
/*bottomgg*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner img{
    width: 100%;
    /*height: 162px;*/
    margin-bottom: 25px;
    object-fit: cover;
    background: #fff
}

#sykj_nav .classify {
    height: 491px !important;
}

/*行业资讯*/
.industry .industryContentTitle {
    margin-bottom: 20px;
}
.product h4 {
    font-size: 24px;
    float: left;
    font-weight: 600;
    line-height: 28px;
}

.product span {
    font-size: 16px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
}
.proMore {
    color: #7D7D7D;
    font-size: 16px;
    float: right;
    display: block;
}
.industry ul {
    padding-left: 5%;
    width: 50%;
}
.industry .title-overflow {
    display: block;
    width: 65%;
    float: left;
    font-size: 16px;
    color: #666666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry li:hover a {
    color: #288DC6;
}
.industry li:hover {
    color: #288DC6;
}
.industry li {
    height: 28px;
    list-style-type: square;
    font-size: 40px;
    color: #666666;
    width: 100%;
}
.industry li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.industry .title-time {
    display: block;
    float: right;
    font-size: 16px !important;
    font-family: Microsoft YaHei;
    color: #6C6B6B !important;
    width: 148px !important;
}





















