@charset "UTF-8";
.font18 { font-size: 18px; }

.banner-box .inner a.color3 { background-color: #E5002B; color: #fff; }

.news-img-swiper { position: relative; }
.news-img-swiper .news-prev { left: 14px; position: absolute; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: url(../img/icon3_prev.png) 0 0/cover no-repeat; z-index: 3; margin-top: -6%; transition: all .5s; cursor: pointer; }
.news-img-swiper .news-prev:hover { left: 10px; }
.news-img-swiper .news-next { right: 14px; position: absolute; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: url(../img/icon3_next.png) 0 0/cover no-repeat; z-index: 3; margin-top: -6%; transition: all .5s; cursor: pointer; }
.news-img-swiper .news-next:hover { right: 10px; }
.news-img-swiper .news-pagination { text-align: center; position: absolute; left: 0; width: 100%; bottom: 100px; z-index: 3; }
.news-img-swiper .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #fff; opacity: 1; }
.news-img-swiper .swiper-pagination-bullet-active { background-color: #079BE3; }

.home-sec2 .news-img .img { height: 370px; }
.home-sec2 .news-img .img img { width: 100%; height: 100%; transition: all .4s; object-fit: cover; }
.home-sec2 .news-img .text { position: relative; border: 1px solid #EBEBEB; padding: 20px 30px; }
.home-sec2 .news-img .text .text-tit h3 { color: #333; }
.home-sec2 .part-tit a { font-size: 24px; line-height: 30px; }
.home-sec2 .tit-style1 span { vertical-align: middle; line-height: 28px; display: inline-block; }
.home-sec2 .tit-style1::after { bottom: 0px; }
.home-sec2 .home-news-menu { margin: 0 -5%; }
.home-sec2 .home-news-menu a { padding: 0 5%; margin: 0; position: relative; float: left; width: 25%; text-align: center; }
.home-sec2 .home-news-menu a:before { content: ''; display: block; width: 1px; height: 23px; background-color: rgba(151, 151, 151, 0.2); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.home-sec2 .home-news-menu a:last-child:before { display: none; }
.home-sec2 .home-news li a::before { content: "·"; }
.home-sec2 .style-out { background-color: #FBFBFB; }
.home-sec2 .style-out .tabs-nav a { display: inline-block; text-align: center; }
.home-sec2 .style-out .item { display: none; }
.home-sec2 .style-out > .tabs-nav { margin-top: 20px; }
.home-sec2 .style-out > .tabs-nav a { padding: 9px 24px; border: 1px solid #FBFBFB; position: relative; }
.home-sec2 .style-out > .tabs-nav a:after { content: ''; display: block; width: 100%; height: 3px; background-color: #FBFBFB; position: absolute; left: 0; bottom: -2px; opacity: 0; }
.home-sec2 .style-out > .tabs-nav a.active { color: #079BE3; border: 1px solid #EBEBEB; border-bottom: none; }
.home-sec2 .style-out > .tabs-nav a.active:after { opacity: 1; }
.home-sec2 .style-out > .tabs-item { border: 1px solid #EBEBEB; }
.home-sec2 .style-in { padding: 20px 18px; }
.home-sec2 .style-in .tabs-nav a { width: 87px; height: 32px; border: 1px solid #D4D4D4; line-height: 30px; margin-right: 20px; border-radius: 2px; }
.home-sec2 .style-in .tabs-nav a.active { color: #012A8C; border: 1px solid #012A8C; background: #EBEBEB; }
.home-sec2 .style-in .home-news { padding: 16px 0 0; }
.home-sec2 .tousu-item { padding: 30px 26px; height:403px;}
.home-sec2 .tousu-item .ts-img { position: relative; margin-bottom: 10px; }
.home-sec2 .tousu-item .ts-img img { width: 100%; height: 100%; transition: all .4s; object-fit: cover; }
.home-sec2 .tousu-item .ts-img a { display: block; width: 122px; line-height: 38px; background-color: #fff; text-align: center; font-size: 16px; color: #484848; position: absolute; top: 50%; transform: translateY(-50%); right: 5%; }
.home-sec2 .tousu-item .ts-img a .icon-tousu { display: inline-block; width: 19px; height: 22px; background: url(../img/icon3_tousu.png) 0 0/cover no-repeat; vertical-align: middle; margin-right: 8px; }
.home-sec2 .tousu-item .ts-img a:hover { background-color: #f1f1f1; }
.home-sec2 .tousu-item .ts-info h4 { font-weight: normal; color: #858080; font-size: 14px; margin-bottom: 8px; }
.home-sec2 .tousu-item .hd-select-ipt { position: relative; }
.home-sec2 .tousu-item .hd-select-ipt span { display: block; border: 1px solid #E7E7E7; position: relative; cursor: pointer; }
.home-sec2 .tousu-item .hd-select-ipt span:before { content: ''; display: block; width: 0; height: 0; border: 7px solid transparent; border-top: 9px solid #012A8C; position: absolute; top: 50%; transform: translateY(-50%); right: 6%; margin-top: 3px; transition: all .5s; }
.home-sec2 .tousu-item .hd-select-ipt span .value { width: 100%; padding: 15px 9% 15px 4%; }
.home-sec2 .tousu-item .hd-select-ipt .select-drop { position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; transition: all .5s; border: 1px solid #E7E7E7; border-top: none; z-index: 8; max-height: 124px; overflow-y: auto; display: none; }
.home-sec2 .tousu-item .hd-select-ipt .select-drop a { display: block; padding: 10px 4%; }
.home-sec2 .tousu-item .hd-select-ipt .select-drop a:hover { background-color: #f1f1f1; color: #012A8C; }
.home-sec2 .tousu-item .hd-select-ipt.on span:before { border: 7px solid transparent; border-bottom: 9px solid #012A8C; margin-top: -3px; }
.home-sec2 .tousu-item .hd-select-ipt.on .select-drop { top: 100%; opacity: 1; visibility: visible; }
.home-sec2 .tousu-item .txt { margin-top: 6px; }
.home-sec2 .tousu-item .txt p { padding-left: 13px; position: relative; color: #858080; line-height: 2; }
.home-sec2 .tousu-item .txt p:before { content: ''; display: block; width: 3px; height: 3px; border-radius: 100%; background-color: #012A8C; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.home-sec2 .tousu-item .txt .text { display: none; }

@media screen and (max-width: 1440px) { .home-sec2 .news-img .img { height: 317px; }
  .home-sec2 .part-tit a { font-size: 20px; }
  .home-sec2 .style-out > .tabs-nav a { padding: 6px 3%; } }
@media screen and (max-width: 1280px) { .home-sec2 .home-news-menu a { padding: 0; }
  .home-sec2 .style-out > .tabs-nav a { font-size: 16px; } }
@media screen and (max-width: 1024px) { .home-sec2 .news-img .img { height: 280px; }
  .home-sec2 .style-out > .tabs-nav a { padding: 3px 3%; }
  .home-sec2 .style-in { padding: 16px; }
  .home-sec2 .style-in .tabs-nav a { margin-right: 10px; }
  .home-sec2 .style-in .tabs-nav a:last-child { margin-right: 0; } }
@media screen and (max-width: 768px) { .home-sec2 .news-img .img { height: 60vw; }
  .home-sec2 .home-news-menu { margin: 0 0 10px; }
  .home-sec2 .part-tit a { font-size: 18px; }
  .home-sec2 .style-out > .tabs-nav a { padding: 3px 5px; }
  .tousu-detail .hd-select-ipt span:before { right: 10px; } }
/* market */
.left-menu .menu-list .on h2 a span { color: #012A8C; }
.left-menu .menu-list .on h2 a i::before { border-color: #012A8C transparent transparent transparent; }
.left-menu .menu-list h2 a span.lc { color: #727272; }
.left-menu .menu-list .on h2 a span.lc { color: #012A8C; }

.productsPrice-box .hd .title { font-size: 30px; text-align: center; border-bottom: 1px dashed #979797; padding-bottom: 18px; margin-bottom: 35px; }
.productsPrice-box .hd dl { position: relative; padding-left: 100px; margin-bottom: 11px; }
.productsPrice-box .hd dl dt { position: absolute; left: 0; top: 0; font-size: 16px; line-height: 32px; }
.productsPrice-box .hd dl a { display: inline-block; padding: 4px 14px; border-radius: 3px; border: 1px solid #D4D4D4; color: #929292; margin-right: 12px; margin-bottom: 5px; }
.productsPrice-box .hd dl a.active { color: #fff; background-color: #012A8C; border-color: #012A8C; }
.productsPrice-box .hd dl a:hover { background-color: #009BE3; color: #fff; }
.productsPrice-box .hd dl input[type="text"] { border: 1px solid #D4D4D4; border-top-left-radius: 3px; border-bottom-left-radius: 3px; height: 32px; padding: 0 20px; float: left; width: 30%; }
.productsPrice-box .hd dl button { width: 78px; height: 32px; background: #012A8C; border-radius: 0px 3px 3px 0px; border: 1px solid #012A8C; color: #fff; text-align: center; cursor: pointer; transition: all .5s; }
.productsPrice-box .hd dl button i { margin-right: 4px; vertical-align: middle; position: relative; top: 3px; }
.productsPrice-box .hd dl button:hover { background-color: #009BE3; color: #fff; border-color: #009BE3; }
.productsPrice-box .table-projz { padding-top: 15px; word-break: break-all; }
.productsPrice-box .table-projz table { width: 100%; text-align: center; border-bottom: 1px solid #DCDCDC; }
.productsPrice-box .table-projz th { border-left: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC; background: #F2F4FA; padding: 15px 10px; font-weight: normal; }
.productsPrice-box .table-projz tr th:last-child { border-right: 1px solid #DCDCDC; }
.productsPrice-box .table-projz td { border-left: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC; background: #fff; padding: 18px 5px; }
.productsPrice-box .table-projz tr td:last-child { border-right: 1px solid #DCDCDC; }
.productsPrice-box .table-projz a.btn-chaxun { display: inline-block; width: 61px; line-height: 31px; background: #012A8C; border-radius: 3px; color: #fff; background-color: #012A8C; }
.productsPrice-box .table-projz a.btn-chaxun:hover { background-color: #009BE3; }

@media screen and (max-width: 768px) { .productsPrice-box .hd dl { padding-left: 0; }
  .productsPrice-box .hd dl dt { display: block; width: 100%; position: relative; margin-bottom: 5px; }
  .productsPrice-box .hd dl input[type="text"] { width: 60%; }
  .productsPrice-box .table-projz a.btn-chaxun { width: 50px; }
  .productsPrice-box .table-projz th { padding: 10px 5px; }
  .productsPrice-box .table-projz td { padding: 10px 5px; }
  .productsPrice-box .table-projz { overflow-x: auto; }
  .productsPrice-box .table-projz table { width: 800px; }
  .productsPrice-box .hd dl a { margin-right: 6px; padding: 4px 10px; }
  .productsPrice-box .hd dl a:last-child { margin-right: 0; } }
.sales-lists li { border-bottom: 1px dashed  #CFCFCF; padding: 10px 0; position: relative; }
.sales-lists li .datetime { display: block; background-color: #CED2E0; border-radius: 2px; float: left; width: 80px; text-align: center; color: #fff; padding: 5px 0; margin-right: 18px; height: 59px; transition: all .3s; }
.sales-lists li .datetime b { font-size: 28px; display: block; line-height: 1; }
.sales-lists li .datetime span { font-size: 12px; }
.sales-lists li h2 { float: left; width: calc(100% - 150px); display: flex; align-items: center; min-height: 59px; font-size: 16px; }
.sales-lists li .dtl { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.sales-lists li:hover .datetime { background-color: #012A8C; }
.sales-lists li:hover .dtl { color: #012A8C; }

.lishiLists { float: none; width: 100%; }
.lishiLists .table-projz { width: 90%; margin: 0 auto; }

@media screen and (max-width: 768px) { .lishiLists .table-projz { width: 100%; } }
.xclist-bx { background-color: transparent; }
.xclist-bx .tit-nav { margin-bottom: 25px; }
.xclist-bx .tit-nav li { display: inline-block; position: relative; padding: 0 20px; }
.xclist-bx .tit-nav li:first-child { padding-left: 0; }
.xclist-bx .tit-nav li:after { content: ''; display: block; width: 1px; height: 23px; background-color: #979797; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.xclist-bx .tit-nav li:last-child:after { display: none; }
.xclist-bx .tit-nav li.active a { position: relative; color: #012A8C; transform: translateZ(0); display: inline-block; line-height: 1; }
.xclist-bx .tit-nav li.active a:before { content: ''; display: block; width: 100%; height: 6px; background-color: #CCD4E7; position: absolute; left: 0; bottom: 0; z-index: -1; }
.xclist-bx .xclist li { float: left; width: 23.76238%; margin-right: 1.58416%; margin-bottom: 29px; }
.xclist-bx .xclist li:nth-child(4n) { margin-right: 0; }
.xclist-bx .xclist li .img { height: 180px; overflow: hidden; position: relative; }
.xclist-bx .xclist li .img img { width: 100%; height: 100%; transition: all .4s; object-fit: cover; }
.xclist-bx .xclist li .img .icon-play { width: 46px; display: inline-block; height: 46px; background: rgba(0, 0, 0, 0.38); border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all .5s; }
.xclist-bx .xclist li .img .icon-play:before { content: ''; display: block; width: 11px; height: 15px; background: url(../img/icon3_paly.png) 0 0 no-repeat; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.xclist-bx .xclist li .info { background-color: #fff; padding: 15px 0; }
.xclist-bx .xclist li .info h2 { position: relative; padding: 0 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.xclist-bx .xclist li .info h2:after { content: ''; display: block; width: 1px; height: 14px; background-color: #979797; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.xclist-bx .xclist li .info .datetime { margin-left: 20px; color: #C7C7C7; }
.xclist-bx .xclist li:hover .img img { transform: scale(1.05); }
.xclist-bx .xclist li:hover .img .icon-play { background-color: #012A8C; }
.xclist-bx .pages { margin-top: 30px; }

/* video */
#videoPopup { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.4); display: none; }
#videoPopup .video-box { width: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
#videoPopup .video-box video { width: 100%; }
#videoPopup .close { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); cursor: pointer; text-align: center; color: #fff; }
#videoPopup .close span { display: block; width: 20px; height: 20px; margin: 10px auto; }

@media screen and (max-width: 1440px) { .xclist-bx .xclist li .img { height: 148px; } }
@media screen and (max-width: 1024px) { .xclist-bx .xclist li { width: 48%; margin-right: 4%; }
  .xclist-bx .xclist li:nth-child(2n) { margin-right: 0; }
  .xclist-bx .xclist li .img { height: 220px; }
  #videoPopup .video-box { width: 80%; }
  #videoPopup .close { width: 26px; height: 26px; }
  #videoPopup .close span { width: 10px; height: 10px; margin-top: 8px; } }
@media screen and (max-width: 768px) { #videoPopup .video-box { width: calc(100% - 40px); }
  .xclist-bx .xclist li .img .icon-play { width: 40px; height: 40px; } }
@media screen and (max-width: 500px) { .xclist-bx .xclist li .img { height: 148px; } }
.tousu-detail { padding: 30px 26px; }
.tousu-detail .ts-img { position: relative; margin-bottom: 50px; }
.tousu-detail .ts-img img { width: 100%; height: 100%; transition: all .4s; object-fit: cover; }
.tousu-detail .ts-img a { display: block; width: 38%; line-height: 38px; text-align: center; font-size: 16px; color: #484848; position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #fff; font-size: 20px; }
.tousu-detail .ts-img a .icon-tousu { display: inline-block; width: 30px; height: 35px; background: url(../img/icon3_tousu_white.png) 0 0/cover no-repeat; vertical-align: middle; margin-right: 8px; }
.tousu-detail .ts-info h4 { font-weight: normal; color: #012A8C; font-size: 14px; margin-bottom: 8px; }
.tousu-detail .hd-select-ipt { position: relative; width: 62.84761%; }
.tousu-detail .hd-select-ipt span { display: block; border: 1px solid #E7E7E7; position: relative; cursor: pointer; }
.tousu-detail .hd-select-ipt span:before { content: ''; display: block; width: 0; height: 0; border: 7px solid transparent; border-top: 9px solid #012A8C; position: absolute; top: 50%; transform: translateY(-50%); right: 6%; margin-top: 3px; transition: all .5s; }
.tousu-detail .hd-select-ipt span .value { width: 100%; padding: 15px 9% 15px 4%; }
.tousu-detail .hd-select-ipt .select-drop { position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; transition: all .5s; border: 1px solid #E7E7E7; border-top: none; z-index: 8; max-height: 300px; overflow-y: auto; display: none; }
.tousu-detail .hd-select-ipt .select-drop a { display: block; padding: 10px 4%; }
.tousu-detail .hd-select-ipt .select-drop a:hover { background-color: #f1f1f1; color: #012A8C; }
.tousu-detail .hd-select-ipt.on span:before { border: 7px solid transparent; border-bottom: 9px solid #012A8C; margin-top: -3px; }
.tousu-detail .txt { margin-top: 6px; }
.tousu-detail .txt p { padding-left: 13px; position: relative; color: #858080; line-height: 2; }
.tousu-detail .txt p:before { content: ''; display: block; width: 3px; height: 3px; border-radius: 100%; background-color: #012A8C; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.tousu-detail .txt .text { display: none; }

@media screen and (max-width: 768px) { .tousu-detail { padding: 20px 0 0; }
  .tousu-detail .ts-img a { font-size: 16px; }
  .tousu-detail .ts-img a .icon-tousu { width: 19px; height: 22px; }
  .tousu-detail .hd-select-ipt { width: 100%; }
  .tousu-detail .ts-img { margin-bottom: 20px; }
  .tousu-detail .hd-select-ipt span:before { right: 10px; } }
