@charset "utf-8";
@font-face { font-family: "DIN-Bold"; src: url("../fonts/din-bold_.woff2") format("woff2"), url("../fonts/din-bold_.woff") format("woff"), url("../fonts/din-bold_.ttf") format("truetype"), url("../fonts/din-bold_.eot") format("embedded-opentype"), url("../fonts/din-bold_.svg") format("svg"); font-weight: normal; font-style: normal; }
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
body { margin: 0; position: relative; overflow-x: hidden; color: #4c4645 }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; line-height: 1.2em; font-weight: normal; }
ol, ul { list-style: none }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }
a { color: #4c4645; background-color: transparent; -webkit-tap-highlight-color: transparent; text-decoration: none; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; }
a:active, a:hover { outline: 0; text-decoration: none }
a:hover { color: #c30d23 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: 700 }
dfn { font-style: italic }
mark { color: #000; background: #ff0 }
small { font-size: 80% }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
img { vertical-align: middle; padding: 0; border: none; -ms-interpolation-mode: bicubic; max-width: 100%; max-height: 100% }
address, cite, dfn, em, var, i { font-style: normal; }
svg:not(:root) { overflow: hidden }
figure { margin: 1em 40px }
hr { height: 1px; background: #ddd; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box }
pre { overflow: auto }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em }
blockquote, q { quotes: none }
blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none }
:focus { outline: 0 }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit }
button { overflow: visible; border: none }
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 { padding: 0; border: 0 }
input { line-height: normal; -webkit-appearance: none }
input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none }
fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid silver }
legend { padding: 0; border: 0 }
textarea { overflow: auto }
optgroup { font-weight: 700 }
table { border-spacing: 0; border-collapse: collapse }
td, th { padding: 0 }
@media print {
    *, :after, :before { color: #000 !important; text-shadow: none !important; background: 0 0 !important; -webkit-box-shadow: none !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^="#"]:after, a[href^="javascript:"]:after { content: "" }
    blockquote, pre { border: 1px solid #999; page-break-inside: avoid }
    thead { display: table-header-group }
    img, tr { page-break-inside: avoid }
    img { max-width: 100% !important }
    h2, h3, p { orphans: 3; widows: 3 }
    h2, h3 { page-break-after: avoid }
}

/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #666 !important; }
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666 !important; opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666 !important; opacity: 1; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666 !important; }
select { -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
.elp { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
input, textarea { border: none; }

/*==效果transition:0.4s↓==*/
.slow, .slow a, .slow p, .slow li, .slow font, .slow td, .slow input, .slow button, .slow select.slow textarea, .slow em, .slow img, .slow span, .slow hr, .slow h1, .slow h2, .slow h3, .slow h4, .slow h5, .slow h6, .slow b, .slow u, .slow *:before, .slow *:after { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

/*图片放大*/
.pic-scale .pic, .img-scale { position: relative; overflow: hidden; }
.img-scale img, .pic-scale img { -webkit-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.img-scale:hover img, .pic-scale:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.img-scale.scale2:hover img, .pic-scale.scale2:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.none { display: none }
.check:checked, .check:not(:checked) { position: absolute; left: -9999px; opacity: 0 }
.check:checked+label, .check:not(:checked)+label { position: relative; display: inline-block; height: 14px; font-size: 14px; cursor: pointer; padding-left: 20px; }
.check+label:after, .check+label:before { position: absolute; top: 2px; left: 0; z-index: 0; width: 16px; height: 13px; border-radius: 3px; content: ''; background: #000 }
.check:checked+label:after { background: #ca140d }
.radio:checked+label, .radio:not(:checked)+label { position: relative; display: inline-block; height: 16px; font-size: 14px; line-height: 16px; cursor: pointer; padding-left: 20px }
.radio+label:after, .radio+label:before { position: absolute; top: -1px; left: 0; z-index: 0; width: 16px; height: 16px; border-radius: 50%; content: '' }
.radio:not(:checked)+label:after, .radio:not(:checked)+label:before { border: 1px solid #888 }
.radio:checked, .radio:not(:checked) { position: absolute; left: -9999px; opacity: 0 }
.radio:checked+label:before { border: 1px solid #d9a65c }
.radio:checked+label:after { width: 8px; height: 8px; border-radius: 50%; background: #d9a65c; top: 3px; left: 4px }
.line2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.line3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
::-webkit-input-placeholder { color: 999; opacity: .54 }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button }

/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/
.clearfix:after { clear: both; display: block; visibility: hidden; overflow: hidden; height: 0; content: "." }
.l { float: left }
.r { float: right }
.fl { float: left !important }
.fr { float: right !important }
.bor { border: 1px dashed #999 }
.poab { position: absolute }
.pore { position: relative }
.texto { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.imgInline { display: inline-block !important; vertical-align: middle }
.imgMargin { margin: 0 auto }
.imgW100 { width: 100% }
.text-r { text-align: right }
.text-m { text-align: center }
.text-bold { font-weight: 700; }
.text-light { font-weight: 100; }
.text-up { text-transform: uppercase; }
.flex { display: flex; justify-content: space-between; flex-wrap: wrap }
.flex-left { display: flex; flex-wrap: wrap }
.flex-center { display: flex; flex-wrap: wrap; justify-content: center; }
.flex-right { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.flex-v-center { display: -webkit-flex; display: flex; flex-direction: column; justify-content: center }
.flex-v-bottom { display: -webkit-flex; display: flex; flex-direction: column; justify-content: space-between; }
.trans { transition: all .5s }
.trans-mask { display: block; overflow: hidden; width: 100%; cursor: pointer; position: relative; }
.trans-mask img { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s }
.trans-mask:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05) }
.bg-mask .pic { overflow: hidden; }
.bg-mask .pic a { background-repeat: no-repeat; background-position: center; background-size: cover; height: 100%; display: block; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.bg-mask:hover .pic a { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.bgimg { background-repeat: no-repeat; background-position: center; background-size: cover; }
.wp { width: 92%; margin: 0 auto; max-width: 1440px }
.wp2 { width: 92%; margin: 0 auto; max-width: 1268px }
.greybg { background: #f2f2f2 }
.textup { text-transform: uppercase }
.oh { overflow: hidden; }
.co { color: #c30d23 }
.co-fff { color: #fff !important }
.fixdbody { position: fixed; top: 0; left: 0; right: 0; bottom: 0 }
.m-show { display: none }
.filter-page { filter: blur(5px); }
@media screen and (max-width:980px) {
    .pc-show { display: none }
    .m-show { display: block }
}
.trans-line:before { content: ''; position: absolute; width: 60px; height: 100%; margin-top: 0px; margin-left: -120px; overflow: hidden; z-index: 6; background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg) }
.trans-line:hover:before { -webkit-animation: aniBlink .6s ease-out forwards; -moz-animation: aniBlink .6s ease-out forwards; -o-animation: aniBlink .6s ease-out forwards; animation: aniBlink .6s ease-out forwards }
@keyframes aniBlink {
    from { margin-left: -50% }
    to { margin-left: 120% }
}
@-webkit-keyframes aniBlink {
    from { margin-left: -50% }
    to { margin-left: 120% }
}

/*banner动画效果*/
@keyframes tops {
    from { transform: translateY(-10px); }
    to { transform: translateY(0px); }
}
@keyframes hrs {
    from { width: 0px; }
    to { width: 30px; }
}
@keyframes bottoms {
    from { transform: translateY(10px); }
    to { transform: translateY(0px); }
}
@keyframes shows {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes lefts {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0px); }
}
@keyframes rights {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: translateX(0px); }
}

/*缩小停止*/
@-webkit-keyframes minus {
    from { transform: matrix(1.05, 0, 0, 1.05, 0, 0); }
    to { transform: matrix(1, 0, 0, 1, 0, 0); }
}
@keyframes minus {
    from { transform: matrix(1.05, 0, 0, 1.05, 0, 0); }
    to { transform: matrix(1, 0, 0, 1, 0, 0); }
}

/*hover动画*/
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.link { position: relative; overflow: hidden; vertical-align: middle; }
.link:hover .anim { animation: anim-out 0.75s; }
.link:hover .anim:after { animation: anim-out-pseudo 0.75s; }
@keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
.pulse { -webkit-animation: pulse 2s 0s ease both infinite; -moz-animation: pulse 2s 0s ease both infinite; animation: pulse 2s 0s ease both infinite; }

/*头部*/
body { padding-top: 90px }
.header { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 90px; background: #fff; }
.scrolling .header { box-shadow: 0 0 10px rgba(0, 0, 0, .2) }
.header .top { width: 100%; background: #373c42; line-height: 40px; height: 40px; color: #aaaaaa; font-size: 14px }
.header .top a { color: #aaaaaa; margin-left: 30px; position: relative; }
.header .top a:hover { color: #ddd }
.header .top a i { margin-right: 5px }
.header .top a span { position: absolute; width: 100px; height: 100px; right: -15px; top: 100%; z-index: 10; display: none; padding-top: 10px }
.header .top a:hover span { display: block; }
.header .topa { padding: 0 80px; align-items: center; height: 100%; }
.header .topa .logo .slogan { position: relative; font-size: 15px; color: #231815; left: 25px; }
.header .mian-nav ul li { position: relative; font-size: 16px; text-align: center; margin: 0 35px; transition: .3s; line-height: 49px }
.header .mian-nav ul li:after { content: ""; position: absolute; left: 50%; width: 100%; height: 3px; background-color: #cc2229; border-radius: 2px; bottom: -20px; margin-left: -50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; opacity: 0; }
.header .mian-nav ul li.on:after, .header .mian-nav ul li:hover:after { opacity: 1; }
.header .mian-nav ul li>a { position: relative; color: #231815; display: block; }
.header .mian-nav ul li>a.dropdown-toggle i { margin-left: 4px; font-size: 15px }
.header .mian-nav ul li.on>a { color: #c30d23 }
.header .mian-nav ul li:hover>a { color: #c30d23 }
.header .mian-nav ul li>a span { display: block; font-size: 14px; text-align: center; color: #999999; margin-top: 5px }
.header .Search { align-items: center; flex-direction: row; font-size: 18px; color: #ff0000; }
.header .Search i { margin-right: 10px; font-size: 25px; }
.header .Search a.serbtn { display: none }
.header .Search input { width: 100%; border: 0; border-bottom: 1px solid #ddd; height: 32px; line-height: 32px; padding: 0 32px 0 5px; font-size: 14px }
.header .Search button { position: absolute; right: 0; top: 0; z-index: 10; width: 30px; height: 32px; background: transparent; color: #888; line-height: 32px; font-size: 18px }
.header .sub-nav { position: absolute; top: 100%; left: 50%; z-index: 99; display: none; min-width: 150px; transform: translateX(-50%); padding-top: 24px }
.header .sub-nav .sub-nav-h { text-align: center; background: #e2edf8; padding: 5px 0 }
.header .sub-nav .sub-nav-h a { display: block; font-size: 14px; line-height: 40px }
.header .sub-nav .sub-nav-h a:hover { background: #ffffff; color: #c30d23 }

/*.header .mian-nav ul li:hover .sub-nav { display: block }*/
.menu-btn { z-index: 999; overflow: hidden; margin-left: 10px; width: 35px; height: 35px; background: 0 0; text-indent: -5260px; opacity: 1; position: relative; z-index: 999; }
.menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 { position: absolute; top: 50%; right: 0; display: block; width: 36px; height: 2px; background: #c30d23; transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s; transition-property: transform, width, margin, background-color }
.menu-btn .line-1 { margin-top: -11px; width: 30px }
.menu-btn .line-3 { margin-top: 11px; width: 30px }
.drawerMenu-open .menu-btn .line-1 { visibility: hidden }
.drawerMenu-open .menu-btn .line-2 { margin-top: 0 !important; width: 100%; -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.drawerMenu-open .menu-btn .line-3 { margin-top: 0 !important; width: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.searchbtn { width: 40px; line-height: 38px; text-align: center; font-size: 24px; color: #c30d23 }
.mobNav { position: fixed; top: 55px; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 1); z-index: 1000;border-top: 1px solid #eee;padding: 20px 5% 30px; display: none }
.mobNav ul { height: 70vh; overflow: auto }
.mobNav ul li { padding: 15px 0; border-bottom: 1px solid #ddd }

/*.mobNav ul li:last-child { border-bottom: 0 }*/
.mobNav ul li .navp a { font-size: 15px; color: #333; font-weight: normal; }
.mobNav ul li.cur .navp a, .mobNav ul li .navp a:hover { color: #c30d23 }
.mobNav ul li .navp i { display: block; width: 16px; transition: .3s; transform-origin: center; margin-right: 5px }
.mobNav ul li.on .navp i { transform: rotate(-45deg); }
.mobNav ul li .subNavm { margin-top: 10px; padding-left: 10px; display: none }
.mobNav ul li .subNavm a { display: block; line-height: 30px; font-size: 14px }
.headerm { display: none; padding: 10px 0; position: fixed; left: 0; right: 0; top: 0; z-index: 999; box-shadow: 0 0 10px rgba(0, 0, 0, .1); background: #fff; height: 60px }
.headerm .logo img { height: 30px }
.headerm .logo .slogan { margin-left: 10px; font-size: 14px; color: #231815; }
.serm { height: 20px; display: inline-block; }
.headerm .tel i { font-size: 28px; margin-right: 5px; vertical-align: -2px; color: #c30d23; }
@media screen and (max-width:1620px) {
    .header .topa { padding: 0 3%; }
    .header .mian-nav ul li { margin: 0 25px; }
}
@media screen and (max-width:1440px) {
    .header .mian-nav ul { width: auto }
    .header .Search { width: auto }
    .header .mian-nav ul li { margin: 0 20px; }
    .header .topa .logo .slogan { left: 15px; }
}
@media screen and (max-width:1360px) {
    .header .mian-nav ul li { margin: 0 15px }
}
@media screen and (max-width:1200px) {
    body { padding-top: 60px }
    .header { display: none }
    .headerm { display: block; }
}
@media screen and (max-width:980px) { }
@media screen and (max-width:640px) {
    .headerm { border-top: 1px solid #eee; }
    .headerm .logo .slogan { font-size: 12px; }
    body { padding-top: 55px }
    .menu-btn { transform: translateY(-2px); }
    .headerm { height: 55px }
    .headerm .logo img { height: 20px }
}

/*首页轮播图*/
.c-banner1 { background: #fff; }
.c-banner1 .swiper-slide { position: relative; overflow: hidden; }
.c-banner1 .swiper-slide img { width: 100%; /*height: 100vh; */ object-fit: cover; -webkit-transition: all 7s; transition: all 7s; }
.c-banner1 .swiper-slide .c-bg2 { display: none; }

.c-banner1 .swiper-slide-active img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.c-banner1 .swiper-slide .c-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; color: #fff; background: url(../images/mbl.png)repeat; }
.c-banner1 .swiper-slide .c-wrap .c-title { font-size: 80px; line-height: 100px; text-shadow: 0 2px 10px rgba(0, 0, 0, .3); }
.c-banner1 .swiper-slide .c-wrap .c-text { padding: 30px 0 75px; font-size: 40px; line-height: 56px; text-shadow: 0 2px 10px rgba(0, 0, 0, .3); }
.c-banner1 .swiper-pagination-bullet { opacity: 1; border-radius: 50%; }
.c-banner1 .c-dot { position: absolute; bottom: 30px; left: 0; width: 100%; }
.c-banner1 .swiper-pagination { position: relative; }
.loading { margin: 0 5px; width: 38px; height: 38px; position: relative; border: 4px solid transparent; background: transparent; }
.loading.swiper-pagination-bullet-active { border-color: rgba(255, 255, 255, .2); }
.loading .c-progress { position: absolute; width: 8px; height: 8px; background-color: #fff; opacity: .5; border-radius: 50%; left: 11px; top: 11px; line-height: 120px; text-align: center; }

/*14px*/
.loading.swiper-pagination-bullet-active .c-progress { background-color: #fff; opacity: 1; }
.loading .left, .loading .right { opacity: 0; width: 19px; height: 38px; overflow: hidden; position: absolute; left: -4px; top: -4px; overflow: hidden; }
.loading.swiper-pagination-bullet-active .left, .loading.swiper-pagination-bullet-active .right { opacity: 1; }
.loading .right { left: auto; right: -4px; top: -4px; }
.loading .left:after, .loading .right:after { content: ""; position: absolute; display: block; top: 0; left: 0; width: 19px; height: 38px; border: 4px solid #fff; border-radius: 19px 0 0 19px; border-right: 0; box-sizing: border-box; }
.loading .right:after { content: ""; position: absolute; display: block; border-radius: 0 19px 19px 0; border: 4px solid #fff; border-left: 0; }
.loading.swiper-pagination-bullet-active .left:after { transform-origin: right center;  /* animation-iteration-count: infinite; */ animation-fill-mode: forwards; animation-duration: 3.9s; animation-timing-function: linear; animation-name: spin-left; }
.loading.swiper-pagination-bullet-active .right:after { transform-origin: left center; animation-duration: 3.9s;  /* animation-iteration-count: infinite; */ animation-timing-function: linear; animation-name: spin-right; }
@keyframes spin-right {
    0% { transform: rotate(180deg); }
    50% { transform: rotate(360deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-left {
    0% { transform: rotate(180deg); }
    50% { transform: rotate(180deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes c-zoom {
    0% { transform: scale(1, 1); -webkit-transform: scale(1, 1); }
    100% { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
}
@keyframes c-zoom {
    0% { transform: scale(1, 1); -webkit-transform: scale(1, 1); }
    100% { transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); }
}
.c-zoom { -webkit-animation-name: c-zoom; animation-name: c-zoom; }
@media (max-width:750px) {
    .c-banner1 .c-dot { bottom: 10px; }
}
@media (max-width:640px) {
    .c-banner1 .swiper-slide img {height: 200px;}
    .c-banner1 .swiper-slide .c-bg2 { display: block; }
    .c-banner1 .swiper-slide .c-bg { display: none; }
    .swiper-pagination-clickable .swiper-pagination-bullet { transform: scale(.7); }
    .loading { margin: 0 }
}

/*首页*/

/*.text-c {text-align: center;}*/
.tit-en { font-family: DIN-Bold; }
.in-title { text-align: center; }
.in-title .tit-en { font-size: 72px; line-height: 45px; color: #231815; opacity: 0.1; }
.in-title h3 { font-size: 42px; line-height: 1; color: #231815; margin-top: -30px; position: relative; padding-bottom: 20px; }
.in-title .fs36 { font-size: 36px; line-height: 1.2; padding-bottom: 30px; }
.in-title h3:after { content: ""; position: absolute; left: 50%; margin-left: -11px; bottom: 0; width: 22px; height: 3px; background-color: #c30d23; }
.in-title .subtit { font-size: 16px; line-height: 1; color: #6c6563; }
.in-title .nobar:after { display: none; }
.txt-white .tit-en { color: #f3f7fa; opacity: 0.05; }
.txt-white h3 { color: #fff; }
.txt-white .subtit { color: #ffffff; opacity: 0.8; }
.in-title p { font-size: 16px; line-height: 36px; color: #676260; }
.txt-white p { color: #ffffff; opacity: 0.7; }
.txt-left { text-align: left; }
.txt-left h3:after { left: 0; margin-left: 0; }
.home-a { padding: 110px 0 128px; background: url(../images/bg-1.jpg) no-repeat center; background-size: cover; }
.home-a .product { background: #fff; border-radius: 10px; overflow: hidden; margin-top: 70px; position: relative; }
.home-a .product .protab { position: absolute; right: 0; top: 0; z-index: 2; width: 280px; height: 100%; background-color: rgba(70, 71, 83, .5); border-radius: 0px 10px 10px 0px; padding: 11% 70px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.home-a .product .protab li { width: 100%; cursor: pointer; font-size: 24px; color: #ffffff; opacity: 0.5; }
.home-a .product .protab li.on { opacity: 1; }
.home-a .product .protab li img { margin-right: 22px; }
.swiper-container-proshow .swiper-slide { position: relative; }
.swiper-container-proshow .swiper-slide .tit { position: absolute; left: 84px; top: 84px; z-index: 2; }
.swiper-container-proshow .swiper-slide .tit h4 { font-size: 42px; line-height: 1; color: #231815; }
.swiper-container-proshow .swiper-slide .tit p { font-size: 16px; line-height: 28px; color: #6c6563; margin-top: 20px; }
.swiper-container-proshow .swiper-slide .tit .more { display: inline-block; width: 160px; height: 46px; border-radius: 23px; border: solid 1px #c30d23; text-align: center; font-size: 16px; color: #c30d23; line-height: 44px; margin-top: 45px; }
.swiper-container-proshow .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.home-b { padding: 90px 0 95px; background: url(../images/bg-2.jpg) no-repeat center; background-size: cover; }
.in-solution { padding: 0 100px; margin-top: 75px; }
.in-solution li { text-align: center; }
.in-solution li img, .jy-bar .jy-fw li img, .gsmb li img { transition: .3s; }
.in-solution li:hover img, .jy-bar .jy-fw li:hover img, .gsmb li:hover img { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
.in-solution li .t { font-size: 18px; line-height: 24px; color: #f3f3f3; margin-top: 30px; }
.more-bar { text-align: center; font-size: 0; margin-top: 60px; margin-bottom: 80px; }
.more-bar a { display: inline-block; width: 140px; height: 40px; border-radius: 20px; border: solid 1px #ffffff; line-height: 38px; font-size: 16px; color: #ffffff; margin: 0 4px; }
.more-bar a.plus { background-color: #ffffff; color: #30343e; }
.jy-bar { max-width: 1520px; height: 260px; background-color: #fff1f1; box-shadow: 7px 7px 20px 0px 
rgba(6, 0, 1, 0.15); border-radius: 10px; align-items: center; padding-left: 110px; padding-right: 40px; }
.jy-bar .in-title h3 { margin-top: 0; }
.jy-bar .in-title .subtit { display: inline-block; margin-top: 25px; }
.jy-bar .jy-fw li { text-align: center; margin: 0 90px; }
.jy-bar .jy-fw li h4 { font-size: 20px; line-height: 1; color: #3c3c3c; margin-top: 30px; }
.home-c { position: relative; }
.swiper-container-case .swiper-slide { position: relative; }
.swiper-container-case .swiper-slide .cont { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.swiper-container-case .swiper-slide .cont .in-title { width: 50%; margin-top: 135px; }
.swiper-container-case .swiper-slide .cont .in-title p { margin-top: 20px; }
.swiper-container-case .swiper-slide .cont .in-title .more { display: inline-block; width: 180px; height: 46px; border-radius: 23px; border: solid 1px #fff; line-height: 44px; text-align: center; font-size: 16px; color: #ffffff; margin-top: 65px; opacity: 0.7; transition: .3s; }
.swiper-container-case .swiper-slide .cont .in-title .more:hover { color: #fff; background: #c30d23; border-color: #c30d23; opacity: 1; }
.casetab-wrap { position: absolute; left: 0; bottom: 100px; z-index: 2; width: 100%; }
.casetab li { height: 200px; width: 16%; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.casetab li img { height: 67px; }
.casetab li h4 { font-size: 24px; color: #ffffff; line-height: 1; margin-top: 28px; }
.casetab li .en { font-size: 16px; line-height: 1; color: #ffffff; opacity: 0.6; margin-top: 10px; }
.casetab li.on { background-color: #c30d23; }
.home-d { padding: 105px 0 102px; background: url(../images/bg-3.jpg) no-repeat center; background-size: cover; }
.home-d .in-title h3 { margin-top: 0; padding-bottom: 30px; }
.more-about { display: block; width: 300px; height: 52px; border-radius: 26px; border: solid 1px #999999; line-height: 50px; margin: 45px auto 90px; font-size: 16px; color: #333; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.more-about:hover { background: #c30d23; border-color: #c30d23; color: #fff; }
.gsmb { padding: 0 10% 60px; }
.gsmb li { text-align: center; }
.gsmb li h4 { font-size: 18px; line-height: 1; color: #231815; margin-top: 35px; }
.num-list { max-width: 1600px; height: 180px; background-color: rgba(255, 255, 255, 0.15); box-shadow: 0px 0px 10px 0px 
rgba(76, 112, 132, 0.1); border-radius: 20px; align-items: center; padding: 0 90px; }
.num-list li .num { font-size: 60px; line-height: 1; color: #231815; }
.num-list li .num i { }
.num-list li p { font-size: 16px; line-height: 2; color: #231815; }
.home-e { padding-top: 120px; padding-bottom: 105px; }
.home-e .case { width: 47.2%; }
.home-e .news { width: 47.2%; }
.home-e .item-title { padding-bottom: 20px; border-bottom: 1px solid #ddd; align-items: end; margin-bottom: 40px; }
.home-e .item-title .tit { position: relative; }
.home-e .item-title .tit:after { content: ""; position: absolute; left: 0; bottom: -21px; width: 100%; height: 1px; background-color: #c30d23; }
.home-e .item-title .tit h3 { font-size: 40px; line-height: 1; color: #383635; }
.home-e .item-title .tit .en { display: inline-block; font-size: 16px; line-height: 1; color: #81868e; margin-top: 15px; }
.home-e .item-title .more { font-size: 18px; color: #3c3c3c; }
.home-e .item-title .more:hover, .home-e .case .list .item-box:hover h4, .home-e .news .list .item-box:hover h4 { color: #c30d23 }
.home-e .list h4 { font-size: 18px; line-height: 1; color: #3c3c3c; transition: .2s }
.home-e .list p { font-size: 14px; line-height: 28px; color: #81868e; margin-top: 18px; }
.home-e .case .list .item-box { padding: 30px 0; border-bottom: 1px solid #ddd; }
.home-e .case .list .item-box:first-child { padding-top: 0; }
.home-e .case .list .item-box .cont { padding-right: 50px; flex: 1; }
.home-e .case .list .item-box .cont p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-e .case .list .item-box .pic { width: 32.3%; overflow: hidden; height: 132px; }
.home-e .case .list .item-box .pic img { height: 100%; object-fit: cover; }
.home-e .news .list .item-box { padding: 22px 0; border-bottom: 1px solid #ddd; }
.home-e .news .list .item-box:first-child { padding-top: 0; }
.home-e .news .list .item-box .cont { padding-right: 50px; flex: 1; }
.home-e .news .list .item-box .date { width: 17.2%; overflow: hidden; border-left: 1px solid #ddd; text-align: center; }
.home-e .news .list .item-box .date .day { font-size: 42px; line-height: 1; color: #3c3c3c; padding-top: 2px; }
.home-e .news .list .item-box .date .mon { font-size: 16px; line-height: 24px; color: #3c3c3c; margin-top: 8px; }
.home-e .news .list p { line-height: 24px; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-f { padding-top: 70px; padding-bottom: 100px; background: #fff9f6; }
.inpartner { margin-top: 50px; margin-bottom: -20px; }
.inpartner .item { overflow: hidden; width: 15.2777%; background: #fff; margin-bottom: 20px; transition: .5s; }
.inpartner .item:hover { box-shadow: 0px 0px 15px 0px 
rgba(0, 0, 0, 0.1) }
.inpartner .item img { object-fit: contain; width: 100%; height: 100%; }
.footer { padding-top: 65px; padding-bottom: 30px; background: url(../images/bg-foot.jpg) no-repeat center; background-size: cover; text-align: center; }
.foot-nav { justify-content: center; margin-top: 45px; }
.foot-nav li { margin: 0 35px; }
.foot-nav li a { font-size: 16px; color: #ffffff; opacity: 0.8; }
.foot-nav li a:hover { opacity: 1; }
.foot-copy { margin-top: 50px; color: rgba(247, 247, 247, .3); }
.foot-copy a { color: rgba(247, 247, 247, .3); }
.ml10 { margin-left: 10px; }
.foot-lx { padding: 0 120px; margin-top: 55px; }
.foot-lx .item { align-items: center; }
.foot-lx .item i { font-size: 33px; color: #8c8b8d; }
.foot-lx .item .cont { text-align: left; padding-left: 10px; }
.foot-lx .item .cont h4 { font-size: 14px; line-height: 24px; color: rgba(247, 247, 247, .5); }
.foot-lx .item .cont p { font-size: 18px; line-height: 24px; color: rgba(247, 247, 247, 1); }
.foot-lx .item .cont p a { color: rgba(247, 247, 247, 1); }
.foot-copy a:hover { color: rgba(247, 247, 247, .7); }
@media screen and (max-width:1800px) {
    .casetab li { height: auto; padding: 2% 0; }
}
@media screen and (max-width:1620px) {
    .foot-lx { padding: 0 3%; }
    .swiper-container-case .swiper-slide .cont .in-title { width: 50%; margin-top: 90px; }
    .casetab-wrap { bottom: 80px; }
    .casetab li { height: auto; padding: 2% 0; }
    .casetab li h4 { margin-top: 30px; }
    .home-c { height: 800px }
    .swiper-container-case { height: 100%; }
    .swiper-container-case img { height: 100%; width: 100%; object-fit: cover; }
    .home-e .case .list .item-box .cont { height: 131.7px; }
}
@media screen and (max-width:1440px) {
    .jy-bar { padding-left: 60px; padding-right: 20px; }
    .jy-bar .jy-fw li { margin: 0 75px; }
    .foot-lx { padding: 0; }
}
@media screen and (max-width:1366px) {
    .jy-bar .jy-fw li { margin: 0 65px; }
    .foot-lx .item .cont p { font-size: 16px; }
}
@media screen and (max-width:1280px) {
    .home-e .news .list .item-box .cont { padding-right: 20px; }
    .home-e .news .list .item-box .cont { width: 70%; }
}
@media screen and (max-width:1200px) {
    .swiper-container-proshow .swiper-slide .tit { left: 30px; top: 30px; }
    .home-a .product .protab { width: 220px; padding: 6% 30px; }
    .jy-bar { padding-left: 3%; padding-right: 3%; }
    .jy-bar .jy-fw li { margin: 0 40px; }
    .foot-lx .item .cont { max-width: 210px; }
    .in-solution li:hover img, .jy-bar .jy-fw li:hover img, .gsmb li:hover img { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .foot-nav li { margin: 0 15px; }
}
@media screen and (max-width:980px) {
    .in-title .tit-en { font-size: 48px; line-height: 1; }
    .in-title h3 { font-size: 32px; margin-top: -25px; }
    .foot-lx .item:last-child { margin-top: 20px; width: 100%; justify-content: flex-start; }
    .foot-lx .item .cont { max-width: 100%; }
}
@media screen and (max-width:800px) {
    .home-a { padding: 60px 0 60px; }
    .home-b { padding: 50px 0 60px; }
    .in-title .tit-en { font-size: 30px; line-height: 1; }
    .in-title h3 { font-size: 26px; margin-top: -15px; }
    .in-title .subtit { font-size: 14px; }
    .in-title h3.nobar { padding-bottom: 15px; }
    .home-a .product { margin-top: 40px; }
    .swiper-container-proshow .swiper-slide .tit, .home-a .product .protab { position: static; width: 100%; padding: 20px; }
    .swiper-container-proshow .swiper-slide .tit { padding-top: 30px; text-align: center; }
    .home-a .product .protab li { width: 25%; text-align: center; font-size: 12px; }
    .swiper-container-proshow .swiper-slide .tit h4 { font-size: 22px; }
    .swiper-container-proshow .swiper-slide .tit p { font-size: 14px; line-height: 1.75; margin-top: 12px; }
    .swiper-container-proshow .swiper-slide .tit .more { width: 120px; height: 36px; font-size: 14px; line-height: 34px; margin-top: 20px; }
    .home-a .product .protab li img { margin-right: 0; width: 30px; }
    .home-a .product .protab li span { display: block; width: 100%; margin-top: 5px; }
    .in-solution { padding: 0; margin-top: 50px; justify-content: center; }
    .in-solution li { width: 33.3333%; }
    .in-solution li:nth-child(4), .in-solution li:nth-child(5) { margin-top: 30px; }
    .in-solution li img, .jy-bar .jy-fw li img, .gsmb li img { width: 40px; }
    .in-solution li .t { font-size: 14px; line-height: 1; margin-top: 15px; }
    .more-bar { margin-top: 50px; margin-bottom: 50px; }
    .more-bar a { width: 120px; height: 38px; line-height: 36px; font-size: 14px; margin: 0 3px; }
    .jy-bar { padding-left: 20px; padding-right: 20px; height: auto; padding: 20px; }
    .in-title .fs36 { font-size: 24px; line-height: 1.2; padding-bottom: 15px; }
    .jy-bar .in-title .subtit { margin-top: 15px; }
    .jy-bar .jy-fw { width: 100%; margin-top: 30px; }
    .jy-bar .jy-fw li { margin: 0; text-align: center; width: 33.3333%; }
    .jy-bar .jy-fw li h4 { font-size: 14px; margin-top: 15px; }
    .jy-bar .jy-fw li img { width: 47px; }
    .swiper-container-case .swiper-slide .cont .in-title { width: 100%; margin-top: 50px; }
    .in-title p { font-size: 14px; line-height: 1.75; }
    .swiper-container-case .swiper-slide .cont .in-title p { margin-top: 15px; }
    .swiper-container-case .swiper-slide .cont .in-title .more { width: 100px; height: 30px; border-radius: 23px; line-height: 28px; font-size: 12px; margin-top: 25px; }
    .home-c { height: 500px; }
    .casetab-wrap { bottom: 40px; }
    .casetab li img { height: 33px; }
    .casetab li h4 { margin-top: 10px; font-size: 13px; }
    .casetab li .en { font-size: 8px; line-height: 1.4; margin-top: 5px; height: 22px; }
    .home-d { padding: 60px 0 60px; }
    .more-about { width: 200px; height: 42px; line-height: 40px; margin: 30px auto 45px; font-size: 14px; }
    .gsmb { padding: 0 0 45px; }
    .gsmb li { width: 33.3333%; padding: 0 10px; }
    .gsmb li img { width: 42px; }
    .gsmb li:hover img { width: 42px; }
    .gsmb li h4 { font-size: 15px; line-height: 1.5; margin-top: 15px; }
    .num-list { height: auto; padding: 30px 20px; }
    .num-list li { width: 50%; text-align: center; }
    .num-list li:nth-child(3), .num-list li:nth-child(4) { margin-top: 30px; }
    .num-list li .num { font-size: 38px; }
    .num-list li p { font-size: 14px; }
    .home-e { padding-top: 60px; padding-bottom: 60px; }
    .home-e .case { width: 100%; }
    .home-e .news { width: 100%; margin-top: 50px; }
    .home-e .item-title .tit h3 { font-size: 26px; }
    .home-e .item-title .tit .en { font-size: 13px; margin-top: 10px; }
    .home-e .item-title { padding-bottom: 10px; margin-bottom: 30px; }
    .home-e .item-title .tit:after { bottom: -11px; }
    .home-e .item-title .more { font-size: 14px; }
    .home-e .case .list .item-box .cont { height: auto; padding-right: 15px; }
    .home-e .list h4 { font-size: 14px; }
    .home-e .case .list .item-box .cont p { -webkit-line-clamp: 2; font-size: 12px; margin-top: 10px; line-height: 1.75; }
    .home-e .case .list .item-box { padding: 15px 0; }
    .home-e .case .list .item-box .pic { width: 30%; height: 70px; }
    .home-e .news .list p { line-height: 1.75; margin-top: 10px; font-size: 12px; }
    .home-e .news .list .item-box { padding: 15px 0; }
    .home-e .item-title { margin-bottom: 25px; }
    .home-e .news .list .item-box .date { width: 20%; }
    .home-e .news .list .item-box .date .day { font-size: 24px; line-height: 1; padding-top: 8px; }
    .home-e .news .list .item-box .date .mon { font-size: 12px; line-height: 1; margin-top: 8px; }
    .home-f { padding-top: 50px; padding-bottom: 60px; }
    .inpartner { margin-top: 30px; margin-bottom: -10px; }
    .inpartner .item { width: 32%; margin-bottom: 10px; }
    .footer { padding-top: 40px; padding-bottom: 20px; }
    .footer .logo img { height: 25px; }
    .foot-nav { margin-top: 30px; margin-bottom: -10px; }
    .foot-nav li { margin: 0; width: 25%; margin-bottom: 10px; }
    .foot-nav li a { font-size: 13px; }
    .foot-lx { margin-top: 35px; align-items: flex-start; }
    .foot-copy { margin-top: 35px; font-size: 10px; }
    .foot-lx .item { width: 45%; justify-content: flex-start; }
    .foot-lx .item:last-child { margin-top: 0; width: 45%; }
    .foot-lx .item:nth-child(3), .foot-lx .item:nth-child(4) { margin-top: 15px; }
    .foot-lx .item .cont { max-width: none; flex: 1; padding-left: 8px; }
    .foot-lx .item .cont p { font-size: 12px; line-height: 1.5; }
    .foot-lx .item i { font-size: 20px; }
    .foot-lx .item .cont h4 { font-size: 12px; }
}
@media screen and (max-width:640px) { }
@media screen and (max-width:414px) { }
@media screen and (max-width:375px) {
    .homeE .item .txt:after { display: none }
}

/*首页新闻模块*/
.index-news-content { padding-top: 25px; display: flex; flex-wrap: nowrap; flex-direction: row-reverse; justify-content: space-between; }
.index-news-content .pic { width: 48%; }
.index-news-content .pic .abox { position: relative; overflow: hidden; height: 100%; display: block; height: 100%; }
.index-news-content .pic .abox img { width: 100%; height: 100%; }
.index-news-content .pic .abox .tit { position: absolute; left: 0; bottom: 0; width: 100%; height: 69px; line-height: 69px; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 0 27px; font-size: 0; }
.index-news-content .pic .abox .tit span { font-size: 18px; display: inline-block; vertical-align: middle; width: 75%; }
.index-news-content .pic .abox .tit .date { font-size: 14px; color: #fff; opacity: .5; }
.index-news-content .cont { overflow: hidden; width: 50%; padding-right: 25px; }
.index-news-cate { border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 30px; }
.index-news-cate ul li { float: left; font-size: 18px; color: #252525; cursor: pointer; padding: 0 20px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.index-news-cate ul li:before { content: ""; position: absolute; left: 0; bottom: -16px; width: 100%; border-bottom: 2px solid #1c68ab; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.index-news-cate ul li.on:before { opacity: 1; visibility: visible; }
.index-news-cate ul li.on, .index-news-cate ul li:hover, .index-news-cate .more:hover { color: #1c68ab; }
.index-news-cate .more { font-size: 16px; color: #999; margin-top: 3px; }
.index-news-tab .item .subitem { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.index-news-tab .item .subitem~.subitem { margin-top: 29px; }
.index-news-tab .item .subitem .spic { width: 25%; overflow: hidden; }
.index-news-tab .item .subitem .scont { width: 75%; position: relative; padding-left: 17px; padding-top: 5px; }
.index-news-tab .item .subitem .scont h4 { font-size: 18px; color: #252525; line-height: 1; }
.index-news-tab .item .subitem .scont h4 a { color: #252525; }
.index-news-tab .item .subitem .scont h4 a:hover { color: #14499a; }
.index-news-tab .item .subitem .scont p { font-size: 14px; color: #999; line-height: 22px; margin-top: 8px; margin-bottom: 8px; }
.index-news-tab .item .subitem .scont .more { font-size: 14px; color: #999; line-height: 1; }
.index-news-tab .item .subitem .scont .date { position: absolute; right: 5px; bottom: 0; font-size: 14px; color: #999; }
@media screen and (max-width:768px) {
    .index-news-content { display: block; width: 100%; }
    .index-news-content .pic { width: 100%; float: none !important; }
    .index-news-content .cont { width: 100%; padding-right: 0; margin-top: 40px; }
    .homeB .tabNav { align-items: flex-start; }
}
@media screen and (max-width:640px) {
    .index-news-content .pic .abox .tit { height: 40px; line-height: 40px; padding: 0 15px; font-size: 0; }
    .index-news-content .pic .abox .tit span { font-size: 16px; }
    .index-news-tab .item .subitem .scont p, .index-news-tab .item .subitem .scont .more { display: none; }
    .index-news-tab .item .subitem~.subitem { margin-top: 15px; }
    .homeE .item { margin-bottom: 0; }
    .index-news-tab .item .subitem .scont h4 { font-size: 16px; }
}

/**/
.hidden_search .text { width: 100%; height: 40px; padding: 0; font-size: 14px; color: #444; background: none; border: none; font-family: "Microsoft Yahei"; }
.hidden_search .btn { display: block; cursor: pointer; position: absolute; right: 0; top: 0; height: 40px; width: 40px; border: none; border-radius: 50%; overflow: hidden; font-size: 24px; color: #c30d23; background: transparent; }
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 45px; padding-left: 20px; width: 95% }
.hidden_search .close_btn { position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; transform: translateY(-50%); -webkit-transition: 0.5s; transition: 0.5s; font-size: 26px; color: #777 }
.hidden_search .close_btn:hover { color: #c30d23; }
.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, .7); visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; opacity: 0; }
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; padding: 30px 40px 30px 30px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 20%; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.cd-popup-container1 { top: 10%; }
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.sear_p { float: left; margin: 20px 0 0 5%; width: 90%; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; }
.sear_txt { float: left; height: 30px; font-size: 12px; line-height: 30px; border: none; width: calc(100% - 35px); background: none; color: #666; text-indent: 5px; }
@media screen and (max-width:600px) {
    .cd-popup-container { width: 90% }
    .hidden_search .text { font-size: 14px }
    .cd-popup-container { padding: 20px 50px 20px 10px }
}
#browser-modal { width: 100%; height: 100%; top: 0; left: 0; text-align: center; color: #303233; position: fixed; z-index: 9999; }
#browser-modal .browser-modal-cover { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: #111; opacity: .9; z-index: -1 }
#browser-modal .browser-content { width: 700px; margin-top: 120px; margin-left: auto; margin-right: auto; padding-bottom: 80px; padding-top: 50px; background-color: #fff; border-radius: 5px }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px }
#browser-modal .browser-content .browser-text-title { text-transform: uppercase; font-size: 24px }
#browser-modal .browser-content .browser-text-desc { margin-top: 30px; margin-bottom: 20px; font-size: 14px }
#browser-modal .browser-content .browser-list { width: 600px; margin: 20px auto; height: 130px }
#browser-modal .browser-content .browser-item { float: left; width: 150px; padding-top: 20px; padding-bottom: 20px; margin-left: auto; margin-right: auto }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto; font-size: 80px; line-height: 80px; margin-bottom: 10px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0 }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px }
#browser-modal .browser-content .browser-item a { cursor: pointer; display: block }
#browser-modal .browser-content .browser-item a img { display: block; margin: 0 auto; max-width: 100px; width: 100px; height: 100px }
#browser-modal .browser-content .browser-item a h4 { text-align: center; margin-top: 20px; font-size: 18px; font-weight: 700 }

/*ie11 css hack*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, }

/*ie11注意里面的标点符号*/

/*ie10 css hack*/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { }

/* 在线客服样式 */
.sz-kefu { position: fixed; width: 50px; right: 0; top: 50%; z-index: 100; margin-top: -100px; }
.sz-kefu ul li { width: 50px; height: 50px; float: left; position: relative; margin-bottom: 1px; font-size: 12px; line-height: 50px; }
.sz-kefu ul li .sidebox { position: absolute; width: 50px; height: 50px; top: 0; right: 0; transition: all 0.3s; color: #fff; background: #c30d23; overflow: hidden; opacity: .8; }
.sz-kefu ul li.kf2 .sidebox {    /* background:#c30d23; */
overflow: visible; }
.sz-kefu ul li .sidebox:hover { opacity: 1; }
.sz-kefu ul li .sidetop { width: 50px; height: 50px; line-height: 50px; display: inline-block; background: #222; transition: all 0.3s; opacity: .8; }
.sz-kefu ul li .sidetop:hover { opacity: 1; }
.sz-kefu ul li img { float: left; }
.sz-kefu ul li .sidebox3 { font-size: 16px; }
.sz-kefu ul li .kImg { padding: 13px; }
.sz-kefu .kf_wx { position: absolute; top: 0; left: -140px; width: 110px; display:; background: #fff; border: 1px solid #dadada; padding: 14px; line-height: 20px; color: #333; text-align: center; display: none; box-sizing: content-box; }
.sz-kefu .kf_wx img { display: block; width: 110px; height: 110px; margin-bottom: 5px; float: none; }
.sz-kefu .kf_tel_box { width: 180px; left: -210px; }
.sz-kefu .kf_tel_box .tel { font-size: 16px; text-align: left; }
.sz-kefu .kf_tel_box .tel p ~ p { margin-top: 10px; }
.sz-kefu .qq { height: 0; position: relative; z-index: 2; }
.sz-kefu .qq .sidebox { border: 1px solid #c30d23; height: auto; border-radius: 5px 0 0 5px; width: 140px; background: #fff; opacity: 1; bottom: -50px; top: auto; text-align: center; padding-bottom: 5px; right: -150px; }
.sz-kefu .qq h5 { height: 35px; line-height: 35px; background: #c30d23; font-weight: normal; color: #fff; font-size: 14px; padding: 0 10px; text-align: left; margin-bottom: 10px; }
.sz-kefu .qq h5 i { float: right; cursor: pointer; transition: all 0.3s; position: relative; z-index: 5; }
.sz-kefu .qq h5 i:hover { transform: rotate(90deg); }
.sz-kefu .qq a { display: block; height: 32px; line-height: 32px; border-radius: 18px; border: 1px solid #c30d23; margin: 5px 15px }

/*移动端咨询*/
.menu-footer { display: none; width: 100%; height: 45px; line-height: 45px; text-align: center; background: rgba(0, 0, 0, 0.7); font-size: 0; position: fixed; left: 0; bottom: 0; z-index: 99999; }
.menu-footer a { position: relative; float: left; width: 50%; color: #fff; font-size: 14px; }
.menu-footer img { width: 14px; margin-top: -2px; margin-right: 5px; }
.menu-footer a ~ a:before { content: ""; position: absolute; left: 0; top: 50%; margin-top: -5px; height: 10px; border-left: 1px solid #a0a0a0; opacity: 0.5; }
@media (max-width:640px) {
    .sz-kefu { display: none; }
    .menu-footer { display: block; }
}

/*栏目banner*/
.banner-inner { overflow: hidden; position: relative; }
.banner-inner img { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); -webkit-animation: minus 8s 0s ease both infinite; -moz-animation: minus 8s 0s ease both infinite; animation: minus 8s 0s ease both infinite; animation-iteration-count: 1; -webkit-animation-iteration-count: 1; }
.banner-inner .tit { position: absolute; left: 0; top: 50%; text-align: center; z-index: 2; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.banner-inner .tit h3 { font-size: 68px; line-height: 1; color: #ffffff; animation: tops 1.2s 0s 
ease both infinite; animation-iteration-count: 1; }
.banner-inner .tit p { font-size: 26px; line-height: 38px; letter-spacing: 8px; color: #ffffff; margin-top: 30px; animation: bottoms .8s 0s 
ease both infinite; animation-iteration-count: 1; }

/*栏目菜单*/
.menu-wrap { background-color: #f8f8f8; padding: 35px 0; border-bottom: 1px solid #ddd; height: 160px;}
.mbx-wrap  .mbx { font-size: 15px; color: #81868e; }
.mbx-wrap  .mbx a { color: #81868e; }
.mbx-wrap .back { font-size: 14px; color: #81868e; }
.mbx-wrap .back i { font-size: 16px; color: #c30d23; margin-right: 8px; display: inline-block; vertical-align: middle; margin-top: -2px; }
.mbx-wrap  .mbx a:hover, .mbx-wrap .back:hover { color: #c30d23; }
.list-menu { margin-top: 45px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.list-menu li a { font-size: 18px; color: #30343e; }
.list-menu li.on a, .list-menu li a:hover { color: #c30d23; }
.list-menu li ~ li { margin-left: 65px; }
.list-menu li a i { display: inline-block; vertical-align: middle; width: 32px; height: 25px; background-repeat: no-repeat; margin-top: -2px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.list-menu li.on a i, .list-menu li a:hover i { background-position: -32px; }
.list-menu-wrap {overflow: hidden;-webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.list-menu-wrap.fixed { position: fixed; top: 90px; left: 0; width: 100%; z-index: 999; background: #f8f8f8; padding: 15px 0; text-align: center;box-shadow: 0px 4px 7px 0px rgba(6, 0, 1, 0.08); }
.list-menu-wrap.fixed .list-menu { margin-top: 0; justify-content: center; }

/*列表页面*/
.list-wrap { margin-top: 65px; padding-bottom: 55px; }

/*案例列表*/
.list-case { margin-bottom: -40px; }
.list-case .item { width: 32.2916%; overflow: hidden; background-color: #f8f8f8; border-radius: 10px; margin-bottom: 40px; }
.list-case .item .pic { height: 280px; border-radius: 10px; overflow: hidden; }
.list-case .item .pic img, .list-news .item .pic img { width: 100%; height: 100%; object-fit: cover; }
.list-case .item .cont { /*height: 110px;*/ padding: 20px 30px; }
.list-case .item .cont h4 { font-size: 20px; color: #1b202e; }
.list-case .item .cont p { font-size: 14px; color: #81868e; margin-top: 15px; }
.list-case:after { content: ""; width: 32.2916%; }

/*列表分页*/
.page-bar { margin-top: 55px; text-align: center; }
.pagination { text-align: center; font-size: 0; }
.a1_page { display: none !important; }
.pagination a, .pagination span { padding: 0 14px; display: inline-block; margin: 0 3px; min-width: 40px; line-height: 38px; font-size: 14px; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; color: #8C8C9A; border: 1px solid #D9DDE1; border-radius: 3px; }
.pagination .cur_page, .pagination .page-num-current, .pagination a:hover { color: #fff !important; background: #c30d23 !important; border-color: #c30d23; }
.pagination .prev_disabled:hover, .pagination .next_disabled:hover { color: #576077 !important; }
.pagination a.prev:before, .pagination a.prev_disabled:before { content: "上一页"; }
.pagination a.next:before, .pagination a.next_disabled:before { content: "下一页"; }
@media (max-width:768px) {
    .pagination a, .pagination span { padding: 0 5px; margin: 0 2px; min-width: 30px; line-height: 28px; font-size: 12px; }
}

/*新闻列表*/
.list-news .item { padding: 40px 38px 40px 0; border-bottom: 1px solid #ddd; align-items: center; }
.list-news .item:first-child { padding-top: 0; }
.list-news .item .pic { width: 27.7777%; height: 246px; overflow: hidden; border-radius: 5px; }
.list-news .item .cont { flex: 1; padding-left: 50px; padding-right: 110px; overflow: hidden; }
.list-news .item .cont h4 { font-size: 24px; color: #272933; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.list-news .item .cont p { font-size: 14px; line-height: 30px; color: #81868e; height: 90px; margin-top: 22px; margin-bottom: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.list-news .item .cont .more { font-size: 18px; line-height: 1; color: #024d9e; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.list-news .item .cont .more i { font-size: 22px; margin-left: 12px; display: inline-block; vertical-align: middle; color: #024d9e; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.list-news .item .date { font-size: 24px; color: #615f5f; text-align: right; position: relative; top: -15px; }
.list-news .item .date b { font-size: 48px; line-height: 1; display: block; color: #272933; }
.list-news .item:hover .cont h4, .list-news .item:hover .cont .more { color: #c30d23; }
.list-news .item:hover .cont .more i { color: #c30d23; -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }

/*单页标题*/
.in-tit { padding-top: 80px; padding-bottom: 50px; text-align: center }
.in-tit.nopt { padding-top: 0; }
.in-tit.nopad { padding-top: 0; padding-bottom: 0; }
.in-tit.tleft { text-align: left; }
.in-tit.tool { margin-bottom: 50px; }
.in-tit h3 { font-size: 46px; line-height: 1; color: #333; display: inline-block; position: relative; }

/*.in-tit h3:before { content: ""; position: absolute; right: -8px; top: -2px; width: 20px; height: 20px; background-color: #ff6c00; opacity: 0.8; border-radius: 50%; }*/
.in-tit h3 span { position: relative; color: #333; }
.in-tit p { font-size: 18px; line-height: 1.5; color: #81868e; margin-top: 20px; }
.in-tit p.b { color: #3c3c3c; }
.in-tit.white h3 span { color: #fff; }
.in-tit.white p { color: rgba(255, 255, 255, .6); }
.tit-des { margin-top: 25px; font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, 1); }

/*联系单页*/
.form-type-01 ul li { width: 32.36%; height: 60px; background-color: #ffffff; border: solid 1px #dddddd; align-items: center; transition: .3s }
.form-type-01 ul li label { width: 100px; font-size: 16px; color: #3c3c3c; opacity: 0.9; text-align: right; }
.form-type-01 ul li:last-child label { width: 130px; }
.form-type-01 ul li label i { font-size: 22px; margin-right: 10px; display: inline-block; vertical-align: middle; margin-top: -2px; }
.form-type-01 ul li input { flex: 1; padding-right: 15px; line-height: 30px; }
.form-type-01 textarea { width: 100%; height: 160px; background-color: #ffffff; border: solid 1px #dddddd; padding: 20px 25px; font-size: 16px; color: #81868e; opacity: 0.9; margin-top: 15px; vertical-align: middle; transition: .3s }
.form-type-01 ul li:hover, .form-type-01 textarea:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.form-type-01 .sub { display: block; margin: 40px auto 0; width: 300px; height: 52px; background-color: #c30d23; border-radius: 26px; line-height: 52px; font-size: 18px; color: #ffffff; text-align: center; }
.contact-b { max-width: 1600px; border-radius: 20px; overflow: hidden; }
.contact-a { padding-bottom: 65px; padding-top: 20px; }
.contact-list li { width: 20%; text-align: center; }
.contact-list li img { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.contact-list li:hover img { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
.contact-list li h4 { font-size: 16px; color: #81868e; opacity: 0.9; margin-bottom: 20px; margin-top: 20px; }
.contact-list li p { font-size: 18px; line-height: 30px; color: #3c3c3c; display: flex; align-items: center; justify-content: center; opacity: 1; }
.contact-c { padding-bottom: 90px; }
#dituContent { height: 520px; border-radius: 20px; overflow: hidden; background: #000; }
.map { position: relative; z-index: 1; }
.map_loading { position: absolute; z-index: 999; width: 100%; height: 100%; background: #000; top: 0; left: 0; transition: none; }
.map_loading i { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); font-size: 0.45rem; color: #FFF; }
.infowindow-content { padding: 15px 15px; }
.infowindow-content h3 { font-size: 16px; color: #ff0000; font-weight: bold; white-space: nowrap; margin: 0 0 10px; }
.infowindow-content p { font-size: 14px; color: #333; }
.infowindow-content p ~ p { margin-top: 5px; }
.amap-adcombo-close { background-color: #000 }

/*轮播按钮*/
.swp-wrap { position: relative; }
.swp-btn { position: absolute; left: 40px; top: 50%; margin-top: -20px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; color: #d1d4dd; font-size: 40px; line-height: 40px; text-align: center; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.swp-btn.next { left: auto; right: 40px; }
.swp-btn.black { left: -90px; color: #767676; }
.swp-btn.black.next { left: auto; right: -90px; }
.swp-btn:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) }

/*关于单页*/
.about-a { padding-top: 95px; }
.about-a .about .pic { overflow: hidden; width: 49.3%; border-radius: 20px; }
.about-a .about .cont { padding-left: 90px; padding-top: 10px; flex: 1; }
.about-a .about .cont .subtit { font-size: 24px; line-height: 36px; color: #d82128; margin-top: 35px; }
.about-a .about .cont .des { font-size: 16px; line-height: 30px; color: #81868e; margin-top: 45px; }
.ys-num-list { margin-top: 65px; padding: 40px 90px; box-shadow: 0px 0px 10px 0px 
rgba(76, 112, 132, 0.1); max-width: 1600px; }
.ys-num-list li .num { font-size: 60px; line-height: 1; color: #212637; }
.ys-num-list li .tit { font-size: 16px; line-height: 1; color: #515457; margin-top: 5px; }
.qywh { padding-top: 70px; padding-bottom: 100px; }
.swiper-container-qywh { border-radius: 20px; overflow: hidden; }
.qywh-tit { height: 140px; background-color: #ffffff; box-shadow: 7px 7px 20px 0px 
rgba(0, 0, 0, 0.1); border-radius: 10px; position: relative; z-index: 2; width: 83.3333%; margin: -170px auto 0; overflow: hidden; }
.qywh-tit .item { width: 33.3333%; height: 100%; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; display: flex; justify-content: center; align-items: center; }
.qywh-tit .item.on { background-color: #c30d23; }
.qywh-tit .item i { font-size: 57px; color: #272933; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.qywh-tit .item .cont { padding-left: 15px; }
.qywh-tit .item .cont h4 { font-size: 24px; line-height: 1; color: #1f2f46; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.qywh-tit .item .cont p { font-size: 15px; line-height: 24px; color: #8c8c8c; margin-top: 10px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.qywh-tit .item.on i, .qywh-tit .item.on .cont h4 { color: #fff; }
.qywh-tit .item.on .cont p { color: #ffffff; opacity: 0.5; }
.album-item { border: solid 1px #dddddd; text-align: center; }
.album-item .tit { border-top: 1px solid #ddd; height: 60px; line-height: 59px; padding: 0 15px; font-size: 16px; color: #212637; }
.swiper-container-ryzz .album-item .pic { padding: 30px 45px; }
.slzs { padding-top: 120px; padding-bottom: 100px; }
.slzs-block-1 .item { height: 492px; margin-bottom: 13px; overflow: hidden; }
.slzs-block-1 .item img, .slzs-block-2 .item-1 img, .slzs-block-2 .item-2 .item-2-1 img, .slzs-block-2 .item-3 img { width: 100%; height: 100%; object-fit: cover; }
.slzs-block-1 .item-1 { background-color: #c30d23; width: 24.375%; padding: 70px 40px 60px 40px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; }
.slzs-block-1 .item-1 h4 { font-size: 36px; line-height: 48px; color: #fff; }
.slzs-block-1 .item-1 p { font-size: 16px; line-height: 32px; color: #ffffff; opacity: 0.8; }
.slzs-block-1 .item-2, .slzs-block-2 .item-2 { width: 49.3055%; }
.slzs-block-2 .item-2 .item-2-1, .slzs-block-2 .item-2 .item-2-2 { width: 49% }
.slzs-block-1 .item-3 { width: 24.375%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; }
.slzs-block-1 .item-3 .item-3-1, .slzs-block-1 .item-3 .item-3-2 { height: 48.6%; }
.slzs-block-2 .item-1 { height: 240px; width: 24.375%; }
.slzs-block-2 .item-3 { width: 24.375%; }
.hjsb { padding-bottom: 105px; }

/*方案单页*/
.solu-title { text-align: center; position: relative; padding-bottom: 30px; }
.solu-title h3 { font-size: 42px; line-height: 60px; color: #3c3c3c; }
.solu-title h3 span { color: #cc2229; }
.solu-title:after { content: ""; position: absolute; left: 50%; margin-left: -12.5px; bottom: 0; width: 25px; height: 3px; background-color: #c30d23; }
.solu-a { padding: 100px 0; }
.wenti-list { margin-top: 70px; }
.wenti-list .item { width: 18.8888%; background-color: #ffffff; box-shadow: 0px 0px 10px 0px 
rgba(0, 0, 0, 0.15); text-align: center; padding: 58px 20px 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.wenti-list .item:hover { box-shadow: 0px 0 20px 0px 
rgba(0, 0, 0, 0.2); }
.wenti-list .item img { transition: .5s; }
.wenti-list .item:hover img { transform: rotateY(360deg); }
.wenti-list .item h4 { font-size: 20px; line-height: 32px; color: #3c3c3c; margin-top: 30px; padding-bottom: 28px; position: relative; }
.wenti-list .item h4:after { content: ""; position: absolute; left: 50%; margin-left: -11.5px; bottom: 0; width: 23px; height: 3px; background-color: #c30d23; }
.wenti-list .item .num { font-family: DIN-Bold; font-size: 28px; line-height: 1; color: #b1bac6; margin-top: 28px; }
.zixun-bar { text-align: center; margin-top: 70px; font-size: 0; }
.zixun-bar a { display: inline-block; width: 200px; height: 52px; border-radius: 26px; border: solid 1px #aaaaaa; font-size: 18px; line-height: 50px; color: #3c3c3c; margin: 0 10px; }
.zixun-bar a:first-child { background-color: #c30d23; border-color: transparent; color: #fff; }
.solu-b { background: url(../images/solu-b-bg.jpg) no-repeat center; background-size: cover; }
.solu-b .wp { align-items: center; height: 389px; }
.solu-b .cont h3 { font-size: 48px; color: #ffffff; line-height: 1.2; padding-bottom: 40px; position: relative; }
.solu-b .cont h3:after { content: ""; position: absolute; left: 0; bottom: 0; width: 35px; height: 2px; background-color: #ffffff; }
.solu-b .cont h3 span { font-size: 24px; color: #ffffff; }
.solu-b ul li { margin: 0 70px; text-align: center; }
.solu-b ul li p { font-size: 24px; color: #ffffff; margin-top: 30px; }
.solu-c { padding-top: 120px; }
.why-list { margin-top: 50px; }
.why-list .item { overflow: hidden; }
.why-list .item:nth-child(2n) { flex-direction: row-reverse; }
.why-list .item .pic { width: 50%; }
.why-list .item .cont { width: 50%; border: solid 1px #dddddd; padding: 80px; position: relative; }
.why-list .item .cont h4 { font-size: 28px; line-height: 42px; color: #3c3c3c; }
.why-list .item .cont p { font-size: 16px; line-height: 32px; color: #595757; margin-top: 18px; }
.why-list .item .cont .zx { position: absolute; bottom: 85px; }
.why-list .item .cont .zx a { display: inline-block; width: 160px; height: 42px; border-radius: 21px; border: solid 1px #aaaaaa; font-size: 16px; line-height: 40px; color: #3c3c3c; text-align: center; margin-right: 10px; }
.why-list .item .cont .zx a:first-child { border-color: transparent; background-color: #c30d23; color: #fff; }
.solu-d { padding-top: 120px; padding-bottom: 130px; }
.solu-case { margin-top: 40px; }
.solu-case .item { width: 24.8611%; position: relative; overflow: hidden; margin-bottom: 3px; }
.solu-case .item .cover { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; color: #fff; text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.solu-case .item .cover i { display: inline-block; width: 53px; height: 53px; background-repeat: no-repeat; background-size: contain; }
.solu-case .item .cover h4 { font-size: 18px; color: #ffffff; width: 100%; margin-top: 26px; }
.solu-case .item img { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.solu-case .item:hover img { opacity: .8; }

/*产品列表*/
.list-wrap .list-cate-pro ~ .list-cate-pro { padding-top: 90px; }
.list-wrap .list-cate-pro:last-child { padding-bottom: 35px; }
.list-cate-pro .tit { padding-bottom: 25px; border-bottom: 1px solid #ddd; margin-bottom: 45px; align-items: flex-end;}
.list-cate-pro .tit h3 { font-size: 36px; color: #30343e; }
.list-cate-pro .tit h3 i { display: inline-block; vertical-align: middle; width: 42px; height: 42px; background-repeat: no-repeat; background-size: contain; margin-right: 14px; margin-top: -2px; }
.list-pro { margin-bottom: -30px; }
.list-pro .item { width: 31.9444%; background-color: #ffffff; box-shadow: 0px 0px 20px 0px 
rgba(0, 0, 0, 0.1); border-radius: 10px; margin-bottom: 30px; position: relative; text-align: center; }
.list-pro .item .pic { padding: 30px; }
.list-pro .item h4 { position: absolute; left: 0; bottom: 30px; width: 100%; font-size: 18px; line-height: 20px; color: #30343e; }
.list-pro:after { content: ""; width: 31.9444%; }

/*产品详情*/
.inner-menu { padding: 25px; background-color: #f8f8f8; }
.pro-head { padding: 35px 0 60px; }
.pro-head .pic { width: 50.27%; }
.pro-head .cont { flex: 1; padding-left: 85px; padding-top: 12px; position: relative; }
.swiper-container-album { width: 80px; height: 600px; overflow: hidden; margin: 0; }
.swiper-container-album .swiper-slide { width: 80px; height: 80px; border: solid 1px #dddddd; cursor: pointer; cursor: pointer; }
.swiper-container-album .swiper-slide-thumb-active { border-color: #c30d23 }
.pro-head .pic .pic-big { flex: 1; padding-left: 12px; overflow: hidden; }
.swiper-container-big { border: solid 1px #dddddd; height: 600px; }
.swiper-container-big .look { opacity: 0; position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 10px; color: #fff; font-size: 16px; height: 40px; text-align: center; transform: translateY(40px); background: rgba(0, 0, 0, 0.5); }
.swiper-container-big .look i { margin-right: 10px; display: inline-block; font-size: 20px; }
.swiper-container-big:hover .look { opacity: 1; transform: translateY(0px); }
.swiper-container-big img { width: 100%; height: 100%; object-fit: contain; }
.pro-head .cont h1 { font-size: 32px; line-height: 1.3; color: #281f20; position: relative; }
.pro-head .cont .xh { font-size: 18px; color: #615f5f; border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-top: 17px; }
.pro-head .cont .des { font-size: 16px; line-height: 36px; color: #615f5f; margin-top: 40px; }
.pro-head .cont .zixun { position: absolute; left: 85px; bottom: 75px; text-align: left; font-size: 0; }
.pro-head .cont .zixun a { display: inline-block; vertical-align: middle; width: 200px; height: 46px; text-align: center; font-size: 18px; line-height: 44px; color: #c30d23; border: 1px solid #c30d23; border-radius: 23px; }
.pro-head .cont .zixun a i { font-size: 20px; display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 10px; }
.pro-head .cont .zixun a:first-child { margin-right: 8px; background-color: #c30d23; color: #fff; border-color: transparent; }
.pro-body { padding-bottom: 75px; }
.pro-body .wp { align-items: flex-start; }
.pro-left { max-width: 320px; width: 22.2222%; }
.pro-right { width: 75.6944%; background: #fff; }
.pro-cate { border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.pro-cate h3 { font-size: 32px; padding: 20px 14px; color: #ffffff; }

/*.pro-cate ul { background: #fff; }
.pro-cate ul li a { display: flex; width: 100%; height: 65px; line-height: 65px; padding: 0 30px; align-items: center; color: #515457; font-size: 16px; position: relative; border-bottom: 1px solid #eee; }
.pro-cate ul li a span { position: absolute; right: 20px; color: #fff; font-size: 26px; opacity: 0; }
.pro-cate ul li a:hover { color: #c30d23; }
.pro-cate ul li.on a { background-color: #c30d23; color: #fff; }
.pro-cate ul li.on a span { opacity: 1; }
.pro-cate ul li a i { display: inline-block; vertical-align: middle; width: 24px; height: 24px; line-height: 24px; background-repeat: no-repeat; background-size: 48px; margin-right: 20px; }*/
.product-cate li a { position: relative; display: block; line-height: 65px; border-bottom: 1px solid #eee; padding-left: 30px; padding-right: 28px; font-size: 16px; color: #292c33; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.product-cate li.on a, .product-cate li a:hover { color: #fff; background: #d51c1e; }
.product-cate li a i { position: absolute; right: 28px; top: 50%; margin-top: -15px; display: inline-block; width: 30px; height: 30px; background-repeat: no-repeat; vertical-align: middle; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-cate li.on a i, .product-cate li a:hover i { background-position: 0 -30px; }
.pro-cate .lx { background: url(../images/bg-side-lx.png) no-repeat center; background-size: 320px; text-align: center; padding: 30px 20px 40px; }
.pro-cate .lx h4 { font-size: 16px; line-height: 1; letter-spacing: 1px; color: #30343e; }
.pro-cate .lx h4 i { color: #c30d23; margin-right: 8px; font-size: 19px; display: inline-block; vertical-align: middle; margin-top: -2px; }
.pro-cate .lx p { font-size: 32px; line-height: 24px; color: #c30d23; font-family: "DIN-Bold"; margin-top: 15px; margin-bottom: 20px; }
.pro-cate .lx .zx { display: inline-block; width: 140px; height: 32px; text-align: center; line-height: 30px; border: 1px solid #c30d23; color: #c30d23; border-radius: 16px; transition: .3s }
.pro-cate .lx .zx:hover { border-color: #c30d23; background: #c30d23; color: #fff; }
.side-tit { font-size: 24px; line-height: 1; color: #272933; margin-top: 30px; margin-bottom: 20px; }
.side-tit.nmt { margin-top: 5px; }
.xg-list { margin-bottom: -15px; }
.xg-list .item { margin-bottom: 15px; border: 1px solid #ddd; }
.xg-list .item .abox { position: relative; overflow: hidden; }
.xg-list .item .abox .pic { padding: 30px; }
.xg-list .item .abox .tit { position: absolute; left: 0; bottom: 16px; width: 100%; text-align: center; color: #595757; }
.pro-tab { padding: 30px 25px 25px 40px; display: flex; border: solid 1px #ddd; }
.pro-tab li { font-size: 18px; color: #81868e; padding: 0 10px; position: relative; margin-right: 40px; cursor: pointer; }
.pro-tab li.on, .pro-tab li:hover { color: #c30d23; }
.pro-tab li:before { content: ""; position: absolute; left: 0; bottom: -26px; width: 0; border-bottom: 1px solid #c30d23; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.pro-tab li.on:before { width: 100%; opacity: 1; }
.pro-detail { border: solid 1px #ddd; border-top: none; }
.pro-detail .pro-item { padding: 40px 50px; line-height: 1.75; display: none; }
.pro-detail .pro-item.on { display: block; }
.pro-detail .pro-item .pro-h3 { font-size: 24px; color: #c30d23; margin-bottom: 30px; }
.pro-detail .pro-item .pro-h3:before { content: ""; margin-right: 15px; display: inline-block; vertical-align: middle; width: 8px; height: 8px; background-color: #c30d23; }
.pro-detail .pro-item .des { font-size: 16px; line-height: 1.75; color: #615f5f; }
.pro-detail .pro-item .des p { margin-bottom: 20px; }
.pro-fbdz .item:nth-child(2n) { flex-direction: row-reverse; }
.pro-fbdz .item .pic, .pro-fbdz .item .cont { width: 50%; }
.pro-fbdz .item .cont { height: 300px; border: solid 1px #dddddd; padding: 46px 35px 0; }
.pro-fbdz .item .cont h4 { font-size: 24px; line-height: 1; color: #292c33; padding-bottom: 22px; border-bottom: 1px solid #ddd; position: relative; }
.pro-fbdz .item .cont h4:before { content: ""; position: absolute; left: 0; bottom: -1px; width: 100px; height: 2px; background-color: #c30d23; }
.pro-fbdz .item .cont p { font-size: 16px; line-height: 24px; color: #595757; margin-top: 25px; height: 85px; margin-bottom: 0; }
.pro-fbdz .item .cont .zx { display: inline-block; width: 128px; height: 36px; background-color: #81868e; text-align: center; line-height: 36px; color: #fff; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.pro-fbdz .item .cont .zx i { font-size: 20px; margin-right: 8px; vertical-align: middle; }
.pro-fbdz .item .cont .zx:hover { background-color: #c30d23; }
.pro-ul li { margin-top: 10px; width: 49.47%; }
.pro-ul li img { width: 100%; height: 100%; object-fit: cover; }
.jgsl-num { padding: 60px 80px; background-color: #212637; border: solid 1px #dddddd; margin-top: 0; }
.jgsl-num li .num, .jgsl-num li .tit { color: #c30d23; }
.detail-page { height: 80px; align-items: center; padding: 0 30px; margin-top: 13px; background-color: #f5f5f5; }
.detail-page .prev, .detail-page .next { width: 40%; font-size: 14px; color: #767676; }
.detail-page .next { text-align: right; }
.detail-page .prev a, .detail-page .next a { color: #767676; }
.detail-page .prev a:hover, .detail-page .next a:hover, .detail-page .menu:hover { color: #c30d23; }
.detail-page .menu { font-size: 14px; color: #4c4645; align-items: center; }
.detail-page .menu i { font-size: 17px; margin-right: 8px; color: #c30d23; }
@media (max-width:640px) {
    .detail-page { height: auto; padding: 15px 25px; }
    .detail-page .prev, .detail-page .next { width: 48%; font-size: 12px; }
}

/*产品定制表单*/
.form-one { margin-top: 35px; }
.form-one input { width: 28%; height: 60px; border: 1px solid #ddd; background: #fff; font-size: 14px; color: #383635; padding: 0 25px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.form-one input:nth-child(3) { width: 43%; }
.form-one textarea { width: 100%; height: 160px; border: 1px solid #ddd; margin-top: 10px; padding: 20px 25px; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.form-one input:hover, .form-one textarea:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.form-one .sub { width: 100%; height: 52px; background-color: #6e6f70; line-height: 52px; font-size: 18px; color: #ffffff; margin: 30px auto 0; display: block; cursor: pointer; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.form-one .sub:hover { width: 100%; background: #c30d23; }
@media (max-width:1440px) {
    .form-one input { padding: 0 20px; }
    .form-one textarea { padding: 20px; }
}
@media (max-width:800px) {
    .form-one { margin-top: 20px; }
    .form-one input { padding: 0 15px; width: 100%; height: 40px; margin-bottom: 10px; }
    .form-one input:nth-child(3) { width: 100%; }
    .form-one textarea { padding: 15px; height: 120px; margin-top: 0; }
    .form-one .sub { height: 45px; line-height: 45px; width: 100%; font-size: 16px; margin: 20px auto 0; }
}

/*案例详情*/
.case-right { width: 74.65%; }
.detail-wrap { padding-top: 50px; padding-bottom: 75px; }
.dtitle { position: relative; border: solid 1px #dddddd; padding: 30px 50px; }
.dtitle:before { content: ""; position: absolute; left: 46px; bottom: -1px; width: 360px; height: 1px; background-color: #d82128; }
.dtitle h1 { font-size: 32px; color: #272933; }
.dtitle .info { margin-top: 20px; font-size: 16px; }
.dtitle .info span { margin-right: 20px; }
.dcontent { padding: 45px 50px; border: solid 1px #dddddd; border-top: none; }
.dcontent .item ~ .item { padding-top: 45px; margin-top: 40px; position: relative; }
.dcontent .item ~ .item:before { content: ""; position: absolute; left: -20px; top: 0; width: 100%; width: calc(100% + 40px); height: 1px; background-color: #dddddd; }
.dcontent .item .tit { font-size: 24px; line-height: 24px; color: #272933; margin-bottom: 30px; }

/*.dcontent .item .tit:before { content: ""; display: inline-block; width: 14px; height: 23px; background: url(../images/tit-icon.png) no-repeat center; background-size: contain; margin-right: 12px; vertical-align: middle; margin-top: -2px; }*/
.dcontent .item .cont { font-size: 16px; line-height: 32px; color: #615f5f; }
.dcontent .item .cont p ~ p { margin-top: 6px; }
.dcontent .item .des li ~ li { margin-top: 10px; }
.dcontent .item .des li h4 { font-size: 16px; color: #6e6f70; line-height: 30px; }
.dcontent .item .des li p { flex: 1; font-size: 16px; line-height: 30px; color: #272933; }
.sidebar { width: 22.2222%; }
.gallery-case-top { overflow: hidden; border-radius: 10px; margin-bottom: 20px; }
.gallery-case-thumbs .swiper-slide { border-radius: 5px; overflow: hidden; position: relative; cursor: pointer; border: 2px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.gallery-case-thumbs .swiper-slide.swiper-slide-thumb-active { border-color: #dc0008; }

/*新闻详情*/
.pImg { position: relative; padding-top: 100%; display: block; overflow: hidden; }
.pImg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 0.5s; object-fit: cover; }
.listWrap { overflow: hidden; padding: 50px 0 75px; }
.picShow_l { width: 68.5%; overflow: hidden; }
.showTitle { font-size: 2.571em; color: #333; margin-bottom: 8px; }
.newsShow .txt .date { margin-right: 15px; }
.showTie { overflow: hidden; margin-bottom: 40px; }
.showTie h2 { font-size: 1.714em; color: #333; margin-bottom: 25px; }
.showTie .txt .n { color: #454545; position: relative; padding-left: 18px; font-size: 1.143em; margin-right: 15px; }
.showTie .txt .s { padding-left: 22px; }
.showTie .txt .n:before { content: "\e603"; font-family: "iconfont"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.showTie .txt .s:before { content: "\e639"; font-size: 1.2rem; }
.showTie .bshare-custom { margin-top: -30px; }
.newsShow .showTie p { font-size: .75rem; color: #999; }
.showCon { overflow: hidden; margin-bottom: 40px; line-height: 1.75; }
.showCon .ce img { min-width: 60%; }
.show-synopsis { background: #f7f8fa; padding: 15px; margin-bottom: 40px; line-height: 1.75; }
.show-synopsis i { display: inline-block; width: 15px; background: url('../images/a_l.png') no-repeat; height: 15px; margin-right: 5px; }
.show-synopsis .r { background: url('../images/a_r.png') no-repeat; margin-left: 5px; margin-right: 0; }
.picShow_r { width: 26%; overflow: hidden; }
.picShow_r .title { font-size: 1.429em; color: #333; border-bottom: 1px solid #d9d9d9; height: 40px; margin-bottom: 25px; white-space: nowrap; text-overflow: ellipsis; }
.picShow_r .title span { display: inline-block; border-bottom: 1px solid #c30d23; height: 40px; }
.picShow_r .title a { float: right; font-size: 12px; margin-top: 4px; }
.picShow_r li { border-bottom: 1px dotted #bfbfbf; padding-bottom: 15px; margin-bottom: 15px; overflow: hidden; font-size: 12px; }
.picShow_r li .pImg { width: 35%; float: left; padding-top: 26%; margin-right: 20px; border: 1px solid #ddd; }
.picShow_r li h4 { font-size: 15px; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.picShow_r li h4 a { color: #222; }
.picShow_r li h4 a:hover { color: #c30d23; }
.picShow_r li:hover img { transform: scale(1.1); }
.picShow_r li:last-child { border-bottom: none; }
.rightNews_w li h4 { font-size: 18px; padding-top: 10px; }
.showPage { height: 90px; line-height: 90px; overflow: hidden; background: #f1f1f1; }
.showPage a { float: left; width: 43%; padding: 0 20px; transition: .2s }
.showPage a i { font-style: normal; font-family: "宋体"; font-weight: bold; padding-left: 10px; margin-left: 10px; border-left: 1px dotted #ccc; }
.showPage a:nth-child(2) { float: right; text-align: right; }
.showPage a:nth-child(1) i { padding: 0 10px 0 0; margin: 0 10px 0 0; border-right: 1px dotted #ccc; border-left: none; }
.showPage a:nth-child(3) { width: 14%; text-align: center; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.showPage a:hover { background: #c30d23; color: #fff; }
.rightNews, .rightContact { background: #f8f8f8; padding: 5%; }
.rightNews_w, .rightContact_w { background: #fff; padding: 8%; }
.rightContact { margin-top: 30px; }
.rightContact h4 { background: url('../images/zxicon.png') no-repeat left 8px; padding-left: 30px; font-size: 2em; color: #191919; font-family: Arial; font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px; }
.rightContact p { padding-left: 80px; margin-bottom: 10px; overflow: hidden; }
.rightContact p span { margin-left: -80px; float: left; }
.newsRelative { margin-top: 40px; }
.newsRelative .tie { font-size: 1.714em; color: #191919; margin-bottom: 20px; }
.newsRelative li { float: left; width: 48%; height: 46px; line-height: 46px; border-bottom: 1px solid #eee; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: url('../images/ly_li.png') no-repeat left center; padding-left: 15px; }
.newsRelative li:nth-child(2n) { float: right; }
.newsRelative li span { float: right; opacity: .5; margin-left: 15px; }
@media (max-width:1620px) {
    .banner-inner .tit h3 { font-size: 62px; }
    .banner-inner .tit p { font-size: 24px; line-height: 1; }
    .list-cate-pro .tit h3 { font-size: 32px; }
    .why-list .item .cont { padding: 60px; }
    .why-list .item .cont .zx { bottom: 65px; }
    .about-a .about .pic { height: 520px; }
    .about-a .about .pic img { width: 100%; height: 100%; object-fit: cover; }
    .slzs-block-1 .item-1 h4 { font-size: 30px; line-height: 1.3; }
}
@media (max-width:1440px) {
    .about-a .about { align-items: center; }
    .about-a .about .cont { padding-left: 80px; padding-top: 0; }
    .about-a .about .cont .subtit { font-size: 20px; line-height: 30px; margin-top: 30px; }
    .about-a .about .cont .des { font-size: 14px; line-height: 28px; margin-top: 40px; }
    .slzs-block-1 .item-1 { padding: 70px 30px 60px 30px; }
    .slzs-block-1 .item-1 p { font-size: 14px; }
}
@media (max-width:1366px) {
    .why-list .item .cont { padding: 40px; }
    .why-list .item .cont .zx { bottom: 45px; }
    .wenti-list .item h4 { font-size: 18px; line-height: 1.6; }
    .solu-b .wp { height: 360px; }
    .solu-b .cont h3 { font-size: 40px; }
    .solu-b ul li { margin: 0 50px; }
    .solu-b ul li img { width: 140px; }
    .solu-b ul li p { font-size: 20px; margin-top: 25px; }
    .ys-num-list li .num { font-size: 50px; }
    .ys-num-list { padding: 40px 80px; }
    .qywh-tit .item .cont p { font-size: 14px; line-height: 24px; }
    .about-a .about .cont { padding-left: 60px; }
    .qywh-tit { width: 90%; }
    .contact-list.black li:last-child p { font-size: 16px; line-height: 1.5; }
    .contact-list li { width: 20%; }
    .contact-list.black li p { height: auto; }
    .contact-list li p { font-size: 16px; line-height: 28px; }
}
@media (max-width:1200px) {
    .solu-b ul { flex: 1; padding: 0 8%; }
    .solu-b ul li { margin: 0 }
    .why-list .item .cont { padding: 30px; }
    .why-list .item .cont .zx { bottom: 35px; }
    .why-list .item .pic { height: 368px; }
    .why-list .item .pic img { width: 100%; height: 100%; object-fit: cover; }
    .why-list .item .cont h4 { font-size: 26px; line-height: 1.2; }
    .why-list .item .cont p { font-size: 14px; line-height: 28px; }
    .why-list .item .cont .zx a { width: 130px; }
    .list-case .item .cont { padding: 20px 20px; }
    .list-menu li ~ li { margin-left: 40px; }
    .list-menu-wrap.fixed {top: 55px;padding: 10px 0;}
}
@media (max-width:1024px) {
    .solu-b ul { flex: 1; padding: 0 0 0 5%; }
    .solu-b ul li img { width: 100px; }
    .solu-b .cont h3 { font-size: 36px; }
    .why-list .item .cont h4 { font-size: 24px; }
    .solu-case .item .cover h4 { font-size: 14px; margin-top: 8px; }
    .dtitle h1 { font-size: 28px; }
    .dcontent { padding: 35px 30px; border-top: none; }
    .dtitle { padding: 30px 30px; }
    .dtitle:before { left: 30px; width: 200px; }
}
@media (max-width:800px) {
    .banner-inner { height: 180px; }
    .banner-inner img { height: 100%; width: 100%; object-fit: cover; }
    .banner-inner .tit h3 { font-size: 32px; }
    .banner-inner .tit p { font-size: 16px; letter-spacing: 5px; margin-top: 20px; }
    .menu-wrap { padding: 15px 0; height: 88px;}
    .menu-wrap.caseM {height: 119px;}
    .mbx-wrap .mbx, .mbx-wrap .back { font-size: 12px; }
    .mbx-wrap .back i { font-size: 14px; margin-right: 5px; }
    .list-menu { margin-top: 20px; }
    .list-menu li { width: 20%; }
    .list-menu li ~ li { margin-left: 0; }
    .list-menu li a { font-size: 14px; }
    .list-menu-wrap.fixed li a {font-size: 13px;}
    .list-wrap { margin-top: 30px; padding-bottom: 40px; }
    .list-cate-pro .tit h3 { font-size: 20px; }
    .list-cate-pro .tit h3 i { width: 22px; height: 22px; margin-right: 8px; margin-top: -2px; }
    .list-cate-pro .tit { padding-bottom: 15px; margin-bottom: 25px; }
    .list-cate-pro .tit .more {font-size: 14px;}
    .list-pro { margin-bottom: -20px; }
    .list-pro .item { width: 48%; border-radius: 10px; margin-bottom: 20px; }
    .list-pro .item h4 { bottom: 5px; font-size: 12px; padding: 0 10px; }
    .list-wrap .list-cate-pro ~ .list-cate-pro { padding-top: 40px; }
    .inner-menu { padding: 15px 0; }
    .pro-head { padding: 20px 0 50px; }
    .pro-head .pic { width: 100%; flex-direction: column-reverse; }
    .swiper-container-album { width: 100%; height: auto; overflow: hidden; margin: 0; margin-top: 10px; }
    .pro-head .pic .pic-big { flex: auto; padding-left: 0; width: 100%; }
    .swiper-container-big { height: auto; }
    .pro-head .cont { flex: auto; padding-left: 0; padding-top: 30px; width: 100%; }
    .swiper-container-album .swiper-slide { width: 50px; height: 50px; }
    .pro-head .cont h1 { font-size: 20px; line-height: 1.3; }
    .pro-head .cont .xh { font-size: 14px; padding-bottom: 15px; margin-top: 10px; }
    .pro-head .cont .des { font-size: 14px; line-height: 1.75; margin-top: 20px; }
    .pro-head .cont .zixun { position: static; margin-top: 30px; }
    .pro-head .cont .zixun a { width: 48%; height: 36px; font-size: 14px; line-height: 34px; border-radius: 23px; }
    .pro-head .cont .zixun a i { font-size: 16px; margin-top: -2px; margin-right: 8px; }
    .pro-body .wp { flex-direction: column-reverse; }
    .pro-right { width: 100%; }
    .pro-left { width: 100%; max-width: none; }
    .pro-tab { padding: 15px; }
    .pro-tab li { font-size: 16px; padding: 0 10px; margin-right: 20px; }
    .pro-tab li:before { bottom: -16px; }
    .pro-detail .pro-item { padding: 15px 20px; font-size: 14px; }
    .pro-body { padding-bottom: 60px; }
    .detail-page { height: auto; padding: 10px 20px; margin-top: 15px; }
    .detail-page .prev, .detail-page .next { width: 100%; line-height: 26px; }
    .xg-bar h3 { font-size: 22px; margin-bottom: 20px; }
    .pro-cate, .detail-page .menu { display: none; }
    .detail-page .next { text-align: left; }
    .xg-list { display: flex; justify-content: space-between; }
    .xg-list .item { width: 32%; }
    .xg-list .item .abox .tit { bottom: 5px; font-size: 12px; padding: 0 5px; }
    .side-tit { font-size: 22px; margin-top: 40px; margin-bottom: 15px; }
    .solu-a { padding: 60px 0; }
    .solu-title h3 { font-size: 24px; line-height: 1.3; }
    .solu-title { padding-bottom: 20px; }
    .wenti-list { margin-top: 40px; }
    .wenti-list .item { width: 48%; padding: 20px; }
    .wenti-list .item:nth-child(3), .wenti-list .item:nth-child(4) { margin-top: 15px; }
    .wenti-list .item:last-child { width: 100%; margin-top: 15px; }
    .wenti-list .item img { width: 46px; }
    .wenti-list .item h4 { font-size: 14px; line-height: 1.6; margin-top: 20px; padding-bottom: 20px; }
    .wenti-list .item .num { font-size: 20px; margin-top: 18px; }
    .zixun-bar { margin-top: 40px; }
    .zixun-bar a { width: 120px; height: 38px; font-size: 14px; line-height: 36px; margin: 0 5px; }
    .solu-b .wp { height: auto; padding: 40px 20px 50px; }
    .solu-b ul { flex: auto; padding: 0; width: 100%; margin-top: 40px; }
    .solu-b .cont h3 span { font-size: 16px; }
    .solu-b .cont h3 { font-size: 26px; padding-bottom: 20px; line-height: 1.3; }
    .solu-b ul li img { width: 50px; }
    .solu-b ul li p { font-size: 14px; margin-top: 10px; }
    .solu-c { padding-top: 60px; }
    .why-list { margin-top: 40px; }
    .why-list .item .pic { height: auto; width: 100%; }
    .why-list .item .cont { padding: 25px 20px 30px; width: 100%; }
    .why-list .item .cont h4 { font-size: 20px; }
    .why-list .item .cont p { font-size: 14px; line-height: 28px; }
    .why-list .item .cont .zx { position: static; margin-top: 30px; }
    .why-list .item .cont .zx a { width: 120px; height: 38px; line-height: 36px; font-size: 14px; margin-right: 5px; }
    .solu-d { padding-top: 60px; padding-bottom: 60px; }
    .solu-case .item { width: 49.6%; margin-bottom: 2px; }
    .solu-case .item .cover i { width: 30px; height: 30px; }
    .solu-case .item .cover h4 { margin-top: 5px; }
    .case-menu { margin-bottom: -10px; }
    .case-menu li { width: 33.3333%; margin-bottom: 10px; }
    .list-menu li a i { width: 16px; height: 12.5px; background-size: 32px; }
    .list-menu li.on a i, .list-menu li a:hover i { background-position: -16px; }
    .list-case .item { width: 48%; margin-bottom: 20px; }
    .list-case .item .pic { height: auto; }
    .list-case .item .cont { height: auto; padding: 20px 15px; }
    .list-case .item .cont h4 { font-size: 15px; color: #1b202e; }
    .list-case .item .cont p { font-size: 12px; margin-top: 8px; }
    .case-right { width: 100%; }
    .sidebar { width: 100%; margin-top: 40px; }
    .detail-wrap { padding-top: 20px; padding-bottom: 60px; }
    .dtitle:before { left: 20px; width: 50%; }
    .dtitle { padding: 20px 20px; }
    .dtitle h1 { font-size: 18px; line-height: 1.3; }
    .dcontent { padding: 20px 20px; }
    .dcontent .item .tit { font-size: 18px; line-height: 1; margin-bottom: 20px; }
    .dcontent .item .tit:before { width: 10px; height: 18px; margin-right: 10px; }
    .dcontent .item .cont { font-size: 14px; line-height: 1.75; }
    .dcontent .item ~ .item { padding-top: 30px; margin-top: 30px; }
    .gallery-case-top { margin-bottom: 10px; }
    .swiper-button-next, .swiper-button-prev { transform: scale(.5); }
    .about-a { padding-top: 40px; }
    .about-a .about { display: block; }
    .about-a .about .pic { height: auto; width: 100%; }
    .about-a .about .cont { padding-left: 0; padding-top: 30px; }
    .about-a .about .cont .subtit { font-size: 16px; line-height: 26px; margin-top: 20px; }
    .about-a .about .cont .des { font-size: 14px; line-height: 2; margin-top: 30px; }
    .ys-num-list { padding: 30px 20px; margin-top: 40px; }
    .ys-num-list li .num { font-size: 38px; }
    .ys-num-list li { width: 50%; text-align: center; }
    .ys-num-list li p { font-size: 14px; }
    .ys-num-list li:nth-child(3), .ys-num-list li:nth-child(4) { margin-top: 30px; }
    .ys-num-list li .tit { font-size: 14px; }
    .qywh { padding-top: 50px; padding-bottom: 60px; }
    .in-tit h3 { font-size: 26px; }
    .in-tit p { font-size: 14px; line-height: 1.5; margin-top: 8px; }
    .in-tit { padding-bottom: 30px; }
    .swiper-container-qywh { height: 180px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
    .swiper-container-qywh img { width: 100%; height: 100%; object-fit: cover; }
    .qywh-tit { width: 100%; height: auto; margin: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
    .qywh-tit .item { width: 100%; height: auto; justify-content: flex-start; padding: 15px 20px; }
    .qywh-tit .item ~ .item { border-top: 1px dashed #eee; }
    .qywh-tit .item i { font-size: 40px; }
    .qywh-tit .item .cont h4 { font-size: 16px; }
    .qywh-tit .item .cont p { font-size: 14px; line-height: 22px; }
    .swiper-container-ryzz .album-item .pic { padding: 10px; }
    .album-item .tit { height: 40px; line-height: 39px; padding: 0px 10px; font-size: 14px; }
    .slzs { padding-top: 60px; padding-bottom: 60px; }
    .slzs-block-1 { display: block; }
    .slzs-block-1 .item { height: auto; width: 100%; margin-bottom: 7px; }
    .slzs-block-1 .item-1 { padding: 30px 30px; }
    .slzs-block-1 .item-1 h4 { font-size: 20px; line-height: 1.25; }
    .slzs-block-1 .item-1 p { font-size: 14px; line-height: 1.75; margin-top: 20px; }
    .slzs-block-1 .item-3 { display: flex; justify-content: space-between; flex-direction: row; }
    .slzs-block-1 .item-3>div { width: 49%; }
    .slzs-block-2 .item-1 { height: auto; }
    .swp-btn { display: none; }
    .list-news .item { padding: 20px 0; }
    .list-news .item .pic { height: 70px; }
    .list-news .item .cont { padding-left: 15px; padding-right: 15px; }
    .list-news .item .cont h4 { font-size: 14px; }
    .list-news .item .cont p { font-size: 12px; line-height: 1.5; height: auto; margin-top: 10px; margin-bottom: 0; -webkit-line-clamp: 2; }
    .list-news .item .cont .more { display: none; }
    .list-news .item .date { font-size: 12px; top: -5px; }
    .list-news .item .date b { font-size: 20px; line-height: 1; }
    .page-bar { margin-top: 40px; }

    /*新闻详情*/
    .listWrap { padding-top: 30px; padding-bottom: 40px; }
    .aboutL, .aboutR, .newsR, .proSider, .proList, .proShow_main, .picShow_r, .proShow_R, .aboutBox_r, .aboutBox_l, .newsShow { float: none; width: 100%; }
    .showTie { margin-bottom: 25px; }
    .showTie h2 { margin-bottom: 15px; font-size: 24px; }
    .show-synopsis { margin-bottom: 25px; line-height: 1.75; font-size: 14px; }
    .showCon { margin-bottom: 20px; line-height: 1.75; }
    .picShow_r { display: none; }
    .showPage { height: auto; line-height: 1.5; padding: 20px 0; font-size: 12px; }
    .showPage a:nth-child(2) { margin-top: 10px; }
    .showPage a:nth-child(3) { display: none; }
    .showPage a { width: 100%; }
    .contact-a { padding-bottom: 50px; padding-top: 0; }
    .contact-a .in-tit, .contact-c .in-tit { padding-top: 50px; }
    .contact-a .in-tit h3 { font-size: 24px; }
    .contact-list li { width: 50%; }
    .contact-list li h4 { font-size: 14px; margin-bottom: 5px; margin-top: 10px; }
    .contact-list li:nth-child(3), .contact-list li:nth-child(4) { margin-top: 20px; }
    .contact-list li:last-child { width: 100%; margin-top: 20px; }
    .contact-list li img { width: 90px; }
    .contact-list li p { font-size: 14px; }
    .contact-list.black li h4 { margin-top: 10px; }
    .contact-list li:hover img { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .contact-c { padding-bottom: 40px; }
    #dituContent { height: 240px; }
    .form-type-01 ul li { width: 100%; height: 50px; }
    .form-type-01 ul li ~ li { margin-top: 10px; }
    .form-type-01 ul li label { font-size: 14px; }
    .form-type-01 ul li label i { font-size: 16px; }
    .list-pro:after, .list-case:after { display: none; }
    .xg-list .item .abox .pic, .list-pro .item .pic { padding: 20px; }
}
@media (max-width:640px) {
    .banner-inner .tit h3 {
        font-size: 30px;
    }
    .banner-inner .tit p { font-size: 14px; letter-spacing: 2px; margin-top: 15px;}
    .list-case .item { width: 100%; }
    .form-type-01 ul li label { width: auto; }
    .form-type-01 ul li { padding: 0 10px; height: 40px; }
    .form-type-01 ul li:last-child label { width: auto; }
    .form-type-01 textarea { height: 100px; border: solid 1px #dddddd; padding: 10px 10px; font-size: 14px; margin-top: 10px; }
    .form-type-01 .sub { margin: 30px auto 0; width: 180px; height: 40px; line-height: 40px; font-size: 16px; }
}

/*==在线客服↓==*/
.kefu-air { position: fixed; bottom: 20%; right: 10px; z-index: 9 }
.kefu-air .bar { position: relative; padding-left: 30px; }
.kefu-air .bar > a { display: flex; position: relative; width: 55px; height: 65px;/* border-radius: 50%; */ flex-direction: column; align-items: center; background: #fff; justify-content: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); cursor: pointer; }
.kefu-air .bar > a > em { color: #555; font-size: 24px; }
.kefu-air .bar > a > b {/* display: none; */margin-top: 5px; color: #666; font-size: 12px; }
.kefu-air .bar:hover > a > em, .kefu-air .bar:hover > a > b { color: #c30d23 }
.kefu-air #top > a > em { font-size: 22px; }
.kefu-air .trol { position: relative; border-radius: 30px; padding: 10px 0; margin: 15px 0; }
.kefu-air .trol::before { content: ""; position: absolute; left: 30px; top: 0; right: 0; bottom: 0; border-radius: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background: #fff; }
.kefu-air .trol .bar > a { box-shadow: none; background: none }
.kefu-air .trol .bar > a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 10px; height: 1px; background: #ddd }
.kefu-air .trol .bar:last-child > a:after { display: none }
.kefu-air .explan { color: #495770; font-size: 14px; }
.kefu-air .eject { display: none; position: absolute; right: 80px; bottom: 0; width: max-content; padding: 20px;/* border: 1px #eee solid; */ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); background: #fff; }
.kefu-air .eject:after { content: ""; position: absolute; right: -10px; bottom: 20px; margin: auto; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid rgb(255, 255, 255); }
.kefu-air .eject .tit { position: relative; z-index: 1; color: #3b3b3b; font-size: 17px; margin-bottom: 15px; line-height: 1; }
.kefu-air .eject .tit i { display: inline-block; margin-right: 10px; font-size: 20px; width: 20px; }
.kefu-air .eject .tit:after { opacity: 0.7; content: ""; position: absolute; left: 30px; bottom: 1px; z-index: -1; width: 50px; height: 8px; border-radius: 8px; background: #c30d23; }
.kefu-air li:hover .eject { display: block }

/*.kefu-air .ewm.bar a{height:120px;border-radius:50px;}
.kefu-air .ewm b{writing-mode: vertical-rl;letter-spacing: 4px;}
*/
.kefu-air .ewm dl { display: flex; margin-left: -15px; font-size: initial; }
.kefu-air .ewm dl dd { flex: 1; margin-left: 15px; text-align: center; }
.kefu-air .ewm dl h5 { margin-top: 5px; color: #3b3b3b; font-size: 13px; line-height: 17px; }
.kefu-air .ewm .pic img { width: 120px }
.kefu-air .qq .link { margin: 0 0 -10px -10px; }
.kefu-air .qq .link a { display: inline-block; margin: 0 0 10px 10px; padding: 5px 20px; color: #fff; font-size: 15px; border-radius: 30px; background: #c30d23; }
.kefu-air .qq .link i { margin-right: 5px; }
.kefu-air .qq .link a:hover { color: #fff; background: #ff6611 }
.kefu-air .message .eject { padding: 30px 30px; background: -webkit-linear-gradient(left, #7f83f1, #5d7cf1); }
.kefu-air .message .eject:after { color: #5d7cf1; border-left-color: #5d7cf1; }
.kefu-air .message .tit { color: #fff }
.kefu-air .message .tit * { color: #fff }
.kefu-air .message form { display: flex; flex-direction: column; width: 300px; }
.kefu-air .message form .shell { display: flex; margin-bottom: 15px; padding: 12px 20px; align-items: center; border-radius: 10px; overflow: hidden; background: #fff; }
.kefu-air .message form .shell.vt { align-items: flex-start; }
.kefu-air .message form h5 { flex-shrink: 0; margin-right: 5px; color: #6b6b6b; font-size: 15px; }
.kefu-air .message form .fill { flex: 1; color: #666; font-size: 15px; border: none; background: none; }
.kefu-air .message form textarea.fill { height: 100px; }
.kefu-air .message form button { position: relative; z-index: 1; display: table; color: #fff; font-size: 16px; padding: 15px 80px; border: none; cursor: pointer; border-radius: 30px; overflow: hidden; background: #15c49d; }
.kefu-air .message form button::after { opacity: 0; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; background: #fff; }
.kefu-air .message form button:hover::after { opacity: 0.2; }
.kefu-air .message .tip { font-size: 14px; color: #fff; margin-top: 10px; text-align: center; }
.kefu-air .cta .eject { font-size: initial; padding: 30px 30px }
.kefu-air .cta .eject ul { }
.kefu-air .cta .eject ul li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px #ddd solid; font-size: initial; }
.kefu-air .cta .eject ul li:last-child { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; }
.kefu-air .cta .eject ul h5 { font-size: 16px; color: #2b2b2b; margin-bottom: 5px; }
.kefu-air .cta .eject ul p { font-size: 14px; color: #6b6b6b }
.kefu-air .cta .eject ul b { font-size: 22px; }
.kefu-air .cta .eject ul .cor { color: #c30d23 }
.kefu-air .cta .eject .more { display: block; margin-top: 20px; padding-top: 10px; color: #c30d23; font-size: 14px; border-top: 1px #c30d23 solid; }
.kefu-air .cta .eject .more:after { content: ">"; display: inline-block; font-family: cursive; margin-left: 10px; color: #c30d23; font-size: 14px; font-weight: bold; }
.kefu-air .cta .eject .more:hover { color: #ff6611; }
.kefu-air .cta .eject .more:hover:after { transform: translateX(3px); color: #ff6611; }