@font-face { font-family: 'webfont-DIN-Medium'; src: url(/fonts/DIN-Medium.eot); src: url(/fonts/DIN-Medium.eot?#iefix) format('embedded-opentype'), url(/fonts/DIN-Medium.woff) format('woff'), url(/fonts/DIN-Medium.ttf) format('truetype'), url(/fonts/DIN-Medium.svg#DIN-Medium) format('svg'); }

/*init*/
html { font-family: "微软雅黑", arial, 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, *:after, *:before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; border: 0; background: transparent; vertical-align: baseline; }
ul, ol, li { list-style: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
a { color: #333; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; transition: all .2s; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
a { text-decoration: none; color: #005fb4; }
.copyrights { text-indent: -9999px; height: 0; line-height: 0; font-size: 0; overflow: hidden; }

@media print {
    * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    select { background: #fff !important; }
}

.lf { float: left; }
.rg { float: right; }
.clear:after { content: ''; display: block; clear: both; }
.tran { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; }
.tran6 { transition: all .6s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; }
.tran8 { transition: all .8s ease; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -ms-transition: all .8s ease; -o-transition: all .8s ease; }
.tran9 { transition: all .9s ease; -webkit-transition: all .9s ease; -moz-transition: all .9s ease; -ms-transition: all .9s ease; -o-transition: all .9s ease; }

.main { margin: 0 auto; width: 1440px; }
.main.w1200 { width: 1200px; }
.main:after { content: ''; display: block; clear: both; }
.shade { position: fixed; left: 0; top: 0; z-index: 4; display: none; width: 100%; height: 100%; background-color: #000; opacity: .5; filter: alpha(opacity=50); }
html, body { height: 100%; }

/*header*/
body { padding-top: 88px; }
.head { position: fixed;; left: 0; top: 0; z-index: 3; padding: 20px 40px; width: 100%; background: #fff; }
.head.active { display: none; }
.head-logo { float: left; width: 175px; }
.head-logo img { display: block; width: 100%; }
.head-main { }
.head-ul { float: left; }
.head-li { margin-right: 50px; float: left; }
.head-li-a { line-height: 48px; color: #000; }
.head-lang { float: left; color: #999; line-height: 48px; text-transform: uppercase; }
.head-li-a.active { color: #d60d19; }
.head-li-a:hover { color: #d60d19; }
.head-lang { margin-right: 50px; }
.head-lang a { float: left; color: #999; }
.head-lang a:hover { color: #d60d19; }
.head-lang span { float: left; margin: 0 5px; }
.head-icon { margin-right: 50px; float: left; width: 20px; height: 48px; background: url(../images/icon6.png) no-repeat center; background-size: contain; cursor: pointer; }
.head-btn { padding-top: 16px; float: right; cursor: pointer; color: #FFF; }
.head-btn-con { float: left; padding-right: 8px; }
.head-btn i { margin: 5px auto; display: block; width: 25px; height: 3px; background-color: #000; }
.head-btn .head-btn-con:before { content: ''; position: relative; display: block; width: 25px; height: 3px; background-color: #fff; transform-origin: left top; -webkit-transform-origin: left top; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-btn .head-btn-con:after { content: ''; position: relative; display: block; width: 25px; height: 3px; background-color: #fff; transform-origin: left bottom; -webkit-transform-origin: left bottom; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-btn .head-btn-con:hover i { width: 0; }
.head-btn .head-btn-con:hover:before { left: 5px; transform: translate3d(0,0,0) rotate(45deg); -webkit-transform: translate3d(0,0,0) rotate(45deg); }
.head-btn .head-btn-con:hover:after { left: 5px; transform: translate3d(0,0,0) rotate(-45deg); -webkit-transform: translate3d(0,0,0) rotate(-45deg); }
.head-btn.active i { width: 0; }
.head-btn.active .head-btn-con:before { transform: translate3d(0,0,0) rotate(45deg); -webkit-transform: translate3d(0,0,0) rotate(45deg); }
.head-btn.active .head-btn-con:after { transform: translate3d(0,0,0) rotate(-45deg); -webkit-transform: translate3d(0,0,0) rotate(-45deg); }
.head-ser { position: absolute; top: 100%; right: 40px; padding: 20px; display: none; background: #fff; border: 1px solid #f1f1f1; }
.head-ser-inp { float: left; width: 220px; height: 40px; line-height: 40px; padding-left: 10px; border: 1px solid #ddd; }
.head-ser-btn { float: left; width: 60px; height: 40px; background: #ddd; border: none; }
.head-menu { position: fixed; left: 100%; top: 0; z-index: 3; width: 100%; height: 100%; background: #fff; }
.head-menu.active { left: 0; }
.head-menu-top { padding: 40px; border-bottom: 1px solid #F5F5F5; }
.head-menu-btn { cursor: pointer; }
.head-menu-btn i { margin: 5px auto; display: block; width: 0; height: 3px; background-color: #000; }
.head-menu-btn:before { content: ''; display: block; width: 25px; height: 3px; background-color: #000; transform: translate3d(0,0,0) rotate(45deg); -webkit-transform: translate3d(0,0,0) rotate(45deg); transform-origin: left top; -webkit-transform-origin: left top; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-menu-btn:after { content: ''; display: block; width: 25px; height: 3px; background-color: #000; transform: translate3d(0,0,0) rotate(-45deg); -webkit-transform: translate3d(0,0,0) rotate(-45deg); transform-origin: left bottom; -webkit-transform-origin: left bottom; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-menu-btn:hover i { width: 25px; }
.head-menu-btn:hover:before { transform: translate3d(0,0,0) rotate(0); -webkit-transform: translate3d(0,0,0) rotate(0); }
.head-menu-btn:hover:after { transform: translate3d(0,0,0) rotate(0); -webkit-transform: translate3d(0,0,0) rotate(0); }
.head-menu-a { text-align: center; }
.head-menu-a a { display: block; border-bottom: 1px solid #F5F5F5; line-height: 65px; font-size: 18px; text-align: center; color: #333; }
.head-menu-a span { display: inline-block; border-bottom: 3px solid transparent; }
.head-menu-a a:hover span { border-color: #333; }

@media screen and (max-width:1300px) {
}


.head-nav { position: fixed; left: 0; top: -100%; width: 100%; z-index: 3; }
.head-nav.active { top: 0; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-nav:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .7; }
.head-nav-tit { line-height: 80px; font-size: 24px; color: #fff; }
.head-nav-a { font-size: 16px; }
.head-nav-a a { margin-left: 40px; float: left; line-height: 80px; color: #fff; border-bottom: 3px solid transparent; }
.head-nav-a a.active { border-color: #cc2525; }
.head-nav-a a:hover { border-color: #cc2525; }
.foot { background: #272a2f; }
.foot-main { margin: 0 auto; width: 80%; min-width: 1430px; }
.foot-top { padding-top: 55px; padding-bottom: 70px;; border-top: 1px solid #d7000f; }
.foot-contact { float: left; width: 45%; line-height: 30px; }
.foot-contact .title { margin-bottom: 10px; color: #e4e4e5; }
.foot-contact-p { margin-bottom: 10px; color: #6d7277; }
.foot-contact-p span { color: #a5a5a5; }
.foot-contact-num { padding-left: 30px; font-size: 24px; color: #efefef; background: url(../images/icon9.png) no-repeat left center; }
.foot-wechat { padding-top: 25px; float: left; }
.foot-wechat-sec { margin: 0 20px; float: left; width: 70px; text-align: center; color: #6d7277; }
.foot-wechat-sec img { margin-bottom: 10px; display: block; width: 100%; }
.foot-nav { float: right; }
.foot-nav-a { padding-left: 94px; margin-bottom: 30px; display: block; width: 205px; height: 50px; line-height: 50px; border: 1px solid #52565a; border-radius: 8px; color: #e4e4e5; background-repeat: no-repeat; background-position: 40px center; }
.foot-nav-a.icon1 { background-image: url(../images/icon10.png); }
.foot-nav-a.icon2 { background-image: url(../images/icon11.png); }
.foot-bot { padding: 20px 0; line-height: 30px; background: #1a1b1d; }
.foot-bot-a { color: #6d7277; }
.foot-bot-a a { margin: 0 5px; float: left; color: #6d7277; }
.foot-bot-a span { float: left; }
.foot-bot-p { color: #a5a5a5; }
.foot-support { float: right; margin-left: 10px; }
.foot-support a { color: #a5a5a5; }

.header { position: fixed; left: 0; top: 0; z-index: 3; padding: 20px 40px; width: 100%; }
.header-logo { width: 51px; }
.header-logo img { display: block; width: 100%; }
.header-btn { position: relative; padding: 10px; margin-top: 6px; }
.header-btn span { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .6; }
.header-btn i { background: #fff; }
.header-btn:before { background: #fff; }
.header-btn:after { background: #fff; }

/*首页*/
.home { position: relative; height: 100%; background-color: #000; }
.home .pc { display: block; object-fit: cover; }
.home .mob { display: none; }
.home-logo { position: absolute; left: 50%; bottom: 50%; z-index: 1; margin-left: -377px; width: 744px; color: #fff; text-align: center; font-family: arial; }
.home-logo p { display: inline-block; }
.home-logo .title { display: inline-block; font-size: 120px; line-height: 100%; text-transform: uppercase; font-weight: bold; text-shadow: 0 1px 1px #000000; }
.home-logo .title p { float: left; }
.home-logo .title-a { }
.home-logo .title-b { color: #ff0505; }
.home-logo .title-c { }
.home-logo .title-d { }
.home-logo .title-e { }
.home-logo .title-f { }
.home-logo .intro { font-size: 40px; font-family: 'Microsoft YaHei' !important; }
.home-logo .intro p { margin: 0 10px; text-shadow: 0 2px 2px #000000; }
.home-menu { position: absolute; left: 0; bottom: 15%; z-index: 1; width: 100%; }
.home-menu:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .5; }
.home-menu-main { margin: 0 auto; padding: 23px 0; width: 1260px; }
.home-menu-a { position: relative; float: left; width: 20%; text-align: center; color: #fff; font-size: 18px; }
.home-menu-a:before { content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: #fff; opacity: .4; }
.home-menu-a:first-child:before { display: none; }
.home-menu-a img { margin: 0 auto 5px auto; display: block; width: 150px; transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-transition: all .3s ease; }
.home-menu-a p { transition: all .3s ease; -webkit-transition: all .3s ease; }
.home-menu-a:hover img { transform: translateY(-10px); -webkit-transform: translateY(-10px); }
.home-menu-a:hover p { transform: translateY(-10px); -webkit-transform: translateY(-10px); }
.animate-shade { position: fixed; left: 0; width: 100%; height: 60%; z-index: 5; background: #fff; opacity: .6; }
.animate-shade.bot { bottom: 0; }
.animate-shade.top { top: 0; }
.animate-shade.active { height: 0; }
.home-foot{position: fixed;color: #7d7d7d;bottom: 3%;text-align: center;width: 100%;padding: 0 20px;}
.home-foot *{color:#7d7d7d !important;}



/*下载*/
.down { padding-bottom: 60px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.down-tit { padding: 40px 0; text-align: center; font-size: 36px; color: #000; text-indent: 0; }
.down-ul { }
.down-li { margin-bottom: 20px; }
.down-li-a { padding: 25px; display: block; background: #fff; }
.down-li-cont { padding-left: 60px; width: 80%; background-repeat: no-repeat; background-position: left center; background-image: url(../images/icon7.png); }
.down-li-cont .title { margin-bottom: 10px; font-size: 18px; color: #666; }
.down-li-cont .intro { color: #999; }
.down-li-cont .intro span { margin-right: 20px; display: inline-block; }
.down-li-btn { margin-top: 15px; padding-left: 30px; color: #666; background-repeat: no-repeat; background-position: left center; background-image: url(../images/icon8.png); }
.down-li-a:hover .title { color: #cc2525; }
.down-li-a:hover .down-li-btn { color: #cc2525; background-image: url(../images/icon8h.png); }

/*钢索简介*/
.recom-banner { }
.recom-banner img { display: block; width: 100%; }
.banner-recom { visibility: hidden; position: absolute; left: 0; top: 18%; width: 100%; text-align: center; font-size: 64px; font-weight: bold; letter-spacing: 18px; color: #fff; text-align: center; }
.banner-recom.go { visibility: visible; -webkit-filter: blur(12px); filter: blur(12px); transform: scale(1.2); -webkit-animation: scaleDownFadeIn 1s forwards ease; animation: scaleDownFadeIn 1s forwards ease; opacity: 1; }

.recom { padding-bottom: 350px; background-color: #f4f4f4; background-position: bottom center; background-repeat: no-repeat; background-size: 100% auto; font-size: 18px; line-height: 28px; color: #464646; text-indent: 30px; }
.recom p { margin-bottom: 15px; }
.recom .down-tit { margin-bottom: 0; }

/*新闻中心*/
.banner { position: relative; overflow: hidden; }
/*.banner .news-hot-btn{position:absolute;bottom:15%;right:10%;background:#FFF;}*/
.banner img { display: block; width: 100%; }

.banner .banner-con { background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; }
.banner .banner-con img { opacity: 0; }

.news { padding-bottom: 50px; }
.news-menu { padding-top: 40px; padding-bottom: 30px; text-align: center; }
.news-menu-a { margin: 0 40px; display: inline-block; text-align: center; font-size: 16px; color: #3c3c3c; }
/*.news-menu-a i{display: block;margin: 0 auto;width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;}*/
.news-menu-a i { display: block; margin: 0 auto 5px auto; background-repeat: no-repeat; /* background-size: contain; */ background-position: left center; }
.news-menu-a i.icon1 { width: 38px; height: 50px; }
.news-menu-a i.icon2 { width: 37px; height: 50px; }
.news-menu-a i.icon3 { width: 25px; height: 50px; }
.news-menu-a:hover { color: #d60d19; }
.news-menu-a:hover i { background-position: right center; }
.news-menu-a:hover i.icon1 { background-image: url(../images/icon43h.png); }
.news-menu-a:hover i.icon2 { background-image: url(../images/icon44h.png); }
.news-menu-a:hover i.icon3 { background-image: url(../images/icon45h.png); }
.news-menu-a.active { color: #d60d19; }
.news-menu-a.active i.icon1 { background-image: url(../images/icon43h.png); }
.news-menu-a.active i.icon2 { background-image: url(../images/icon44h.png); }
.news-menu-a.active i.icon3 { background-image: url(../images/icon45h.png); }
.news-hot { margin-bottom: 40px; }
.news-hot-pic { width: 860px; }
.news-hot-pic img { display: block; width: 100%; }
.news-hot-cont { width: 530px; }
.news-hot-intro { padding-top: 55px; margin-bottom: 20px; height: 320px; line-height: 30px; color: #848484; overflow: hidden; }
.news-hot-tit { margin-bottom: 10px; font-size: 24px; color: #333; }
.news-hot-time { margin-bottom: 5px; padding-left: 20px; font-size: 18px; font-family: arial; color: #797979; background: url(../images/icon46.png) no-repeat left center; }
.news-hot-btn { position: relative; padding-left: 30px; display: block; width: 130px; height: 40px; line-height: 40px; border: 1px solid #919191; border-radius: 20px; color: #333; font-size: 14px; }
.news-hot-btn:after { content: ''; position: absolute; right: 15px; top: 50%; margin-top: -3px; width: 0px; height: 0px; display: block; border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 8px solid #313134; border-right: 8px solid transparent; }
.news-hot-btn:hover { background: #d7000f; color: #fff; border: 1px solid #d7000f; }
.news-hot-btn:hover:after { border-left: 8px solid #fff; }
.news-ul { margin-bottom: 45px; border-top: 1px dotted #ccc; }
.news-li { }
.news-li-a { padding: 25px; display: block; }

@media screen and (min-width:1023) {
    .news-li-a:hover { box-shadow: 0 20px 70px #C5C5C5; }
}



.news-li-time { position: relative; float: left; width: 150px; font-size: 24px; color: #000; font-family: arial; }
.news-li-time:before { content: ''; position: absolute; left: 0; top: 60px; width: 18px; height: 18px; background: url(../images/icon42.png) no-repeat center; }
.news-li-time:after { content: ''; position: absolute; right: 0; top: 15px; width: 55px; height: 1px; background: #d5d5d5; }
.news-li-intro { padding-left: 20px; float: left; width: 915px; line-height: 30px; color: #999; }
.news-li-tit { margin-bottom: 10px; font-size: 24px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-li-p { }
.news-li-img { float: right; width: 312px; }
.news-li-img img { display: block; width: 100%; }
.news-li-a:hover { border-color: #d60d19; }
.news-li-a:hover .news-li-tit { color: #d60d19; }
.news-li-a:hover .news-li-time { color: #d60d19; }
.news-hot .owl-theme .owl-controls { position: absolute; right: 600px; bottom: 0; }
.news-hot .owl-theme .owl-controls .owl-page span.owl-numbers { padding: 0; width: 22px; height: 22px; text-align: center; line-height: 22px; border-radius: 50%; opacity: 1; background: #000; color: #fff; }
.news-hot .owl-theme .owl-controls .owl-page.active span, .news-hot .owl-theme .owl-controls.clickable .owl-page:hover span { background: #d0000e; }

/*新闻详情*/
.news-detail { position: relative; z-index: 1; margin: -75px auto 40px auto; width: 1070px; box-shadow: 0 0 20px 2px rgba(0,0,0,.05); background: #fff; }
.news-detail-main { padding: 45px 110px; }
.news-detail-top { padding-bottom: 25px; border-bottom: 1px solid #e3e3e3; text-align: center; font-family: 'webfont-DIN-Medium'; }
.news-detail-top h1 { margin-bottom: 15px; font-size: 24px; color: #d0000e; }
.news-detail-desc { line-height: 24px; color: #999; }
.news-detail-desc p { display: inline-block; margin: 0 10px; }
.news-detail-desc img { margin-right: 5px; float: left; }
.news-detail-intro { padding: 20px 0; font-size: 16px; line-height: 30px; color: #666; }
.news-detail-intro img { margin: 10px 0; display: block; width: 100%; max-width: 100%; height: auto; }
.news-detail-share { text-align: center; }
.news-detail-com { padding: 20px 28px; background: #f6f6f6; line-height: 30px; }
.news-detail-prev { padding-left: 40px; float: left; color: #333; width: 40%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../images/icon53.png) no-repeat left center; }
.news-detail-next { padding-right: 40px; float: right; color: #333; width: 40%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../images/icon54.png) no-repeat right center; }
.news-detail-prev:hover { color: #d0000e; }
.news-detail-next:hover { color: #d0000e; }
.news-detail-back { margin: 0 auto; display: block; width: 30px; height: 30px; background: url(../images/icon12.png) no-repeat center; }


/*品牌历程*/
.short { padding-bottom: 60px; }
.short .show-tit { color: #333; }
.short .show-nav { color: #333; }
.short .show-nav a { color: #333; }
.short-ul { }
.short-li { width: 200px; text-align: center; font-size: 16px; font-family: arial; cursor: pointer; transition: all .15s ease; -webkit-transition: all .15s ease; }
.short-li a { color: #b2b2b2; }
.short-li p { height: 45px; line-height: 45px; font-size: 42px; font-weight: bold; }
.short-li .icon { margin: 0 auto; display: block; width: 36px; height: 36px; background: url(../images/icon40.png) no-repeat center; background-size: contain; transition: all .15s ease; -webkit-transition: all .15s ease; }
.short-li.active a { color: #d0000e; font-size: 30px; }
.short-li.active .icon { background: url(../images/icon41.png) no-repeat center; }
.short-li:hover { color: #d0000e; font-size: 30px; }
.short-li:hover .icon { background: url(../images/icon41.png) no-repeat center; }
.short .bx-wrapper { max-width: 100% !important; padding: 0 80px; }
.short .bx-wrapper:before { content: ''; position: absolute; left: 0; bottom: 16px; z-index: -1; width: 100%; height: 1px; background: #DCDCDC; }
.short .bx-wrapper .bx-controls-direction a { margin-top: 8px; }
.short .bx-wrapper .bx-controls-direction a.bx-prev { left: 0; background: #fff url(../images/icon38.png) no-repeat center; background-size: contain; }
.short .bx-wrapper .bx-controls-direction a.bx-next { right: 0; background: #fff url(../images/icon36.png) no-repeat center; background-size: contain; }
.short .bx-wrapper .bx-controls-direction a.bx-prev:hover { left: 0; background: #fff url(../images/icon39.png) no-repeat center; background-size: contain; }
.short .bx-wrapper .bx-controls-direction a.bx-next:hover { right: 0; background: #fff url(../images/icon37.png) no-repeat center; background-size: contain; }
.short-main { padding: 80px 150px; }
.short-sec { display: none; }
.short-dl { margin-bottom: 25px; line-height: 26px; cursor: pointer; }
.short-dt { float: left; width: 80px; color: #000; font-family: arial; }
.short-dt span { font-size: 18px; }
.short-dd { cursor: auto; float: left; width: 80%; font-size: 16px; color: #666; }
.short-dl:hover .short-dd { color: #d0000e; }

/*产品中心*/
.banner-prod { position: absolute; left: 60%; top: 30%; margin-left: -220px; text-align: right; color: #fff; font-size: 48px; }
.banner-prod .tit { font-size: 68px; margin-bottom: 20px; }
.banner-prod .go { visibility: visible; -webkit-filter: blur(12px); filter: blur(12px); transform: scale(1.2); -webkit-animation: scaleDownFadeIn 1s forwards ease; animation: scaleDownFadeIn 1s forwards ease; opacity: 1; }
.banner-prod p { text-shadow: 0 1px 1px #000000; }
.banner-prod font { display: inline-block; margin: 0 5px; }
.banner-prod img { visibility: hidden; }
.banner-prod-btn { overflow: hidden; padding: 10px 0; }
.banner-prod .news-hot-btn { width: 160px; font-size: 16px; /*background: #FFF;*/; color: #FFF; border-color: #FFF; display: block; float: right; text-align: center; padding-right: 38px; margin: 5px; clear: both; }
.banner-prod .news-hot-btn:hover { background: #d7000f; border-color: #d7000f; }
/*.banner-prod-btn .news-hot-btn:first-child { width: 160px; }*/
.banner-prod .news-hot-btn:after { border-left: 8px solid #FFF; }

.banner-prod .more { width: 160px; margin-left: 50px; position: absolute; right: 2%; bottom: -22%; display: flex; justify-content: space-between; color: #FFF; }
.banner-prod .more .more-one { width: 0; height: 2px; background-color: #fff; margin-top: 12px; transition: all 1s; float: left; box-shadow: 0 0.01rem 0.01rem rgba(0,0,0,0.3); }
.banner-prod .more .more-one.on { width: 50px; }
.banner-prod .more p { width: 150px; text-align: center; float: left; }
.banner-prod .more .more-two { width: 105px; height: 2px; background-color: #fff; position: relative; right: 0; margin-top: 12px; transition: all 1s; float: left; box-shadow: 0 0.01rem 0.01rem rgba(0,0,0,0.3); }
.banner-prod .more .more-two.on { width: 50px; }
.banner-prod .more .more-two::before { content: ''; position: absolute; top: -5px; right: -6px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #fff; }
.banner-prod .more p { font-size: 16px; font-family: 'HelveticaNeueLTStd-Th'; text-shadow: 0 0.01rem 0.01rem rgba(0,0,0,0.3); }


/*网点服务*/
.banner-serv { position: absolute; left: 34%; top: 45%; margin-left: -250px; width: 550px; text-align: left; color: #fff; font-size: 22px; }
.banner-serv .tit { font-size: 34px; }
.banner-serv .go { visibility: visible; -webkit-filter: blur(12px); filter: blur(12px); transform: scale(1.2); -webkit-animation: scaleDownFadeIn 1s forwards ease; animation: scaleDownFadeIn 1s forwards ease; opacity: 1; }
.banner-serv p { text-shadow: 0 1px 1px #000000; }
.banner-serv .desc { text-align: left; margin-top: 10px; }
.banner-serv font { display: inline-block; margin: 0 5px; }
.banner-serv img { visibility: hidden; }



.product { background: #f6f6f6; }
.prod-tit { position: relative; padding: 50px 0 0 0 !important; overflow: hidden; padding: 40px 0; text-align: center; font-size: 36px; color: #000; text-indent: 0; }
.prod-ser { position: absolute; right: 0; top: 50%; margin-top: -22px; border: 1px solid #e6e6e6; font-size: 14px; background: #fff; border-radius: 5px; }
.prod-ser-inp { padding-left: 20px; float: left; width: 230px; height: 42px; line-height: 20px; }
.prod-ser-btn { float: left; width: 54px; height: 42px; background: url(../images/icon6.png) no-repeat center; border-left: 1px solid #e6e6e6; cursor: pointer; }
.prod-ser-btn input { display: block; width: 100%; height: 100%; }
.prod-cont { padding-bottom: 60px; }
.prod-ul { margin-bottom: 40px; }
.prod-li { padding: 6px; float: left; width: 25%; }
.prod-li-a { padding: 30px; display: block; font-size: 18px; color: #333; text-align: center; background: #fff; border-radius: 5px; }
.prod-li-a p { overflow: hidden; height: 60px; display: table-cell; text-align: center; vertical-align: middle; width: 3.5%; line-height: 26px; }
.prod-li-img { height: 240px; overflow: hidden; }
.prod-li-img img { display: block; margin: 0 auto; max-width: 100%; max-height: 100%; }
.prod-li-a:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0 0 20px 5px rgba(0,0,0,.05); }
.product .news-hot-btn { margin: 0 auto; padding-left: 40px; width: 150px; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; transition: all .2s; }
.product-img { background: #dee4ee; }
.product-img img { margin: 0 auto; display: block; max-width: 60%; }
.product-nav { background-repeat: no-repeat; background-position: center; background-size: cover; }
.product-nav-a { padding: 180px 0; float: left; width: 50%; text-align: center; font-size: 24px; color: #fff; }
.product-nav-a img { margin: 0 auto; display: block; width: 200px; }
.product-nav-a:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); }




/*产品列表*/
.current { padding: 25px 30px; color: #999; line-height: 30px; background: url(../images/icon58.png) no-repeat left center; }
.current a { float: left; color: #999; }
.current span { float: left; margin: 0 5px; }
.current p { float: left; }
.prod-menu { padding: 20px; background: #fff; }
.prod-menu a { margin: 10px; float: left; padding: 0 20px; line-height: 35px; font-size: 16px; color: #747474; }
.prod-menu a.active { background: #db2933; color: #fff; }
.prod-menu a:hover { background: #db2933; color: #fff; }
.product-list { padding-bottom: 46px; }
.product-ul { margin: 0 -5px; padding: 5px 5px 55px 5px; }
.product-li { padding: 5px; float: left; width: 33.3333%; }
.pdetail .product-li:nth-child(n+4) { display: none; }
.product-li-a { padding: 50px; display: block; text-align: center; font-size: 16px; color: #333; background: #fff; }
.product-li-a p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 20px 0; }
.product-li-img { height: 331px; }
.product-li-img img { margin: 0 auto; display: block; max-width: 100%; max-height: 100%; }
.product-li-a:hover { color: #db2933; }

/*产品详情*/
.pdetail { padding-top: 18px; background: #f4f4f4; }
.pdetail-top { margin-bottom: 20px; }
.pdetail-top-pic { padding: 40px 98px; float: left; width: 728px; height: 580px; background: #fff; }
.jqzoom { position: relative; display: block; }
.jqzoom img { display: block; width: 100%; }
.zoomdiv { z-index: 100; position: absolute; top: 0px; left: 0px; width: 350px; height: 350px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border: 1px solid #aaa; background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); }
.pdetail-top-pic i { position: relative; top: -58px; right: -98px; float: right; width: 60px; height: 60px; background: url(../images/icon59.png) #e3e3e3 no-repeat center; background-size: 50%; }
.pdetail-top-pic img.mob { display: none; }
.pdetail-desc { padding: 0 70px; float: right; width: 688px; height: 580px; background: #fff; }
.pdetail-desc-tit { padding-top: 30px; padding-bottom: 20px; font-size: 20px; color: #333; border-bottom: 1px solid #e0e0e0; }
.pdetail-desc-p { padding: 10px 0 20px 0; height: 290px; /* border-bottom: 1px solid #e0e0e0; */ line-height: 30px; color: #666; }
.pdetail-contact { }
.pdetail-contact-tit { display: block; text-align: center; line-height: 66px; background: #f8f8f8; font-size: 18px; font-style: normal; color: #000; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; transition: all .2s; }
.pdetail-contact-tit:hover { background: #d7000f; color: #fff; }
.pdetail-contact-num { padding: 25px 0; text-align: center; }
.pdetail-contact-num span { font-size: 30px; color: #d0000e; font-style: oblique; }
.pdetail-share { text-align: center; }
.pdetail-share span { margin: 0 10px; display: inline-block; color: #ddd; }
.pdetail-share .bshare-custom { display: inline-block; }
.pdetail-share .bshare-custom a { padding-left: 30px; width: auto; height: 26px; background-repeat: no-repeat; background-position: left center; line-height: 26px; }
.pdetail-share .bshare-custom.icon1 a { background-image: url(../images/icon60.png); }
.pdetail-share .bshare-custom.icon2 a { background-image: url(../images/icon61.png); }
.pdetail-share-a { padding-left: 30px; width: auto; height: 26px; display: inline-block; background: url(../images/icon62.png) no-repeat left center; line-height: 26px; color: #333; }
.pdetail-share-a:hover { opacity: .8; text-decoration: underline; }
.pdetail-intro { background: #fff; }
.pdetail-intro-tit { padding: 0 30px; line-height: 66px; border-bottom: 1px solid #e3e3e3; font-size: 18px; }
.pdetail-intro-tit p { display: inline-block; margin-bottom: -1px; border-bottom: 2px solid #dc0707; }
.pdetail-intro-cont { padding: 45px 95px; font-size: 18px; line-height: 30px; color: #666; }
.pdetail-intro-cont img { margin: 10px 0; display: block; width: 100%; }
.pdetail .news-hot-btn { margin: 40px auto; }

/*品牌门店*/
.store { background: #fcfcfc; }
.store-tit { padding-top: 55px; padding-bottom: 40px; text-align: center; line-height: 48px; }
.store-tit p { padding-left: 90px; display: inline-block; font-size: 36px; color: #000; background: url(../images/icon63.png) no-repeat left center; }
.store-main { padding-bottom: 120px; }
.store-ul { }
.store-li { padding: 0 13px; }
.store-li-a { padding: 15px; background: #fff; }
.store-li-img { }
.store-li-img img { display: block; width: 100%; }
.store-li-img .viewer-box, .store-li-img .lightgallery-box { display: none; }
.store-li-intro { padding: 20px 8px; line-height: 30px; font-size: 16px; color: #666; background: #fff; }
.store-li-intro .tit { color: #000; }
.store-li-intro .desc { display: none; }
.store .owl-theme .owl-controls .owl-buttons div { position: absolute; top: 50%; margin-top: -13px; width: 20px; height: 26px; border-radius: 0; opacity: 1; margin: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.store .owl-theme .owl-controls .owl-buttons div.owl-prev { left: -20px; background-image: url(../images/icon64.png); }
.store .owl-theme .owl-controls .owl-buttons div.owl-next { right: -20px; background-image: url(../images/icon65.png); }
.store .owl-theme .owl-controls .owl-buttons div:hover.owl-prev { background-image: url(../images/icon64h.png); }
.store .owl-theme .owl-controls .owl-buttons div:hover.owl-next { background-image: url(../images/icon65h.png); }

/*资质认证*/
.qual { padding-bottom: 50px; }
.qual-ul { padding-bottom: 40px; }
.qual-li { padding: 7px; float: left; width: 25%; }
.qual-li-a { padding: 25px 10px; display: block; border: 1px solid #e4e4e4; font-size: 16px; line-height: 20px; color: #666; text-align: center; }
.qual-li-img { margin-bottom: 10px; height: 280px; vertical-align: middle; }
.qual-li-img img { margin: 0 auto; display: block; max-width: 100%; max-height: 100%; }
.qual-li-a p { height: 40px; }
.qual-li-a:hover { border-color: #db0a23; color: #db0a23; }

/*仓储加工*/
.process { }
.process-tit { padding: 50px 0; text-align: center; font-size: 36px; color: #000; line-height: 65px; }
.process-tit p { display: inline-block; }
.process-tit img { margin-right: 5px; float: left; width: 90px; }
.process-top { }
.process-top-desc { width: 670px; line-height: 30px; color: #333; }
.process-top-desc .process-tit { padding-top: 0; padding-bottom: 20px; text-align: left; line-height: 56px; }
.process-top-desc .process-tit img { margin-right: 10px; width: 56px; }
.process-top-h1 { margin-bottom: 10px; font-size: 30px; color: #d0000e; }
.process-top-h1 span { font-size: 48px; }
.process-top-h2 { margin-bottom: 20px; font-size: 24px; color: #333; }
.process-top-p { font-size: 16px; line-height: 26px; color: #747474; }
.process-top-p p { position: relative; padding-left: 20px; margin-bottom: 10px; }
.process-top-p p:before { content: ''; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; background: #959595; }
.process-top-img { width: 650px; }
.process-top-img img { display: block; width: 100%; }
.process-top-cont { }
.process-top-pic { float: left; width: 397px; }
.process-top-pic img { display: block; width: 100%; }
.process-top-ul { float: right; width: 1000px; }
.process-top-li { padding: 35px 0 35px 20px; float: left; width: 25%; height: 138px; font-size: 20px; color: #333; }
.process-top-li.bor1 { border-bottom: 1px solid #e3e3e3; }
.process-top-li.bor2 { border-left: 1px solid #e3e3e3; }
.process-top-li .tit { margin-bottom: 15px; width: 35px; height: 35px; line-height: 35px; text-align: center; background: #c9c9c9; color: #fff; font-size: 18px; font-family: "微软雅黑"; border-radius: 50%; }
.process-list { padding-bottom: 55px; background: #f7f7f7; }
.process-ul { }
.process-li { background: #fff; }
.process-li-img { width: 720px; }
.process-li-img img { display: block; width: 100%; }
.process-li-intro { padding: 70px 45px; width: 720px; font-size: 16px; line-height: 26px; color: #747474; }
.process-li-intro .tit { margin-bottom: 20px; font-size: 24px; color: #333; }
.process-tit p.process-tit-c { display: block; font-size: 24px; clear: both; }
.process-tech-main { }
.process-tech-pic { float: left; width: 840px; }
.process-tech-pic img { display: block; width: 100%; }
.process-tech-intro { padding: 90px 45px; float: right; width: 580px; height: 565px; background: #f8f8f8; font-size: 16px; line-height: 26px; color: #747474; }
.process-tech-intro .tit { margin-bottom: 20px; font-size: 24px; color: #333; }
.process-load { padding-bottom: 50px; }
.process-load-ul { margin: 0 -5px; }
.process-load-li { padding: 5px; float: left; width: 50%; }
.process-load-li-a { padding: 80px 20px 20px 20px; font-size: 26px; text-align: center; color: #000; background: #f4f4f4; }
.process-load-li-img { padding-top: 20px; height: 350px; }
.process-load-li-img img { margin: 0 auto; display: block; max-width: 100%; max-height: 100%; }

/*优宅*/
.banner-facil-intro { position: absolute; top: 280px; left: 150px; width: 360px; font-size: 16px; line-height: 26px; color: #FFF; }
.banner-facil-intro .tit { margin-bottom: 20px; font-size: 36px; line-height: 100%; }
.banner-facil-intro .news-hot-btn { margin-top: 30px; color: #fff; border-color: #FFF; }
.banner-facil-intro .news-hot-btn:after { border-left: 8px solid #FFF; }
.banner-facil-intro .news-hot-btn:hover { background: #d7000f; color: #fff; border: 1px solid #d7000f; }
.facil { }
.facil .news-hot-btn { margin: 40px auto; }
.facil-img { }
.facil-img img { display: block; width: 100%; }
.facil-cont { }
.facil-ul { margin: 0 -6px 30px -6px; }
.facil-li { padding: 6px; float: left; width: 33.333%; }
.facil-li-a { position: relative; display: block; }
.facil-li-a img { display: block; width: 100%; }
.facil-li-a p { position: absolute; left: 0; bottom: 0; z-index: 1; padding: 0 10px; width: 100%; font-size: 16px; color: #fff; text-align: center; line-height: 55px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.facil-li-a p:before { content: ''; position: absolute; left: 0; bottom: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .6; }
.facil-li-a:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); box-shadow: 0 0 20px 2px rgba(0,0,0,.05); }
.banner-facil-desc { position: absolute; right: 0; top: 260px; right: 240px; z-index: 1; padding: 45px; width: 825px; font-size: 16px; line-height: 26px; }
.banner-facil-desc:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #fff; opacity: .6; }
.banner-facil-desc .tit { font-size: 36px; line-height: 100%; }
.banner-facil-desc p { margin-bottom: 20px; }
.banner-facil-cont { position: absolute; top: 27%; right: 20%; z-index: 1; padding: 40px 60px; width: 498px; color: #fff; font-size: 16px; }
.banner-facil-cont:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .6; }
.banner-facil-cont .tit { margin-bottom: 20px; font-size: 30px; }
.banner-facil-cont .item { margin-bottom: 20px; }
.banner-facil-cont .h2 { margin-bottom: 5px; font-size: 20px; }
.facil-nav { background-repeat: no-repeat; background-position: center; background-size: cover; }
.facil-nav-a { position: relative; padding: 150px 0; float: left; width: 50%; text-align: center; font-size: 24px; color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; }
.facil-nav-a img { position: relative; margin: 0 auto; display: block; width: 120px; z-index: 9999 !important; }
.facil-nav-a p { position: relative; z-index: 1; }

.facil-nav-a:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #fff; opacity: 0; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.facil-nav-a:hover:before { opacity: .5; left: 1%; top: 2%; width: 98%; height: 96%; }
.facil-nav-a:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }

/*设备首页*/
.banner-facil2-intro { position: absolute; top: 230px; right: 250px; width: 580px; font-size: 16px; line-height: 26px; color: #000; }
.banner-facil2-intro .tit { margin-bottom: 20px; font-size: 36px; line-height: 100%; }
.banner-facil2-intro .news-hot-btn { margin-top: 20px; }


/*大灯维修*/
.banner-lamp { margin-left: -720px; width: 1440px; color: #fff; }
.banner-lamp-tit { margin-bottom: 20px; font-size: 36px; }
.banner-lamp-cont { position: absolute; top: 27%; right: 20%; z-index: 1; padding: 40px 60px; width: 460px; color: #fff; font-size: 16px; }
.banner-lamp-cont:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .6; }
.banner-lamp-p { text-indent: 35px; font-size: 16px; line-height: 26px; }
.banner-lamp-p p { margin-bottom: 20px; }

/*服务网点*/
.serve { }
.serve-main { position: relative; }
.serve-map { height: 660px; background: #b3d8ff; }
.serve-list { position: absolute; right: 15%; top: 0; z-index: 1; width: 480px; height: 100%; background: #fff; }
.serve-ul { min-height: 580px; }
.serve-li { padding: 30px 45px; line-height: 30px; color: #747474; cursor: pointer; border-left: 3px solid transparent; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.serve-li .tit { margin-bottom: 10px; font-size: 18px; color: #333; }
.serve-li .adr { padding-left: 20px; background: url(../images/icon74.png) no-repeat left center; background-size: 16px; }
.serve-li .num { padding-left: 20px; background: url(../images/icon75.png) no-repeat left center; background-size: 16px; }
.serve-li:hover, .serve-li.on { background: #f3f3f3; border-color: #d61313; }
.serve-li.active { background: #f3f3f3; border-color: #d61313; }
.serve-com { text-align: center; }
.serve-com-cont { display: inline-block; }
.serve-com-btn { float: left; width: 40px; height: 40px; background-color: #f5f5f5; background-repeat: no-repeat; background-position: center; border-radius: 50%; cursor: pointer; }
.serve-com-btn.prev { background-image: url(../images/icon76.png); }
.serve-com-btn.next { background-image: url(../images/icon77.png); }
.serve-com-now { float: left; width: 70px; line-height: 40px; text-align: center; }
.serve-alert { position: absolute; left: 30%; top: 20%; width: 340px; height: 180px; display: none; background: #fff; box-shadow: 0 0 3px 1px rgba(0,0,0,.1); }
.serve-alert .serve-li { padding: 20px; }
.serve-alert-close { position: absolute; right: 15px; top: 15px; width: 20px; height: 20px; background: url(../images/icon73.png) no-repeat center; cursor: pointer; }

/*业务范围*/
.scope { }
.scope-intro { position: absolute; top: 30%; left: 50%; margin-left: -720px; width: 1440px; color: #fff; }
.scope-intro .tit { margin-bottom: 30px; font-size: 36px; }
.scope-intro-p { font-size: 16px; line-height: 24px; }
.scope-intro-p p { position: relative; margin-bottom: 20px; padding-left: 25px; }
.scope-intro-p p:before { content: ''; position: absolute; left: 0; top: 7px; width: 11px; height: 11px; background: #fff; }
.scope-sec { margin-top: 15px; padding: 140px 0; background: #fafafa; }
.scope-sec:first-child { margin-top: 0; }
.scope-ul { }
.scope-li { float: left; width: 25%; text-align: center; font-size: 16px; line-height: 20px; color: #747474; }


.scope-li img { display: block; margin: 0 auto 10px auto; max-width: 40%; }
.scope-li p { height: 40px; }

/*战略联盟*/
.league { padding-bottom: 40px; }
.league-tit { padding-top: 10px; font-size: 16px; color: #999; }
.league-ul { }
.league-li { padding: 5px; float: left; width: 25%; }
.league-li-a { padding: 35px 15px; display: block; text-align: center; color: #747474; font-size: 16px; border: 1px solid #f0f0f0; }
.league-li-img { height: 160px; }
.league-li-img img { margin: 0 auto; display: block; max-width: 100%; max-height: 100%; }
.league-li-a:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0 0 10px 2px rgba(0,0,0,.05); }

/*设备简介*/
.brief { }
.brief-main { padding-left: 615px; padding-top: 390px; height: 950px; background-position: left center; background-size: auto 95%; background-repeat: no-repeat; font-size: 16px; color: #747474; line-height: 30px; }
.brief-main .tit { font-size: 30px; }
.brief-main p { margin-bottom: 20px; }

/*综合*/
.brand { }
.brand-ul { margin: 0 -6px; padding-bottom: 80px; }
.brand-li { padding: 13px; float: left; width: 50%; }
.brand-li-a { padding: 35px; display: block; background: #fff; border: 1px solid #ecebeb; }
.brand-li-img { float: left; width: 162px; }
.brand-li-img img { display: block; width: 100%; }
.brand-li-intro { float: right; width: 320px; }
.brand-li-tit { margin-bottom: 10px; font-size: 18px; color: #333; }
.brand-li-p { height: 78px; line-height: 26px; color: #747474; display: -webkit-box !important; -webkit-box-orient: vertical; word-break: break-all; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; }
.brand-li .news-hot-btn { margin: 20px 0 0 0; }
.brand-li-a:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0 0 10px 3px rgba(0,0,0,.05); }

/*宝通品牌*/
.brand-detail { padding-bottom: 55px; font-size: 16px; line-height: 26px; color: #747474; text-indent: 30px; }
.brand-detail .tit { text-indent: 0; font-size: 30px; line-height: 100%; }
.brand-detail p { margin-bottom: 20px; }
.brand-detail img { display: block; width: 100%; }
.brand-detail-img { }
.brand-detail-list { padding-top: 17px; }
.brand-detail-a { float: left; width: 465px; }
.brand-detail-b { margin: 0 13px; float: left; width: 491px; }
.brand-detail-c { float: left; width: 458px; }

/*住宅设备简介*/
.banner-live { position: absolute; top: 53%; left: 65%; margin-left: -250px; width: 500px; padding: 40px 60px; color: #fff; font-size: 16px; line-height: 36px; }
.banner-live:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: .3; }
.banner-live .tit { margin-bottom: 20px; font-size: 30px; }

/*优宅简介*/
.banner-house-desc { position: absolute; right: 0; top: 260px; right: 240px; z-index: 1; padding: 45px; width: 825px; font-size: 16px; line-height: 26px; }
.banner-house-desc:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #fff; opacity: .6; }
.banner-house-desc .tit { font-size: 36px; line-height: 100%; }
.banner-house-desc p { margin-bottom: 20px; }
.banner-house-cont { position: absolute; top: 27%; right: 20%; z-index: 1; padding: 40px 60px; width: 498px; color: #fff; font-size: 16px; }
.banner-house-cont:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .6; }
.banner-house-cont .tit { margin-bottom: 20px; font-size: 30px; }
.banner-house-cont .item { margin-bottom: 20px; }
.banner-house-cont .h2 { margin-bottom: 5px; font-size: 20px; }

.banner-house-intro { position: absolute; top: 130px; right: 140px; width: 580px; font-size: 16px; line-height: 26px; color: #000; }
.banner-house-intro .tit { margin-bottom: 20px; font-size: 36px; line-height: 100%; }
.banner-house-intro .news-hot-btn { margin-top: 30px; }


@media screen and (max-width:1500px) {
    .main { width: 1200px; }
    .foot-main { min-width: 1000px; }

    /*首页*/
    .home-menu-main { width: 1000px; }
	.home-foot{font-size:12px;}

    /*新闻中心*/
    .news-hot .owl-theme .owl-controls { right: 320px; }
    .news-hot-pic { width: 700px; }
    .news-hot-cont { width: 280px; }
    .news-hot-intro { padding-top: 0; height: 260px; }
    .news-li-intro { width: 660px; }

    /*产品中心*/
    .banner-prod { top: 32%; }
    .prod-li-img { height: 150px; }
    .product-li-img { height: 202px; }
    .prod-li-a p { overflow: hidden; height: 60px; display: table-cell; text-align: center; vertical-align: middle; width: 3.5%; line-height: 26px; }

    /*产品详情*/
    .pdetail-top-pic { width: 500px; padding: 20px; height: 440px; }
    .pdetail-top-pic i { right: -20px; }
    .pdetail-desc { width: 480px; height: 440px; }
    .pdetail-desc-tit { padding-top: 20px; padding-bottom: 15px; font-size: 16px; font-size: 16px; }
    .pdetail-desc-p { padding: 15px 0; line-height: 30px; }
    .pdetail-contact-tit { line-height: 50px; font-size: 16px; }
    .pdetail-contact-num { padding: 15px 0; }
    .pdetail-contact-num span { font-size: 20px; }

    /*品牌门店*/
    .store-li { padding: 0; }
    .store-li-a { padding: 10px; }
    .store .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 10px !important; }
    .store .owl-theme .owl-controls .owl-buttons div.owl-next { right: 10px !important; }
    .store-li-intro p { margin-bottom: 5px; }
    .store-li-intro .tit { font-size: 18px; }
    .store-li-intro .desc { display: block; }

    /*资质认证*/
    .qual-li { width: 33.333%; }

    /*仓储加工*/
    .process-top-main { margin-bottom: 20px; }
    .process-top-desc { width: 550px; }
    .process-top-img { width: 440px; }
    .process-top-pic { width: 300px; }
    .process-top-ul { width: 680px; }
    .process-top-li { padding: 15px; height: 98px; font-size: 16px; }
    .process-li-img { width: 500px; }
    .process-li-intro { padding: 30px 20px; width: 500px; font-size: 14px; }
    .process-li-intro .tit { margin-bottom: 10px; font-size: 20px; }
    .process-tech-pic { width: 510px; }
    .process-tech-intro { padding: 30px 20px; width: 480px; height: 343px; }
    .process-load-li-img { height: 280px; }

    /*优宅*/
    .banner-facil-intro { top: 100px; right: 100px; }
    .banner-facil-intro .news-hot-btn { color: #333; border-color: #919191; padding: 0 30px; }
    .banner-facil-intro .news-hot-btn:after { border-left: 8px solid #313134; }
    .banner-facil-intro .news-hot-btn:hover:after { border-left: 8px solid #fff; }
    .banner-facil-desc { top: 120px; right: 120px; }

    /*设备首页*/
    .banner-facil2-intro { top: 100px; right: 100px; }
    .banner-facil2-intro .news-hot-btn { margin-top: 40px; }
    .banner-facil2-desc { top: 120px; right: 120px; }


    /*大灯维修*/
    .banner-lamp { margin-left: -500px; width: 1000px; }
    .banner-lamp-tit { margin-bottom: 10px; font-size: 26px; }
    .banner-lamp-p { font-size: 14px; line-height: 24px; }
    .banner-lamp-p p { margin-bottom: 10px; }

    /*服务网点*/
    .serve-list { right: 10%; width: 400px; }
    .serve-alert { left: 20%; }

    /*业务范围*/
    .scope-intro { margin-left: -500px; width: 1000px; }
    .scope-sec { padding: 100px 0; }

    /*战略联盟*/
    .league-li-img { height: 122px; }

    /*综合*/
    .brand-li-img { width: 120px; }
    .brand-li-intro { width: 270px; }

    /*住宅设备简介*/
    .banner-live { margin-left: -500px; width: 1000px; }
    .banner-live:before { background: #000; opacity: .6; }

    .banner-house-intro { top: 100px; right: 100px; }
    .banner-house-intro .news-hot-btn { margin-top: 40px; }
    .banner-house-desc { top: 120px; right: 120px; }

    /*宝通品牌*/
    .brand-detail-a { float: left; width: 320px; }
    .brand-detail-b { margin: 0 13px; float: left; width: 338px; }
    .brand-detail-c { float: left; width: 316px; }

    /*广鑫钢索*/
    .banner-recom { font-size: 60px; }
}

@media screen and (max-width: 1100px) {
    .main { width: 740px; }
    .head.active { display: block; }
    .head-nav.active { top: -100%; }
    .head-ul { display: none; }
    .foot-main { width: 100%; min-width: 100%; }
    .foot-top { padding: 50px 15px 60px 15px; }
    .foot-wechat-sec { margin: 0 10px; }
    .foot-nav-a { padding-left: 56px; width: 140px; background-position: 20px center; }
    .foot-bot { padding: 10px 15px; }
    .foot-support { display: block; float: none; }

    /*首页*/
    .home-menu-main { width: 100%; }
    .home-menu-a img { width: 126px; }

    /*新闻中心*/
    .news-hot-ul { }
    .news-hot .owl-theme .owl-controls { right: 0; }
    .news-hot-pic { margin-bottom: 20px; width: 100%; }
    .news-hot-cont { width: 100%; }
    .news-hot-intro { height: auto; }
    .news-li-time { width: 80px; }
    .news-li-time:after { display: none; }
    .news-li-intro { width: 410px; }
    .news-li-img { width: 230px; }

    /*新闻详情*/
    .news-detail { width: 720px; }
    .news-detail-main { padding: 45px }

    /*钢索简介*/
    .recom { padding-bottom: 200px; }

    /*产品中心*/
    .banner-prod { font-size: 30px; }
    .banner-prod .tit { font-size: 50px; margin-bottom: 0; }
    .prod-li { width: 33.333%; }
    .prod-li-img { height: 148px; }
    .product-li-img { height: 125px; }
    .product-nav-a { padding: 90px 0; }

    /*产品详情*/
    .pdetail-top-pic { width: 100%; height: auto; }
    .pdetail-top-pic .jqzoom { display: none; }
    .pdetail-top-pic img.mob { display: block; width: 100%; }
    .pdetail-top-pic i { display: none; }
    .pdetail-desc { width: 100%; padding: 30px; height: auto; }
    .pdetail-desc-p { height: auto; }

    /*品牌门店*/
    .store-ul { padding: 0 20px; }
    .store-li-intro { font-size: 14px; }
    .store .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0; }
    .store .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0; }

    /*资质认证*/
    .qual-li { width: 50%; }

    /*仓储加工*/
    .process-tit { font-size: 26px; line-height: 44px; }
    .process-tit img { width: 60px; }
    .process-top-desc .process-tit { line-height: 36px; }
    .process-top-desc .process-tit img { width: 36px; }
    .process-top-h1 { font-size: 22px; }
    .process-top-h1 span { font-size: 28px; }
    .process-top-h2 { font-size: 18px; }
    .process-top-h2 { font-size: 18px; }
    .process-top-p { font-size: 14px; line-height: 26px; }
    .process-top-desc { width: 390px; }
    .process-top-img { width: 350px; }
    .process-top-pic { width: 298px; }
    .process-top-ul { width: 430px; }
    .process-top-li { padding: 10px; font-size: 14px; }
    .process-top-li .tit { margin-bottom: 10px; width: 30px; height: 30px; line-height: 30px; font-size: 18px; }
    .process-li-img { width: 370px; }
    .process-li-intro { padding: 15px; width: 370px; line-height: 24px; font-size: 13px; }
    .process-li-intro .tit { margin-bottom: 5px; font-size: 18px; }
    .process-tech-pic { width: 370px; }
    .process-tech-intro { padding: 20px 15px; width: 360px; height: 250px; font-size: 14px; line-height: 24px; }
    .process-tech-intro .tit { margin-bottom: 5px; font-size: 18px; }
    .process-load-li-a { padding: 20px; font-size: 16px; }
    .process-load-li-img { height: 170px; }

    /*优宅*/
    .banner-facil-intro { top: 80px; right: 30px; width: 420px; font-size: 16px; line-height: 30px; }
    .banner-facil-intro .tit { margin-bottom: 10px; font-size: 24px; }
    .banner-facil-intro .news-hot-btn { margin-top: 40px; }
    .facil-li { width: 50%; }
    .banner-facil-desc { position: relative; top: auto; right: auto; width: 100%; }
    .banner-facil-cont { padding: 20px; width: auto; font-size: 14px; }
    .banner-facil-cont .item { margin-bottom: 15px; }
    .banner-facil-cont .tit { margin-bottom: 15px; font-size: 24px; }
    .banner-facil-cont .h2 { font-size: 16px; }
    .facil-nav-a { padding: 40px 0; font-size: 16px; }
    .facil-nav-a img { width: 40px; }

    /*设备首页*/
    .banner-facil2-intro { top: 80px; right: 30px; width: 420px; font-size: 14px; line-height: 24px; }
    .banner-facil2-intro .tit { margin-bottom: 10px; font-size: 24px; }
    .banner-facil2-intro .news-hot-btn { margin-top: 40px; }

    /*大灯维修*/
    .banner-lamp { position: relative; left: auto; top: auto; padding: 0; margin-left: 0; width: 100%; color: #000; }
    .banner-lamp-cont { z-index: 1; padding: 20px 15px; width: 100%; color: #fff; font-size: 16px; position: relative; right: 0; }
    .banner-lamp-cont:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .6; }

    /*服务网点*/
    .serve { }
    .serve-list { position: relative; right: auto; width: 100%; padding-bottom: 40px; }
    .serve-ul { min-height: auto; padding-bottom: 30px; }
    .serve-alert { left: 20%; }

    /*业务范围*/
    .scope-intro { position: relative; top: auto; left: auto; padding: 20px; margin-left: 0; width: 100%; color: #000; }
    .scope-intro-p p:before { background: #000; }
    .scope-sec { padding: 100px 0; }

    /*战略联盟*/
    .league-li { width: 33.333%; }
    .league-li-img { height: 122px; }

    /*设备简介*/
    .brief-main { height: 600px; padding-left: 360px; padding-top: 200px; }

    /*综合*/
    .brand-li-img { margin: 0 auto 20px auto; float: none; }
    .brand-li-intro { width: 100%; float: none; }

    /*住宅设备简介*/
    .banner-live { margin-left: -370px; width: 740px; font-size: 14px; line-height: 24px; }
    .banner-live .tit { margin-bottom: 10px; font-size: 20px; }

    .banner-house-desc { position: relative; top: auto; right: auto; width: 100%; }
    .banner-house-cont { padding: 20px; width: auto; font-size: 14px; }
    .banner-house-cont .item { margin-bottom: 15px; }
    .banner-house-cont .tit { margin-bottom: 15px; font-size: 24px; }
    .banner-house-cont .h2 { font-size: 16px; }

    /*宝通品牌*/
    .brand-detail-a { width: 234px; }
    .brand-detail-b { margin: 0 13px; width: 247px; }
    .brand-detail-c { width: 233px; }

    /*广鑫钢索*/
    .banner-recom { font-size: 50px; }
}

@media screen and (max-width: 740px) {
    body { padding-top: 50px; }
    .main { width: 100% !important; }
    /*header*/
    .head { padding: 10px; }
    .head-logo { width: 100px; }
    .head-lang { margin-right: 20px; line-height: 30px; }
    .head-icon { margin-right: 20px; height: 30px; }
    .head-btn { padding-top: 6px; }
    .head-menu-top { padding: 20px; }
    .head-menu-a a { font-size: 16px; line-height: 50px; }
    .head-menu-a span { border-bottom: 1px solid transparent; }
    .head-ser { width: 100%; right: 0; padding: 15px; }
    .head-ser-inp { width: 85%; }
    .head-ser-btn { width: 15%; }
    .foot-top { padding: 30px 15px; }
    .foot-contact { width: 100%; line-height: 24px; }
    .foot-contact-num { font-size: 20px; }
    .foot-nav { padding-top: 30px; width: 100%; }
    .foot-nav-a { margin-bottom: 0; float: left; }
    .foot-nav-a.icon2 { float: right; }
    .foot-wechat { width: 100%; text-align: center; }
    .foot-wechat-sec { float: none; display: inline-block; }
    .foot-bot { padding: 10px; font-size: 12px; text-align: center; }
    .foot-bot-a { width: 100%; }
    .foot-bot-a a { float: none; display: inline-block; }
    .foot-bot-a span { float: none; display: inline-block; }
    .foot-bot-p { width: 100%; }
    .header { padding: 10px; }
    .header-logo { width: 40px; }
    .header-btn { padding: 8px; margin-top: 0; z-index: 1; }

    /*首页*/
    .home-logo { position: relative; left: 0; bottom: auto; margin: 0; display: block; width: 100%; padding: 20px 0; }
    .home-logo .title { font-size: 40px; }
    .home-logo .intro { font-size: 14px; }
    .home .pc { display: none; }
    .home .mob { display: block; }
    .home-menu { position: relative; bottom: auto; }
    .home-menu-a { padding: 10px 0; width: 33.333%; font-size: 12px; color: #bbb; }
    .home-menu-a:nth-child(4) { margin: 0 8.333%; }
    .home-menu-a:before { display: none; }
    .home-menu-a img { width: 70%; }

    /*临时展览回顾*/
    .short { padding: 0 15px 40px 15px; }
    .short .bx-wrapper { padding: 0 40px; }
    .short-main { padding: 40px 20px; }
    .short-dt { width: 55px; }
    .short-dd { width: 77%; }

    /*鑫声下载*/
    .down { padding: 0 10px 50px 10px; }
    .down-tit { padding: 40px 0 !important; font-size: 24px; }
    .down-li { margin-bottom: 10px; }
    .down-li-a { padding: 10px; font-size: 12px; }
    .down-li-cont { padding-left: 30px; width: 100%; background-size: 20px; line-height: 20px; }
    .down-li-cont .title { font-size: 14px; margin-bottom: 3px; }
    .down-li-btn { margin-top: 0; }

    /*发展历程*/
    .short .bx-wrapper .bx-controls-direction a { margin-top: 0px; }
    .short-li { width: 200px; text-align: center; font-size: 16px; font-family: arial; cursor: pointer; transition: none !important; -webkit-transition: none !important; }
    .short-li a { color: #b2b2b2; }
    .short-li p { height: 25px; line-height: 25px; font-size: 18px; }
    .short-li .icon { margin: 0 auto; display: block; width: 36px; height: 36px; background: url(../images/icon40.png) no-repeat center; background-size: contain; transition: none !important; -webkit-transition: none !important; }
    .short-li.active a { color: #d0000e; font-size: 24px; }
    .short-li.active .icon { background: url(../images/icon41.png) no-repeat center; background-size: 24px; }
    .short-li:hover { color: #d0000e; font-size: 30px; }
    .short-li:hover .icon { background: url(../images/icon41.png) no-repeat center; background-size: 24px }

    /*钢索简介*/
    .recom { padding: 0 10px 100px 10px; font-size: 16px; line-height: 36px; }
    .banner-recom { font-size: 22px; top: 41%; letter-spacing: 3px; }

    /*新闻中心*/
    .news { padding: 0 10px 50px 10px; }
    .news-menu-a { margin: 0 15px; font-size: 14px; }
    .news-menu-a i { width: 40px; height: 40px; }
    .news-hot-tit { font-size: 18px; }
    .news-li-a { padding: 20px 0; }
    .news-li-p { display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 2 !important; overflow: hidden !important; }
    .news-li-time:before { top: 45px; }
    .news-li-intro { padding-left: 10px; width: 73%; line-height: 20px; }
    .news-li-tit { margin-bottom: 5px; font-size: 16px; }
    .news-li-img { padding-top: 10px; width: 100%; }

    /*新闻详情*/
    .news-detail { width: 100%; margin: 0 0 40px 0; }
    .news-detail-main { padding: 20px 15px; }
    .news-detail-top h1 { font-size: 18px; font-weight: normal; }
    .news-detail-intro { font-size: 14px; }
    .news-detail-share { display: none; }
    .news-detail-com { padding: 20px; }
    .news-detail-prev { margin-bottom: 15px; width: 100%; }
    .news-detail-next { width: 100%; }
    .news-detail-back { display: none; }




    /*产品中心*/
    .prod-tit { padding: 30px 0 0 0 !important; }
    .banner-prod { font-size: 16px; text-align: center; left: 0; margin-left: 0; width: 100%; }
    .banner-prod .tit { font-size: 22px; }
    .banner-prod > p { line-height: 28px; }
    .banner-prod-btn { overflow: hidden; padding:2% 0; }
    .banner-prod-btn li { float: left; width: 50%; padding: 0 10px; }
    .banner-prod-btn li .news-hot-btn { width: 100%; font-size: 14px; float: none; height: 34px; line-height: 34px; text-align: center; padding-right: 38px; clear: inherit; margin: 0; background: #d7000f; color: #fff; border-color: #d7000f; }
 

    /*服务网点*/
    .banner-serv { font-size: 18px; text-align: center; top: 28%; left: 0; margin-left: 0; width: 100%; }
    .banner-serv .tit { font-size: 18px; line-height: inherit; }
    .banner-serv .desc { line-height: 18px; font-size: 14px; padding: 0 5%; margin-top: 5px; }
    .banner-serv font { margin: 0 1px; }
    .banner-serv > p { line-height: 38px; }


    .banner-prod .more { width: 165px; left: 32%; bottom: -32%; margin-left: 0; }
    .banner-prod .more .more-one { width: 50px; height: 1px; }
    .banner-prod .more .more-two { width: 50px; height: 1px; }
    .banner-prod .more .more-two::before { display: none; }
    .banner-prod .more p { width: 100px; }
    .prod-ser { position: relative; top: auto; margin: 20px auto; width: 286px; }
    .prod-ul { padding: 0 6px; font-size: 24px; margin-bottom: 20px; }
    .prod-li { width: 50%; }
    .prod-li-a { padding: 15px 0; font-size: 16px; }
    .prod-li-img { height: 109px; }
    .product-nav-a { padding: 50px 0; font-size: 14px; }
    .product-nav-a img { width: 35%; }
    .prod-li-a p { line-height: 20px; }
    .current { padding: 15px 10px 15px 40px; font-size: 12px; background-position: 10px center; }
    .prod-menu { padding: 10px; }
    .prod-menu a { margin: 0; padding: 10px 0; font-size: 14px; float: left; width: 50%; border-bottom: solid 1px #EEE; text-align: center; height: 60px; line-height: 18px; padding: 12px; /* display: flex; */ }
    .prod-menu a:nth-child(odd) { border-right: solid 1px #EEE; border-left: solid 1px #EEE; }
    .prod-menu a:nth-child(even) { border-right: solid 1px #EEE; }
    .prod-menu a:nth-child(-n+2) { border-top: solid 1px #EEE; }
    .product-ul { margin: 0; padding: 5px 5px 40px 5px; }
    .product-li { width: 50%; }
    .pdetail .product-li:nth-child(n+4) { display: inherit; }
    .product-li-a { padding: 10px; }

    /*产品详情*/
    .pdetail { padding: 10px; }
    .pdetail-top-pic { padding: 10px; }
    .pdetail-desc { padding: 0 15px 20px 15px; }
    .pdetail-contact-num { font-size: 12px; }
    .pdetail-share span { display: none; }
    .pdetail-intro-cont { padding: 15px; font-size: 14px; line-height: 24px; }
    .pdetail .news-hot-btn { margin: 20px auto; }

    /*品牌门店*/
    .store-tit { padding-top: 40px; padding-bottom: 30px; }
    .store-tit p { padding-left: 50px; font-size: 20px; background-size: 40px !important; }
    .store-main { padding-bottom: 60px; }
    .store-li-intro { line-height: 24px; }

    /*资质认证*/
    .qual-ul { padding: 0 5px 40px 5px; }
    .qual-li { padding: 5px; }
    .qual-li-img { height: 170px; }
    .qual-li-a { padding: 10px; font-size: 13px; }

    /*仓储加工*/
    .process-tit { padding: 30px 0; font-size: 20px; line-height: 36px; }
    .process-tit img { width: 50px; }
    .process-tit p.process-tit-c { font-size: 16px; }
    .process-top { padding: 0 10px; }
    .process-top-desc { width: 100%; line-height: 30px; color: #666; font-size: 16px !important; }
    .process-top-img { width: 100%; }
    .process-top-pic { width: 100%; }
    .process-top-ul { width: 100%; }
    .process-top-li { padding: 10px 6px; height: 110px; font-size: 12px; text-align: center; }
    .process-top-li .tit { font-size: 16px; margin: 10px auto; }
    .process-list { padding: 0 10px 50px 10px; }
    .process-li { }
    .process-li-img { width: 100%; }
    .process-li-intro { padding: 15px; width: 100%; }
    .process-tech { padding: 0 10px; }
    .process-tech-pic { width: 100%; }
    .process-tech-intro { width: 100%; height: auto; }
    .process-load { padding: 0 10px 50px 10px }
    .process-load-li { width: 50%; }

    /*优宅*/
    .banner-facil-intro { position: relative; top: auto; left: 0; padding: 20px 10px; width: 100%; color: #000; font-size: 14px; }
    .banner-facil-intro .tit { font-size: 18px; }
    .banner-facil-intro .news-hot-btn { margin: 20px 0 10px 0; }
    .facil-li { width: 50%; }
    .facil-ul { margin: 0; padding: 0 5px; }
    .facil-li { width: 100%; }
    /*.facil-li-a p { position: absolute; left: 0; bottom: 0; z-index: 1; padding: 0 5px; width: 100%; font-size: 14px; color: #fff; text-align: left;  line-height: inherit;  overflow: hidden; white-space: inherit; text-overflow: inherit; padding: 5px; }*/
    .banner-facil-desc { padding: 20px 15px; font-size: 14px; line-height: 24px; }
    .banner-facil-desc .tit { font-size: 20px; }
    .banner-facil-desc p { margin-bottom: 10px; }
    .banner-facil-cont { position: relative; top: auto; right: auto; }
    .banner-facil-cont .tit { font-size: 20px; }

    /*设备首页*/
    .banner-facil2-intro { position: relative; top: auto; right: auto; padding: 20px 10px; width: 100%; }
    .banner-facil2-intro .tit { font-size: 18px; }
    .banner-facil2-intro .news-hot-btn { margin-top: 30px; }

    /*大灯维修*/
    .banner-lamp-tit { font-size: 20px; }

    /*服务网点*/
    .serve-map { height: 300px; }
    .serve-li { padding: 20px; }
    .serve-li .tit { margin-bottom: 5px; font-size: 16px; }

    /*业务范围*/
    .scope-intro { padding: 20px 15px; }
    .scope-intro .tit { margin-bottom: 10px; font-size: 20px; }
    .scope-intro-p { font-size: 14px; }
    .scope-sec { padding: 40px 0; }
    .scope-li { width: 50%; padding: 10px; font-size: 13px; }

    /*战略联盟*/
    .league-ul { padding: 5px; }
    .league-li { width: 50%; }
    .league-li-a { padding: 20px 10px; font-size: 12px; }
    .league-li-img { height: 100px; }

    /*设备简介*/
    .brief-main { height: auto; padding: 30px 20px 30px 70px; background-size: 18% 80%; font-size: 14px; line-height: 24px; }
    .brief-main .tit { font-size: 20px; }
    .brief-main p { margin-bottom: 10px; }

    /*综合*/
    .brand-ul { margin: 0; padding: 5px 5px 40px 5px; }
    .brand-li { padding: 5px; width: 100%; }
    .brand-li-a { padding: 20px 15px; }
    .brand-li-img { }
    .brand-li-intro { }

    /*宝通品牌*/
    .brand-detail { padding: 0 15px 50px 15px; font-size: 14px; line-height: 24px; }
    .brand-detail .tit { font-size: 20px; }
    .brand-detail p { margin-bottom: 10px; }
    .brand-detail-a { width: 100%; }
    .brand-detail-b { margin: 17px 0; width: 100%; }
    .brand-detail-c { width: 100%; }

    /*住宅设备简介*/
    .banner-live { position: relative; left: auto; top: auto; padding: 20px 15px; margin-left: 0; width: 100%; color: #fff; }
    .banner-live .tit { margin-bottom: 10px; font-size: 20px; font-weight: bold; }

    .banner-house-intro { position: relative; top: auto; right: auto; padding: 20px 10px; width: 100%; }
    .banner-house-intro .tit { font-size: 18px; }
    .banner-house-intro .news-hot-btn { margin-top: 30px; }

    .banner-house-desc { padding: 20px 15px; font-size: 14px; line-height: 24px; }
    .banner-house-desc .tit { font-size: 20px; }
    .banner-house-desc p { margin-bottom: 10px; }
    .banner-house-cont { position: relative; top: auto; right: auto; }
    .banner-house-cont .tit { font-size: 20px; }
}

/*pager*/
.in-page { clear: both; text-align: center; padding: 35px 0; }
.in-page ul { margin: 0; padding: 0; height: 40px; font-size: 12px; color: #333; }
.in-page li { width: auto; background: initial; display: inline-block; padding: 0; height: auto; line-height: inherit; border-bottom: none; }
.in-page a, .in-page select, .in-page a:visited { background: #FFF; vertical-align: middle; color: #333; display: inline-block; height: 36px; line-height: 36px; margin: 2px; padding: 0 15px; border-radius: 0; text-decoration: none }
.in-page .press { text-decoration: none; vertical-align: middle; background-color: #d60d19; color: #FFF; display: inline-block; height: 36px; line-height: 36px; margin: 2px; padding: 0 15px }
.in-page a:hover { background: #d60d19; color: #FFF; }
.in-page li.list-page { display: none; }

@media screen and (max-width:1200px) {
    .in-page li { display: none }
    .in-page li:first-child, .in-page li:last-child, .in-page li.list-page { display: inline-block }
    .in-page li.list-page select { width: 58px; border-radius: 0; font-size: 14px; -webkit-appearance: none; appearance: none; outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0); background: #FFF url(../images/select.png) no-repeat 34px center; background-size: 14px; }
}



.pub_language { z-index: 1; border-radius: 100%; height: 40px; width: 40px; text-align: center; line-height: 40px; color: white; background-color: rgba(0, 0, 0, 0.5); cursor: pointer; margin-top: 20px; margin-left: 30px; cursor: pointer; position: absolute; top: 20px; right: 50px; }
.pub_language span { position: absolute; left: 50%; color: #fff; transform: translateX(-50%); transition: opacity .5s ease; }
.pub_language .lan_en { opacity: 1; }
.pub_language .lan_cn { opacity: 0; }
.pub_language.on .lan_cn { opacity: 1; }
.pub_language.on .lan_en { opacity: 0; }
.pub_language a:first-child { position: relative; z-index: 1; }
.pub_language:hover { background: #FFF; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; transition: all .2s; }
.pub_language:hover .lan_cn { color: #000; }

@media all and (max-width: 768px) {
    .pub_language { width: 30px; height: 30px; line-height: 30px; right: 10%; }
}

@media all and (max-width: 640px) {
    .nav-box, .pub_language { right: 9%; }
}

@media screen and (max-width: 320px) {
    .banner-prod-btn { overflow: hidden; padding: 1% 0; }
    .banner-prod-btn li { padding: 0 10px; }
    .banner-prod-btn li .news-hot-btn { height: 34px; line-height: 34px; }
}

/*服务网点（新）*/
.serv { padding: 50px 0 100px 0; overflow: hidden; position: relative; }
.serv .shade { position: absolute; }
.ny-alinc { width: 280px; float: left; position: relative; /*z-index:5;*/ }
.ny-alinc h5 { display: none; position: relative; z-index: 5; }

.ny-nav { overflow: hidden; }
.ny-nav a { position: relative; background: url(../images/icon65.png) no-repeat center right; background-size: 8px; display: block; line-height: 55px; height: 55px; color: #666; overflow: hidden; font-size: 16px; }
.ny-nav > a:last-child { border-bottom: none; }
.ny-nav > a.cur { color: #000; font-weight: bold; /*background: url(../images/icon83.png) no-repeat center right; background-size: 14px;*/ }
.ny-nav a:hover { color: #D6000F; }
.ny-cont { float: right; width: 1100px; }
.ny-cont h2 { padding-bottom: 20px; font-size: 26px; }
.ny-nav ul { display: none; }
.ny-nav ul li a { padding-left: 12px; background: none; border-bottom: 1px solid #EFEFEF; overflow: hidden; }
.ny-nav ul li a.cur { color: #D6000F; border-bottom-color: #D6000F; }
.ny-nav ul li a.cur:after { content: ''; position: absolute; left: 0; bottom: 18px; z-index: 1; width: 3px; height: 15px; background: #D6000F; }

@media (max-width: 1200px) {
    .serv { padding: 0; }
    .ny-alinc { width: 100%; }
    .benca { display: none; }
    .ny-cont { width: 100%; padding: 20px; }
    .ny-cont h2 { padding-bottom: 15px; font-size: 20px; }
    .ny-cont img { width: 100%; max-width: 100%; height: auto; }
    .ny-alinc h5 { display: none; line-height: 50px; font-size: 16px; text-align: left; padding: 0 20px; background: #db2933 url(../images/icon82.png) no-repeat 96% center; background-size: 20px; color: #FFF; }
    .ny-nav { display: block; border-bottom: solid 10px #eee; /*z-index: 5;*/ overflow: hidden; overflow-y: auto; position: relative; background: rgb(255, 255, 255); width: 100%; }
    .ny-nav a { line-height: 48px; height: 48px; font-size: 16px; padding: 0 18px; background-position: 95% center; }
    .ny-nav a:last-child { border-bottom: 1px solid #EFEFEF; }
    .ny-nav ul li a { padding-left: 35px; }
    .ny-nav > a.cur { /*background: url(../images/icon83.png) no-repeat 95% center; background-size: 14px;*/ }
    .ny-nav ul li a.cur:after { left: 25px; bottom: 15px; }
    .ny-cont h5 { line-height: 50px; font-size: 16px; }
}

/*德康（新）*/
.logistics-logo { height: 235px; background: #fff url(../images/logo_dk.png) no-repeat center center; background-size: 250px; }
.logistics-footer { background: #666666; width: 100%; height: 160px; line-height: 30px; padding-top: 35px; }
.logistics-footer-con { width: 580px; margin: 0 auto; color: #FFF; font-size: 16px; }
.logistics-footer-con h2 { font-weight: normal; margin-bottom: 5px; font-size: 16px; }
.logistics-footer-con ul { overflow: hidden; }
.logistics-footer-con ul li { width: 50%; float: left; padding-left: 28px; }
.logistics-footer-con ul li:nth-child(1) { background: url(../images/icon81.png) no-repeat left center; background-size: 13px; }
.logistics-footer-con ul li:nth-child(2) { background: url(../images/icon78.png) no-repeat left center; background-size: 18px; }
.logistics-footer-con ul li:nth-child(3) { background: url(../images/icon79.png) no-repeat left center; background-size: 15px; }
.logistics-footer-con ul li:nth-child(4) { background: url(../images/icon80.png) no-repeat left center; background-size: 18px; }

@media screen and (max-width:1023px) {
    .logistics-footer { height: auto; padding: 20px; line-height: 38px; }
    .logistics-footer-con { width: 100%; }
    .logistics-footer-con ul li { float: none; width: 100%; }
}



.logistics-con { overflow: hidden; width: 850px; margin: 0 auto; padding: 3%; }
.logistics-con-pic { float: left; width: 23%; }
.logistics-con-pic img { max-width: 100%; height: auto; }
.logistics-con-txt { float: left; width: 77%; padding: 0 20px; }

@media screen and (max-width: 740px) {
    .logistics-con { overflow: hidden; width: 100%; margin: 0 auto; padding: 3%; }
    .logistics-con-pic { float: none; width: 100%; }
    .logistics-con-pic img { max-width: 100%; height: auto; display: none; }
    .logistics-con-txt { float: none; width: 100%; padding: 10px; font-size: 16px; }
}

.logistics-list { overflow: hidden; clear: both; }
.logistics-list-item { overflow: hidden; clear: both; background: #7D7D7D; }
.logistics-list-pic { float: left; width: 50%; }
.logistics-list-pic img { max-width: 100%; display: block; }
.logistics-list-con { float: left; width: 50%; height: 100%; padding: 50px; overflow:hidden;}
.logistics-list-con h5 { width: 100%; line-height: 36px; color: #000; font-size: 20px; }
.logistics-list-con p { overflow: hidden; color: #333; line-height: 36px; overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.logistics-list-item.lr { background: #FF8C00; }
.logistics-list-item.lr .logistics-list-pic { float: right; width: 50%; }
.logistics-list-item.lr .logistics-list-con { text-align: right; }
.logistics-list-item.lr .logistics-list-btn { float: right; margin-top:10px;}
.logistics-list-item.lr .logistics-list-btn .news-hot-btn { padding-left:0;text-align:center;border-color:#333;}
.logistics-list-item.lr .logistics-list-btn .news-hot-btn:hover { background: #000; border-color: #000; color: #FFF; }
@media screen and (max-width: 740px) {
    .logistics-list { padding: 0; }
    .logistics-list-item { }
    .logistics-list-pic { float: none; width: 100%; }
    .logistics-list-item.lr .logistics-list-pic { float: none; width: 100%; }
    .logistics-list-con { float: none; width: 100%; padding: 15px; }
    .logistics-list-con p { overflow: hidden; font-size: 16px; height: auto; line-height: 30px; text-overflow: ellipsis; display: block; line-clamp: i; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
    .logistics-list-con h5 { width: 100%; line-height: 30px; margin: 0; }
}





.management-con { overflow: hidden; width: 850px; margin: 0 auto; padding: 3%; }
.management-con-pic { float: left; width: 23%; }
.management-con-pic img { max-width: 100%; height: auto; }
.management-con-txt { float: left; width: 77%; padding: 0 20px; }

@media screen and (max-width: 740px) {
    .management-con { overflow: hidden; width: 100%; margin: 0 auto; padding: 3%; }
    .management-con-pic { float: none; width: 100%; }
    .management-con-pic img { max-width: 100%; height: auto; display: none; }
    .management-con-txt { float: none; width: 100%; padding: 10px; font-size: 16px; }
}

.management-list { overflow: hidden; clear: both; }
.management-list-item { overflow: hidden; clear: both; background: #666666; }
.management-list-pic { float: left; width: 50%; }
.management-list-pic img { max-width: 100%; display: block; }
.management-list-con { float: left; width: 50%; height: 100%; position: relative; }
.management-list-con h5 { width: 100%; display: block; color: #FFF; font-size: 32px; padding: 50px; }
.management-list-con p { overflow: hidden; color: #333; line-height: 36px; overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.management-list-item.lr { background: #666666; }
.management-list-item.lr .management-list-pic { float: right; width: 50%; }
.management-list-item.lr .management-list-con h5 { text-align: right; }


@media screen and (max-width: 740px) {
    .management-list { padding: 0; }
    .management-list-item { }
    .management-list-pic { float: none; width: 100%; }
    .management-list-item.lr .management-list-pic { float: none; width: 100%; }
    .management-list-con { float: none; width: 100%; padding: 15px; }
    .management-list-con p { overflow: hidden; font-size: 16px; height: auto; line-height: 30px; text-overflow: ellipsis; display: block; line-clamp: i; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
    .management-list-con h5 { width: 100%; line-height: 30px; margin: 0; }
    .management-list-item .management-list-con h5 { text-align: center !important; font-size: 24px; padding: 10px; }
}


.page-content {overflow:hidden;padding: 20px 0; }
.page-content .site-map .title { display: inline-block; padding: 10px 0; font-size: 18px; color: #D50C18; }
.page-content .site-map .menu { padding: 10px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee }
.page-content .site-map .menu:last-child { border-bottom: none; }
.page-content .site-map .item { display: inline-block }
.page-content .site-map .item a { display: block; color: #444; font-weight: lighter;margin:0 20px 20px 0;font-size:16px; }
.page-content .site-map .item a:hover { color: #D50C18; }
.page-content .site-map .contact-list { display: none }
.page-content .right-nine-tools { margin: 0 auto }
.page-content .right-nine-tools ul { font-size: 0 }
.page-content .right-nine-tools li { display: inline-block; font-size: 16px; letter-spacing: normal; word-spacing: normal; width: 114px; height: 96px; border: 1px solid #eee; box-sizing: border-box; background-color: #f6f6f6; line-height: 160px; text-align: center }
.page-content .right-nine-tools li a { display: block; height: 96px; font-size: 14px; color: #666; background-repeat: no-repeat; background-position: 50% 20px }
.page-content .right-nine-tools li a:hover { color: #fff; background-color: #cd1e1c }
.page-content .article { padding-bottom: 20px }
.page-content .article .title { font-size: 20px; padding: 20px 20px 10px; margin-bottom: 10px; border-bottom: 1px solid #eee; font-weight: 400 }
.page-content .article p { padding: .5em 20px; color: #666 }
.page-content .article a { color: #c00 }

@media screen and (min-width:900px) {
    
    .page-content .container { font-size: 0; margin-bottom: 50px }
    .page-content .main-col { display: inline-block; font-size: 16px; letter-spacing: normal; word-spacing: normal; width: 855px; box-sizing: border-box; vertical-align: top; border: 1px solid #eee; background-color: #fff }
    .page-content .side-col { display: inline-block; font-size: 16px; letter-spacing: normal; word-spacing: normal; width: 345px; vertical-align: top; background-color: #ededed }
}

@media screen and (max-width:899.98px) {
    .page-content .site-map { padding: 0 20px; }
    .page-content .side-col { display: none }
    
}