﻿* { margin: 0; padding: 0; word-wrap: break-word; }
body { color: #333; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea { margin: 0; padding: 0; border: 0; }
body, p, span, em, input, button, textarea, option { font-family: "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif"; font-size: 14px; padding: 0px; margin: 0px; }
a { color: #555; text-decoration: none; font-size: 14px; font-weight: normal; }
a:hover { text-decoration: none; color: #0168b2; }
a img { border: none; }
div, ul, li, p, form { padding: 0px; margin: 0px; list-style-type: none; }
em { font-style: normal; font-weight: normal; }
h1 { font-size: 30px; font-weight: normal; }
h2 { font-size: 23px; font-weight: normal; }
h3 { font-weight: normal; }
.clear { clear: both; }
div, article, section { display: block; font-weight: normal; }
* { margin: 0; padding: 0 }
body { font-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; box-sizing: border-box; -webkit-box-sizing: border-box; overflow-x: hidden }
body, html { overflow-y: auto; position: relative }
body.trigger-layout, html.trigger-layout { height: 100%!important }
html.mip-i-ios-width { min-width: 100%; width: 1px }
html.mip-i-ios-scroll, html.mip-i-ios-scroll>body[mip-ready] { -webkit-overflow-scrolling: touch; overflow-y: scroll }
body.mip-i-android-scroll, html.mip-i-android-scroll { height: auto!important; overflow-y: visible; position: static; -webkit-overflow-scrolling: auto!important }
html.mip-no-scroll, html.mip-no-scroll>body { height: 100%!important; position: relative; overflow: hidden }
[on^="click:"] {
cursor:pointer
}
a { text-decoration: none; color: #333 }
span[id^=cnzz_stat], template { display: none }
mip-i-space { display: block; opacity: 0; height: 0 }
.mip-layout-relative { display: block; position: relative }
.mip-i-space .mip-fill-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0 }
.mip-layout-fixed { display: inline-block; position: relative }
.mip-layout-responsive { display: block; position: relative }
.mip-layout-intrinsic { display: inline-block; position: relative; max-width: 100% }
.mip-layout-intrinsic .mip-i-space { max-width: 100%; height: auto }
.mip-i-intrinsic-space { max-width: 100%; display: block!important }
.mip-layout-fill { display: block; overflow: hidden!important; position: absolute; top: 0; left: 0; bottom: 0; right: 0 }
.mip-layout-flex-item { display: block; position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto }
.mip-hidden-by-media-query { display: none!important }
.mip-layout-size-defined { overflow: hidden!important }
.mip-layout-size-defined .mip-fill-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0 }
.mip-replaced-content { padding: 0!important; border: none!important; max-width: 100%; display: flex; justify-content: center; align-items: center; }
.mip-hidden { visibility: hidden; overflow: hidden }
.mip-hide, [hidden], mip-script {
display:none!important
}
.mip-element>[placeholder], [layout]:not(.mip-element)>[placeholder] {
display:block
}
.mip-element>[placeholder].hidden, .mip-element>[placeholder].mip-hidden { visibility: hidden }
.mip-layout-size-defined>[fallback], .mip-layout-size-defined>[placeholder] {
position:absolute!important;
top:0!important;
left:0!important;
right:0!important;
bottom:0!important;
z-index:1
}
.mip-border { border: 0 solid #e1e1e1 }
@media (-webkit-min-device-pixel-ratio:1.5) {
.mip-border { position: relative; border: none!important }
.mip-border:after { content: " "; display: block; position: absolute; top: 0; right: -33.33%; bottom: -33.33%; left: 0; border: 0 solid #e1e1e1; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none; -webkit-transform: scale(.75); -ms-transform: scale(.75); transform: scale(.75); width: 133.33%; -webkit-box-sizing: border-box; box-sizing: border-box }
}
@media (-webkit-min-device-pixel-ratio:2) {
.mip-border { position: relative; border: none!important }
.mip-border:after { content: " "; display: block; position: absolute; top: 0; right: -100%; bottom: -100%; left: 0; border: 0 solid #e1e1e1; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5); width: 200%; -webkit-box-sizing: border-box; box-sizing: border-box }
}
.mip-border-top, .mip-border-top:after { border-top-width: 1px }
.mip-border-right, .mip-border-right:after { border-right-width: 1px }
.mip-border-bottom, .mip-border-bottom:after { border-bottom-width: 1px }
.mip-border-left, .mip-border-left:after { border-left-width: 1px }
.mip-border-all, .mip-border-all:after { border-width: 1px }
.mip-loading-container.mip-hidden { visibility: hidden }
.mip-loader-line { position: absolute; top: 0; left: 0; right: 0; height: 1px; overflow: hidden!important; background-color: hsla(0,0%,59%,.2); display: block }
.mip-loader-moving-line { display: block; position: absolute; width: 100%; height: 100%!important; background-color: hsla(0,0%,59%,.65); z-index: 2 }
@-webkit-keyframes mip-loader-line-moving { 0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
to { -webkit-transform: translateX(100%); transform: translateX(100%) }
}
@keyframes mip-loader-line-moving { 0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
to { -webkit-transform: translateX(100%); transform: translateX(100%) }
}
.mip-loader-line.mip-active .mip-loader-moving-line { -webkit-animation: mip-loader-line-moving 4s ease infinite; animation: mip-loader-line-moving 4s ease infinite }
.mip-loader { position: absolute; display: block; height: 10px; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; white-space: nowrap }
.mip-loader.mip-active .mip-loader-dot { -webkit-animation: mip-loader-dots 2s infinite; animation: mip-loader-dots 2s infinite }
.mip-loader-dot { position: relative; display: inline-block; height: 10px; width: 10px; margin: 2px; border-radius: 100%; background-color: rgba(0,0,0,.3); -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2); box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2); will-change: transform }
.mip-loader .mip-loader-dot:first-child { -webkit-animation-delay: 0s; animation-delay: 0s }
.mip-loader .mip-loader-dot:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s }
.mip-loader .mip-loader-dot:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s }
@-webkit-keyframes mip-loader-dots { 0%, to {
-webkit-transform:scale(.7);
transform:scale(.7);
background-color:rgba(0,0,0,.3)
}
50% {
-webkit-transform:scale(.8);
transform:scale(.8);
background-color:rgba(0,0,0,.5)
}
}
@keyframes mip-loader-dots { 0%, to {
-webkit-transform:scale(.7);
transform:scale(.7);
background-color:rgba(0,0,0,.3)
}
50% {
-webkit-transform:scale(.8);
transform:scale(.8);
background-color:rgba(0,0,0,.5)
}
}
.mip-text { display: block; padding: 10px 0; font-size: 16px; word-wrap: break-word; word-break: break-word }
.mip-html, .mip-text { line-height: 26px; color: #333; text-align: justify }
.mip-html { font-size: 14px }
.mip-html h3 { margin: 0; padding: 15px 0; line-height: 20px; font-size: 15px }
.mip-html ol, .mip-html ul { padding: 10px 0 10px 20px }
.mip-html blockquote { margin: 20px 0; padding-left: 8px; border-left: 4px solid #e9e9e9 }
.mip-html p { padding: 10px 0; word-break: break-word; word-wrap: break-word }
mip-fixed { position: fixed!important; -webkit-transform: translateZ(0); transform: translateZ(0) }
mip-fixed[data-slide] { -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s }
mip-fixed[data-slide].mip-fixed-hide-top { -webkit-transform: translate3d(0, -200%, 0); transform: translate3d(0, -200%, 0) }
mip-fixed[data-slide].mip-fixed-hide-bottom { -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0) }
mip-fixed[type=top] { top: 0 }
mip-fixed[type=bottom] { bottom: 0 }
mip-fixed[type=left] { left: 0 }
mip-fixed[type=right] { right: 0 }
mip-fixed[type=bottom], mip-fixed[type=top] { width: 100%; overflow: hidden; left: 0; right: 0 }
mip-fixed[type=left], mip-fixed[type=right] { overflow: hidden }
.mip-img { background: #fff }
.mip-img img.mip-fill-content { opacity: 0; -webkit-transition: opacity .3s linear; transition: opacity .3s linear }
.mip-img.mip-img-loaded { background: transparent }
.mip-img.mip-img-loaded:before { content: none; display: none }
.mip-img.mip-img-loaded img.mip-fill-content { opacity: 1 }
.mip-img-container { margin: 16px auto; font-size: 0 }
.mip-img-subtitle { padding-top: 10px; color: #999; font-size: 13px; line-height: 15px; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center }
.mip-img-box { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: #000; z-index: 10 }
.mip-img-box .box-line { position: relative; width: 100%; height: 10000px; top: 20%; overflow: hidden }
.mip-img-box .box-container { height: 100%; width: 10000px; position: absolute; top: 0; left: 0 }
.mip-img-box .box-item { float: left }
.mip-img-box .box-item img { position: absolute; top: 0; left: 0 }
.mip-img-box .box-img-wrap { position: relative; height: 10240px }
.mip-img-box .mip-box-page { color: #fff; height: 30px; width: 30px; line-height: 30px; text-align: center; position: absolute; z-index: 10; bottom: 100px; left: 20px; font-size: 28px; opacity: .75 }
.mip-img-popUp-wrapper { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 20222; overflow: auto }
.mip-img-popUp-wrapper img { position: absolute }
.mip-img-popUp-bg { height: 100%; opacity: 0; background: #000 }
mip-img { display: block; width: 100%; font-size: 0 }
mip-img.mip-img-loading img { position: absolute; top: 0; height: auto }
mip-carousel a { -webkit-tap-highlight-color: transparent }
.mip-carousel-wrapper div { clear: none }
.mip-carousle-subtitle { position: absolute; bottom: 0; left: 0; right: 0; z-index: 25; color: #fff; line-height: 30px; padding-left: 10px }
.mip-carousel-indicator { position: absolute; z-index: 22; width: 30px; height: 30px; bottom: 0; right: 0; left: 0; text-align: right; margin: auto; width: 100% }
.mip-carousel-indicator>span { display: inline-block; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; margin: 12px 6px 12px 0 }
.mip-carousel-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden }
.mip-carousel-wrapper { position: relative; top: 0; left: 0; width: 100%; height: 100% }
.mip-carousel-slideBox { width: 100%; height: 100%; float: left; position: relative }
span.mip-carousel-current-indicator { background-color: red }
.mip-carousel-containeractive { z-index: 2 }
.mip-carousel-indicatorbox { position: absolute; bottom: 3px; right: 10px; color: #fff }
.mip-carousel-indicatornow { font-size: 20px }
.mip-carousel-nextBtn, .mip-carousel-preBtn { position: absolute; top: 0; bottom: 0; width: 10%; z-index: 10; background-size: 32px 32px; background-repeat: no-repeat; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.mip-carousel-indicator-wrapper { text-align: center }
.mip-carousel-indicatorDot { display: inline-block; position: relative }
.mip-carousel-indicatorDot .mip-carousel-indecator-item { float: left; width: 6px; height: 6px; border-radius: 50%; background-color: #e1e1e1; margin-right: 7px }
.mip-carousel-indicatorDot .mip-carousel-activeitem { background-color: #999 }
mip-video { background: #000 }
mip-video .mip-video-playbtn { display: inline-block; width: 60px; height: 60px; border: 4px solid #fff; border-radius: 100%; position: absolute; left: 50%; top: 50%; margin-left: -32px; margin-top: -32px; background-color: rgba(0,0,0,.3); -webkit-tap-highlight-color: rbga(0, 0, 0, .3); tap-highlight-color: rbga(0, 0, 0, .3) }
mip-video .mip-video-playbtn:before { content: ""; position: absolute; width: 1px; height: 1px; border-style: solid; border-width: 16px 0 16px 26px; border-color: transparent transparent transparent #fff; left: 20px; top: 14px }
mip-video .mip-video-error { display: inline-block; width: 60px; height: 60px; border-radius: 100%; position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -30px; background-color: hsla(0,0%,100%,.6); -webkit-tap-highlight-color: rbga(255, 255, 255, .6) }
mip-video .mip-video-error:after, mip-video .mip-video-error:before { position: absolute; top: 5px; left: 26px; content: " "; height: 50px; width: 8px; background-color: #333 }
mip-video .mip-video-error:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg) }
mip-video .mip-video-error:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) }
mip-video .mip-video-poster { min-height: 150px; background: #333 }
mip-iframe { display: block; position: relative; overflow: hidden }
mip-iframe iframe { display: block; width: 100px; min-width: 100%; height: 100%; position: absolute; left: 0; top: 0 }
@media (max-width:768px) {
body:before { display: block; content: ""; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 99999 }
}
 @-webkit-keyframes loading-rotate { 0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to { -webkit-transform: rotate(1turn); transform: rotate(1turn) }
}
@keyframes loading-rotate { 0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to { -webkit-transform: rotate(1turn); transform: rotate(1turn) }
}
.mip-page-loading-wrapper.only-header:after, body.mip-fixedlayer:after, body.mip-fixedlayer:before, body[mip-ready]:after, body[mip-ready]:before { display: none }
body.with-header { padding-top: 44px }
.mip-page__iframe { opacity: 0; position: absolute; border: 0; width: 1px; min-width: 100%; z-index: 10000; overflow-y: scroll; overflow-x: hidden }
.mip-page-loading-wrapper, .mip-page__iframe { left: 0; top: 0; right: 0; bottom: 0; height: 100%; background: #fff; display: none }
.mip-page-loading-wrapper { width: 100%; z-index: 20001!important }
.mip-page-loading-wrapper.only-header { height: 44px }
.mip-page-loading-wrapper.transition-without-header { top: 44px }
.mip-page-loading-wrapper, .mip-page__iframe { -webkit-transform: translateZ(0); transform: translateZ(0) }
.mip-page-loading-wrapper.slide-enter, .mip-page-loading-wrapper.slide-leave-to, .mip-page__iframe.slide-enter, .mip-page__iframe.slide-leave-to { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) }
.mip-page-loading-wrapper.slide-enter-active, .mip-page-loading-wrapper.slide-leave-active, .mip-page__iframe.slide-enter-active, .mip-page__iframe.slide-leave-active { -webkit-transition: -webkit-transform .35s ease; transition: -webkit-transform .35s ease; transition: transform .35s ease; transition: transform .35s ease, -webkit-transform .35s ease }
.mip-page-loading-wrapper.slide-enter-to, .mip-page-loading-wrapper.slide-leave, .mip-page__iframe.slide-enter-to, .mip-page__iframe.slide-leave { -webkit-transform: translateZ(0); transform: translateZ(0) }
.mip-page-fade-header-wrapper { top: 0; left: 0; right: 92px; height: 44px; background: #fff; z-index: 20001!important; display: none }
.mip-page-fade-header-wrapper.fade-enter { opacity: 0 }
.mip-page-fade-header-wrapper.fade-enter-active { -webkit-transition: opacity .35s ease; transition: opacity .35s ease }
.mip-page-fade-header-wrapper.fade-enter-to { opacity: 1 }
.mip-page-fade-header-wrapper .mip-shell-header { padding-left: 92px; padding-right: 0 }
mip-shell * { display: none }
.mip-shell-header-wrapper { z-index: 20000!important; height: 44px }
.mip-shell-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 20000; height: 44px; line-height: 44px; font-size: 18px; background: #fff; padding: 0 6px; -webkit-transform: translateZ(0); transform: translateZ(0) }
.mip-shell-header.transition { -webkit-transition: -webkit-transform .35s ease; transition: -webkit-transform .35s ease; transition: transform .35s ease; transition: transform .35s ease, -webkit-transform .35s ease }
.mip-shell-header.slide-up { -webkit-transform: translate3d(0, -44px, 0); transform: translate3d(0, -44px, 0) }
.mip-shell-header [mip-header-btn] { height: 30px; width: 30px }
.mip-shell-header .back-button, .mip-shell-header [mip-header-btn] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.mip-shell-header .back-button { position: absolute; top: 0; left: 0; width: 44px; height: 44px }
.mip-shell-header .back-button>svg { width: 14px; height: 14px }
.mip-shell-header .mip-shell-header-logo-title { margin: 0 auto; opacity: 1; -webkit-transition: opacity .35s ease; transition: opacity .35s ease }
.mip-shell-header .mip-shell-header-logo-title.fade-out { opacity: 0 }
.mip-shell-header .mip-shell-header-logo-title .mip-shell-header-logo, .mip-shell-header .mip-shell-header-logo-title .mip-shell-header-title { float: left }
.mip-shell-header .mip-shell-header-logo-title .mip-shell-header-logo { height: 32px; width: 32px; margin: 5px 8px 0 0; border: 1px solid #e1e1e1; border-radius: 50% }
.mip-shell-header .mip-shell-header-logo-title .mip-shell-header-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 212px }
@media screen and (max-width:375px) {
.mip-shell-header .mip-shell-header-logo-title .mip-shell-header-title { max-width: 172px }
}
@media screen and (max-width:320px) {
.mip-shell-header .mip-shell-header-logo-title .mip-shell-header-title { max-width: 92px }
}
.mip-shell-header .mip-shell-header-button-group { width: 87px; border: 1px solid #e6e6e6; border-radius: 15px; position: absolute; top: 6px; right: 3px; overflow: hidden; -ms-flex-pack: distribute; justify-content: space-around }
.mip-shell-header .mip-shell-header-button-group, .mip-shell-header .mip-shell-header-button-group .button { height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.mip-shell-header .mip-shell-header-button-group .button { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; position: relative }
.mip-shell-header .mip-shell-header-button-group .button>svg { width: 16px; height: 16px }
.mip-shell-header .mip-shell-header-button-group .button.more { left: 3px }
.mip-shell-header .mip-shell-header-button-group .button.close { left: -3px }
.mip-shell-header .mip-shell-header-button-group .split { width: 1px; height: 10px; background: #e6e6e6 }
.mip-shell-header .mip-shell-header-button-group-standalone { position: absolute; top: 7px; right: 0; height: 30px; width: 40px }
.mip-shell-header .mip-shell-header-button-group-standalone svg { width: 16px; height: 16px }
.mip-shell-more-button-mask { top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.5); display: none; z-index: 20001!important }
.mip-shell-more-button-wrapper { bottom: 0; left: 0; right: 0; background: #fff; z-index: 20002!important; display: none }
.mip-shell-more-button-wrapper.slide-enter, .mip-shell-more-button-wrapper.slide-leave-to { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%) }
.mip-shell-more-button-wrapper.slide-enter-active, .mip-shell-more-button-wrapper.slide-leave-active { -webkit-transition: all .35s ease; transition: all .35s ease }
.mip-shell-more-button-wrapper.slide-enter-to, .mip-shell-more-button-wrapper.slide-leave { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.mip-shell-more-button-wrapper .mip-shell-button { height: 48px; line-height: 48px; text-align: center; border: 0 solid #e1e1e1; border-bottom-width: 1px }
@media (-webkit-min-device-pixel-ratio:1.5) {
.mip-shell-more-button-wrapper .mip-shell-button { position: relative; border: none!important }
.mip-shell-more-button-wrapper .mip-shell-button:after { content: " "; display: block; position: absolute; top: 0; right: -33.33%; bottom: -33.33%; left: 0; border: 0 solid #e1e1e1; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none; -webkit-transform: scale(.75); -ms-transform: scale(.75); transform: scale(.75); width: 133.33%; -webkit-box-sizing: border-box; box-sizing: border-box }
}
@media (-webkit-min-device-pixel-ratio:2) {
.mip-shell-more-button-wrapper .mip-shell-button { position: relative; border: none!important }
.mip-shell-more-button-wrapper .mip-shell-button:after { content: " "; display: block; position: absolute; top: 0; right: -100%; bottom: -100%; left: 0; border: 0 solid #e1e1e1; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5); width: 200%; -webkit-box-sizing: border-box; box-sizing: border-box }
}
.mip-shell-more-button-wrapper .mip-shell-button:after { border-bottom-width: 1px }
.mip-shell-more-button-wrapper .mip-shell-button a { display: block; width: 100%; height: 100% }
.mip-shell-more-button-wrapper .mip-shell-button:last-of-type, .mip-shell-more-button-wrapper .mip-shell-button:last-of-type:after { border-color: transparent }
.mip-shell-header-mask { top: 0; right: 0; left: 0; height: 44px; background: rgba(0,0,0,.5); display: none; z-index: 20001!important }
.mip-shell-header-mask.black { background: #000 }
.mip-shell-header-mask.fade-enter, .mip-shell-header-mask.fade-leave-to, .mip-shell-more-button-mask.fade-enter, .mip-shell-more-button-mask.fade-leave-to { opacity: 0 }
.mip-shell-header-mask.fade-enter-active, .mip-shell-header-mask.fade-leave-active, .mip-shell-more-button-mask.fade-enter-active, .mip-shell-more-button-mask.fade-leave-active { -webkit-transition: all .35s ease; transition: all .35s ease }
.mip-shell-header-mask.fade-enter-to, .mip-shell-header-mask.fade-leave, .mip-shell-more-button-mask.fade-enter-to, .mip-shell-more-button-mask.fade-leave { opacity: 1 }
.hack-for-android-scroll-mask { display: none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; pointer-events: none }
.mip-layout-container, .mip-layout-fixed-height { display: block; position: relative; }
.izejgtub { }
.zjbbpnoz { width: 100%; }
.fptbckqv { width: 80%; margin: 0px auto; overflow: hidden; }
.yhrkacvk { float: left; }
.afoydkxo { float: right; }
.dbfjfboy { width: 23%; }
.brjkytqj { width: 75%; }
.nstwciuo { margin-top: 10px; }
.iydmllvh { margin-top: 0; }
.degzsymg { margin-top: 30px; }
.degzsymg ul li .proimg_bk { width: 100%; height: 172px; position: relative; vertical-align: middle; border: #f1f1f1 1px solid !important; }
.degzsymg ul li .proimg_bk a { display: block; text-align: center; width: 100%; height: 100%; overflow: hidden; }
.degzsymg ul li .proimg_bk a .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.degzsymg ul li .proimg_bk img { vertical-align: middle; max-width: 94%; max-height: 90%; }
.ucweqnmh { margin-top: 50px; }
.zmtsaxqb { margin-top: 50px; }
.rxztowxb .degzsymg { margin-bottom: 50px; }
.mcpkpxqj a { background-color: #383838; color: #fff; display: inline-block; padding: 0 20px; height: 40px; line-height: 40px; font-size: 15px; font-family: Arial, Helvetica, sans-serif; }
.mcpkpxqj a:hover { box-shadow: 0 0 10px #f1f1f1; background-color: #0168b2; color: #fff; }
.bqeabfgz { height: 50px; line-height: 50px; background-color: #0168b2; color: #fff; text-align: left; font-size: 18px; padding-left: 20px; border-radius: 5px 5px 0 0; }
.kxghgpfo .proimg_bk a { display: block; text-align: center; width: 100%; height: 100%; overflow: hidden; }
.kxghgpfo .proimg_bk a img { vertical-align: middle; max-width: 94%; max-height: 90%; }
.kxghgpfo .proimg_bk a .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.cganli { max-width: 90%; max-height: 240px; }
.kxghgpfo { }
.kxghgpfo li { opacity: 1; float: left; }
.kxghgpfo li a.iqpyvwiy img { transition: all 1s; }
.kxghgpfo li a.iqpyvwiy { height: 145px; }
.kxghgpfo li:hover { opacity: 0.9; }
.kxghgpfo li:hover img { transform: scale(1); transition: all 2s; }
.kxghgpfo li a.proname { font-size: 16px; background-color: #f1f1f1; display: block; text-align: center; overflow: hidden; height: 50px; line-height: 50px; }
.npxsqrhw { }
.npxsqrhw li { height: 36px; line-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.npxsqrhw li time { float: right; }
.nobor { border-radius: 0; }
.umzliwxa { }
.umzliwxa li { padding: 20px 0 36px 0; border-bottom: #f1f1f1 1px solid; position: relative; width: 800px }
.umzliwxa li h3 { line-height: 50px; height: 50px; overflow: hidden; }
.umzliwxa li h3 a { color: #000; }
.umzliwxa li h3 a:hover { color: #383838; }
.umzliwxa li:before { content: ""; position: absolute; width: 0%; left: 0; bottom: -1px; height: 1px; background-color: #383838; transition: all 2s; }
.umzliwxa li:after { content: ""; position: absolute; width: 0%; right: 0; bottom: -1px; height: 1px; background-color: #383838; transition: all 2s; }
.umzliwxa li:nth-child(odd):hover:before { width: 50%; }
.umzliwxa li:nth-child(even):hover:after { width: 50%; }
.umzliwxa li .xcnuscvg div { display: inline-block; font-size: 13px; color: #999; margin: 0 10px 0 0; }
.umzliwxa li .xcnuscvg div i { padding-right: 5px; }
.umzliwxa li .xcnuscvg div a { color: #999; }
.umzliwxa li .neinnexf { color: #999; }
.umzliwxa li .lmcknwws a { background-color: #383838; display: inline-block; padding: 0 20px; margin: 0 8px 0 0; height: 36px; line-height: 36px; color: #fff; position: relative; }
.umzliwxa li .lmcknwws a:/before {
content: "";
position: absolute;
width: 80%;
left: 10%;
bottom: 0;
height: 100%;
background-color: #383838;
box-shadow: 0 5px 5px #E2E2E2;
z-index: -1;
}
.umzliwxa li .lmcknwws a:hover { background-color: #004B7B; }
.umzliwxa li .lmcknwws a:hover:before { content: ""; position: absolute; width: 80%; left: 10%; bottom: 0; height: 100%; background-color: #383838; box-shadow: 0 5px 5px #E2E2E2; z-index: -1; }
.dpmyfvop { }
.dpmyfvop li { padding: 20px 0 25px 0; border-bottom: #f1f1f1 1px solid; position: relative; width: 99%; height: 174px; }
.dpmyfvop li .viojuz { width: 282px; height: 175px; display: flex; justify-content: center; align-items: center; float: left; }
.dpmyfvop li a[target="_self"] { display: inline-block; overflow: hidden; }
.dpmyfvop li a img { max-width: 100%; max-height: 175px; }
.dpmyfvop li .uqjaievc { width: calc( 100% - 300px ); float: right; }
.dpmyfvop li .uqjaievc .videotlt { line-height: 32px; height: 32px; overflow: hidden; }
.dpmyfvop li .uqjaievc .videotlt a { color: #000; }
.dpmyfvop li .uqjaievc .videotlt a:hover { color: #383838; }
.dpmyfvop li:before { content: ""; position: absolute; width: 0%; left: 0; bottom: -1px; height: 1px; background-color: #0168b2; transition: all 2s; }
.dpmyfvop li:after { content: ""; position: absolute; width: 0%; right: 0; bottom: -1px; height: 1px; background-color: #0168b2; transition: all 2s; }
.dpmyfvop li:nth-child(odd):hover:before { width: 100%; }
.dpmyfvop li:nth-child(even):hover:after { width: 100%; }
.dpmyfvop li .uqjaievc .rihzkzfx div { display: inline-block; font-size: 13px; color: #999; margin: 0 10px 0 0; }
.dpmyfvop li .uqjaievc .rihzkzfx div i { padding-right: 5px; }
.dpmyfvop li .uqjaievc .rihzkzfx div a { color: #999; }
.dpmyfvop li .uqjaievc .shlnkgqn { color: #999; font-size: 14px; height: 38px; overflow: hidden; }
.dpmyfvop li .uqjaievc .xhueajof a { background-color: #383838; display: inline-block; padding: 0 20px; margin: 0 8px 0 0; height: 36px; line-height: 36px; color: #fff; position: relative; }
.dpmyfvop li .uqjaievc .xhueajof a:/before {
content: "";
position: absolute;
width: 80%;
left: 10%;
bottom: 0;
height: 100%;
background-color: #F2860F;
box-shadow: 0 5px 5px #E2E2E2;
z-index: -1;
}
.dpmyfvop li .uqjaievc .xhueajof a:hover { background-color: #004B7B; }
.dpmyfvop li .uqjaievc .xhueajof a:hover:before { content: ""; position: absolute; width: 80%; left: 10%; bottom: 0; height: 100%; background-color: #F2860F; box-shadow: 0 5px 5px #E2E2E2; z-index: -1; }
.zyrzvncr { margin-top: 10px; }
.znovhwsd { margin-top: 20px; }
.ebpvjcwr { margin-top: 30px; }
.lsqflwkm { }
.grqqbzih { height: 35px; line-height: 35px; background-color: #ededed; color: #fff; font-size: 14px; }
.grqqbzih h1, .grqqbzih strong { font-size: 14px; display: inline-block; font-weight: normal; }
.grqqbzih a { color: #555; font-size: 14px; }
.grqqbzih .afoydkxo { }
.grqqbzih .afoydkxo a { position: relative; padding: 0 10px; height: 13px; display: inline-block; line-height: 13px; margin-right: 6px; }
.grqqbzih .afoydkxo a:nth-child(1):after { content: ""; position: absolute; left: 0; width: 1px; height: 10px; background-color: #999; top: 0.5px; }
.grqqbzih .afoydkxo a:before { content: ""; position: absolute; width: 1px; height: 10px; background-color: #999; right: -5px; top: 0.5px; }
.lsqflwkm .pcxmcxjw .gsemhkhy { width: 500px; display: inline-block; }
.lsqflwkm .pcxmcxjw .gsemhkhy img { }
.lsqflwkm .pcxmcxjw .yhrkacvk div { display: inline-block; }
.lsqflwkm .pcxmcxjw .yhrkacvk div em { display: block; }
.lsqflwkm .pcxmcxjw .yhrkacvk div em a { display: block; font-size: 26px; }
.lsqflwkm .pcxmcxjw .yhrkacvk div em a span { color: #00609E; }
.lsqflwkm .pcxmcxjw .yhrkacvk div strong { display: block; margin-top: 5px; }
.lsqflwkm .pcxmcxjw .yhrkacvk div strong a { display: block; font-weight: normal; }
.lsqflwkm .pcxmcxjw nav .navbar-nav { margin-top: 0 !important; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar .navbar-nav { margin-right: 0; }
.lsqflwkm .pcxmcxjw nav ul li { position: relative; line-height: 100px !important; }
.lsqflwkm .pcxmcxjw nav ul li.current:before { content: ""; position: absolute; bottom: 0; width: calc( 100% - 20px ); height: 3px; left: 10px; background-color: #0168b2; }
.lsqflwkm .pcxmcxjw nav ul li i { transition: all 0.3s; margin-left: 2px; }
.lsqflwkm .pcxmcxjw nav ul li:hover i { display: inline-block; transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); color: #383838; }
.lsqflwkm .pcxmcxjw nav ul li ul { opacity: 0.9; z-index: 999999; width: 150%; left: -25%; }
.lsqflwkm .pcxmcxjw nav ul li ul li { line-height: 36px !important; text-align: center; overflow: hidden; height: 36px; float: none; }
.lsqflwkm .pcxmcxjw nav ul li ul li a { display: block; margin: 0 !important; padding: 0 !important; font-size: 15px; color: #000 !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lsqflwkm .pcxmcxjw nav ul li ul li a:hover { background-color: rgba(12, 76, 163, 0.9) !important; color: #fff !important; }
.yiejlguh { position: relative; overflow: hidden; }
.yiejlguh .mip-carousel-indicator-wrapper { position: absolute; bottom: 20px; width: 100%; }
.yiejlguh .mip-carousel-indicatorDot .mip-carousel-indecator-item { width: 10px; height: 10px; }
.yiejlguh .mip-carousel-preBtn, .yiejlguh .mip-carousel-nextBtn { background-image: none; opacity: 0; transition: 0.5s; cursor: pointer; }
.yiejlguh .mip-carousel-preBtn:before { content: ""; width: 55px; height: 36px; background: rgba(0,0,0,0.6) url(../images/fshpng.png) no-repeat; background-position: 20px 13px; left: 10px; top: calc( 50% - 18px ); position: absolute; display: block; }
.yiejlguh .mip-carousel-nextBtn:before { content: ""; width: 55px; height: 36px; background: rgba(0,0,0,0.6) url(../images/fshpng.png) no-repeat; background-position: -20px 13px; right: 10px; top: calc( 50% - 18px ); position: absolute; display: block; }
.yiejlguh .mip-carousel-preBtn:hover, .yiejlguh .mip-carousel-nextBtn:hover { background-image: none; opacity: 1; }
.ojkvnzsw { height: 60px; line-height: 60px; background-color: #f1f1f1; overflow: hidden; margin: -4px 0 0; }
.fptbckqv .yhrkacvk { font-size: 15px; font-weight: normal; overflow: hidden; }
.ojkvnzsw .xjdxyipo { margin-left: 12%; position: relative; float: right; }
.ojkvnzsw .yhrkacvk strong { color: #383838; font-weight: normal; padding: 0 2px; }
.ojkvnzsw .xjdxyipo mip-form input { display: inline-block; }
.ojkvnzsw .xjdxyipo mip-form input[type='submit'] { margin-left: 5px; outline: none; cursor: pointer; font-size: 15px; font-family: "微软雅黑", "宋体"; }
.ojkvnzsw .xjdxyipo div[target="q"] { position: absolute; left: 0; bottom: 0; height: 15px; line-height: 15px; }
.ojkvnzsw .jhpwiacn { margin-left: 10px; }
.ojkvnzsw .jhpwiacn a { padding: 0 5px; }
.ojkvnzsw .afoydkxo { font-size: 24px; color: #383838; cursor: default; float: left; }
.ojkvnzsw .afoydkxo span { font-size: 24px; color: #383838; }
.ojkvnzsw .afoydkxo i { margin-right: 10px; }
.ojkvnzsw .afoydkxo .pyonjvym { display: none; }
.jatnvlxg { }
.yhrkacvk { border: #f5f5f5 1px solid; width: 21%; }
.yhrkacvk .mjysmqtn { height: 66px; line-height: 66px; background-color: #0168b2; color: #fff; font-size: 20px; position: relative; text-align: center; }
.yhrkacvk .mjysmqtn:before { content: ""; display: block; width: 0; height: 0; border-width: 8px 8px 0; border-style: solid; border-color: #0168b2 transparent transparent; position: absolute; top: 66px; left: calc( 50% - 8px); }
.jatnvlxg li i.icon-chevron-right { float: right; line-height: 46px; height: 46px; margin: 0 10px; }
.yhrkacvk li i { margin-right: 10px; color: #B9B9B9; font-size: 12px; }
.jatnvlxg .kxghgpfo { width: 75%; }
.jatnvlxg .afoydkxo .mjysmqtn { height: 66px; line-height: 66px; border-bottom: #f1f1f1 1px solid; color: #666; margin-bottom: 10px; }
.jatnvlxg .afoydkxo .mjysmqtn .idx_tlt { display: inline-block; margin-right: 50px; position: relative; color: #000; font-weight: normal; }
.jatnvlxg .afoydkxo .mjysmqtn .idx_tlt:before { content: ""; width: 60px; position: absolute; bottom: 0; height: 2px; background-color: #0168b2; }
.jatnvlxg .afoydkxo .mjysmqtn i.icon-bell { margin-right: 10px; }
.jatnvlxg .afoydkxo .mjysmqtn span.qqwubefc { color: #ACCC00; margin-left: 2px; }
.jatnvlxg .afoydkxo .mjysmqtn span.oqhniubr { color: #57CA65; margin-right: 2px; }
.jatnvlxg .afoydkxo .mjysmqtn .mcpkpxqj { color: #999; }
.jatnvlxg .afoydkxo li { margin: 0 2% 20px 0px; position: relative; display: table-cell; text-align: center; vertical-align: middle; width: 32%; }
.jatnvlxg .afoydkxo li:nth-child(3n) { margin: 0 0 20px 0px; }
.jatnvlxg .afoydkxo li .proimg_bk { width: 100%; position: relative; text-align: center; vertical-align: middle; border: #f1f1f1 1px solid; height: 270px; }
.jatnvlxg .afoydkxo li .iqpyvwiy { width: 100%; height: 270px; position: relative; }
.jatnvlxg .afoydkxo li .iqpyvwiy img { max-height: 90%; max-width: 90%; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display: block; }
.kxghgpfo li .proimg_bk { height: 248px; width: 100%; border: #f1f1f1 1px solid; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kxghgpfobrand li .proimg_bk { height: 148px; }
.kxghgpfo li .iqpyvwiy { text-align: center; width: 100%; display: block; }
.kxghgpfo li .iqpyvwiy img { max-height: 90%; max-width: 90%; vertical-align: middle }
.kxghgpfo li .iqpyvwiy .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
#tjcp .proimg_bk { height: 145px; }
.pro_list li { clear: both; width: 100% !important; display: block !important; text-align: left !important; overflow: hidden; border-bottom: 1px solid #f2f2f2; padding-bottom: 20px; margin-bottom: 15px; }
.pro_list li:hover { opacity: 0.9; }
.pro_list li:hover img { transform: scale(1); transition: all 2s; }
.pro_list li .pro_list_l { float: left; width: 25%; margin: 20px 2% 0 10px; }
.pro_list li .proimg_bk { height: 170px; width: 100%; border: #f1f1f1 1px solid; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.pro_list li .iqpyvwiy { text-align: center; width: 100%; display: block; height: 170px; }
.pro_list li .iqpyvwiy img { max-height: 90%; max-width: 90%; vertical-align: middle }
.pro_list li .iqpyvwiy .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.pro_list li .pro_list_r { float: left; width: 71%; margin-top: 20px; }
.pro_list li .pro_list_r dt a { font-size: 18px; line-height: 31px; font-weight:bold;}
.pro_list li .pro_list_r p { color: #666; line-height: 25px; clear: both; padding: 10px 0px; height: 71px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.pro_list li .pro_list_r dl dd { border: #888 1px solid; border-radius: 5px; float: left; padding: 5px 1%; margin: 5px 10px 0px 0px; color: #888; }
.pro_list li .pro_list_r dl dd:hover { background: #0168b2; border: #0168b2 1px solid; color: #fff; transition: all 0.3s; }
.pro_list li .pro_list_r dl span { float: right; display: block; color: #e51e17; line-height: 40px; }
.pro_list li .pro_list_r dl span b { font-size: 24px; }
@media screen and (max-width:1024px) {
.pro_list li .proimg_bk, .pro_list li .iqpyvwiy { height: 198px; }
}
@media screen and (max-width:500px) {
.pro_list li .pro_list_l, .pro_list li .pro_list_r { width: 100%; margin: 0 auto; margin-bottom: 20px; }
/*	.pro_list li .pro_list_r dl dd:nth-child(2n){ display:none;}*/
.pro_list li .pro_list_r p { height: 42px; }
.pro_list { padding-top: 20px; }
}
.bbzqagaa { margin-top: 70px; }
.bbzqagaa .mjysmqtn { text-align: center; height: 50px; line-height: 50px; font-size: 24px; color: #412507; font-weight: bold; position: relative; }
.bbzqagaa .mjysmqtn div { background-color: #fff; padding: 0 10px; position: relative; z-index: 5; display: inline-block; }
.bbzqagaa .mjysmqtn:before { content: ""; position: absolute; left: 0; top: 23.5px; width: 100%; height: 1px; border-bottom: #DCDCDC 1px dotted; }
.bbzqagaa .mjysmqtn div h2 { font-weight: bold; display: inline-block; }
.bbzqagaa .mjysmqtn span, .bbzqagaa .mjysmqtn span a { color: #383838; cursor: default; }
.bbzqagaa .xsqxxivw { width: 1100px; margin: 0px auto; height: 478px; background: url(../images/dz-con.jpg) no-repeat center center; }
.bbzqagaa .xsqxxivw .tjabssga, .bbzqagaa .xsqxxivw .lryweebf { margin-left: 50px; }
.bbzqagaa .xsqxxivw .tjabssga div { width: 98px; height: auto; display: inline-block; padding: 90px 90px 0 0; }
.bbzqagaa .xsqxxivw .lryweebf div { width: 98px; height: auto; display: inline-block; padding: 30px 90px 0 0; }
.bbzqagaa .xsqxxivw div span, .bbzqagaa .xsqxxivw div small { display: block; text-align: center; height: 28px; line-height: 28px; }
.bbzqagaa .xsqxxivw div small { font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.qmbccmzd { width: 100%; height: 922px; background: url(../images/ys-con.png) no-repeat center center #f3f3f3; overflow: hidden; margin: 0px auto; margin-top: 20px; }
.qmbccmzd .emflejtp { text-align: center; }
.qmbccmzd .emflejtp mip-img { width: 243px; display: inline-block; }
.qmbccmzd .emflejtp h2 { font-size: 15px; height: 36px; line-height: 36px; }
.qmbccmzd .ulbsfpdj { margin-left: 100px; }
.qmbccmzd .edlqxxxc { margin-left: 210px; }
.qmbccmzd .cgbyabuq { margin-right: 120px; }
.qmbccmzd div p { width: 225px; height: 84px; line-height: 84px; text-align: center; margin-bottom: 82px; position: relative; overflow: hidden; }
.qmbccmzd .ulbsfpdj p:nth-child(odd) { background: url(../images/ys1.png) no-repeat; color: #fff; }
.qmbccmzd .ulbsfpdj p:nth-child(even) { background: url(../images/ys2.png) no-repeat; color: #fff; }
.qmbccmzd .cgbyabuq p:nth-child(odd) { background: url(../images/ys2.png) no-repeat; color: #fff; }
.qmbccmzd .cgbyabuq p:nth-child(even) { background: url(../images/ys1.png) no-repeat; color: #fff; }
.qmbccmzd .edlqxxxc p { background: url(../images/ys1.png) no-repeat; color: #fff; }
.qmbccmzd .ulbsfpdj p:nth-child(1) { left: 100px; }
.qmbccmzd .ulbsfpdj p:nth-child(2) { }
.qmbccmzd .ulbsfpdj p:nth-child(3) { left: 10px; }
.qmbccmzd .ulbsfpdj p:nth-child(4) { left: 90px; }
.qmbccmzd .edlqxxxc p { top: 650px; line-height: 22px; padding-top: 20px; }
.qmbccmzd .cgbyabuq p:nth-child(1) { left: -120px; line-height: 22px; padding-top: 20px; }
.qmbccmzd .cgbyabuq p:nth-child(2) { }
.qmbccmzd .cgbyabuq p:nth-child(3) { left: -10px; }
.qmbccmzd .cgbyabuq p:nth-child(4) { left: -90px; line-height: 22px; padding-top: 20px; }
.jpqjiuos .yhrkacvk { width: 50%; }
.jpqjiuos .yhrkacvk mip-img { padding: 5px; width: auto; border: #f1f1f1 1px solid; box-shadow: 0 0 10px #f5f5f5; }
.jpqjiuos .afoydkxo { width: calc( 50% - 20px ); }
.jpqjiuos .afoydkxo p { line-height: 22px; color: #717171; }
.jpqjiuos .afoydkxo h2 { color: #383838; font-weight: bold; }
.jpqjiuos .afoydkxo p.en { color: #999; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.mip-vd-tabs.mip-vd-tabs { position: relative }
.mip-vd-tabs .mip-vd-tabs-nav { display: -webkit-box; display: -webkit-flex; font-size: 14px; white-space: nowrap; background-color: #fff; -webkit-align-content: flex-start; -webkit-align-items: stretch; -webkit-box-align: stretch; -webkit-box-direction: normal; -webkit-box-lines: single; -webkit-box-orient: horizontal; -webkit-box-pack: justify; -webkit-flex-direction: row; -webkit-flex-wrap: nowrap; -webkit-justify-content: space-between; padding: 0 16px }
.mip-vd-tabs .mip-vd-tabs-nav * { -webkit-box-sizing: border-box; box-sizing: border-box }
.mip-vd-tabs .mip-vd-tabs-nav-li { display: block; overflow: hidden; width: 16.66666667%; height: 44px; padding: 0 14px 0 15px; line-height: 44px; text-align: center; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; list-style: none; color: #333; -webkit-box-flex: 1; -webkit-flex: 1 1 auto }
.mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { border-bottom: 1px solid #38f; color: #38f }
.mip-vd-tabs .mip-vd-tabs-nav-bottom { border-top: 1px solid #eee; background: #f8f8f8 }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-li { color: #666 }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-icon { display: none }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-li.mip-vd-tabs-nav-selected { position: relative; top: -1px; height: 38px; border: 1px solid #f1f1f1; border-color: #fff #f1f1f1 #38f #f1f1f1; line-height: 38px; color: #333; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-selected:first-child { margin-left: -1px }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-selected .mip-vd-tabs-nav-icon { display: inline-block }
.mip-vd-tabs .mip-vd-tabs-nav-view { position: relative; overflow: hidden; height: 44px; text-align: left; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav { display: inline-block; position: relative }
.mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav .mip-vd-tabs-nav-li { display: inline-block; vertical-align: middle; width: auto; padding: 0 15px }
.mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav.mip-vd-tabs-nav-bottom { background-color: #f8f8f8; position: relative; display: inline-block; vertical-align: middle }
.mip-vd-tabs .mip-vd-tabs-nav-layer { position: absolute; z-index: 8; top: 0; width: 100%; border-bottom: 1px solid #e7e7e7; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-layer p { height: 44px; padding: 0 16px; border-bottom: 1px solid #eee; line-height: 44px; text-align: left; color: #333 }
.mip-vd-tabs .mip-vd-tabs-nav-layer-ul .mip-vd-tabs-nav-li { display: inline-block; width: 16.66666667%; padding: 0 }
.mip-vd-tabs .mip-vd-tabs-nav-layer-ul .mip-vd-tabs-nav-selected { color: #38f }
.mip-vd-tabs .mip-vd-tabs-nav-toggle { position: absolute; z-index: 9; top: 0; right: 0; display: block; width: 42px; height: 26px; margin: 9px 0; border-left: 1px solid #ccc; text-align: center; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-toggle img { position: absolute; top: 50%; left: 50%; display: inline-block; width: 10px; height: 6px; margin: -3px 0 0 -5px }
.mip-vd-tabs .mip-vd-tabs-nav-toggle-holder { display: inline-block; width: 29px; height: 1px; visibility: hidden }
.mip-vd-tabs .mip-vd-tabs-scroll-touch { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 30px; margin-top: -30px; -webkit-transform: translateY(30px); transform: translateY(30px); width: 1px; min-width: 100% }
.mip-vd-tabs .mip-vd-tabs-episode-content { padding: 15px 16px; text-align: left }
.mip-vd-tabs .mip-vd-tabs-episode-item { display: inline-block; width: 20%; height: 40px; line-height: 40px; text-align: center }
.mip-vd-tabs .mip-vd-tabs-episode-item-selected { color: #38f }
.mip-vd-tabs .mip-vd-tabs-episode-bottom-nav { padding: 0; height: 38px }
.mip-vd-tabs .mip-vd-tabs-episode-bottom-nav .mip-vd-tabs-nav-li { height: 38px; line-height: 38px }
.mip-vd-tabs .mip-vd-tabs-nav-view>.mip-vd-tabs-scroll-touch>.mip-vd-tabs-episode-bottom-nav.mip-vd-tabs-nav>.mip-vd-tabs-nav-li { display: inline-block }
.mip-vd-tabs .mip-vd-tabs-episode-bottom-nav.mip-vd-tabs-nav .mip-vd-tabs-nav-li { display: block }
.mip-vd-tabs .mip-vd-tabs-row-tile { width: 100%; position: relative; overflow: hidden }
.mip-vd-tabs .mip-vd-tabs-mask { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.4) }
.mip-vd-tabs.mip-vd-tabs[toggle-more] { z-index: 10 }
.rxztowxb .fptbckqv mip-vd-tabs .yqwzofmm { width: 500px; margin: 0px auto; }
.rxztowxb .fptbckqv mip-vd-tabs .mip-vd-tabs-nav-li { border: #f1f1f1 1px solid; color: #333; margin: 0 10px; padding: 0 20px; font-size: 18px; cursor: pointer; float: left; width: 45%; height: 50px; line-height: 50px; }
.rxztowxb .fptbckqv mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { background-color: #0168b2; color: #fff; border: 1px solid #0168b2; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li { width: 19%; float: left; margin: 0 0 0 1%; position: relative }
.rxztowxb .fptbckqv mip-vd-tabs div ul li mip-img { width: calc( 100% - 22px ); height: 150px; padding: 10px; border: #f1f1f1 1px solid !important; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li img { transition: all 2s; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(1) { margin-left: 0; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(5) { margin-right: 0; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li a:nth-child(2) { opacity: 0; position: absolute; bottom: 10px; left: 11px; width: calc( 100% - 22px); text-align: center; background-color: rgba(0, 0, 0, 0.57); height: 32px; line-height: 32px; color: #f1f1f1; overflow: hidden; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:hover img { opacity: 0.9; transform: scale(1.06); }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:hover a:nth-child(2) { opacity: 1; }
.rxztowxb .fptbckqv mip-vd-tabs div .mcpkpxqj { text-align: center; }
.tyvtmark { background-color: #f3f3f3; }
.tyvtmark .yhrkacvk { width: 460px; }
.tyvtmark .yhrkacvk .mjysmqtn { height: 50px; line-height: 50px; border-bottom: #ccc 1px solid; }
.tyvtmark .yhrkacvk .mjysmqtn span { font-size: 22px; font-weight: bold; color: #383838; }
.tyvtmark .yhrkacvk .mjysmqtn a.mcpkpxqj { float: right; }
.tyvtmark .afoydkxo { width: 800px; }
.tyvtmark .afoydkxo .mjysmqtn { height: 50px; line-height: 50px; border-bottom: #ccc 1px solid; }
.tyvtmark .afoydkxo .mjysmqtn span { font-size: 22px; font-weight: bold; }
.tyvtmark .afoydkxo .mjysmqtn a.mcpkpxqj { float: right; }
.tyvtmark .afoydkxo .yhrkacvk { width: 323px; }
.tyvtmark .afoydkxo .afoydkxo { width: calc( 100% - 343px ); }
.lkxdvann span { width: auto; height: 36px; line-height: 36px; background: url(../images/link.png) no-repeat 0 5px; background-size: 28px; display: inline-block; padding-left: 36px; font-size: 16px; color: #383838; }
.lkxdvann ul { display: inline-block; }
.lkxdvann li { display: inline-block; height: 36px; line-height: 36px; }
.lkxdvann li a { font-size: 16px; padding: 0 5px; }
.kczrjpff { background-color: #383838; }
.kczrjpff .yhrkacvk { width: 120px; background-color: rgb(12, 76, 163); padding: 50px 30px; }
.kczrjpff .yhrkacvk img { max-width: 100%; }
.dgflbifh .iydmllvh img { max-width: 100%; }
.kczrjpff .yhrkacvk mip-img { border: #fff 3px solid; width: auto; }
.kczrjpff .yhrkacvk p { font-size: 13px; color: #fff; text-align: center; }
.kczrjpff .afoydkxo { width: calc( 100% - 200px ); }
.kczrjpff .afoydkxo .ltudvmod { text-align: center; }
.kczrjpff .afoydkxo .ltudvmod li { display: inline-block; }
.kczrjpff .afoydkxo .ltudvmod li a { position: relative; display: block; padding: 0 10px; color: #fff; }
.kczrjpff .afoydkxo .ltudvmod li a:before { content: ""; position: absolute; width: 1px; height: 10px; background-color: rgba(255, 255, 255, 0.78); right: -3px; top: 6px; }
.kczrjpff .afoydkxo .ltudvmod li:nth-child(1) a:after { content: ""; position: absolute; width: 1px; height: 10px; background-color: rgba(255, 255, 255, 0.78); left: -3px; top: 6px; }
.kczrjpff .afoydkxo .gdbgymhb { text-align: center; }
.kczrjpff .afoydkxo .gdbgymhb p { line-height: 28px; color: #fff; }
.kczrjpff .afoydkxo .gdbgymhb p a { color: #fff; padding: 0 5px; }
mip-fixed[type="gototop"] { position: fixed !important; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); right: 10px; bottom: 10px; cursor: pointer; }
.videoplay { background-color: #f5f5f5; padding: 50px 0 50px; }
.videoplay .vtitles { text-align: center; position: relative; }
.videoplay .vtitles span { height: 36px; line-height: 36px; margin-top: 30px; display: inline-block; color: #999; }
.videoplay .vtitles span:before { content: ""; position: absolute; top: 54px; left: calc( 50% - 20px); width: 40px; height: 3px; background-color: #0168b2; border-radius: 10px; }
.videoplay li { width: calc( 25% - 18.5px ); float: left; margin: 10px; border: #f5f5f5 1px solid; background-color: #fff; position: relative; }
/*.videoplay li a[target="_self"]{margin:10px;display: block;}
.videoplay li a[target="_self"] mip-img{max-height:175px;overflow:hidden;}*/
.videoplay li .proimg_bk { width: 100%; text-align: center; vertical-align: middle; overflow: hidden; display: block; }
.videoplay li .proimg_bk a { text-align: center; display: block; width: 100%; height: 248px; color: #555; overflow: hidden; }
.videoplay li img { transition: all 2s; max-width: 94%; max-height: 95%; vertical-align: middle; }
.videoplay li .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.videoplay li:hover .h_d a { background-color: #0168b2; color: #fff; display: block; }
.videoplay li .h_d { height: 50px; line-height: 50px; text-align: center; background-color: #fff; overflow: hidden; }
.videoplay li .h_d a { font-size: 16px; color: #555; }
.videoplay .mcpkpxqj { text-align: center; }
.videoplay li a[target="_self"]:before { content: "";/*background: url(../images/player.png) no-repeat;*/ width: 64px; height: 64px; display: block; position: absolute; top: calc( 50% - 42px); left: calc( 50% - 32px); z-index: 2; opacity: 0.6; }
.videoplay li:hover h3 a { background-color: #0168b2; color: #fff; }
.videoplay li:hover img { opacity: 0.9; transform: scale(1.06); }
.videoplay li:hover a[target="_self"]:before { opacity: 1; }
.videoplay li:nth-child(4n) { margin-right: 0; }
.videoplay li:nth-child(4n+1) { margin-left: 0; }
.sousuo { width: 30%; padding: 7px 0; }
.sousuo .form_text1 { float: left; width: 73%; height: 40px; line-height: 28px; text-indent: 10px; outline: none; background: #fff; margin: 3px 0; font-size: 14px; border-radius: 0 0 0 4px; border: 0; }
.sousuo .form_button1 { float: left; width: 25%; height: 40px; background: #383838; border: 0; outline: none; color: #FFF; margin: 3px 0; cursor: pointer; border-radius: 0 0 4px 0; font-size: 14px; }
.sousuo .form_button1:hover { background: #0168b2; }
.inews .inewstable { width: calc( 33.333333% - 15.333333px ); float: left; margin: 10px; }
.inews .inewstable ul { padding: 10px 0; font-size: 15px; font-weight: normal; height: 240px; }
.inews .inewstable:nth-child(3) { margin-right: 0; }
.inews .inewstable:nth-child(1) { margin-left: 0; }
.inews .inewstable li { height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px dashed #dedede; margin-bottom: 8px; padding: 0; }
.inews .inewstable li a { font-size: 15px; }
.inews .inewstable li time { float: right; color: #999; font-size: 15px; }
.inews .inewstable:nth-child(1) .tabletitles { height: 120px; background: url(../images/qy1.jpg) no-repeat; background-size: cover; }
.inews .inewstable:nth-child(2) .tabletitles { height: 120px; background: url(../images/qy2.jpg) no-repeat; background-size: cover; }
.inews .inewstable:nth-child(3) .tabletitles { height: 120px; background: url(../images/qy3.jpg) no-repeat; background-size: cover; }
.tabletitles a { font-size: 22px; display: block; height: 100px; color: #fff; text-shadow: 1px 2px 3px #6F6F6F; padding-left: 20px; padding-top: 20px; }
.brjkytqj.afoydkxo { min-height: 500px; }
.qyqsnicu { position: relative; border-radius: 5px 5px 0 0; }
@media screen and (min-width:768px) {
.qyqsnicu .mip-layout-container { height: inherit !important; }
.qyqsnicu .mip-showmore-btn { display: none !important; }
.pro8style { width: 100%; }
.izejgtub .vqfjnpdn.rdsandxl { position: relative; padding-top: 60px; width: 100%; }
}
.qyqsnicu ul { border: #ddd 1px solid; border-top: 0; padding-top: 10px; }
.qyqsnicu li { line-height: 46px; overflow: hidden; border-top: #F3F3F3 1px solid; white-space: nowrap; text-overflow: ellipsis; }
.qyqsnicu li i.icon-plus-square { margin: 0 10px; color: #B9B9B9; font-size: 12px; }
.qyqsnicu li i.icon-chevron-right { float: right; line-height: 46px; height: 46px; margin: 0 10px; }
.qyqsnicu li a { font-size: 15px; }
.qyqsnicu li dt a { font-size: 14px; color: #999; }
.qyqsnicu li a.current { color: #0C4CA3; font-weight: bold; }
.qyqsnicu li a.current i { color: #0C4CA3; }
.dianjiml dl dt { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding: 0 20px; box-sizing: border-box; color: #666; padding: 0 30px; background: none; }
.qyqsnicu li:nth-child(1) { border-top: none; }
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo { border-radius: 5px 5px 0 0; }
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo ul { border: #ddd 1px solid; border-top: 0; padding-top: 20px; overflow: hidden; }
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo li { width: 46%; margin: 0 2% 10px; }
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo li img { max-width: 96%; }
/*.izejgtub .yhrkacvk .bzlxynco.kxghgpfo li:nth-child(odd){float:left;margin-left:10px;}
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo li:nth-child(even){float:right;margin-right:10px;}*/
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo li .h_d a { height: 32px; line-height: 32px; }
/*.proimg_bk{display:flex;justify-content:center;align-items:center;}*/

#xgart ul { border: #ddd 1px solid; border-top: 0; overflow: hidden; }
#xgart ul li { line-height: 46px; overflow: hidden; border-top: #F3F3F3 1px solid; white-space: nowrap; text-overflow: ellipsis; padding-left: 10px; }
.izejgtub .afoydkxo .kxghgpfo li { width: calc( 33.333333% - 15.333333px ); margin: 20px 10px 0 10px; }
.izejgtub .afoydkxo .kxghgpfo li:nth-child(3n) { margin-right: 0; }
.izejgtub .afoydkxo .kxghgpfo li:nth-child(3n+1) { margin-left: 0; }
.izejgtub .afoydkxo .kxghgpfo li a.iqpyvwiy { height: 248px; }
.BrandName { width: 100%; display: block; background-color: #f5f5f5; height: 40px; line-height: 40px; text-align: center; }
.izejgtub .psfchjtc { line-height: 50px; border-bottom: #ddd 1px solid; overflow: hidden; }
.izejgtub .psfchjtc span { font-weight: normal; font-size: 20px; display: inline-block; position: relative; }
.izejgtub .psfchjtc span:after { content: ''; display: block; width: 60px; position: absolute; bottom: -15px; height: 2px; background-color: #0168b2; }
.izejgtub .psfchjtc h2 { font-size: 15px; line-height: 18px; margin-top: 28px; }
.izejgtub .psfchjtc p { font-size: 14px; line-height: 18px; margin-top: 6px; padding: 5px 0; }
.dgflbifh { border: #ddd 1px solid; background-color: #fff; border-radius: 5px 5px 0 0; }
.fixedStyle { width: 99% !important; }
.dgflbifh li { line-height: 18px; padding: 10px; border-bottom: rgba(245, 245, 245, 0.38) 1px solid; }
.dgflbifh li span { display: inline-block; text-align: right; }
.dgflbifh div { text-align: center; padding: 20px; background-color: #f5f5f5; }
.dgflbifh div mip-img { width: 66%; margin: 0px auto; margin-bottom: 10px; border-radius: 6px; border: rgba(218, 218, 218, 0.41) 10px solid; }
.izejgtub h1 { text-align: center; color: #000; margin-bottom: 20px; }
.xcnuscvg { text-align: center; }
.fvopvideo { max-width: 94%; height: 450px; margin: 15px auto; }
 @media screen and (max-width: 48em) {
.fvopvideo iframe { width: 100% !important; max-width: 100%; height: 300px !important; margin: 0 auto !important; }
}
.izejgtub .xcnuscvg { background: #f5f5f5; }
.izejgtub .xcnuscvg div { display: inline-block; font-size: 14px; color: #999; margin: 0 10px 0 0; height: 40px; line-height: 40px; }
.izejgtub .xcnuscvg div i { padding-right: 5px; }
.izejgtub .xcnuscvg div a { color: #999; }
.izejgtub .vqfjnpdn { line-height: 32px; color: #555;/*border-top:#f5f5f5 1px solid;*/ padding: 0 0 16px; font-size: 15px; }
.izejgtub .vqfjnpdn p { line-height: 26px; }
.izejgtub .vqfjnpdn mip-img { text-align: center; width: inherit; }
.izejgtub .vqfjnpdn mip-img img { width: inherit; max-width: 100%; min-width: inherit; height: auto; }
.izejgtub .vqfjnpdn.rdsandxl { position: relative; padding-top: 0; }
/*.izejgtub .vqfjnpdn.rdsandxl:before{position: absolute;content: "产品介绍";width: 100px;left: calc( 50% - 68px);top: -16px;background-color: #fff;padding: 0 18px;color: #383838;font-size:21px;text-align: center;}*/

.cpxqt { width: 100%; background-color: #fff; padding: 0; color: #383838; font-size: 20px; text-align: left; border-bottom: 1px solid #dedede; height: 40px; line-height: 40px; margin-bottom: 20px; padding-bottom: 10px; }
.izejgtub.uwewsgnw .vqfjnpdn { position: relative; }
/*.izejgtub.uwewsgnw .vqfjnpdn:before{content:"";width:36px;height:1px;position:absolute;top:-1px;background-color:#ff0000;left:calc( 50% - 18px );}*/
.izejgtub.zokpvrtp .umzliwxa { position: relative; }
.izejgtub.ppzbyxmk .yyczpfji .mjysmqtn { border-bottom: #f5f5f5 1px solid; height: 50px; line-height: 50px; font-size: 18px; }
.izejgtub.ppzbyxmk .yyczpfji .mjysmqtn span, .izejgtub.ppzbyxmk .yyczpfji .mjysmqtn h2 { display: inline-block; border-bottom: #383838 1px solid; font-size: 23px; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li { width: calc( 25% - 17px ); margin: 20px 10px 0 10px; width: 190px }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li:nth-child(4n) { margin-right: 0; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li:nth-child(4n+1) { margin-left: 0; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li a.iqpyvwiy { height: 228px; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li img { height: 228px; }
.izejgtub.ppzbyxmk .mubtvpcv { }
.izejgtub.ppzbyxmk .mubtvpcv .xcnuscvg { text-align: left; }
.izejgtub.ppzbyxmk .mubtvpcv .mjysmqtn { border-bottom: #f5f5f5 1px solid; height: 50px; line-height: 50px; font-size: 18px; }
.izejgtub.ppzbyxmk .mubtvpcv .mjysmqtn span, .izejgtub.ppzbyxmk .mubtvpcv .mjysmqtn h2 { display: inline-block; border-bottom: #383838 1px solid; font-size: 23px; }
.iwzrfnsw ul { width: calc( 50% - 10px ); height: 50px; line-height: 50px; overflow: hidden; background-color: #F5F5F5; border: #DDDDDD 1px solid; }
.iwzrfnsw li { text-indent: 10px; }
.iwzrfnsw li a { }
.izejgtub.ppzbyxmk .gxrmovxe mip-vd-tabs .yqwzofmm { border-bottom: #ddd 1px solid; width: 800px }
.izejgtub.ppzbyxmk .gxrmovxe mip-vd-tabs .mip-vd-tabs-nav { padding: 0; width: 260px; height: 36px !important; line-height: 36px !important; }
.izejgtub.ppzbyxmk .gxrmovxe mip-vd-tabs .mip-vd-tabs-nav div { padding: 0; height: 36px !important; line-height: 36px !important; cursor: pointer; }
.izejgtub.ppzbyxmk .gxrmovxe mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { background-color: #383838; color: #fff; border: none; }
.izejgtub.ppzbyxmk .gxrmovxe a { display: inline-block; padding: 0 10px; line-height: 28px; border: #DDD 1px solid; margin: 0 5px 5px 0; background-color: #F5F5F5; font-size: 13px; }
.izejgtub.ppzbyxmk .gxrmovxe .nstwciuo { margin-top: 5px; }
.izejgtub.ppzbyxmk .fvhvakep { background-color: rgba(242, 134, 15, 0.18); height: 50px; line-height: 50px; text-indent: 2em; border: #FF0000 1px solid; font-size: 13px; overflow: hidden; width: 100%; }
.izejgtub.ppzbyxmk .tgrwqftf { }
.izejgtub.ppzbyxmk .tgrwqftf { cursor: pointer; float: right; margin-bottom: 20px; position: relative; padding-left: 36px; }
.izejgtub.ppzbyxmk .tgrwqftf:before { content: ""; position: absolute; left: 0; top: 28px; text-align: right; }
.izejgtub.ppzbyxmk .tgrwqftf .c-share-list .c-span3 { width: 36px; margin: 0 10px; }
.izejgtub.ppzbyxmk .tgrwqftf .c-share-list .c-line-clamp1 { display: none; }
.izejgtub.ppzbyxmk .tgrwqftf .c-share-list .c-img-s { width: 36px; height: 36px; min-height: 36px; padding-bottom: 0; }
.izejgtub.ppzbyxmk .tgrwqftf .mip-fill-content { border-radius: 4px; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk { width: 96%; padding: 20px; border: #DDDDDD 1px solid; box-shadow: 0 0 10px #f5f5f5; text-align: center; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk mip-img { padding: 20px; border: #DDDDDD 1px solid; box-shadow: 0 0 10px #f5f5f5; width: calc( 100% - 42px); }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo { width: 100%; float: left; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo h1 { text-align: left; height: 84px; line-height: 111px; overflow: hidden; border-bottom: #dedede 1px solid; font-size: 20px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo ul { }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li { padding: 5px 5px; line-height: 20px; overflow: hidden; padding-left: 78px; position: relative; width: 90%; min-height: 25px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li span { position: absolute; left: 0 }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma { padding-left: 0; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a { float: left; padding: 0 18px; margin-right: 10px; display: inline-block; height: 50px; line-height: 50px; background-color: #8bc34a; color: #fff; position: relative; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a:nth-child(1):hover { background-color: #004B7B; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a:nth-child(1):hover:before { content: ""; position: absolute; width: 80%; left: 10%; bottom: 0; height: 100%; background-color: #383838; box-shadow: 0 5px 5px #E2E2E2; z-index: -1; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a:nth-child(1) { }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a:nth-child(2) { font-size: 28px; font-family: Arial, Helvetica, sans-serif; cursor: default; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a:nth-child(2) i { font-size: 21px; margin-right: 10px; }
.ugjhbqds .bagkxgry { border: #DDDDDD 1px solid; }
.ugjhbqds .bagkxgry a { display: inline-block; float: left; height: 32px; line-height: 32px; font-size: 13px; width: calc( 16.666666% - 4.8333333px ); border: #DDDDDD 1px dotted; padding: 0 2px; border-bottom: 0; border-left: 0; text-align: center; overflow: hidden; }
.ugjhbqds .bagkxgry a:nth-child(1), .ugjhbqds .bagkxgry a:nth-child(2), .ugjhbqds .bagkxgry a:nth-child(3), .ugjhbqds .bagkxgry a:nth-child(4), .ugjhbqds .bagkxgry a:nth-child(5), .ugjhbqds .bagkxgry a:nth-child(6) { border-top: 0; }
.ugjhbqds .bagkxgry a:nth-child(6n) { border-right: 0; float: right; }
.ugjhbqds .bagkxgry a:hover { background-color: #383838; color: #fff; }
/* css 代码块 */
.jinni8_kefu_style { position: fixed; width: 78px; top: 50%; transform: translateY(-51%); right: 0; font-size: 12px; color: #fff; z-index: 100000000000000000; background-color: #0168b2; cursor: pointer; }
.jinni8_kefu_nth { display: block; position: relative; text-align: center; padding: 15px 10px; padding: 15px 0; border-top: rgb(255, 255, 255) 1px solid; transition: all 0.3s; color: #fff !important; }
.jinni8_kefu_nth a { color: #fff !important; }
.jinni8_kefu_nth:before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; height: 1px; background-color: #FFFFFF; z-index: 10; }
.jinni8_kefu_nth:hover { background-color: #2373fe; }
.jinni8_kefu_nth.on { background-color: #2373fe; }
.jinni8_kefu_nth.on2 { background-color: #0168b2; }
.jinni8_kefu_nth:nth-child(1) { border: 0; }
.jinni8_kefu_nth:nth-child(1):before { display: none; }
.jinni8_kefu_mipimgs { height: 32px; }
.jinni8_kefu_xx .jinni8_kefu_mipimgs { background: url(../images/jinni8_kefu_xx.png) no-repeat center; }
.jinni8_kefu_qq .jinni8_kefu_mipimgs { background: url(../images/jinni8_kefu_qq.png) no-repeat center; }
.jinni8_kefu_sj .jinni8_kefu_mipimgs { background: url(../images/jinni8_kefu_sj.png) no-repeat center; }
.jinni8_kefu_ma .jinni8_kefu_mipimgs { background: url(../images/jinni8_kefu_ma.png) no-repeat center; }
.jinni8_kefu_top .jinni8_kefu_mipimgs { background: url(../images/jinni8_kefu_top.png) no-repeat center; }
.jinni8_kefu_nth span { display: block; margin-top: 8px; font-size: 14px; }
.jinni8_kefu_nth .tips { display: none; opacity: 0; transition: all 0.3s; position: absolute; right: 78px; top: 0; width: 300px; height: 100%; box-shadow: 0 5px 10px rgba(72, 139, 255, 0.38); background-color: rgba(255, 255, 255, 1); color: #5191FF; line-height: 90px; text-align: center; font-size: 18px; text-shadow: 0 0 1px #C5DAFF; z-index: 1000000; }
.jinni8_kefu_nth .tipsxg { line-height: 100% !important; }
.jinni8_kefu_ma .tipsxg img { max-width: 100%; max-height: 100%; }
.jinni8_kefu_ma .tips { top: inherit; bottom: 0; height: inherit; width: 200px; padding: 10px; margin: 10px; }
.jinni8_kefu_nth:hover .tips { display: block; opacity: 1; }
.jinni8_kefu_ma .tips:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 1; }
.jinni8_kefu_style mip-fixed { position: relative !important; right: inherit !important; bottom: inherit !important; left: inherit !important; top: inherit !important; }
.jinni8_kefu_style mip-fixed mip-gototop { background-image: none; width: auto !important; height: inherit; background: none !important; border: none; }
.jinni8_kefu_style mip-fixed mip-gototop .jinni8_kefu_nth { border-top: rgb(0, 0, 0) 1px solid; }
.jinni8_kefu_style mip-fixed mip-gototop .jinni8_kefu_nth:before { display: block; }
.jinni8_kefu_ma .tips a { display: none; }
@media screen and (max-width:1023px) and (min-width:768px) {
.jinni8_kefu_style { width: 100%; bottom: 0; left: 0; top: inherit; height: 60px; transform: inherit; box-shadow: 0 0 5px #06172d; }
.jinni8_kefu_nth { width: calc( 33.33% - 1px ); float: left; border-top: 0 !important; border-left: #68a0ff 1px solid; padding: 6px 0; }
.jinni8_kefu_nth:nth-child(1) { border-left: 0; }
.jinni8_kefu_nth:before { display: none; }
.jinni8_kefu_nth .tips { display: none !important; }
.jinni8_kefu_mipimgs { height: 22px; }
.jinni8_kefu_style .jinni8_kefu_mipimgs { background-size: 22px 22px; }
.jinni8_kefu_ma .tips { display: none; z-index: 99999; opacity: 1; bottom: 56px; top: inherit; right: 0; left: inherit; background-color: rgba(0,0,0,0.8); width: 100%; height: 100%; position: fixed; padding: 0; margin: 0; }
.jinni8_kefu_ma:hover .tips mip-img { width: 260px; height: 260px; position: absolute; left: calc( 50% - 130px); bottom: calc( 50% - 130px); border-radius: 4px; z-index: 2; }
.jinni8_kefu_ma:hover .tips mip-img img { border: #fff 20px solid !important; width: inherit; min-width: inherit; border-radius: 4px; height: auto; max-width: calc( 100% - 40px ); }
.jinni8_kefu_ma .tips a { display: block; color: #fff !important; position: fixed; top: 10px; right: 10px; color: #fff !important; z-index: 1000000000000000000000000000000000; font-size: 13px; padding: 10px; }
}
@media screen and (max-width:767px) {
.jinni8_kefu_style { width: 100%; bottom: 0; left: 0; top: inherit; height: 60px; transform: inherit; box-shadow: 0 0 5px #06172d; }
.jinni8_kefu_nth { width: calc( 33.33% - 1px ); float: left; border-top: 0 !important; border-left: #68a0ff 1px solid; padding: 6px 0; }
.jinni8_kefu_nth:nth-child(1) { border-left: 0; }
.jinni8_kefu_nth:before { display: none; }
.jinni8_kefu_nth .tips { display: none !important; }
.jinni8_kefu_mipimgs { height: 22px; }
.jinni8_kefu_style .jinni8_kefu_mipimgs { background-size: 22px 22px; }
.jinni8_kefu_ma .tips { display: none; z-index: 99999; opacity: 1; bottom: 56px; top: inherit; right: 0; left: inherit; background-color: rgba(0,0,0,0.8); width: 100%; height: 100%; position: fixed; padding: 0; margin: 0; }
.jinni8_kefu_ma:hover .tips mip-img { width: 260px; height: 260px; position: absolute; left: calc( 50% - 130px); bottom: calc( 50% - 130px); border-radius: 4px; z-index: 2; }
.jinni8_kefu_ma:hover .tips mip-img img { border: #fff 20px solid !important; width: inherit; min-width: inherit; border-radius: 4px; height: auto; max-width: calc( 100% - 40px ); }
.jinni8_kefu_ma .tips a { display: block; color: #fff !important; position: fixed; top: 10px; right: 10px; color: #fff !important; z-index: 1000000000000000000000000000000000; font-size: 13px; padding: 10px; }
.h76px { height: 50px; }
}
/* css 代码块 END */

.sh { background-color: #f3f3f3; padding: 22px 0 26px; }
.sh ul { }
.sh li { width: 25%; float: left; text-align: center; background: #fff; padding: 30px 0; }
.sh li span { width: 112px; height: 112px; margin: 0px auto; display: block; background-size: contain; }
.sh li:nth-child(1) span { background-image: url(../images/icon1.png); }
.sh li:nth-child(2) span { background-image: url(../images/icon2.png); }
.sh li:nth-child(3) span { background-image: url(../images/icon3.png); }
.sh li:nth-child(4) span { background-image: url(../images/icon4.png); }
.sh div p { line-height: 22px; font-size: 14px; color: #555; }
.sh div { margin-top: 30px; }
 @media only screen and (min-width: 767px) and (max-width: 768px) {
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li { height: 50px; line-height: 50px !important; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li.navbar-wise-close { display: none; }
}
#bs-navbar li>ul { display: none; }
@media screen and (max-width:880px) {
.grqqbzih { display: none; }
.lsqflwkm .pcxmcxjw .gsemhkhy { width: 221px; }
.lsqflwkm .pcxmcxjw .yhrkacvk div { margin-top: 10px; }
.lsqflwkm .pcxmcxjw .yhrkacvk div em a { font-size: 23px; }
.lsqflwkm .pcxmcxjw .mip-nav-wrapper .navbar-toggle { margin: 10px 10px 0 0; }
.lsqflwkm .pcxmcxjw .mip-nav-wrapper #bs-navbar { margin-top: 22px; display: none; }
.lsqflwkm .pcxmcxjw .mip-nav-wrapper #bs-navbar.in { display: block; }
.lsqflwkm .mip-nav-wrapper #bs-navbar .navbar-nav li { padding: 0; height: auto; }
.lsqflwkm .mip-nav-wrapper .mip-layout-container { position: inherit; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li { display: inline-block; width: 100%; background-color: #f5f5f5; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar .navbar-nav li.current { background-color: #f5f5f5; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li>ul { background-color: #f5f5f5; width: 100%; left: 0; display: block; margin-top: 10px; position: static; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar .navbar-nav a { color: #333; text-align: left; padding: 0 10px; border-bottom: #dcdcdc 1px solid; height: 50px; line-height: 50px; color: #555; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li>ul li { height: 50px; line-height: 50px; width: calc( 50% - 0.5px ); float: left; border: none; background-color: #fbfbfb; border-bottom: #efefef 1px solid; border-left: #efefef 1px solid; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li>ul li:nth-child(odd) { border-left: none; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li>ul li a { font-size: 13px; padding: 0 10px !important; border-bottom: 0 !important; }
.lsqflwkm .pcxmcxjw nav ul li.current:before { display: none; }
.lsqflwkm .pcxmcxjw nav ul li i { display: none; }
.lsqflwkm .pcxmcxjw nav ul li:hover i { display: none; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar li.navbar-wise-close { border: none; margin: 0 !important; padding: 36px 0; }
.lsqflwkm .pcxmcxjw li:hover { background-color: inherit !important; }
}
 @media screen and (max-width:768px) {
.fptbckqv, .dbfjfboy, .brjkytqj { width: 100%; }
.nstwciuo, .iydmllvh, .degzsymg, .ucweqnmh, .zmtsaxqb { margin-top: 0; }
.brjkytqj.afoydkxo { min-height: inherit; }
.kxghgpfo li a.iqpyvwiy img { height: auto !important; }
.yiejlguh { height: auto; }
.umzliwxa li .neinnexf { display: none; }
.umzliwxa li { padding: 10px; border-bottom: #f1f1f1 1px solid; position: relative; }
.umzliwxa li h3 { height: inherit; overflow: inherit; line-height: 21px; padding: 10px 0; }
.umzliwxa li .lmcknwws { margin-top: 10px; }
.dpmyfvop li { padding: 0; border: 0; }
.dpmyfvop li .uqjaievc { width: calc( 100% - 20px ); }
.dpmyfvop li .uqjaievc .shlnkgqn { display: none; }
.dpmyfvop li .uqjaievc { padding: 10px 10px 24px; border-bottom: #f1f1f1 1px solid; position: relative; }
.dpmyfvop li .uqjaievc .videotlt { height: inherit; overflow: inherit; line-height: 21px; padding: 10px 0 0; text-align: center; }
.zyrzvncr { text-align: center; }
.dpmyfvop li .uqjaievc .xhueajof { margin-top: 10px; text-align: center; }
.ojkvnzsw { height: auto; position: relative; margin-bottom: 10px; }
.ojkvnzsw h2 { height: 60px; line-height: 60px; text-indent: 10px; font-size: 13px; }
.ojkvnzsw .xjdxyipo { margin: 0; width: 78%; position: relative; float: left; }
.ojkvnzsw mip-form input[type='text'] { width: calc( 100% - 20px ); float: left; margin: 10px; outline: none; }
.ojkvnzsw .xjdxyipo mip-form input[type='submit'] { position: absolute; right: 10px; top: 10px; outline: none; height: 31px; }
.ojkvnzsw .xjdxyipo div[target="q"] { top: inherit; bottom: inherit; margin-top: 39px; }
.ojkvnzsw .jhpwiacn { display: none; }
.ojkvnzsw .afoydkxo i { margin-right: 5px; }
.ojkvnzsw .afoydkxo { position: absolute; top: 9px; right: 0; font-size: 15px; height: 35px; line-height: 35px; background-color: #8bc34a; box-shadow: 0 0 10px #d2d2d2; padding: 0 10px; color: #fff; }
.ojkvnzsw .afoydkxo .pyonjvym { display: inline-block; }
.ojkvnzsw .afoydkxo .kswkrgvl { display: none; }
.jatnvlxg .yhrkacvk { width: 100%; box-shadow: none; }
.jatnvlxg .yhrkacvk .mjysmqtn { height: 36px; line-height: 36px; font-size: 16px; }
.jatnvlxg .yhrkacvk .mjysmqtn:before { top: 36px; }
.jatnvlxg .yhrkacvk ul { overflow: hidden; margin: 20px 0 0 0; }
.jatnvlxg .yhrkacvk li { width: calc( 48% - 0.5px ); padding-left: 2%; float: left; line-height: 36px; border-top: #f5f5f5 1px solid; border-right: #f5f5f5 1px solid; white-space: nowrap; text-overflow: ellipsis; }
.jatnvlxg .yhrkacvk li:nth-child(even) { border-right: none; }
.jatnvlxg .kxghgpfo { width: 100%; }
.jatnvlxg .afoydkxo .mjysmqtn { display: none; }
.jatnvlxg .afoydkxo li .iqpyvwiy { height: 130px; }
.jatnvlxg li i.icon-chevron-right { line-height: 36px; height: 36px; }
.bbzqagaa { background-color: #e52e2d; margin-top: 10px; }
.bbzqagaa .mjysmqtn { height: auto; color: #fff; font-size: 18px; }
.bbzqagaa .mjysmqtn:before { display: none; }
.bbzqagaa .mjysmqtn div { background: none; }
.bbzqagaa .mjysmqtn div h2 { font-size: 18px; }
.bbzqagaa .mjysmqtn span { display: block; color: #fff; }
.bbzqagaa .mjysmqtn span a { color: #edff00; font-weight: normal; font-size: 26px; padding-left: 10px; position: relative; top: 2px; }
.bbzqagaa .mjysmqtn small { display: none; }
.bbzqagaa .xsqxxivw { display: none; }
.qmbccmzd { background: none; height: auto; margin-top: 20px; }
.qmbccmzd .zjbbpnoz { margin-top: 20px; }
.qmbccmzd .emflejtp h2 { display: none; }
.qmbccmzd .ulbsfpdj, .qmbccmzd .edlqxxxc, .qmbccmzd .cgbyabuq { margin: 0; float: inherit; }
.qmbccmzd div p { position: relative; margin: 0; background: none #ffffff !important; left: 0 !important; right: 0 !important; top: 0 !important; width: 100% !important; border-bottom: #ddd 1px solid; color: #000 !important; font-size: 13px; height: 66px !important; line-height: 66px !important; padding: 0 !important; }
.qmbccmzd div p:before { content: ""; display: block; width: 0; height: 0; border-width: 8px 8px 0; border-style: solid; border-color: #383838 transparent transparent; position: absolute; left: calc( 50% - 8px); }
.//qmbccmzd div p:after {
content: "";
width: calc( 100% - 2px );
height: 18px;
display: inline-block;
z-index: 99999;
float: left;
position: absolute;
left: 0;
top: 23px;
border: #9bc2f4 1px solid;
border-top: none;
border-bottom: none;
}
.qmbccmzd div.ulbsfpdj p:nth-child(1) { border-top: #ddd 1px solid; }
.jpqjiuos { background-color: #f7f7f7; padding: 20px 0; }
.jpqjiuos .fptbckqv { position: relative; display: inline-block; }
.jpqjiuos .yhrkacvk, .jpqjiuos .afoydkxo { width: calc( 100% - 20px ); margin: 0 10px; text-align: center; }
.jpqjiuos .afoydkxo p { display: none; }
.jpqjiuos .afoydkxo div.mcpkpxqj { position: absolute; top: calc( 50% - 20px ); left: calc( 50% - 55px ); }
.jpqjiuos .afoydkxo div.mcpkpxqj a { opacity: 0.8; }
.mip-vd-tabs.mip-vd-tabs { position: relative }
.mip-vd-tabs .mip-vd-tabs-nav { display: -webkit-box; display: -webkit-flex; height: 44px; font-size: 14px; white-space: nowrap; background-color: #fff; -webkit-align-content: flex-start; -webkit-align-items: stretch; -webkit-box-align: stretch; -webkit-box-direction: normal; -webkit-box-lines: single; -webkit-box-orient: horizontal; -webkit-box-pack: justify; -webkit-flex-direction: row; -webkit-flex-wrap: nowrap; -webkit-justify-content: space-between; padding: 0 16px }
.mip-vd-tabs .mip-vd-tabs-nav * { -webkit-box-sizing: border-box; box-sizing: border-box }
.mip-vd-tabs .mip-vd-tabs-nav-li { display: block; overflow: hidden; width: 16.66666667%; height: 44px; padding: 0 14px 0 15px; line-height: 44px; text-align: center; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; list-style: none; color: #333; -webkit-box-flex: 1; -webkit-flex: 1 1 auto }
.mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { border-bottom: 1px solid #38f; color: #38f }
.mip-vd-tabs .mip-vd-tabs-nav-bottom { border-top: 1px solid #eee; background: #f8f8f8 }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-li { color: #666 }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-icon { display: none }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-li.mip-vd-tabs-nav-selected { position: relative; top: -1px; height: 38px; border: 1px solid #f1f1f1; border-color: #fff #f1f1f1 #38f #f1f1f1; line-height: 38px; color: #333; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-selected:first-child { margin-left: -1px }
.mip-vd-tabs .mip-vd-tabs-nav-bottom .mip-vd-tabs-nav-selected .mip-vd-tabs-nav-icon { display: inline-block }
.mip-vd-tabs .mip-vd-tabs-nav-view { position: relative; overflow: hidden; height: 44px; text-align: left; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav { display: inline-block; position: relative }
.mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav .mip-vd-tabs-nav-li { display: inline-block; vertical-align: middle; width: auto; padding: 0 15px }
.mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav.mip-vd-tabs-nav-bottom { background-color: #f8f8f8; position: relative; display: inline-block; vertical-align: middle }
.mip-vd-tabs .mip-vd-tabs-nav-layer { position: absolute; z-index: 8; top: 0; width: 100%; border-bottom: 1px solid #e7e7e7; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-layer p { height: 44px; padding: 0 16px; border-bottom: 1px solid #eee; line-height: 44px; text-align: left; color: #333 }
.mip-vd-tabs .mip-vd-tabs-nav-layer-ul .mip-vd-tabs-nav-li { display: inline-block; width: 16.66666667%; padding: 0 }
.mip-vd-tabs .mip-vd-tabs-nav-layer-ul .mip-vd-tabs-nav-selected { color: #38f }
.mip-vd-tabs .mip-vd-tabs-nav-toggle { position: absolute; z-index: 9; top: 0; right: 0; display: block; width: 42px; height: 26px; margin: 9px 0; border-left: 1px solid #ccc; text-align: center; background-color: #fff }
.mip-vd-tabs .mip-vd-tabs-nav-toggle img { position: absolute; top: 50%; left: 50%; display: inline-block; width: 10px; height: 6px; margin: -3px 0 0 -5px }
.mip-vd-tabs .mip-vd-tabs-nav-toggle-holder { display: inline-block; width: 29px; height: 1px; visibility: hidden }
.mip-vd-tabs .mip-vd-tabs-scroll-touch { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 30px; margin-top: -30px; -webkit-transform: translateY(30px); transform: translateY(30px); width: 1px; min-width: 100% }
.mip-vd-tabs .mip-vd-tabs-episode-content { padding: 15px 16px; text-align: left }
.mip-vd-tabs .mip-vd-tabs-episode-item { display: inline-block; width: 20%; height: 40px; line-height: 40px; text-align: center }
.mip-vd-tabs .mip-vd-tabs-episode-item-selected { color: #38f }
.mip-vd-tabs .mip-vd-tabs-episode-bottom-nav { padding: 0; height: 38px }
.mip-vd-tabs .mip-vd-tabs-episode-bottom-nav .mip-vd-tabs-nav-li { height: 38px; line-height: 38px }
.mip-vd-tabs .mip-vd-tabs-nav-view>.mip-vd-tabs-scroll-touch>.mip-vd-tabs-episode-bottom-nav.mip-vd-tabs-nav>.mip-vd-tabs-nav-li { display: inline-block }
.mip-vd-tabs .mip-vd-tabs-episode-bottom-nav.mip-vd-tabs-nav .mip-vd-tabs-nav-li { display: block }
.mip-vd-tabs .mip-vd-tabs-row-tile { width: 100%; position: relative; overflow: hidden }
.mip-vd-tabs .mip-vd-tabs-mask { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.4) }
.mip-vd-tabs.mip-vd-tabs[toggle-more] { z-index: 10 }
.rxztowxb { margin-top: 24px; }
.rxztowxb .fptbckqv mip-vd-tabs .yqwzofmm { width: 100%; }
.rxztowxb .fptbckqv mip-vd-tabs .mip-vd-tabs-nav { padding: 0 5px; height: 50px; line-height: 50px; }
.rxztowxb .fptbckqv mip-vd-tabs .mip-vd-tabs-nav-li { height: 50px; line-height: 50px; font-size: 16px; }
.rxztowxb .degzsymg { margin: 20px 0; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li { width: calc( 25% - 15px ); margin-bottom: 10px; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(odd) { margin-left: 10px; margin-right: 0; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(even) { margin-left: 0; margin-right: 10px; float: right; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(5) { display: none; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li mip-img { height: 100px; overflow: hidden; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li img { height: auto; }
.tyvtmark { margin-top: 20px; padding: 20px 0; }
.tyvtmark .fptbckqv { padding: 0 10px; width: calc( 100% - 20px ); }
.tyvtmark .yhrkacvk, .tyvtmark .afoydkxo { width: 100%; }
.tyvtmark .afoydkxo .yhrkacvk { display: none; }
.tyvtmark .afoydkxo .afoydkxo { width: 100%; }
.tyvtmark .afoydkxo .mjysmqtn span { color: #383838; }
.kczrjpff { font-size: 14px; position: relative; padding: 10px 0 20px; }
.kczrjpff .yhrkacvk { position: absolute; right: 10px; bottom: 26px; width: 100px !important; padding: 10px; display: none; }
.kczrjpff .yhrkacvk p { font-size: 12px; }
.kczrjpff .afoydkxo .ltudvmod { display: none; }
.kczrjpff .afoydkxo .gdbgymhb { text-align: left; padding: 0 10px; }
.kczrjpff .afoydkxo .gdbgymhb p { display: none; }
.kczrjpff .afoydkxo .gdbgymhb p.wapblock { display: block; line-height: 18px; padding: 8px 0; }
.kczrjpff .afoydkxo .gdbgymhb p span { display: block; line-height: 18px; padding: 8px 0; }
.kczrjpff .yhrkacvk, .kczrjpff .afoydkxo { width: 100%; }
.qyqsnicu .mip-showmore-btn { position: absolute; right: 10px; top: 10px; height: 30px; line-height: 30px; padding: 0 15px; background-color: rgba(255,255,255,0.6); color: #333; border: none; }
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo { display: none; }
.izejgtub .psfchjtc { padding: 0 10px; }
.izejgtub .psfchjtc h1, .izejgtub .psfchjtc strong { display: none; }
.izejgtub .psfchjtc h2 { font-size: 14px; height: 50px; margin: 0; float: left; line-height: 50px; }
.izejgtub .psfchjtc p { font-size: 14px; margin: 0; float: left; line-height: 20px; padding: 0 0 20px; width: 96%; }
.izejgtub .afoydkxo .kxghgpfo li { width: calc( 25% - 14.5px ); margin: 20px 5px 0 5px !important; }
.izejgtub .afoydkxo .kxghgpfo li:nth-child(4n) { margin-right: 10px; }
.izejgtub .afoydkxo .kxghgpfo li:nth-child(4n+1) { margin-left: 10px !important; }
.izejgtub .afoydkxo .kxghgpfo li a.iqpyvwiy { height: 172px !important; }
.izejgtub .swfscbol { margin: 50px 0; }
.izejgtub .swfscbol li span, .izejgtub .swfscbol li a { margin: 0 2px; padding: 0 10px; }
.izejgtub h1 { font-size: 22px; line-height: 35px; padding: 10px; margin-top: 10px; text-align: center; margin-bottom: 0; }
.izejgtub.ppzbyxmk .xcnuscvg { text-align: left; padding: 0 10px; font-size: 13px; }
.izejgtub .vqfjnpdn { margin-top: 20px !important; padding: 10px; }
.izejgtub.ppzbyxmk .tgrwqftf:before { display: none; }
.izejgtub.ppzbyxmk .tgrwqftf { cursor: pointer; float: inherit; margin-bottom: 20px; position: relative; padding-left: 0; width: 100%; }
.izejgtub .gxrmovxe { display: none; }
.izejgtub.ppzbyxmk .fvhvakep { display: none; }
.izejgtub.ppzbyxmk .iwzrfnsw ul { width: 100%; border: none; }
.izejgtub.ppzbyxmk .yyczpfji { margin-top: 20px; padding: 0 10px; }
.izejgtub.ppzbyxmk .yyczpfji .mjysmqtn span, .izejgtub.ppzbyxmk .yyczpfji .mjysmqtn h2 { font-size: 18px; }
.izejgtub.ppzbyxmk .mubtvpcv { margin-top: 20px; padding: 0 10px; }
.izejgtub.ppzbyxmk .mubtvpcv .mjysmqtn span, .izejgtub.ppzbyxmk .mubtvpcv .mjysmqtn h2 { font-size: 18px; }
.izejgtub.ppzbyxmk .mubtvpcv li { padding: 10px 0; }
.izejgtub.ppzbyxmk .mubtvpcv li .xcnuscvg { padding: 0 0; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li { width: calc( 25% - 9.5px ); margin: 10px 5px 0 5px; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li:nth-child(4n) { margin-right: 0px !important; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li:nth-child(4n+1) { margin-left: 0px !important; }
.izejgtub.ppzbyxmk .jqvueiyc { margin-top: 20px; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk { margin-left: 10px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo { width: calc( 100% - 340px ); margin-right: 10px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo h1 { height: 32px; line-height: 32px; margin-top: 0; }
.izejgtub .vqfjnpdn.rdsandxl { margin-top: 0 !important; padding-top: 0; }
.izejgtub.uwewsgnw .vqfjnpdn { min-height: inherit; margin-top: 0 !important; }
.izejgtub.uwewsgnw .vqfjnpdn:before { display: none; }
.ugjhbqds .bagkxgry { border: none; }
.videoplay.ucweqnmh { margin-top: 20px; }
.iydmllvh { overflow: hidden; margin-top: 5px; }
.inews .inewstable { width: calc( 100% ); float: left; margin: 0; border: 0; }
}
@media screen and (max-width:500px) {
.sh { padding: 0; }
.sh ul { padding: 20px 0; }
.sh li { width: 100%; margin: 8px 0 14px; background: #fff; padding: 24px 0; float: none; }
.jatnvlxg .afoydkxo li .iqpyvwiy { height: 160px; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li { width: calc( 50% - 15px ); margin-bottom: 10px; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(odd) { margin-left: 10px; margin-right: 0; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(even) { margin-left: 0; margin-right: 10px; float: right; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li:nth-child(5) { display: none; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li mip-img { height: 100px; overflow: hidden; }
.rxztowxb .fptbckqv mip-vd-tabs div ul li img { height: auto; }
.izejgtub .afoydkxo .kxghgpfo li { width: calc( 50% - 17px ); margin-top: 10px; }
.izejgtub .afoydkxo .kxghgpfo li:nth-child(odd) { margin-left: 10px !important; margin-right: 0; float: left; }
.izejgtub .afoydkxo .kxghgpfo li:nth-child(even) { margin-right: 10px !important; margin-left: 0; float: right; }
.izejgtub .afoydkxo .kxghgpfo li a.iqpyvwiy { height: 150px !important; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li { width: calc( 50% - 7px ); margin-top: 10px; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li:nth-child(odd) { margin-left: 0px !important; margin-right: 0; float: left; }
.izejgtub.ppzbyxmk .yyczpfji.kxghgpfo li:nth-child(even) { margin-right: 0px !important; margin-left: 0; float: right; }
.izejgtub.ppzbyxmk .jqvueiyc { margin-top: 0; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk { margin: 10px 0; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo { width: 100%; margin-right: 0; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo ul { padding: 0 10px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo h1 { height: inherit; line-height: inherit; }
}
.ly_contact { width: 100%; overflow: hidden; margin: 0 auto; border-bottom: none; box-sizing: border-box; }
.ly_contact ul { font-size: 16px; line-height: 25px; }
.lx_dz { width: 100%; overflow: hidden; margin: 10px auto 20px; padding: 0; }
.lx_dz .dz_map { width: 99%; height: 370px; overflow: hidden; border: 1px solid #d9d9d9; }
.lx_dz .dz_map iframe { width: 100%; }
.lx_dz .dz_map iframe body { width: 100%; }
#container { min-height: 369px; }
/*分页*/
.page_list { text-align: center; padding: 30px 0 20px; }
.page_list a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin-right: 5px; border-radius: 2px; }
.page_list a:hover { background: #0978c9; color: #ffffff; }
.page_list a.pnnum1 { background: #0978c9; color: #ffffff; }
.page_list input { display: inline-block; padding: 0 5px; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: pointer; }
.page_list .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default; }
/*内页新闻列表*/
.new_inside { width: 100%; }
.new_inside ul { width: 100%; padding: 0; padding-top: 30px; }
.new_inside ul li { background: #ffffff; display: block; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; box-shadow: 0px 0px 20px 0px #eaeaea; margin-bottom: 20px; position: relative; height: 80px; }
.new_inside ul li .news_time { position: absolute; left: 24px; top: 24px; width: 90px; text-align: center; background: #666; padding: 10px 0; overflow: hidden; border-radius: 4px 0 4px 0; }
.new_inside ul li .news_time p { font-size: 24px; font-weight: bold; color: #fff; }
.new_inside ul li .news_time span { font-size: 16px; color: #fff; }
.new_inside ul li .news_con { padding-left: 13%; padding-right: 2%; }
.new_inside ul li .news_con p { font-size: 16px; font-weight: bold; color: #515671; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.new_inside ul li .news_con span { display: block; font-size: 15px; color: #999; line-height: 22px; padding-top: 10px; height: 45px; overflow: hidden; }
.new_inside ul li p a { font-size: 17px; }
.new_inside ul li:hover p a { color: #0168b2; }
.new_inside ul li:hover .news_time { background: #0168b2; }
.new_inside ul li:hover { cursor: pointer; }
/*留言框*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0; }
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center; }
.cpzx .ly_msg ul { width: 100%; overflow: hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/ }
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0; }
.cpzx .ly_msg ul li h4 { width: 17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px; }
.cpzx .ly_msg ul li .msg_tara { height: 118px; width: 90%; }
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 14px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px; }
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none; }
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left; }
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(/images/tb_img.png) top right no-repeat; float: left; }
.cpzx .ly_msg ul li .msg_btn { overflow: hidden; margin: 0; padding: 0; float: left; }
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left; }
.cpzx .ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cpzx .ly_msg ul li h4 { width: 10%; height: 45px; font-size: 14px; }
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 90%; }
.cpzx .ly_msg ul li .msg_ipt1 { height: 47px; }
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px; }
.cpzx .ly_msg ul li .msg_ipt12 { width: 90% !important; height: 45px !important; }
.cpzx .msg_ipt12 input { height: 45px; }
.cpzx .ly_msg ul li .msg_ipt1 select { height: 45px !important; }
.cpzx input { border-radius: 2px; border: 1px solid #fff !important; background: #f1f1f1; }
.cpzx textarea { border-radius: 2px; border: 1px solid #fff !important; background: #f1f1f1; }
.cpzx select { border-radius: 2px; border: none !important; background: #f1f1f1; outline: none; text-indent: 10px; }
.cpzx input:focus, .cpzx textarea:focus { border: 1px solid #dedede !important; }
.cpzx .ly_msg ul li a.yzm_img img { height: 100% !important; }
.cpzx .msg_btn input { width: 150px; height: 45px; line-height: 45px; cursor: pointer; }
.cpzx .msg_btn input:first-child { background: #0168b2; color: #fff; outline: none; }
.cpzx .msg_ipt2 input { height: 45px; }
.cpzx .ly_msg ul li .msg_ipt2 { height: 45px; }
.topl { width: 32%; float: left; }
.toplogo { position: relative; height: 100px; width: 100% !important; }
.toplogo img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; }
.topr { width: 65%; }
.topr nav { width: 100%; }
.topr ul li { width: 14.2%; float: left; }
.topr ul li a { display: block; text-align: center; margin: auto !important; padding: 0 !important; font-size: 15px; }
.topr ul li ul li { width: auto; }
.topr ul li ul li a { margin: auto; }
.topmainpro { width: 30%; overflow: hidden; float: left; height: 60px; padding-left: 1%; }
.pinpainy { height: 200px; }
.pinpainy .proimg_bk { height: 160px; width: 100%; }
 @media (max-width: 480px) {
.topl { width: 50%; }
.topr { width: 50%; }
}
@media (max-width:880px) {
.inews { padding-bottom: 40px; overflow: hidden; }
.inews .inewstable { margin-top: 35px; }
.sh div p { font-size: 12px; }
}
@media (max-width:768px) {
.inews .inewstable:nth-child(1) .tabletitles { background-size: 100% 100%; }
.inews .inewstable:nth-child(2) .tabletitles { background-size: 100% 100%; }
.inews .inewstable:nth-child(3) .tabletitles { background-size: 100% 100%; }
.inews .inewstable { margin-top: 22px; }
.dpmyfvop li { padding: 12px 0; margin-left: 1%; width: 98%; }
.#bs-navbar .navbar-nav li ul {
display:none;
}
.sousuo .form_text1 { margin-left: 1%; }
.dpmyfvop li { height: auto; overflow: hidden; }
.cpzx .ly_msg ul li h4 { width: 20%; display: none; }
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .cpzx .ly_msg ul li .msg_ipt12 { width: 100%!important; }
.cpzx .ly_msg ul li .msg_ipt12 { width: 100% !important; }
.cpzx .ly_msg { width: 98%; }
.indesmulu { display: block; width: 82.5%; float: right; height: 44px; overflow: hidden; }
.fvopvideo { height: 300px; }
.inews { padding-bottom: 22px; overflow: hidden; }
.sh div p { font-size: 14px; }
}
 @media (max-width:992px) {
.page_list td span { display: none; }
.page_list td #firstpage { display: none; }
.page_list td #endpage { display: none; }
.page_list a { margin-right: 5px; }
.page_list { font-size: 0; color: #fff; margin-bottom: 0; }
.page_list input, .page_list button { display: none !important; }
.page_list a { font-size: 12px; }
}
 @media (max-width:767px) {
#KFRightScreen, #KFBoxTitle { display: none !important; }
.news_detail_page ul li { float: none; width: 100%; margin-bottom: 20px; text-align: left !important; }
.news_detail_page ul li a { display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.news_detail_page { margin-top: 50px; margin-bottom: 0; }
.izejgtub .vqfjnpdn.rdsandxl div[this="table"] { width: 100%; min-width: 100%; overflow-x: scroll; display: inline-block; }
.ly_contact { padding: 10px; }
.lx_dz .dz_map { height: 279px; }
#container { width: 100% !important; }
.lx_dz { width: 98%; }
.izejgtub .psfchjtc span { display: none; }
.ly_msg ul li div.msg_ipt2 { width: 30% !important; }
.ly_msg ul li span { display: none; }
.ly_msg { margin: 0 auto 0 !important; }
.cpzx .msg_btn input { width: 100%; margin-right: 0; }
.cpzx .msg_btn input:first-child { margin-right: 2%; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk { padding: 0; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk img { max-width: 100%; max-height: 300px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li { width: 100%; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma { margin-top: 20px; }
.izejgtub.ppzbyxmk .jqvueiyc .afoydkxo li.usmikoma a { margin-bottom: 15px; }
.izejgtub img, table { max-width: 96% !important; height: auto !important; margin: 0 auto; }
.new_inside ul li a { padding: 10px; }
.new_inside ul li .news_time { top: 18px; left: 14px; width: 22%; }
.new_inside ul li .news_time p { font-size: 20px; }
.new_inside ul li .news_con { padding-left: 30%; width: 68%; }
.topmainpro { width: 70%; overflow: hidden; padding-left: 10px; }
.jwplayer { max-width: 100% !important; height: auto !important; }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
.jinni8_kefu_qq { display: none; }
.jw-flag-user-inactive { max-width: 100% !important; }
.jatnvlxg .yhrkacvk li .indesmulu { width: 67%; padding-left: 0; }
}
@media (min-width: 1270px) and (max-width: 1500px) {
.jatnvlxg .afoydkxo li .proimg_bk { height: 248px; }
.jatnvlxg .afoydkxo li .iqpyvwiy img { max-height: 240px; }
#KFRightScreen, #KFBoxTitle { display: none !important; }
.topmainpro { width: 60%; overflow: hidden; padding-left: 10px; }
}
@media (min-width: 769px) and (max-width: 1200px) {
.indesmulu { display: block; width: 65.5%; float: right; height: 44px; overflow: hidden; }
}
.bzlxynco #showmore01 { height: inherit !important; }
.bzlxynco a.iqpyvwiy img { max-height: 100% !important; }
footer { margin-top: 50px !important; }
.swiper-container { width: 100%; }
.swiper-slide { }
.swiper-slide .part { height: 100%; }
.swiper-pagination-bullet { width: 14px; height: 14px; background: rgba(0,0,0,0.5); opacity: 0.5 !important; }
#swiper-container-01 .swiper-pagination-bullet-active { background: #fff; }
.swiper-container-horizontal>.swiper-pagination { bottom: 22px; }
.idx_tlt { font-size: 30px; font-weight: bold; color: #333; }
.ckqb_btn { display: block; width: 100%; height: 40px; background: #f1f1f1; color: #000; text-align: center; line-height: 40px; margin-top: 10px; }
.xgwz { padding: 10px 15px 25px; }
.xgwz li { height: 30px; line-height: 30px; font-size: 14px; border-bottom: 1px dashed #dedede; padding: 10px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xgwz li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
 @media (max-width: 1600px) {
.fptbckqv { width: 96%; position: relative; }
.container { width: 96% !important; }
.ucweqnmh { margin-top: 40px; }
.sy_ys { width: 100%; background: #fff; padding: 0 2%; box-sizing: border-box; }
}
@media (max-width: 1366px) {
.cpzx .ly_msg ul li h4 { width: 14%; }
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 85%; }
.cpzx .ly_msg ul li .msg_tara { width: 85%; }
.cpzx .ly_msg ul li .msg_ipt12 { width: 85% !important; }
.new_inside ul li .news_con { padding-left: 16%; }
}
@media screen and (max-width: 1200px) {
.jatnvlxg .afoydkxo li .proimg_bk { height: 185px; }
.jatnvlxg .afoydkxo li .iqpyvwiy { height: 185px; }
.videoplay li .proimg_bk a { height: 185px; }
.degzsymg ul li .proimg_bk { height: 102px; }
.inews .inewstable .tabletitles { height: 100px !important; }
.inews .inewstable .tabletitles a { height: 100px !important; }
.new_inside ul li .news_con { padding-left: 20%; }
.cpzx .ly_msg ul li h4 { width: 20%; }
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 75%; }
.cpzx .ly_msg ul li .msg_tara { width: 75%; }
.cpzx .ly_msg ul li .msg_ipt12 { width: 75% !important; }
.izejgtub .yhrkacvk .bzlxynco.kxghgpfo li { width: 96%; margin: 0 2% 10px; }
.kxghgpfo li .proimg_bk { height: 180px; }
.izejgtub .afoydkxo .kxghgpfo li a.iqpyvwiy { height: 180px; }
}
 @media screen and (max-width:1079px) and (min-width:1024px) {
.jatnvlxg .kxghgpfo { width: 73%; }
}
@media screen and (max-width: 880px) {
.topl { width: 70%; }
.toplogo { height: 60px; }
.topr { width: 25%; }
.lsqflwkm .pcxmcxjw .mip-nav-wrapper .navbar-toggle { margin: 15px 10px 0 0; outline: none; }
.ojkvnzsw .afoydkxo span { font-size: 14px; color: #fff; }
.jatnvlxg .afoydkxo li { width: 49%; }
.jatnvlxg .afoydkxo li:nth-child(3n) { margin: 0 2% 20px 0px; }
.jatnvlxg .afoydkxo li:nth-child(2n) { margin-right: 0; }
.jatnvlxg .afoydkxo li .iqpyvwiy { height: 100%; }
.sousuo .form_text1 { height: 35px; line-height: 35px; }
.sousuo .form_button1 { height: 35px; }
.videoplay { padding: 20px 0; }
.videoplay .vtitles span:before { top: 48px; }
.videoplay .vtitles span { margin-top: 14px; font-size: 14px; }
.jatnvlxg .yhrkacvk li a { font-size: 14px; }
.videoplay li { width: 49%; margin: 10px 2% 0px 0px; border: 0; }
.videoplay li:nth-child(2n) { margin-right: 0; }
.videoplay .mcpkpxqj { margin-top: 20px; }
.videoplay li .h_d a { font-size: 14px; }
.kxghgpfo li span a { font-size: 14px; height: 40px; line-height: 40px; }
.videoplay li .proimg_bk a { height: 160px; }
.mcpkpxqj a { font-size: 14px; }
.degzsymg ul li .proimg_bk { height: 90px; }
.sh div { margin-top: 0; }
footer { margin-top: 20px !important; }
.lkxdvann span { font-size: 14px; }
.lkxdvann li a { font-size: 14px; }
.sh li span { width: 90px; height: 90px; margin-bottom: 20px; }
.kczrjpff .afoydkxo .gdbgymhb p a { padding: 0 10px 0 0; }
.kczrjpff .afoydkxo .gdbgymhb p em { display: none; }
.jinni8_kefu_ma .tips.on { display: flex !important; justify-content: center; align-items: center; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.jinni8_kefu_ma .tipsxg img { display: block; }
.dianjiml dl dt { padding: 0 5px 0 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mip-nav-wrapper #bs-navbar { width: 112%; left: -6%; background: #f5f5f5; }
.lsqflwkm .pcxmcxjw .mip-nav-wrapper #bs-navbar { margin-top: 17px; }
.mip-nav-wrapper #bs-navbar .navbar-nav a, .mip-nav-wrapper #bs-navbar .navbar-nav mip-link, .mip-nav-wrapper #bs-navbar .navbar-nav span { font-size: 15px; }
.lsqflwkm .pcxmcxjw mip-nav-slidedown #bs-navbar .navbar-nav { padding: 0 5%; }
.qyqsnicu .mip-showmore-btn { display: block !important; top: 10px; background-color: rgb(95, 138, 195); color: #fff; }
.bqeabfgz { height: 50px; line-height: 50px; border-radius: 0; }
.BrandName { height: 32px; line-height: 32px; font-size: 14px; }
.kxghgpfo li .proimg_bk { height: 150px !important; }
.kxghgpfobrand li .proimg_bk { height: 90px !important; }
.kxghgpfo .proimg_bk a { height: 90px; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk { width: 99%; }
.izejgtub.ppzbyxmk .jqvueiyc .yhrkacvk { height: 300px; display: flex; justify-content: center; align-items: center; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.kxghgpfo li a.proname { font-size: 14px; }
.dpmyfvop li .viojuz { width: 100%; }
.new_inside ul li .news_con { padding-left: 20%; }
.jinni8_kefu_qq .tip, .jinni8_kefu_xx .tip, .jinni8_kefu_sj .tip { display: none !important; }
.idx_tlt { font-size: 26px; }
}
@media screen and (max-width:991px) and (min-width:769px) {
.jatnvlxg .kxghgpfo { width: 96%; }
}
@media screen and (max-width: 768px) {
.idx_tlt { font-size: 22px; }
.videoplay .vtitles span:before { top: 39px; }
.cpzx .ly_msg ul li .msg_ipt12 { width: 100% !important; }
.cpzx .ly_msg ul li .msg_btn { width: 100%; }
.cpzx .msg_ipt2 input { width: 100%; }
}
@media screen and (max-width: 480px) {
.new_inside ul li .news_con { padding-left: 30%; }
}
.link { width: 100%; margin: 0 auto; padding: 15px 0; }
.link span { display: inline-block; background: url(../images/pecv.png) left center no-repeat; padding-left: 25px; font-size: 14px; font-weight: bold; height: 26px; line-height: 26px; margin-bottom: 5px; }
.link a { font-size: 12px; color: #555; }
.foot1 { background-color: #1b1b1b; width: 100%; padding: 10px 0; margin-top: 30px; }
.container { width: 84%; margin: 0 auto; }
.foot1 ul { overflow: hidden; border-bottom: 1px solid #4f4f4f; text-align: center; padding-bottom: 10px; }
.foot1 ul li { display: inline-block; }
.foot1 ul li a { display: block; color: #ccc; font-size: 14px; padding: 15px 20px; }
.foot1 .c_block { padding: 20px 0 15px; overflow: hidden; }
.foot1 .c_block .lx1 { float: left; width: 40%; }
.foot1 .c_block .lx1 p { color: #ccc; line-height: 12px; padding: 30px 0 12px 0; }
.foot1 .c_block .lx1 span { display: block; line-height: 24px; color: #666; }
.foot1 .c_block .lx2 { float: left; color: #3383e2; font-size: 14px; line-height: 34px; vertical-align: top; padding-top: 40px; }
.foot1 .c_block .lx2 a { display: inline-block; width: 34px; height: 34px; background: url(../images/f_qq.png) center center no-repeat; vertical-align: top; }
.foot1 .c_block .lx3 { float: right; padding-top: 40px; }
.foot2 { background-color: #282828; width: 100%; padding: 10px 0; }
.foot2 p { color: #666; font-size: 14px; line-height: 26px; }
.foot2 a { color: #666; font-size: 14px; }
.foot2 a:hover { color: #00499f; }
@media (max-width: 1199px) and (min-width: 1001px) {
}
@media screen and (max-width: 880px) {
.foot1 ul { display: none; }
.foot1 .c_block .lx1 p { padding: 0 0 12px 0; }
.foot1 .c_block .lx2 { padding-top: 30px; }
.foot1 .c_block .lx3 { padding-top: 20px; }
.foot1 .container { width: 95%; }
.foot2 .container { width: 95%; }
}
@media screen and (max-width: 760px) {
.foot1 .c_block .lx1 { float: none; width: 100%; }
.foot1 .c_block .lx2 { float: none; width: 100%; }
.foot1 .c_block .lx3 { float: none; width: 100%; }
}
@media screen and (max-width: 480px) {
}


/*详情页内容超出设置*/

@media (max-width: 1079px) {
#c_detail_wrap #new-div .zoom-caret { display: none !important; }
#c_detail_wrap p, #c_detail_wrap span, #c_detail_wrap div, #c_detail_wrap video, #c_detail_wrap embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal; word-break: break-all; word-break: normal; }
#c_detail_wrap img { width: auto !important; height: auto !important; max-width: 50% !important; max-height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal; word-break: break-all; word-break: normal; }
#c_detail_wrap #new-div { overflow-x: hidden; overflow-y: hidden; width: 100%; position: relative; }
#c_detail_wrap #new-div .zoom-caret { display: block; position: absolute; top: 10px; right: 5px; font-size: 50px; color: #a7a5a5; z-index: 2; padding: 0; margin: 0; opacity: .3; }
#c_detail_wrap #new-div table { transform-origin: left top; border-collapse: collapse; max-width: 100%!important; }
#c_detail_wrap #new-div table td { padding: 3px; border: 1px solid #ccc; }
#c_detail_wrap #new-div.on { overflow: scroll; width: 100%; }
#c_detail_wrap #new-div.on .zoom-caret { display: none; }
}


/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {
height:2px;
}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
background-color:#bfbfbf;
}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/**top**/

.ly_top { width: 100%; height: 120px; margin: 0 auto; padding: 0; background-color: #fff; }
.ly_top .top_main { width: 80%; height: 120px; margin: 0 auto; padding: 0 2%; }
.top_main .ly_logo { width: 584px; height: 120px; overflow: hidden; margin: 0 13px 0 0; padding: 0; float: left; }
.top_main .ly_tel { width: 194px; height: 52px; float: right; color: #333; font-size: 16px; margin: 0 0 0 30px; padding: 34px 0 34px 20px; float: right; }
.ly_tel span { display: block; line-height: 24px; color: #0168b2; font-size: 26px; font-weight: bold; padding-top: 5px; }
/**search**/
.ly_search { overflow: hidden; margin: 0 30px 0 0; padding: 36px 0; float: right; }
.ly_search form { display: block; overflow: hidden; margin: 0; padding: 0; float: right; }
.ly_search form .sc_ipt { width: 220px; overflow: hidden; margin: 0; padding: 2px 0 2px 14px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; float: left; box-sizing: border-box; }
.ly_search form .sc_btn { width: 66px; height: 48px; overflow: hidden; margin: 0; padding: 0; box-sizing: border-box; }
.sc_ipt input { display: block; width: 100%; height: 42px; overflow: hidden; line-height: 42px; color: #666; font-size: 14px; border: none; outline: none; background: none; }
.sc_btn input { display: block; width: 100%; height: 48px; background: #0168b2 url(../images/sc_btn1.png) center center no-repeat; background-size: 20px 20px; border: none; outline: none; cursor: pointer; }
 @media (max-width: 1600px) {
.ly_top .top_main { width: 90%; }
}
@media screen and (max-width:1278px) and (min-width:1251px) {
.top_main .ly_tel { display: none; }
}
@media (max-width: 1250px) {
.top_main .ly_tel { display: none; }
}
 @media screen and (max-width:1249px) and (min-width:1275px) {
.top_main .ly_tel { display: none; }
}
 @media screen and (max-width:1080px) {
.ly_top { width: 94%; overflow: hidden; margin: 0 auto; padding: 0 2%; background-color: #fff; height: auto; }
.ly_top .top_main { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; height: auto; }
.top_main .ly_logo { width: 80%; }
.ly_logo img { max-width: 100%; }
.top_main .top_r { display: none; }
.top_main .ly_tel { display: none; }
/**search**/
.ly_search { float: none; width: 100%; margin: 0 auto; padding: 0 0 30px; }
.ly_search form { float: none; width: 100%; }
.ly_search form .sc_ipt { width: 80%; }
.sc_ipt input { height: 50px; line-height: 50px; }
.ly_search form .sc_btn { width: 20%; height: 56px; }
.sc_btn input { height: 56px; }
}
@media screen and (max-width:880px) {
.top_main .ly_logo { height: auto; }
.sc_ipt input { height: 35px; line-height: 35px; }
.ly_search form .sc_btn { width: 20%; height: 41px; }
.sc_btn input { height: 41px; }
}
/**nav**/
.nav { width: 85%; margin: 0 auto; padding: 0; }
.ly_nav { width: 100%; height: 54px; background-color: #0168b2; margin: 0 auto; padding: 0; position: relative; }
.nav_item { float: left; position: relative; margin: 0; width: 16.666667%; }
.nav_item > a { display: block; width: 100%; height: 54px; padding: 0; line-height: 54px; color: #fff; font-size: 18px; text-align: center; -webkit-transition: all .4s; transition: all .4s; font-weight: bold; }
.nav_item > a:hover, .nav_item > a.navon { position: relative; }
.nav_item > a:after, .nav_item > a.navon:after { transition: all .4s cubic-bezier(.4, 0, .2, 1); content: ''; display: block; background-color: #fff; height: 3px; width: 0; position: absolute; bottom: 3px; left: 50%; margin-left: 0; }
.nav_item > a:hover:after, .nav_item > a.navon:after { width: 40%; margin-left: -20%; }
.nav_item:hover { position: relative; }
.nav_item:hover>a:after { width: 40%; margin-left: -20%; }
.menu_open { display: none; }
.nav_item_open { width: 100%; height: auto; position: absolute; top: 100%; z-index: 10; background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; line-height: 48px; }
.nav_item2 a { display: block; overflow: hidden; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-align: center; white-space: nowrap; text-overflow: ellipsis; }
.nav_item2:hover a { background-color: #3d8dc5; color: #fff; }
.hcover { display: none; }
 @media (max-width: 1600px) {
.nav { width: 90%; }
}
 @media screen and (max-width:1080px) {
.ly_nav { height: 0; }
/**nav**/
.menu_open { display: block; float: right; width: 52px; padding: 0 5px; background: #0168b2; position: absolute; top: -169px; right: 3%; box-sizing: border-box; z-index: 998; cursor: pointer; border-radius: 2px; }
.menu_open i { height: 2px; width: 68%; background-color: #ffffff; display: block; margin: 10px auto; }
.menu_open:hover { background-color: #3d8dc5; }
.menu_open:hover i { background-color: #fff; }
.nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 999; overflow: hidden; background-color: #0168b2; }
.hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed; right: -50%; top: 0; z-index: 999; }
.nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 50px; position: relative; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .1); }
.nav_item > a { display: block; margin: 0; font-size: 14px; height: 30px; line-height: 30px; color: #fff; width: 90%; padding: 10px 5% 10px 5%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item > a:active { background-color: #0065a4; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
/*.nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; left: 0; }*/
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255, 255, 255, .5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #0168b2; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 18px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 20px; margin-bottom: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, .5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { display: block; overflow: hidden; margin: 0; height: 30px; line-height: 30px; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .1); }
.nav_item > a:hover:after, .nav_item > a.navon:after { width: 14%; margin-left: -7%; }
.nav_item:hover>a:after { width: 14%; margin-left: -7%; }
}
@media screen and (max-width:880px) {
.menu_open { width: 48px; padding: 3px 5px; top: -150px; }
.menu_open i { height: 1px; margin: 7px auto; }
}
@media screen and (max-width:760px) {
.menu_open { top: -128px; }
}
/*产品目录*/
.ly_show .show_menu { width: 20%; overflow: hidden; margin: 0; padding: 0; }
.ly_title { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0; }
.ly_title p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #000000; font-size: 32px; font-weight: bold; text-align: center; }
.ly_title p font { color: #0170e2; }
.ly_title span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; margin: 10px auto 0; padding: 0; color: #aaa; font-size: 14px; font-family: "Arial"; text-align: center; }
.ly_title2 p { color: #fff; }
.ly_title2 p font { color: #fff; }
.ly_title2 span { color: #fff; }
.show_menu .menu_tit { width: 100%; position: relative; margin: 0 auto; padding: 6px 20px; background: #0168b2; box-sizing: border-box; text-align: center; }
.show_menu .menu_tit:before { content: ""; display: block; width: 0; height: 0; border-width: 8px 8px 0; border-style: solid; border-color: #0168b2 transparent transparent; position: absolute; top: 60px; left: calc( 50% - 8px); }
.menu_tit p { width: 100%; overflow: hidden; height: 50px; line-height: 50px; color: #fff; font-size: 20px; margin: 0 auto; padding: 0; }
.menu_tit span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: rgba(255, 255, 255, 0.5); font-family: "Arial"; font-size: 14px; font-style: italic; margin: 0 auto; padding: 0; }
.menu_tit em { display: none; }
.show_menu .menu_list { background: #fff; width: 100%; overflow: hidden; margin: 0 auto; padding: 22px 0 19px; box-sizing: border-box; }
.menu_list .menu_li { width: 90%; height: 100%; margin: 0 auto; padding: 0 0; box-sizing: border-box; }
.menu_li>p>a { width: 60%; float: left; display: block; color: #515671; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 16px; font-weight: bold; }
.menu_li p { width: 100%; height: 48px; overflow: hidden; line-height: 48px; color: #666; font-size: 14px; font-weight: bold; background-color: #f6f6f6; margin: 0 auto; padding: 0 0 0 20px; box-sizing: border-box; margin-bottom: 5px; }
.menu_li>p>span { display: block; width: 30%; height: 48px; float: right; background: url(../images/menu_tb1.png) 80% center no-repeat; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.menu_li ul li a:hover { color: #0168b2; }
.menu_li>p>span.on { transform: rotateX(180deg); }
.menu_li>p:hover { background: #0168b2; color: #fff; }
.menu_li>p:hover a { color: #fff; }
.menu_li>p:hover span { background: url(../images/menu_tb3.png) 80% center no-repeat; }
.menu_li ul { display: none; width: 100%; overflow: hidden; margin: 10px auto; padding: 0; background: #fff; }
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li { width: 100%; height: 45px; overflow: hidden; margin: 0 auto; padding: 0; }
.menu_li ul li a { display: block; width: 100%; height: 45px; overflow: hidden; line-height: 45px; color: #808ea4; font-size: 15px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.menu_li ul li a { width: 100%; color: #000; background-color: #fff; height: 45px; line-height: 45px; font-weight: normal; padding: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu_li p img { display: block; width: 14px; height: 14px; margin: 13px 13px 13px 0; padding: 0; float: left; }
.menu_li ul li a:before { content: ''; display: block; width: 14px; height: 14px; margin: 15px 13px 13px 0; padding: 0; float: left; background: url(../images/menu_tb2.png) center center no-repeat; }
.menu_li ul li a img { margin: 7px 13px 13px 0; }
.menu_li ul li a:hover { color: #0168b2; }
@media (max-width:1440px) {
}
@media (max-width:1199px) {
.ly_show { width: 100%; margin: 0 auto; padding: 20px 0; }
.ly_title span { margin: 5px auto 0; }
.ly_show .show_menu { width: 21%; }
.ly_show .show_list { width: 78%; }
.show_pro_img span { width: 100%; height: 230px; }
.show_list ul li p { width: 98%; }
.menu_li p { width: 100%; padding: 0 5px; }
.menu_li ul { width: 100%; }
.menu_li ul li a { padding: 0 10px; }
}
@media (max-width:991px) {
.ly_title { margin: 0 auto 20px; }
.ly_title p { font-size: 24px; }
.ly_title span { margin: 0 auto 0; }
.ny_content .content_left { width: 100%; }
.ny_content .content_right { width: 100%; }
.content_left .show_menu { width: 100%; margin-bottom: 20px; }
.ly_show .show_menu { width: 100%; margin-bottom: 20px; }
.menu_list .menu_li { width: 96%; }
.menu_li p { width: 100%; padding: 0 0 0 3%; }
.jatnvlxg .yhrkacvk { margin-bottom: 15px; }
.menu_tit { position: relative; }
.menu_tit p { width: 100%; }
.menu_tit em { display: block; position: absolute; color: #fff; line-height: 60px; right: 20px; top: 0; }
.show_menu .menu_list { display: none; }
.show_menu .menu_tit { height: 60px; }
.yhrkacvk { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.brjkytqj { width: 100%; margin-top: 20px; }
}
@media (max-width:767px) {
.show_list ul li { margin: 0 0 10px; }
.ly_show { padding: 10px 0 20px; }
.show_pro_img span { height: 140px; }
.ly_title span { display: none; }
.ly_title { margin: 0 auto 10px; padding-bottom: 10px; border-bottom: 1px solid #f5f5f5; }
.ly_title2 { margin: 0 auto 10px; padding-bottom: 10px; border-bottom: 0; }
.menu_tit p { height: 40px; line-height: 40px; font-size: 18px; }
.show_menu .menu_tit { height: 50px; }
.menu_tit em { line-height: 50px; }
.ucweqnmh { margin-top: 20px; }
.show_menu .menu_tit:before { top: 50px; }
}
/*首页关于我们*/
.h_aboutus { background-color: #f3f3f3; padding: 70px 0 60px 0; }
.h_aboutus .h_aboutus_in { width: 80%; margin: 0 auto; }
.h_aboutus .aboutus_con { width: 60%; float: left; padding: 0; }
.h_aboutus .aboutus_con .block-title { text-align: left; position: relative; margin-bottom: 40px; }
.h_aboutus .aboutus_con .block-title .tlt { margin-top: 0; font-size: 36px; margin-bottom: 15px; font-weight: bold; }
.h_aboutus .aboutus_con .block-title p { font-size: 16px; color: #999999; }
.h_aboutus .aboutus_con .index-about-info { font-size: 16px; color: #666666; line-height: 30px; padding-right: 70px; height: 180px; overflow: hidden; margin-bottom: 32px; }
.h_aboutus .aboutus_con .more { width: 150px; height: 40px; display: block; text-align: center; line-height: 40px; font-size: 14px; position: relative; transition: all .3s; background: #383838; color: #fff; }
.h_aboutus .aboutus_con .more:hover { background: #0168b2; }
.h_aboutus .about_img { width: 40%; float: right; }
.h_aboutus .about_img img { width: 100%; height: auto; }
@media (max-width: 1600px) {
.h_aboutus .h_aboutus_in { width: 90%; }
}
@media (max-width:880px) {
.h_aboutus { padding: 40px 0 44px 0; }
.h_aboutus .about_img { display: none; }
.h_aboutus .aboutus_con .block-title .tlt { font-size: 30px; text-align: center; }
.h_aboutus .aboutus_con .block-title p { text-align: center; }
.h_aboutus .aboutus_con .block-title { margin-bottom: 26px; }
.h_aboutus .aboutus_con { width: 100%; }
.h_aboutus .aboutus_con .index-about-info { padding-right: 0; }
.h_aboutus .aboutus_con .more { margin: 0 auto; }
}
@media (max-width:767px) {
.h_aboutus { padding: 28px 0 36px 0; }
.h_aboutus .aboutus_con .block-title .tlt { font-size: 22px; }
.h_aboutus .aboutus_con .index-about-info { font-size: 14px; }
.h_aboutus .aboutus_con .block-title { margin-bottom: 16px; }
}
/*关于我们修改*/
.idx_about { background: url(../images/idx_about_bg.jpg) no-repeat top center; padding-top: 60px; margin: 0 0 0; }
.idx_about .idx_about_in { width: 80%; margin: 0 auto; background: #fff url(../images/about_b.jpg) no-repeat bottom center; padding-bottom: 32px; background-size: contain; }
.idx_about_top { overflow: hidden; padding: 50px; }
.idx_about_top .idx_about_img { float: left; width: 40%; }
.idx_about_top .idx_about_img a { display: block; }
.idx_about_top .idx_about_img a img { max-width: 100%; }
.idx_about_line { float: left; width: 10%; height: 350px; background: url(../images/idx_about_line.jpg) no-repeat center center; display: none; }
.idx_about_wz { float: right; width: 56%; }
.idx_about_wz .tlt { font-size: 30px; color: #555; font-weight: bold; }
.idx_about_wz .tlt span { font-size: 30px; color: #0c65b6; padding-left: 10px; font-weight: normal; }
.idx_about_wz .about_line { display: block; width: 30px; height: 3px; background: #333; margin: 20px 0; }
.idx_about_con { font-size: 15px; line-height: 28px; color: #777; height: 200px; overflow: hidden; text-indent: 28px; }
.idx_about_more { display: block; width: 166px; height: 46px; border: 1px solid #0c65b6; color: #0c65b6; font-size: 16px; line-height: 46px; text-align: center; margin-top: 30px; border-radius: 60px; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; text-decoration: none; }
.idx_about_more:hover { background: #0c65b6; color: #fff; text-decoration: none; }
.idx_about_bottom { overflow: hidden; padding: 0 50px; }
.idx_about_bottom li { float: left; height: 58px; width: 210px; text-align: left; margin: 0 20px; position: relative; overflow: hidden; }
.idx_about_bottom li em { display: block; width: 55px; height: 55px; background: url(../images/ys_icon1.png) no-repeat center center; border: 1px solid #dedede; border-radius: 50%; position: absolute; left: 0; top: 0; overflow: hidden; }
.idx_about_bottom li.ys2 em { background: url(../images/ys_icon2.png) no-repeat center center; }
.idx_about_bottom li.ys3 em { background: url(../images/ys_icon3.png) no-repeat center center; }
.idx_about_bottom li.ys4 em { background: url(../images/ys_icon4.png) no-repeat center center; }
.idx_about_bottom li:hover em { border: 1px solid #dedede; border-radius: 50%; left: -60px; -webkit-filter: drop-shadow(60px 0 #0d9dd1); filter: drop-shadow(60px 0 #0d9dd1); overflow: hidden; }
.idx_about_bottom li p { font-size: 28px; color: #0d9dd1; display: block; text-indent: 68px; }
.idx_about_bottom li span { font-size: 16px; color: #555; display: block; padding-top: 10px; text-indent: 74px; }
@media (max-width:1199px) {
}
@media (max-width:992px) {
}
@media (max-width:880px) {
}
@media (max-width:767px) {
.idx_about_top { padding: 20px; }
.idx_about_top .idx_about_img { float: none; width: 100%; margin-bottom: 20px; }
.idx_about_line { display: none; }
.idx_about_wz { float: none; width: 100%; }
.idx_about_wz .tlt { font-size: 20px; }
.idx_about_wz .tlt span { font-size: 20px; }
.idx_about_more { margin: 20px auto 0; }
.idx_about .idx_about_in { padding-bottom: 20px; }
}
/**foot**/
.ly_foot { width: 100%; overflow: hidden; margin: 0 auto; padding: 40px 0 20px; background-color: #1b1b1b; }
.ft_link { width: 80%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 20px 0 20px 0; text-align: justify; color: #fff; }
.ft_link span, .ft_link a { display: inline-block; font-size: 14px; }
.ft_link span { color: #333; }
.ft_link a { padding: 0 10px; color: #555; }
.ft_link a:hover { color: #555; }
.ly_foot .ft_main { width: 80%; overflow: hidden; margin: 0 auto; padding: 0 0 40px; }
.ft_main .ft_contact, .ft_main .ft_prolist { float: left; padding: 0 4% 0 0; border-right: 1px solid #444343; }
.ft_main .ft_contact { width: 30%; }
.ft_main .ft_prolist { padding: 0 0; width: 40%; }
.ft_main .ft_prolist .blc { width: 35%; float: left; padding: 0 5% 0 10%; text-align: center; }
.ft_main .ft_prolist ul li a { display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ft_main .ft_ewm { float: right; }
.ft_contact em, .ft_prolist em { display: block; margin: 0 auto 20px; padding: 0; color: #fff; font-size: 16px; font-weight: bold; font-style: normal; }
.ft_contact ul li, .ft_prolist ul li a { display: block; overflow: hidden; line-height: 40px; color: #fff; font-size: 14px; }
.ft_contact ul li img { display: block; width: 40px; height: 40px; float: left; }
.ft_prolist ul li a:hover { color: #fff; }
.ft_ewm img { display: block; width: 140px; height: 140px; overflow: hidden; margin: 20px auto 10px; padding: 0; }
.ft_ewm p { color: #fff; font-size: 14px; text-align: center; }
.ly_foot .ft_copy { width: 100%; overflow: hidden; margin: 0 auto; padding: 20px 0 0; border-top: 1px solid #444343; }
.ft_copy p { width: 80%; overflow: hidden; line-height: 24px; color: #fff; font-size: 14px; margin: 0 auto; padding: 0; text-align: center; }
.ft_copy p a { color: #fff; }
.ft_copy p a:hover { color: #fff; }
@media (max-width: 1600px) {
.ft_link { width: 90%; }
.ly_foot .ft_main { width: 90%; }
.ft_copy p { width: 90%; }
.ft_main .ft_contact { width: 30%; padding: 0 10% 0 0; }
.ft_main .ft_prolist { padding: 0 10%; width: 20%; }
}
@media (max-width: 1200px) {
.ft_main .ft_prolist { padding: 0 3%; width: 25%; }
}
@media (max-width:880px) {
.ly_foot { padding: 30px 0 20px; }
.ft_link span { display: block; width: 100%; margin-bottom: 10px; }
.ft_main .ft_contact { width: 100%; padding: 0; margin-bottom: 20px; display: none; }
.ft_main .ft_prolist { width: 100%; padding: 0; margin-bottom: 20px; display: none; }
.ft_main .ft_ewm { float: none; margin: 0 auto; }
.ft_main .ft_prolist .blc { padding: 0 5% 0 0; text-align: left; }
}
@media (max-width:767px) {
}
.ny_content { padding: 40px 0 40px; min-height: 500px; }
.ny_news_tlt { font-size: 28px; margin-top: 30px; margin-bottom: 20px; }
.afoydkxo .iwzrfnsw { margin-top: 20px; }
/*联系我们页面*/
.ny_wrap_content { width: 100%; background: #fff; padding: 0 0 50px; line-height: 28px; }
.container { width: 80%; margin: 0 auto; }
.mainCon { background: #fff; padding: 10px; min-height: 600px; }
/*联系我们*/
.ly_contact { width: 100%; overflow: hidden; margin: 40px auto 0; padding: 0; }
.ly_contact .lxfs { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.lxfs ul li { width: 33.333333%; height: 340px; overflow: hidden; margin: 0; padding: 0; border-left: 1px solid #d9d9d9; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.lx_icon { width: 128px; height: 128px; overflow: hidden; margin: 50px auto; padding: 0; background-color: #f8f8f8; border-radius: 50%; }
.lxfs ul li h3 { width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #666; font-size: 16px; text-align: center; margin: 0 auto 10px; padding: 0; }
.lxfs ul li p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 26px; font-family: "Arial"; text-align: center; margin: 0 auto; padding: 0; }
.lx_ewm { width: 100%; height: 440px; overflow: hidden; margin: 40px auto; padding: 0; background: url(../images/bg_weixin.jpg) center center no-repeat; background-size: cover; }
.lx_ewm h3 {
width:100%； height:40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 32px; text-align: center; margin: 80px auto 0; padding: 0; }
.lx_ewm p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; }
.lx_ewm img { display: block; width: 160px; height: 160px; overflow: hidden; margin: 40px auto; padding: 0; }
.lx_dz { width: 97%; overflow: hidden; margin: 0 auto; padding: 1%; border: 1px solid #d9d9d9; }
.lx_dz .dz_map { width: 100%; overflow: hidden; height: 350px; margin: 0 auto; }
@media screen and (max-width:1079px) and (min-width:768px) {
.lxfs ul li p { font-size: 20px; }
}
@media (max-width:767px) {
.lxfs ul li { width: 100%; height: 250px; }
.lx_icon { margin: 20px auto; }
#container { max-width: 100%; max-height: 400px; }
}
/*内页视频列表*/
.ny_videolist { overflow: hidden; padding-top: 30px; }
.ny_videolist li { width: 31%; overflow: hidden; margin: 0 3.5% 40px 0; padding: 0; float: left; }
.ny_videolist li:nth-child(3n+3) { margin: 0 0 40px 0; }
.ny_videolist li .ab1_img { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.ny_videolist li .ab1_img a { display: block; width: 100%; height: 280px; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #fff; border-left: 1px solid #dfdfdf; border-radius: 2px 2px 0 0; box-sizing: border-box; text-align: center; position: relative; }
.ny_videolist li .ab1_img a img { max-width: 100%; max-height: 100%; vertical-align: middle; }
.ny_videolist li .ab1_img a .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.ny_videolist li .ab1_img a span { display: block; width: 80px; height: 80px; overflow: hidden; margin: -40px 0 0 -40px; padding: 0; background: rgba(0, 0, 0, 0.6) url(../images/vd_btn.png) center center no-repeat; background-size: 40px 40px; border-radius: 50%; position: absolute; left: 50%; top: 50%; }
.ny_videolist li:hover .ab1_img a span { background: rgba(12, 101, 182, 0.8) url(../images/vd_btn.png) center center no-repeat; background-size: 40px 40px; }
.ny_videolist li .ab1_name { width: 100%; height: 46px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #717476; border-radius: 0 0 2px 2px; }
.ny_videolist li .ab1_name a { display: block; width: 90%; height: 46px; overflow: hidden; line-height: 46px; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0; }
.ny_videolist li:hover .ab1_img a { border-top: 1px solid #0c65b6; border-right: 1px solid #0c65b6; border-left: 1px solid #0c65b6; }
.ny_videolist li:hover .ab1_name { background-color: #0c65b6; }
 @media (max-width: 1200px) {
.ny_videolist li .ab1_img a { height: 220px; }
}
@media (max-width:880px) {
.ny_videolist li { width: 48%; overflow: hidden; margin: 0 4% 30px 0; padding: 0; float: left; }
.ny_videolist li:nth-child(3n+3) { margin: 0 4% 30px 0; }
.ny_videolist li:nth-child(2n+2) { margin: 0 0 30px 0; }
.ny_videolist li .ab1_img a { height: 158px; }
.ny_videolist li .ab1_img a span { width: 50px; height: 50px; background: rgba(0, 0, 0, 0.6) url(../images/vd_btn.png) center center no-repeat; background-size: 20px 20px; margin: -20px 0 0 -20px; }
}
@media (max-width:767px) {
}
/*产品详情*/

.proshow1 { padding-top: 40px; position: relative; }
.proshow1 .js-silder { float: left; width: 45%; margin-top: 0 !important; border: 1px solid #ddd; }
.proshow1 .js-silder .silder-scroll { width: 100%; overflow: hidden; }
.proshow1 .js-silder .silder-main { position: relative; width: 100%; overflow: hidden; min-height: inherit; }
.proshow1 .js-silder .silder-main-img {/*position:absolute;top:0;left:0;*/ width: 100%; text-align: center; height: 450px; }
.proshow1 .js-silder .silder-main-img img { max-width: 80% !important; vertical-align: middle }
.proshow1 .js-silder .silder-main-img .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.proshow1 .js-silder .js-silder-ctrl { width: 100%; text-align: center; position: absolute; bottom: 15px; }
.proshow1 .js-silder .silder-ctrl-prev, .proshow1 .js-silder .silder-ctrl-next { position: absolute; top: -150px; width: 8%; height: 100%; vertical-align: middle; cursor: pointer; color: #fff; font-family: "宋体"; font-size: 52px; font-weight: 600; text-shadow: #666 2px 2px 5px; }
.proshow1 .js-silder .silder-ctrl-prev { left: 0; text-align: left; }
.proshow1 .js-silder .silder-ctrl-next { right: 0; text-align: right; }
.proshow1 .js-silder .silder-ctrl-prev>span, .silder-ctrl-next>span { position: absolute; top: 50%; margin-top: -40px; }
.proshow1 .js-silder .silder-ctrl-prev>span { left: 0; }
.proshow1 .js-silder .silder-ctrl-next>span { right: 0; }
.proshow1 .js-silder .silder-ctrl-con { display: inline-block; width: 4%; padding: 10px 0; margin: 0 5px; cursor: pointer; }
.proshow1 .js-silder .silder-ctrl-con>span { display: block; line-height: 0; text-indent: -9999px; overflow: hidden; padding: 2px 0; cursor: pointer; background-color: #e4e4e4; }
.proshow1 .js-silder .silder-ctrl-con.active>span { background-color: #f06405; }
.proshow1 h1 { text-align: left; margin-bottom: 20px; }
.proshow1 .prodesc p { font-size: 15px; line-height: 25px; margin-bottom: 16px; }
.proshow1 .prodesc p.bt { font-size: 20px; font-weight: bold; color: #0168b2; }
.proshow1 .prodesc { float: right; width: 51%; }
.proshow1 .prodesc p.desc { height: 128px; overflow: hidden; }
.proshow1 .pro_btn { padding-top: 72px; overflow: hidden; }
.proshow1 .pro_btn1 { display: block; width: 40%; margin-right: 20px; height: 55px; line-height: 55px; text-align: center; font-size: 16px; color: #fff; background: #0168b2; border-radius: 2px; float: left; border: 1px solid #fff; }
.proshow1 .pro_btn2 { display: block; width: 40%; margin-right: 0; height: 55px; line-height: 55px; text-align: center; font-size: 16px; background: #1b1b1b; color: #fff; border-radius: 2px; float: left; border: 1px solid #fff; }
.proshow1 .pro_btn1:hover { background: #fff; border: 1px solid #0168b2; color: #0168b2; }
.proshow1 .pro_btn2:hover { background: #fff; border: 1px solid #0168b2; color: #0168b2; }
.ny_z_xgwz { margin-top: 20px; }
.ny_z_xgwz .c_tlt { height: 62px; line-height: 62px; background: #0168b2; color: #fff; text-align: center; font-size: 20px; }
.ny_z_xgwz ul li { width: 100%; height: 50px; overflow: hidden; line-height: 50px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea; }
.ny_z_xgwz ul li:last-child { border-bottom: 0; }
.ny_z_xgwz ul li a { color: #666; font-size: 14px; display: block; padding: 0 0 0 5%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 60%; float: left; }
.ny_z_xgwz ul li a:hover { color: #0c65b6; }
.ny_z_xgwz ul li span { display: block; width: 30%; float: left; text-align: right; color: #999; padding-right: 5%; }
 @media (max-width:1200px) {
.ny_z_xgwz ul li span { display: none; }
.ny_z_xgwz ul li a { padding: 0 5%; width: 90%; }
}
 @media (max-width:880px) {
.ny_z_xgwz ul li span { display: block; }
.ny_z_xgwz ul li a { padding: 0 3%; width: 70%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.ny_z_xgwz ul li span { width: 25%; float: right; font-size: 12px; }
.proshow1 .js-silder { width: 99%; }
.proshow1 .prodesc { width: 100%; margin-top: 20px; }
.proshow1 .prodesc p.desc { height: auto; }
.proshow1 h1 { padding: 10px 0; }
.proshow1 { margin-bottom: 20px; }
.ny_z_xgwz .c_tlt { height: 50px; line-height: 50px; }
.proshow1 .js-silder .silder-main-img { height: 340px; }
.proshow1 .pro_btn { padding-top: 30px; }
}
@media (max-width:767px) {
}
/*ny_banner 开始*/
.ny_banner { width: 100%; height: 300px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #fff; position: relative; }
.ny_banner img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.ny_banner .nyBa_text { width: 100%; overflow: hidden; margin: -50px 0 0; padding: 0 400px; position: absolute; left: 0; top: 50%; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nyBa_text span { display: block; width: 100%; overflow: hidden; line-height: 30px; color: #fff; font-size: 20px; text-transform: uppercase; margin: 0 auto 5px; padding: 0; }
.nyBa_text p { display: block; width: 100%; overflow: hidden; line-height: 40px; color: #fff; font-size: 36px; margin: 0 auto; padding: 0; font-weight: bold; }
@media (max-width: 1680px) {
.ny_banner .nyBa_text { padding: 0 100px; }
}
@media (max-width: 1600px) {
.ny_banner .nyBa_text { padding: 0 80px; }
}
@media (max-width: 1440px) {
.ny_banner .nyBa_text { padding: 0 60px; }
.nyBa_text span { line-height: 20px; font-size: 16px; }
.nyBa_text p { font-size: 32px; }
}
@media (max-width: 1366px) {
.ny_banner .nyBa_text { padding: 0 40px; }
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
.nyBa_text span { line-height: 24px; font-size: 18px; }
.nyBa_text p { font-size: 32px; }
}
@media (max-width: 1080px) {
.nyBa_text span { line-height: 20px; font-size: 16px; }
.nyBa_text p { font-size: 28px; }
}
@media (max-width: 800px) {
.ny_banner { height: 300px; }
.ny_banner .nyBa_text { padding: 0 20px; }
.nyBa_text span { margin: 0 auto; }
.nyBa_text p { font-size: 26px; }
}
@media (max-width: 767px) {
.ny_banner { height: 200px; }
.ny_banner .nyBa_text { margin: 0; }
.nyBa_text span { line-height: 20px; font-size: 14px; margin: 0 auto; }
.nyBa_text p { line-height: 30px; font-size: 22px; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
.ny_banner { height: 180px; }
}
/*ny_banner 结束*/


/*内页人才招聘*/
.ny_job { _padding: 30px 0; }

.job_list{ height: 60px; background:#0168b2; margin-top:30px;}
.job_list span{ display: block; width: 21%; text-align: center; line-height: 60px; color: #fff; float: left; font-size: 18px;}

.ny_job ul li { _margin-bottom: 30px; }
.ny_job ul li:last-child { margin-bottom: 0; }
.ny_job ul li .tlt { height: 58px; line-height: 58px; font-size: 16px; _font-weight: bold; padding: 0 4% 0 0; border-bottom: 1px solid #eaeaea; background: #fff url(../images/job1.png) 98% center no-repeat; _background-size: 30px 30px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_job ul li .tlt span { width:22%; text-align:center; font-size: 16px; _font-weight: bold; display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }

.ny_job ul li .conn2 { _border: 1px solid #eaeaea;background: #f7f7f7; border-top: 0; padding: 30px 6%; color: #777; line-height: 32px; display: none; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.ny_job ul li.on .tlt { background:url(../images/job2.png) 98% center no-repeat; _background-size: 30px 30px; _color: #fff; _border: 1px solid #0168b2; }
@media screen and (max-width:1499px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_job ul li .tlt { height: 48px; line-height: 48px; font-size: 15px; }
.ny_job ul li { margin-bottom: 15px; }
}
@media (max-width:767px) {
.job_list span:nth-child(2) { display: none; }
.job_list span:nth-child(4) { display: none; }
.job_list span{ width:44%;}
.ny_job ul li .tlt span:nth-child(1) { width: 43%;}
.ny_job ul li .tlt span:nth-child(3) {width: 57%;}
.ny_job ul li .tlt span:nth-child(2),.ny_job ul li .tlt span:nth-child(4) { display: none; }
}
.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}
.prt { margin-top:30px;}
.prt li { width: 32%; float: left; margin-right: 2%; margin-bottom: 2%; background: #fff; border: 1px solid #e5e5e5; position: relative; overflow: hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.prt li a { display: block; }
.prt li:nth-child(3n+3) { margin-right: 0; }
.prt li .img { width: 100%; height:250px; position:relative; overflow: hidden; padding: 10px 0; }
.prt li .img img { display:block; position:absolute; max-height:100%; max-width:100%; margin:auto; top:0; left:0; right:0; bottom:0; }
.prt li .txt { padding: 20px 30px 0px; }
.prt li .txt .ltt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-weight: bold; line-height: 1.5; }
.prt li .txt .ltt a{ font-size:18px; font-weight:bold; color:#444;}
.prt li .txt .ltc { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #999; line-height: 1.8; margin: 10px 0 20px; height: 50px; }
.prt li .txt .xian { width: 100%; height: 1px; background: #ddd; }
.prt li .txt .more { position: relative; width: 100px; text-align: center; line-height: 54px; background: #fff url(../images/1_9_3.png) 95% center no-repeat; margin: 0 auto; }
.prt li .txt .more s { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #ddd; }
.prt li:hover .img img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.prt li:hover .txt .ltt a { color: #0168b2; }
.prt li:hover .txt .ltc { color: #000; }
.prt li:hover .txt .more { color: #0168b2; background: #fff url(../images/1_9_4.png) 95% center no-repeat; }
.prt li::before { content: ''; display: block; width: 0; height: 3px; background: #0168b2; position: absolute; left: 0; bottom: 0; z-index: 3; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.prt li:hover::before { width: 100%; }
.prt li:hover { -moz-box-shadow: 0px 2px 10px #ccc; -webkit-box-shadow: 0px 2px 10px #ccc; box-shadow: 0px 2px 10px #ccc; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.prt li .img { height:150px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.prt li { width:49%; margin-bottom:3%;}
.prt li:nth-child(2n+2) { margin-right: 0; }
.prt li:nth-child(3n+3) { margin-right: 2%; }
.prt li:nth-child(6n+6) { margin-right: 0; }
}
@media (max-width: 767px) {
.prt li { width:100%; margin-bottom:3%;}
.prt li .img { height:150px;}
}