/**/
.f20 { font-size: 20px; }
.f24 { font-size: 24px; }
.f30 { font-size: 30px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }
.lh26 { line-height: 26px; }
.lh32 { line-height: 32px; }
.s-ca { color: #aaa; }
.s-c9 { color: #999; }
.s-c8 { color: #888; }
.p30 { padding: 30px; }
.pb25 { padding-bottom: 25px; }
.ptb30 { padding-top: 30px; padding-bottom: 30px; }
.plr30 { padding-left: 30px; padding-right: 30px; }
.mt8 { margin-top: 8px; }
.mt16 { margin-top: 16px; }
.w370 { width: 370px; }
.w400 { width: 400px; }
.w710 { width: 710px; }
.w780 { width: 780px; }
.box-shadow2 { box-shadow: 0 6px 16px rgba(153,153,153,.14); }
.box-shadow3 { box-shadow: 0 6px 10px rgba(153,153,153,.06); }

/* banner-carousel */
.banner-carousel { height: 380px; position: relative; border-radius: 4px; overflow: hidden; }
.banner-carousel .ovh { height: 380px; overflow: hidden; position: relative; }
.banner-carousel ul { position: absolute; left: 0;  }
.banner-carousel ul li { float: left; }
.banner-carousel ul li a, .banner-carousel ul li img { display: block; width: 1200px; height: 380px; }
.banner-carousel .dot { position: absolute; left: 0; right: 0; bottom: 20px; height: 12px; line-height: 12px; text-align: center; }
.banner-carousel .dot i { display: inline-block; width: 10px; height: 10px; vertical-align: middle; margin: -3px 3px 0;border-radius: 5px; cursor: pointer; background-color: #9f9f9f;  }
.banner-carousel .dot i.cur { background-color: #f5f5f5; width: 20px; }

/* line-h12 */
.line-h12 { display: inline-block; vertical-align: middle; width: 1px; height: 12px; background-color: #ccc; margin: -2px 15px 0; }

/* zhuanti-list */
.zhuanti-list { margin-left: -29px; }
.zhuanti-list li { 
	float: left; width: 278px; height: 317px; background-color: #fff;  box-shadow: 0 6px 16px rgba(153,153,153,.14);
	overflow: hidden; margin-left: 29px; position: relative; transition: all .25s linear; margin-top: 40px;
}
.zhuanti-list li img { display: block; width: 100%; height: 185px; }
.zhuanti-list li .pop { 
	position: absolute; left: 0; right: 0; bottom: -55px; transition: all .25s linear;
	padding: 15px 17px; height: 157px; background-color: #fff; 
}
.zhuanti-list li .pop .title { height: 20px; overflow: hidden; }
.zhuanti-list li .pop .det { line-height: 20px; color: #8c8c8c; height: 40px; overflow: hidden; margin-top: 8px; transition: all .25s linear; }
.zhuanti-list li .pop .btn { display: block; width: 120px; height: 34px; line-height: 34px; border-radius: 18px; opacity: 0; filter:alpha(opacity=0); margin-top: 12px; transition: all .25s linear; }
.zhuanti-list li .pop .btn .iconfont { font-size: 13px; margin-left: 5px; }
.zhuanti-list li:hover { box-shadow: 0 15px 24px 0 rgba(0,0,0, .1); transform: translateY(-5px); }
.zhuanti-list li:hover .pop { bottom: 0; }
.zhuanti-list li:hover .pop .det { margin-top: 15px; }
.zhuanti-list li:hover .pop .btn { opacity: 1; filter:alpha(opacity=100); }
.zhuanti-list li:hover .pop .title .f18 { color: #ff552e; }

/* tit-line-oe */
.tit-line-oe { position: relative; line-height: 20px; font-size: 16px; font-weight: bold; }
.tit-line-oe:before { content: ''; position: absolute; top: 50%; left: -30px; width: 4px; height: 15px; background-color: #ff552e; margin-top: -7px; }

/* classification */
.classification .un-ovh { overflow: hidden; height: 200px; } 
.classification .un-nr { overflow: hidden; margin-left: -10px; }
.classification .un-nr a { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0 15px; border: 1px solid #eaeaea; height: 28px; line-height: 28px; font-size: 14px; color: #666; white-space: nowrap; }
.classification .un-nr a:hover { background-color: #ff552e; border-color: #ff552e; color: #fff; }
.classification .un-btn { margin: 10px auto 0; font-size: 14px; line-height: 24px; cursor: pointer; width: 80px; }
.classification .un-btn .iconfont { transition: all .25s linear; font-size: 13px; margin-left: 5px; transform: rotate(0deg); }
.classification.show .un-btn .iconfont { transform: rotate(180deg); }

/* keywords-box */
.keywords-box { position: relative; min-height: 210px; overflow: hidden; padding-top: 76px; z-index: 1; }
.keywords-box .bg { position: absolute; top: 0; left: 50%; margin-left: -960px; display: block; width: 1920px; z-index: -1; }
.keywords-box .tit { font-size: 40px; text-align: center; line-height: 48px; color: #fdfdfd; font-weight: bold; }
.keywords-box .time { color: #eaeaea; text-align: center; font-size: 14px; margin-top: 16px; }
.keywords-box .con-bg { background-color: #fff; background-color: rgba(254,254,254,.94); width: 1200px; margin: 20px auto 0; }
.keywords-con { width: 950px; padding: 40px 120px 30px; }
.keywords-con .un-ovh { overflow: hidden; height: 112px; } 
.keywords-con .un-nr { overflow: hidden; font-size: 16px; line-height: 28px; }
.keywords-con .un-btn { margin: 15px auto 0; font-size: 12px; cursor: pointer; width: 80px; color: #aaa; }
.keywords-con .un-btn .iconfont { transition: all .25s linear; font-size: 13px; margin-left: 5px; transform: rotate(0deg); }
.keywords-con.show .un-btn .iconfont { transform: rotate(180deg); }

/* brand-list */
.brand-list li { margin-top: 30px; overflow: hidden; }
.brand-list .img-block { float: left; width: 190px; height: 124px; margin-right: 30px; overflow: hidden; }
.brand-list .tit { height: 36px; line-height: 36px; font-size: 16px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.brand-list .info { margin-top: 2px; font-size: 12px; color: #999; }
.brand-list .det { margin-top: 11px; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
/*#16191 03.11 Yxh zt*/
.brand-list .btn {
    color: white;background-color: #ff552e;float: right;margin-left: 30px;padding: 0 15px;line-height: 32px;
    border-radius: 21px;font-size: 15px;width: 70px;height: 32px;
}


/* hot-trade */
.hot-trade { margin-left: -10px; margin-top: 15px; height: 572px; overflow: hidden; }
.hot-trade a { float: left; margin-top: 14px; margin-left: 10px; line-height: 30px; padding: 0 13px; border-radius: 15px; color: #666; background-color: #f5f5f5; white-space: nowrap; max-width: 316px; height: 30px; overflow: hidden; }
.hot-trade a:hover { background-color: #ff552e; color: #fff; box-shadow: 0 4px 10px rgba(220,41,0,.2); }

/* relative-topics */
.relative-topics li { position: relative; margin-top: 24px; padding-left: 20px; }
.relative-topics li:before { content: ''; position: absolute; top: 7px; left: 0; width: 6px; height: 6px; border-radius: 50%; background-color: #c8c8c8; }
.relative-topics .tit { font-size: 16px; height: 20px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.relative-topics .det { display: none; margin-top: 7px; font-size: 12px; color: #999; line-height: 20px; height: 60px; overflow: hidden; }
.relative-topics .cur:before { background-color: #ff552e; }
.relative-topics .cur .tit a { color: #ff552e; }
.relative-topics .cur .det { display: block; }

/* knowledge-list */
.knowledge-list li { padding: 30px 0; height: 124px; overflow: hidden; border-bottom: 1px dashed #ccc; }
.knowledge-list li:last-child { border-bottom: 0; }
.knowledge-list .img-block { float: left; width: 190px; height: 124px; margin-right: 30px; overflow: hidden; }
.knowledge-list .tit { font-size: 16px; height: 30px; line-height: 30px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.knowledge-list .tag { display: inline-block; padding: 0 10px; line-height: 22px; border: 1px solid #aaa; margin-right: 30px; }
.knowledge-list .det { margin-top: 11px; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* knowledge-carousel */
.knowledge-carousel { position: relative; border-bottom: 1px dashed #ccc; height: 339px; padding-top: 30px; }
.knowledge-carousel .dot { position: absolute; top: 40px; right: 10px; z-index: 2; }
.knowledge-carousel .dot i { float: left; width: 10px; height: 10px; border-radius: 5px; background-color: #9f9f9f; margin-left: 7px; cursor: pointer; }
.knowledge-carousel .dot .cur { width: 20px; background-color: #f5f5f5; }
.knowledge-carousel .ovh { height: 318px; overflow: hidden; position: relative; }
.knowledge-carousel .know-car-list { position: absolute; top: 0; left: 0; height: 318px; }
.know-car-list li { float: left; width: 370px; }
.know-car-list .img-block { position: relative; width: 370px; height: 246px; }
.know-car-list .img-block .tit { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; font-size: 22px; line-height: 24px; height: 24px; overflow: hidden; color: #fff; }
.know-car-list .img-block .tit:hover { color: #ff552e; }
.know-car-list .img-block .bg { background: url('/images/zhuanti/bg-line.png') top center repeat-x; height: 96px; position: absolute; right: 0; bottom: 0; left: 0; }
.know-car-list .nr { margin-top: 16px; height: 56px; line-height: 26px; overflow: hidden; }
.know-car-list .tag { display: inline-block; margin-right: 18px; padding: 0 8px; font-size: 12px; background-color: #ff7a7a; color: #fff; line-height: 20px; border-radius: 4px; }

/* issue-list */
.issue-list li { float: left; margin: 0 30px; padding: 20px 0 16px; width: 540px; border-bottom: 1px dashed #ccc; }
.issue-list li.borb0 { border-bottom: 0; }
.issue-list .tit { height: 24px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.issue-list .tit .icon-issue { font-size: 22px; color: #1f8eff; margin-right: 14px; }
.issue-list .tit a { font-weight: bold; font-size: 16px; }
.issue-list .det { margin-top: 11px; line-height: 22px; height: 44px; overflow: hidden; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* discuss-list */
.discuss-list li { position: relative; padding: 30px 30px 30px 70px; min-height: 48px; border-bottom: 1px dashed #ccc; }
.discuss-list li:last-child { border-bottom: 0; }
.discuss-list .photo { position: absolute; top: 30px; left: 0; width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }
.discuss-list .info span { font-size: 14px; line-height: 24px; color: #aaa; margin-right: 20px; }
.discuss-list .det { margin-top: 5px; font-size: 16px; color: #333; line-height: 24px; }
.discuss-list .pic { overflow: hidden; }
.discuss-list .pic img { float: left; margin: 10px 10px 0 0; width: 90px; height: 60px; }

/* image-viewer */
.image-viewer { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1002; background-color: #000; background-color: rgba(0,0,0,.8); display: none; }
.image-viewer .icon-close { position: absolute; top: 20px; right: 20px; font-size: 40px; line-height: 44px; color: #fff; z-index: 2; cursor: pointer; }
.image-viewer .image { text-align: center; line-height: 100vh; }
.image-viewer .image img { display: inline-block; vertical-align: middle; max-height: 100vh; max-width: 100%; }

/* brand-box */
.brand-box { border-top: 1px solid #f5f5f5; padding: 30px 120px; overflow: hidden; }
.brand-box .img-block { float: left; width: 240px; height: 160px; margin-right: 30px; overflow: hidden; }
.brand-box .btn-zx { float: left; padding: 0 15px; height: 40px; line-height: 40px; border: 1px solid #ff552e; border-radius: 3px; text-align: center; font-size: 14px; margin-right: 20px; background-color: #ff552e; color: #fff; }
.brand-box .det { height: 66px; line-height: 22px; color: #aaa; overflow: hidden; margin: 11px 0 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
/**/
.det-rz .iconfont { font-size: 24px; margin-left: 8px; }
.det-rz .icon-firm-o { color: #7d83a6; }
.det-rz .icon-trademark-o { color: #7c9c93; }
.det-rz .icon-credit-o { color: #5bb6b5; }
.det-rz .icon-attestation-o { color: #ea7c62; }
.attestation-btn { position: relative; float: left; padding: 0 15px; height: 40px; line-height: 40px; border: 1px solid #d9d9d9; border-radius: 3px; text-align: center; font-size: 14px; margin-right: 20px; }
.attestation-btn span { position: absolute; top: -1px; right: -1px; border-top-right-radius: 3px; padding: 0 3px; height: 18px; line-height: 18px; font-size: 12px; background-color: #bbb; color: #fff; }
.attestation-btn:hover { border-color: #ff552e; color: #ff552e; }
.attestation-btn.have span { background-color: #67a797; }

/* relative-list */
.relative-list li { padding: 21px 0; height: 124px; overflow: hidden; border-bottom: 1px dashed #ccc; }
.relative-list li:last-child { border-bottom: 0; }
.relative-list .img-block { float: left; width: 190px; height: 124px; margin-right: 30px; }
.relative-list .tit { height: 36px; line-height: 36px; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
.relative-list .det { margin-top: 4px; height: 66px; line-height: 22px; color: #888; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
/* 2019-03-28 add  #5113 right-popup */
/* pop-bar-jm */
.pop-bar-jm { position: fixed;top:0px;bottom:0px;margin:auto; left:0px;right: 0px; bottom: -158px; width: 300px; height: 340px; border-radius: 2px; overflow: hidden; box-shadow: 0 6px 30px rgba(0,0,0, .1); background-color: #fff;z-index:200; }
.pop-bar-jm .tit { padding: 0 20px; height: 40px; line-height: 40px; background-color: #ff6340; color: #fff; border-radius: 2px 2px 0 0; }
.pop-bar-jm .tit .closed { float: right; padding: 19px 0; height: 2px; width: 18px; cursor: pointer; }
.pop-bar-jm .tit .closed .line { float: left; width: 18px; height: 2px; line-height: 0; background-color: #fff; }
/* pop-jm-srk */
.pop-jm-srk { padding: 20px 20px 0; }
.pop-jm-srk .input-bar { border: 1px solid #f0f0f0; border-radius: 2px; }
.pop-jm-srk .area-srk { line-height: 20px; background-color: #f9f9f9; padding: 8px 10px; }
.pop-jm-srk .area-srk textarea { display: block; width: 100%; height: 110px; overflow-y: auto; }
.pop-jm-srk .area-srk .tips { color: #999; left: 11px; top: 9px; right: 11px; }
.pop-jm-srk .tel-srk { margin-top: 9px; padding: 0 10px; height: 44px; line-height: 44px; }
.pop-jm-srk .tel-srk .tips { color: #666; left: 11px; right: 11px; line-height: 44px; }
.pop-jm-srk .tel-srk input { display: block; width: 100%; height: 44px; line-height: 44px; }
.pop-jm-srk .btn { display: block; margin: 20px auto 0; width: 120px; height: 36px; border-radius: 18px; font-size: 14px; }

/* 2019-12-17 #9148 */
.ptb30-lr20 { padding: 30px 20px; }
.plr20 { padding-right: 20px; padding-left: 20px; }
.f22 { font-size: 22px; }
.mr50 { margin-right: 50px; }

/* message-box */
.message-box .srk { border-width: 1px; }

/* tit-line */
.tit-line { position: relative; padding: 26px 20px 16px; line-height: 28px; }
.tit-line:before { content: ''; position: absolute; right: 0; bottom: 0; left: 0; border-bottom: 1px solid #eee; }

/* gz-artical-list */
.gz-artical-list li { padding: 15px 0; border-bottom: 1px solid #eee; }
.gz-artical-list li:last-child { border-bottom: 0; }
.gz-artical-list .tit { font-size: 16px; line-height: 26px; height: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gz-artical-list .det { margin-top: 5px; color: #aaa; max-height: 40px; overflow: hidden; }
.gz-artical-list .info { margin-top: 5px; font-size: 12px; color: #aaa; }

/* gz-artical-list-l */
.gz-artical-list-l li { padding: 18px 0 20px; }
.gz-artical-list-l .tit { font-size: 18px; }
.gz-artical-list-l .icon-issue { font-size: 20px; color: #1f8eff; margin-right: 14px; }
.gz-artical-list-l .det { margin-top: 8px; line-height: 24px; max-height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.gz-artical-list-l .info { line-height: 26px; margin-top: 12px; }
.gz-artical-list-l .info .btn { padding: 0 9px; line-height: 24px; border: 1px solid #fbd7cf; color: #ff562f; }
.gz-artical-list-l .info .btn:hover { border-color: #ff562f; background-color: #ff562f; color: #fff; }

/* ptb40-bort1 */
.ptb40-bort1 { padding-top: 40px; padding-bottom: 40px; border-top: 1px solid #eee; }

/* new-knowledge */
.new-knowledge li { position: relative; padding: 20px 0; overflow: hidden; border-bottom: 1px solid #eee; }
.new-knowledge li:last-child { border-bottom: 0; }
.new-knowledge .img-block { float: right; width: 190px; height: 126px; margin-left: 40px; }
.new-knowledge .tit { font-size: 18px; height: 20px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-knowledge .det { margin-top: 12px; font-size: 14px; max-height: 66px; line-height: 22px; overflow: hidden; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.new-knowledge .info { margin-top: 8px; font-size: 12px; color: #bbb; }

/* discuss-list */
.discuss-list li { border-bottom: 1px solid #eee; }
.discuss-list .pic img { width: 60px; height: 40px; }

/** add #12928 by LJ 2020-09-23 */
.mlr2 { margin-right: 2px; margin-left: 2px; }
.mr15 { margin-right: 15px; }
/* expert-swiper */
.expert-swiper { position: relative; margin-top: 24px; height: 390px; }
.expert-swiper .swiper-container { height: 390px; }
.expert-swiper .pagination {
	position: absolute; right: 30px; top: -42px;
}
.expert-swiper .pagination span {
	display: inline-block; margin-left: 8px; width: 10px; height: 10px; 
	border-radius: 50%; background-color: #ddd;
}
.expert-swiper .pagination .swiper-active-switch { background-color: #FF562F; }
.expert-swiper .img-block {
	width: 340px; height: 226px;
}
.expert-swiper .tit {
	height: 24px; line-height: 24px; white-space: nowrap;
	text-overflow: ellipsis; overflow: hidden;
}
.expert-swiper .btn {
	display: inline-block; width: 162px; height: 40px;
	border: 0; line-height: 40px; border-radius: 20px;
	font-size: 16px; color: #fff;
}
.expert-swiper .btn:hover { opacity: .8; color: #fff; }
.expert-swiper .btn-primary { background-color: #FF562F; }
.expert-swiper .btn-warn { background-color: #39BC6C; }

/* fix #18430 LJ 2021-10-08 */
.brand-box .det { -webkit-line-clamp: 2; height: 44px; margin: 6px auto 12px; font-size: 14px; }
.brand-box .ico-credit{display:inline-block;vertical-align:middle;width:84px;height:20px; background: url('../images/2021/brand/ico-credit.png') no-repeat; margin-left: 8px; }