.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: transform,height; transition-property: transform,height; transition-property: transform,height,-webkit-transform; }

.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 95px; width: 100%; }

.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s top,.2s -webkit-transform; transition: .2s top,.2s -webkit-transform; -o-transition: .2s transform,.2s top; transition: .2s transform,.2s top; transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s left,.2s -webkit-transform; transition: .2s left,.2s -webkit-transform; -o-transition: .2s transform,.2s left; transition: .2s transform,.2s left; transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s right,.2s -webkit-transform; transition: .2s right,.2s -webkit-transform; -o-transition: .2s transform,.2s right; transition: .2s transform,.2s right; transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000; }

.swiper-pagination-lock { display: none; }

.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper { -ms-perspective: 1200px; }

* { box-sizing: border-box; margin: 0; padding: 0; border: 0; outline: none; vertical-align: baseline; }

img { border: none; }

a { text-decoration: none; transition: 0.6s; }

em { font-style: normal; }

li { list-style: none; }

html, body { font-size: 10px; font-family: "microsoft yahei"; }

body { background: #f2f2f2; min-width: 320px; margin: 0 auto; }

body:after { display: block; content: ''; visibility: hidden; clear: both; }

.clear:after { display: block; content: ""; visibility: hidden; clear: both; }

.clearfix::after { display: block; overflow: hidden; clear: both; width: 0; height: 0; content: ''; }

.layout { width: 1250px; margin: 0 auto; }

.layout:after { display: block; clear: both; content: ""; visibility: hidden; }

.header{min-width:1250px;}
.header .top { height: 165px; background: #fff url(/eportal/fileDir/gddzj/template/page/index/header_bg.jpg) no-repeat center 100%;}
.header .top .t1_china {padding-top: 10px; }
.header .top .t1_china a { display: inline-block; color: #293238; font-size: 14px; margin-right: 20px; }
.header .top .t1_china a:hover { color: #075695; transition: 0.6s; }
.header .top .t1_china a span { float: left; margin-right: 10px; }
.header .top .t1_china a p{ float: left; line-height: 17px;}
.header .top .t2 { padding-top: 30px; }
.header .top .t2 .logo { float: left; }
.header .top .t2 .logo .logo1 { float:left; border-left: 1px solid #7fccef; height: 30px; margin: 19px 25px 0; }
.header .top .t2 .logo .logo2 { float:left; width: 195px; padding-top: 13px; }
.header .top .t2 .logo a { display: block; width: 387px; float:left; }
.header .top .t2 .logo img { float:left; }
.header .top .t2 form { float: right; width: 470px; height: 52px; background: #FFFFFF; border: 1px solid #a7b4be; border-radius: 30px; overflow: hidden; padding: 4px 5px 4px 20px; margin-top: -65px; box-shadow: 0 10px 10px #b3c1ca; }
.header .top .t2 form #text { width: 60%; height: 100%; float: left; font-size: 14px; }
.header .top .t2 form .btn { float: right; width: 100px; height: 100%; border-radius: 30px; background: #0f7ac0; }
.header .top .t2 form .btn #btn { background: url(/eportal/fileDir/gddzj/template/page/index/search.png) no-repeat; background-position: 15px 10px; font-size: 18px; width: 100%; height: 100%; text-align: right; color: #ffffff; padding: 0 15px; }

.nav { width: 100%; background: #0060a4; position: relative; z-index: 1; }
.nav .one .active { background: #2b94d9; }
.nav .one .last { border: none; }
.nav .one > li:hover > span > a { background: rgba(43, 148, 217, 0.4); }
.nav .one > li:hover ul { display: block; transition: 0.6s; }
.nav .one > li span { display: block; }
.nav .one > li span a { display: block; width: 14%; font-size: 22px; color: #ffffff; border-right: 1px solid #ffffff; float: left; text-align: center; padding: 18px 0; }
.nav .one > li ul { max-width: 1250px; position: absolute; width: 100%; padding: 15px 0; top: 64px; background: #e1e8f0; display: none !important; transition: all 0.6s; }
.nav .one > li ul li { float: left; margin-left: 60px; }
.nav .one > li ul li a { display: block; color: #666666; font-size: 14px; }
.nav .one > li ul li a:hover { color: #075695; transition: 0.6s; }

.news_main { background: #ffffff; margin-top: 50px; }

.pub_main { background: #ffffff; padding: 30px 20px 50px; }

.pub_main:after { display: block; content: ''; visibility: hidden; clear: both; }

.tit>a { display: block; width: 33.3%; color: #444444; font-size: 20px; float: left; text-align: center; background: #efefef; padding: 10px 0; position: relative; }
.tit a span { border-top: 7px solid #FFFFFF; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 5px solid transparent; position: absolute; bottom: -12px; left: 90px; }
.tit a:hover { color: #fff; background: rgba(43, 148, 217, 0.8); }
.tit a:hover span { display: block; border-top: 7px solid rgba(43, 148, 217, 0.8); transition: 0.6s; }
.tit .active { color: #FFFFFF !important; background: #007ac6 !important; }
.tit .active span { border-top: 7px solid #007ac6 !important; }

.ind_main { padding: 0 20px; background: white; } 
.ind_main .ind_tit  { padding: 30px 0; }
.ind_main .ind_tit h2 {border-bottom:1px dashed #ccc; padding-bottom:6px; margin-bottom:6px;}
.ind_main .ind_tit h2:last-child{padding-bottom:0; margin-bottom; border-bottom:none;}
.ind_main .ind_tit h2 a{ font-size: 26px; display:block; color: #005293; line-height: 100%; text-align: center; }
.ind_main .ind_banner { margin-bottom: 20px; }
.ind_main .ind_banner .img { width: 602px; height: 382px; float: left; overflow: hidden; position: relative; }
.ind_main .ind_banner .text { width: 583px; height: 382px; overflow: hidden; float: right; }
.ind_main .ind_banner .text .ind_ul { margin-top: 30px; height: 310px; overflow: hidden; }
.ind_main .ind_banner .text .ind_ul li { margin-bottom: 27px; }
.ind_main .ind_banner .text .ind_ul li a:after { display: block; content: ''; visibility: hidden; clear: both; }
.ind_main .ind_banner .text .ind_ul li a { display: block; color: #333333; font-size: 16px; }
.ind_main .ind_banner .text .ind_ul li a:hover { color: #075695; transition: 0.6s; }
.ind_main .ind_banner .text .ind_ul li a:hover span { color: #075695; transition: 0.6s; }
.ind_main .ind_banner .text .ind_ul li a:hover time { color: #075695; transition: 0.6s; }
.ind_main .ind_banner .text .ind_ul li a p {font-family: "寰蒋闆呴粦"; float: left; width: 470px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.ind_main .ind_banner .text .ind_ul li a span { float: left; font-size: 5px; color: #868686; margin-right: 8px; position: relative; top: 3px; }
.ind_main .ind_banner .text .ind_ul li a time { float: right; color: #999999; }
.ind_main .ind_banner .bd .content{ display:none; }
.ind_main .ind_banner .bd .active{ display:block; }

.tit1 { width: 100%; padding: 10px 0 10px; border-bottom: 1px solid #cecece; height:46px;}
.tit1 a:hover { color: #075695; transition: 0.6s; }
.tit1 > a { display: block; border-right: 1px solid #333333; padding: 0px 20px; font-size: 20px; color: #444444; float: left; }
.tit1 .last { border: none; }
.tit1 .more { float: right; margin-right: 0px; font-size: 14px; color: #999999; margin-top: 8px; border: none; }
.tit1 .active { color: #075695; transition: 0.6s; }

.tit2 { font-size: 20px; color: #075695; padding: 6px 0 10px; border-bottom: 1px solid #cecece; }
.tit2 div { width: 30px; height: 30px; float: left; margin-right: 20px; margin-bottom: -3px; }
.tit2 div img { width: 100%; height: 100%; }
.tit2 .more { float: right; font-size: 14px; color: #999999; margin-top: 8px; }
.tit2 .more:hover { color: #075695; transition: 0.6s; }

.ind_ul { overflow: hidden; }
.ind_ul li a:after { display: block; content: ''; visibility: hidden; clear: both; }
.ind_ul li a { display: block; color: #333333; font-size: 16px; }
.ind_ul li a:hover { color: #075695; transition: 0.6s; }
.ind_ul li a:hover span { color: #075695; transition: 0.6s; }
.ind_ul li a:hover time { color: #075695; transition: 0.6s; }
.ind_ul li a p { float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.ind_ul li a span { float: left; font-size: 5px; color: #868686; margin-right: 10px; position: relative; top: 2px; }
.ind_ul li a time { float: right; color: #999999; }


.pub_ul { overflow: hidden; }
.pub_ul li{font-size:18px; margin-top:10px;}
.pub_ul li a:after { display: block; content: ''; visibility: hidden; clear: both; }
.pub_ul li a { display: block; color: #333333; font-size: 16px; }
.pub_ul li a:hover { color: #075695; transition: 0.6s; }
.pub_ul li a:hover span { color: #075695; transition: 0.6s; }
.pub_ul li a:hover time { color: #075695; transition: 0.6s; }
.pub_ul li a p { float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pub_ul li a span { float: left; font-size: 5px; color: #868686; margin-right: 10px; position: relative; top: 2px; }
.pub_ul li a time { float: right; color: #999999; }

.ind1 .ind1_1 { width: 740px; float: left; }
.ind1 .ind1_1 .bd .content{display:none;}
.ind1 .ind1_1 .bd .active{display:block;}
.ind1 .ind1_1 .ind_ul { margin-top: 15px; }
.ind1 .ind1_1 .ind_ul li { margin-bottom: 21px; }
.ind1 .ind1_1 .ind_ul li p { width: 600px; }
.ind1 .ind1_2 { float: right; width: 460px; }
.ind1 .ind1_2 .content { display: flex; margin-top: 30px; padding: 0 10px; }
.ind1 .ind1_2 .content .img { float:left; width: 209px; height: 146px; position: relative; }
.ind1 .ind1_2 .content .img > img { width: 100%; height: 100%; object-fit: cover; }
.ind1 .ind1_2 .content .img div { position: absolute; bottom: -15px; left: 13.5px; width: 182px; height: 15px; }
.ind1 .ind1_2 .content .img div > img { width: 100%; height: 100%; object-fit: contain; }
.ind1 .ind1_2 .content .text { float:left; width: 230px; padding-left: 15px; font-size: 14px; }
.ind1 .ind1_2 .content .text h4 { font-size: 16px; color: #075695; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ind1 .ind1_2 .content .text p { color: #666666; margin: 20px 0 10px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ind1 .ind1_2 .content .text time { color: #666666; }
.ind1 .ind1_2 .content .text div { color: #075695; margin-top: 10px; }
.ind1 .landingpage{width:100%; height: 100px; margin-top: 20px;}
.ind1 .landingpage img{width:100%; height:100%;}

.ind_swiper1 { width: 1200px; margin: auto; padding: 15px 0; margin: 10px 0; border: 1px solid #e6e6e6; position: relative; margin-bottom: 20px; }
.ind_swiper1 .ind_swiper_container1 { width: 1115px; margin: auto; }
.ind_swiper1 li { width: 266px; height: 70px; transition: 0.6s; }
.ind_swiper1 li img { width: 100%; height: 100%; transition: 0.6s;}
.ind_swiper1 li:hover { transform: rotateX(45deg); }
.ind_swiper1 .ind_left1, .ind_swiper1 .ind_right1 { width: 17px; height: 30px; top: 60%; }
.ind_swiper1 .ind_left1 { background: url(/eportal/fileDir/gddzj/template/page/index/ind_left1.png) no-repeat; background-size: 100%; }
.ind_swiper1 .ind_right1 { background: url(/eportal/fileDir/gddzj/template/page/index/ind_right1.png) no-repeat; background-size: 100%; }

.ind2 .ind2_1 { width: 740px; float: left; }
.ind2 .ind2_1 .ind_ul { margin-top: 18px; }
.ind2 .ind2_1 .ind_ul li { margin-bottom: 25px; }
.ind2 .ind2_1 .bd .content{display:none;}
.ind2 .ind2_1 .bd .active{display:block;}
.ind2 .ind2_2 { float: right; width: 460px; }

.ind_ul2 { padding-left: 30px; margin-top: 10px; }
.ind_ul2 li:hover { background: #0c6eb4; }
.ind_ul2 li:hover a { color: #ffffff; }
.ind_ul2 li:hover a span { border-left: 6px solid #ffffff; }
.ind_ul2 li { width: 48%; padding: 10px; border: 1px solid #f1f1f1; margin-top: 10px; float: left; margin-right: 4%; }
.ind_ul2 li:nth-child(2n) { margin-right: 0; }
.ind_ul2 li a { display: block; width: 100%; height: 100%; font-size: 16px; color: #666666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.ind_ul2 li a span { display: block; border-left: 6px solid #0c6eb4; border-top: 6px solid transparent; border-right: 0px solid transparent; border-bottom: 6px solid transparent; float: left; margin: 5px 10px 0 0; }

.ind3 { padding-bottom: 20px; }
.ind3 .ind3_1 { width: 740px; float: left; }
.ind3 .tit2 { border: 0; }
.ind3 .ind3_2 { float: right;    width: 430px; }
.ind3 .ind3_2 .ind3_2img { width: 100%; margin: 0 0 20px 0; overflow: hidden; }
.ind3 .ind3_2 .ind3_2img img { width: 100%; height: 100%; object-fit: contain; }

.ind_ul3 { margin-top: 15px; }
.ind_ul3 .gd { width: 65%; margin-right: 0; }
.ind_ul3 li { margin-top: 15px; width: 225px; border: 1px solid #f1f1f1; margin-right: 30px; float: left; }
.ind_ul3 li:hover { box-shadow: 0 0 10px  #E1E1E1; }
.ind_ul3 li:hover a { color: #075695; transition: 0.6s; }
.ind_ul3 li:nth-child(3) { margin-right: 0; }
.ind_ul3 li:nth-child(-n+3) { margin-top: 0; }
.ind_ul3 li a { display: block; width: 100%; height: 100%; color: #666666; font-size: 16px; padding: 10px 16px 10px 25px; }
.ind_ul3 li a span { display: block; float: left; width: 22px; height: 24px; }
.ind_ul3 li a span img { width: 100%; height: 100%; }
.ind_ul3 li a div { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: 35px; padding: 3px 0 3px 15px; border-left: 2px solid #ececec; }
.ind_ul3 li a:after { display: block; content: ''; visibility: hidden; clear: both; }

.ind_ul4 { margin-top: 20px; }

.ind_ul4 > li { width: 47.5%; float: left; margin-top: 15px; }
.ind_ul4 > li:nth-child(-n+2) { margin-top: 0; }
.ind_ul4 > li:nth-child(2n) { margin-left: 5%; }

.ind_ul4 > li > a { display: block; width: 100%; text-align: center; color: #747474; border: 1px solid; padding: 10px 0; font-size: 16px; }

.ind_ul4 > li > a:hover { color: #2b94d9; }

.ind4 { border-top: 1px solid #b6b6b6; margin-bottom: 20px; }
.ind4 .tit2 { border: none; margin-bottom: 5px; }
.ind4 .ind4_1 { width: 347px; float: left; }
.ind4 .ind4_1 > div { width: 347px; height: 93px; }
.ind4 .ind4_1 > div img { width: 100%; height: 100%; }
.ind4 .ind4_1 > div:nth-child(n+2) { margin-top: 20px; }
.ind4 .ind4_2 { width: 470px; padding: 0 20px; float: left; }
.ind4 .ind4_2 .tit a { position: relative; }
.ind4 .ind4_2 .tit a span { position: absolute; left: 62px;  top: 46px;}
.ind4 .ind4_2 .ind_ul { margin-top: 20px; height: 150px; overflow: hidden; }
.ind4 .ind4_2 .ind_ul li { margin-bottom: 20px; }
.ind4 .ind4_2 .ind_ul li a p { width: 300px; }
.ind4 .ind4_3 { float: right; width: 390px; }

.ind_ul5 li { background: #eff5fa; padding: 15px 20px; border: 1px solid #d1d2d2; }
.ind_ul5 li:nth-child(n+2) { margin-top: 19px; }
.ind_ul5 li a:hover { color: #075695; transition: 0.6s; }
.ind_ul5 li a { display: block; width: 100%; height: 100%; font-size: 16px; color: #666666; }
.ind_ul5 li a:after { display: block; content: ''; visibility: hidden; clear: both; }
.ind_ul5 li a div { float: left; width: 24px; height: 24px; margin-right: 20px; }
.ind_ul5 li a div img { width: 100%; height: 100%; }
.ind_ul5 li a span { display: block; float: right; width: 9px; height: 15px; margin-top: 2px; }
.ind_ul5 li a span img { width: 100%; height: 100%; }

.footer { margin: auto; position: relative; font-size: 14px; color: #666666; text-align: center; padding: 50px 0; }
.footer a { font-size: 14px; color: #666666; display: inline-block; }
.footer .text { line-height: 30px; }
.footer .text span img { margin: -3px 10px; width: 15px; height: 16px; }
.footer .text > p > a { margin-left: 10px; display: inline-block; }
.footer .text a:hover { color: #075695; transition: 0.6s; }
.footer .f_img1 { position: absolute; top: 56px; left: 260px; }
.footer .f_img2 { position: absolute; top: 56px; right: 200px; }

.banner { height: 423px; display: flex; }
.banner .news_img { width: 625px; height: 423px; }
.banner .news_img li a>img { width: 100%; height: 100%; object-fit: cover; }
.banner .news_img li {height: 423px;}
.banner .news_swiper2 { width: 625px; height: 423px; background: #e8e8e8; overflow: hidden; }
.banner .news_swiper2 .news_swiper_container2 { width: 100%; height: 100%; }
.banner .news_swiper2 .news_swiper_container2 li { font-size: 16px; color: #666666; padding: 30px; box-sizing: border-box; }
.banner .news_swiper2 .news_swiper_container2 li h4 { font-size: 22px; color: #333333; line-height: 35px; font-weight: 400; }
.banner .news_swiper2 .news_swiper_container2 li div { margin: 20px 0; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.banner .news_swiper2 .news_pagination2 { display: flex; margin: 0 25px 40px;    bottom: -30px; }
.banner .news_swiper2 .news_pagination2 span { display: block; width: 31px; height: 5px; background: #d1d1d1; border-radius: 0; }
.banner .news_swiper2 .news_pagination2 .swiper-pagination-bullet-active { background: #d42026; }

.tit3 { width: 100%; border-bottom: 1px solid #eaeaea; }
.tit3 > a { display: block; padding: 10px 5px; color: #666666; font-size: 20px; text-align: center; float: left; padding: 10px 5px; margin-right: 40px; margin-bottom: -1px; border-bottom: 1px solid transparent; }
.tit3 > a:hover { color: #075695; transition: 0.6s; }
.tit3 .active { color: #075695; border-bottom: 1px solid #075695; }
.tit3 .more { float: right; margin-right: 0px; font-size: 14px; color: #999999; }

.tit4 { font-size: 20px; color: #075695; padding-right: 20px; }
.tit4 a { font-size: 14px; color: #999999; float: right; margin-top: 5px; }
.tit4 a:hover { color: #075695; transition: 0.6s; }

.ind_link { padding-top: 20px; }
.ind_link li { margin: 0 6px 6px 0; float: left; position: relative; }
.ind_link li a { display: block; font-size: 16px; color: #666666; padding: 5px 30px 5px 8px; }
.ind_link li a:hover { color: #075695; transition: 0.6s; background: rgba(255, 255, 255, 0.5); }
.ind_link li span { display: block; width: 16px; height: 16px; position: absolute; right: 8px; top: 7px; }
.ind_link li span img { width: 100%; height: 100%; }
.ind_link li:nth-child(odd) { background: #efefef; }
.ind_link li:nth-child(even) { background: #e9f0f5; }

.ind_link2,.ind_link3{display:none;}


.pub_content { padding: 20px 0 40px; display: flex; }
.pub_content .left { width: 814px; padding: 0 20px; }
.pub_content .left ul { margin-top: 30px; }
.pub_content .left .news_ul li { margin-bottom: 30px; }
.pub_content .left .news_ul li a { display: block; }
.pub_content .left .news_ul li a h4 { color: #4b4b4b; font-size: 20px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pub_content .left .news_ul li a h4:hover { color: #075695; transition: 0.6s; }
.pub_content .left .news_ul li a h4:hover span { background: #075695; transition: 0.6s; }
.pub_content .left .news_ul li a h4 span { border-radius:50%; display: inline-block; width: 4px; height: 4px; background: black; margin-right: 5px; position: relative; top: -5px; }
.pub_content .left .news_ul li a div { font-size: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #666666; margin: 15px 10px; line-height: 25px; }
.pub_content .left .news_ul li a time { font-size: 14px; color: #999999; margin: 0 5px; }
.pub_content .left .ind_ul li { margin-bottom: 20px; }
.pub_content .left .ind_ul li a p { width: 600px; }
.pub_content .right { width: 435px; padding: 10px 20px 0 50px; }
.pub_content .right ul { margin: 10px 0 24px; }
.pub_content .right .news_ul4 a { display: block; padding: 10px 13px; background: #f7f7f7; color: #333333; font-size: 16px; margin-bottom: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pub_content .right .news_ul4 a:hover { color: #075695; transition: 0.6s; }
.pub_content .right .news_ul4 a div { display: inline-block; width: 16px; height: 16px; margin-right: 10px; position: relative; top: 3px; }
.pub_content .right .news_ul4 a div img { width: 100%; height: 100%; }
.pub_content .right .news_ul5 { border: 1px solid #e1e1e1; padding-left: 20px; padding-bottom: 0; }
.pub_content .right .news_ul5 .img {<-- width: 350px;--> height: 104px; margin: 10px 0 30px; }
.pub_content .right .news_ul5 .img img { width: 100%; height: 100%; object-fit: contain; }
.pub_content .right .news_ul5 li a { display: block; font-size: 16px; color: #555555; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pub_content .right .news_ul5 li a div { float: left; width: 20px; height: 20px; margin-right: 10px; }
.pub_content .right .news_ul5 li a div img { width: 100%; height: 100%; }
.pub_content .right .news_ul5 li a:hover { color: #075695; transition: 0.6s; }
.pub_content .right .video { padding: 20px 0 0 0; }
.pub_content .right .news_ul6 li { line-height: 30px; margin-bottom: 0; }
.pub_content .right .news_ul6 li a { font-size: 16px; color: #555555; display: flex; }
.pub_content .right .news_ul6 li a:hover { color: #075695; transition: 0.6s; }
.pub_content .right .news_ul6 li a .img { position: relative; top: 6px; margin-right: 10px; width: 17px; height: 17px; }
.pub_content .right .news_ul6 li a .img img { height: 100%; }

.open_left { width: 790px; float: left; }
.open_left .ind_ul { margin: 25px 0  20px; height: 360px; overflow: hidden; }
.open_left .ind_ul li { margin-bottom: 18px; }
.open_left .ind_ul li a p { width: 600px; }

.open_right { width: 380px; float: right; }
.open_right .ind_ul5 li { border: none; }
.open_right .ind_ul5 li a span { width: 14px; height: 15px; }
.open_right .tit2 { padding-left: 20px; margin-top: 20px; }
.open_right .tit2 .img1 { width: 24px; height: 24px; }
.open_right .open_form { padding: 30px 20px; border-bottom: 1px solid #cecece; }
.open_right .open_form p:after { display: block; content: ''; visibility: hidden; clear: both; }
.open_right .open_form p:last-child { margin-bottom: 10px; }
.open_right .open_form p { color: #444444; font-size: 16px; margin-bottom: 20px; }
.open_right .open_form p span { margin-right: 30px; }
.open_right .open_form p .input { width: 250px; height: 30px; background: #f2f2f2; float: right; font-size: 14px; padding: 0 10px; }
.open_right .open_form p button { width: 140px; height: 30px; background: #598fbe; color: #FFFFFF; border-radius: 5px; font-size: 16px; cursor: pointer; }
.open_right .open_form p button:hover { opacity: 0.7; transition: 0.6s; }
.open_right .open_form p .open_form_again { float: right; }
.open_form_again{width: 140px;
    height: 30px;
    background: #598fbe;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;}


.ind_ul6 { padding: 30px 20px; }
.ind_ul6 li { background: #f4f8fb; border: 1px solid #e9eaec; float: left; text-align: center; width: 150px; height: 100px; border-radius: 5px; display: flex; justify-content: center; align-items: center; margin: 0 30px 30px 0; }
.ind_ul6 li a { display: block; }
.ind_ul6 li a p { width: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 16px; color: #555555; margin-top: 5px; }
.ind_ul6 li:hover { box-shadow: 0 0 10px #E1E8F0; margin-top: -5px; transition: 0.6s; }
.ind_ul6 li:hover a p { color: #0060A4; transition: 0.6s; }
.ind_ul6 li:nth-child(2n) { margin-right: 0; }

.list_gps { padding: 10px 20px; font-size: 14px; color: #666666; }
.list_gps p { margin-right: 10px; float:left; }
.list_gps a { font-size: 14px; color: #666666; margin: 0 5px; display: inline-block; }
.list_gps a:hover { color: #0060A4; transition: 0.6s; }
.list_gps span { float:left; }
.list_gps .img { float:left; margin-right: 20px; margin-top: 2px; margin-right: 8px; margin-top: 4px; }
.list_gps .img img { }

.pub_aside { width: 239px; float: left; }
.pub_aside .list_tit { padding: 15px  0 15px 20px; background: #0060a4; color: #FFFFFF; font-size: 20px; }

.pub_aside .pub_aside_ul > li {background: #f8f8f8; border-bottom: 1px solid #e6e6e6; }
.pub_aside .pub_aside_ul > li:last-child{border-bottom:none;}
.pub_aside .pub_aside_ul > li span{display:block; padding: 15px 15px 15px 0px;}
.pub_aside .pub_aside_ul > li span a { display: block; font-size: 16px; color: #666666; padding-left: 15px; border-left: 3px solid #b5b5b5; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: 30px; }
.pub_aside .pub_aside_ul > li ol { display: none; background:#f8f8f8; }
.pub_aside .pub_aside_ul > li ol li { padding: 10px 0; }
.pub_aside .pub_aside_ul > li ol li a { display: block; padding-left: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: 46px; font-size: 16px; color: #666666; border-left: 3px solid #b5b5b5;}
.pub_aside .pub_aside_ul > .active { background: #2b94d9; opacity: 1 !important; }
.pub_aside .pub_aside_ul > .active .active{ }
.pub_aside .pub_aside_ul > li:hover { background: #2b94d9; opacity: 0.7; }
.pub_aside .pub_aside_ul > li:hover span a { color: #ffffff; border-left: 4px solid #FFFFFF; }
.pub_aside .pub_aside_ul > .active .active a{ color: #2b94d9; border-left: 3px solid #2b94d9;}
.pub_aside .pub_aside_ul > .active span a { color: #ffffff; border-left: 4px solid #FFFFFF; }
.pub_aside .pub_aside_ul > .active ol { display: block; }
.pub_aside .pub_aside_ul > .active ol li:hover a { color: #2b94d9; border-left: 3px solid #2b94d9; }

.list_right { width: 932px; float: right; border: 1px solid #dfdfdf; }
.list_right .list_tit2 { color: #0060A4; font-size: 20px; padding: 15px 20px; border-bottom: 1px solid #5d7eb6; }
.list_right .list_tit2 span { padding-left: 20px; border-left: 4px solid #0060a4; }

.word_content { font-size: 14px; color: #333333; padding: 20px 20px 40px; line-height: 30px; }
.word_content p { font-family: "microsoft yahei"; min-height:30px;}
.word_content span { font-family: "microsoft yahei"; }
.ind_ul { border-bottom: 1px dashed #bbbbbb; padding-bottom: 10px; }
.ind_ul li { margin-bottom: 20px; }
.ind_ul li a p { width: 600px; }
.ind_ul li a span { top: 2px; }
.ind_ul:last-child { border: none; }
.word_content .img { width: 656px; height: 353px; margin: 20px auto; }
.word_content img { max-width:100%;  display:block; margin:0 auto;}

.pg{padding:10px 20px; text-align:center; margin-right:100px;}
.pg .easysite-page-wrap{display:inline-block; margin-right:10px;}
.pg .easysite-page-wrap a{font-size:14px; display:inline-block;}
.pg .easysite-total-page{display:inline-block; margin-right:10px;}
.pg .easysite-jump-page{display:inline-block;}
.pg .easysite-page-text{width: 30px; border: 1px solid #ccc; text-align: center; margin: 0 4px;}
.pg .easysite-jump-btn{padding: 4px 9px; border-radius: 2px; color: #fff; background: #5f5e5e; cursor: pointer;}

.word_content h4{    background-color: rgb(102, 153, 204); font-weight: bold;  font-size: 15pt;  color: rgb(255, 255, 255);text-align:center;}

.word_content table{width:100%;}
.word_content table .text1{line-height: 50px !important;}
.ac span{display:inline-block; width:49%;margin-top:10px;}

.inter_left { width: 820px; float: left; }
.inter_left .inter_advice { margin: 20px 0; height:220px; overflow:hidden;}
.inter_left .inter_advice .content{ height:220px;}
.inter_left .inter_advice .img { width: 337px; height: 222px; float: left; }
.inter_left .inter_advice .img img { width: 100%; height: 100%; object-fit: cover; }
.inter_left .inter_advice .text { font-size: 16px; color: #333333; float: right; width: 470px; line-height: 30px; }
.inter_left .inter_advice .text p span { margin: 0 10px; }
.inter_left .tit3 .r { float: right; font-size: 16px; color: #666666; margin-top: 10px; display: flex; }
.inter_left .tit3 .r span { display: block; width: 100px; text-align: center; margin-right: 70px; }
.inter_left .tit3 .r span:last-child { margin-right: 0; }

a:after { display: block; content: ''; visibility: hidden; clear: both; }

.ind_ul7 { overflow: hidden; padding: 20px 5px 0 0; }
.ind_ul7 li { margin-bottom: 20px; }
.ind_ul7 li:hover a { color: #0060A4; }
.ind_ul7 li:hover a .r { color: #0060A4; }
.ind_ul7 li a { color: #333333; font-size: 16px; }
.ind_ul7 li a p { width: 500px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; float: left; }
.ind_ul7 li a p span { margin-right: 15px; }
.ind_ul7 li a .r { float: right; font-size: 16px; color: #666666; margin-top: 0px; display: flex; }
.ind_ul7 li a .r span { display: block; width: 100px; margin-right: 70px; text-align: center; }
.ind_ul7 li a .r span:last-child { margin-right: 0; }

.inter_right { width: 360px; float: right; }
.inter_right .tit3 { padding: 0 20px; border: 1px solid #d7d7d7; border-top-left-radius: 5px; border-top-right-radius: 5px; background: #eeeeee; }
.inter_right .tit3 .more { font-size: 16px; }
.inter_right .ind_ul { overflow: hidden; border: 1px solid #ededed; padding: 20px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.inter_right .ind_ul li { margin-bottom: 20px; }
.inter_right .ind_ul li:last-child{margin-bottom:0;}
.inter_right .ind_ul li:hover a span { background: #007AC6; transition: 0.6s; }
.inter_right .ind_ul li a span { display: inline-block; width: 3px; height: 3px; background: #999999; margin: 7px 10px 0 0; }
.inter_right .ind_ul li a p { width: 300px; }
.inter_right .inter_r1 .ind_ul {  }
.inter_right .inter_r2 { margin-top: 30px; }
.inter_right .inter_r2 .ind_ul { }
.inter_right .inter_r3 { width: 360px; height: 109px; margin-top: 25px; }
.inter_right .inter_r3 a { display: block; }
.inter_right .inter_r3 img { width: 100%; height: 100%; object-fit: contain; }

.bus_1 { margin: 30px 0; }
.bus_1 > a img{width:100%; height:100%; object-fit:cover;}
.bus_1 > a { display: block; float: left; width: 373px; height: 276px; border: 1px solid #c6d4e0; margin-right: 43px; }
.bus_1 > a:last-child{margin-right:0;}
.bus_1 > a:hover { transform: scale(1.05); background: #2b94d9; color: #FFFFFF; }
.bus_1 > a:hover p { color: #FFFFFF; }
.bus_1 > a:hover li { color: #FFFFFF; }
.bus_1 > a:hover div { color: #FFFFFF; }
.bus_1 .bus_12 { padding: 100px 50px 70px; }
.bus_1 .bus_12 p { margin-bottom:20px; font-size: 22px; color: #333333; text-align: center; width: 274px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.bus_1 .bus_12 .text{ line-height:160%; }
.bus_1 .bus_12 ul { margin-top: 40px; }
.bus_1 .bus_12 ul li { float: left; font-size: 16px; margin-right: 25px; margin-top: 15px; width: 123px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666666; }
.bus_1 .bus_12 ul li:nth-child(2n) { margin-right: 0; }
.bus_1 .bus_12 ul li:nth-child(-n+2) { margin-top: 0; }
.bus_1 .bus_13 { padding: 100px 20px 40px; text-align: center; margin-right: 0; }
.bus_1 .bus_13 p { font-size: 22px; color: #333333; width: 334px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.bus_1 .bus_13 .text { text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 16px; color: #666666; margin-top: 38px; line-height: 25px; }

.bus_2 .ind_ul { margin-top: 20px; height: 204px; overflow: hidden; }
.bus_2 .ind_ul li { margin-bottom: 20px; }
.bus_2 .ind_ul li a p { width: 430px; }
.bus_2 .bus_21 { float: left; width: 584px; }
.bus_2 .bus_22 { float: right; width: 584px; }

.bus_3 { width: 1030px; margin: 50px auto; display: flex; }
.bus_3 a { display: block; margin-right: 100px; }

.chan_tit { text-align: center; }
.chan_tit h1 { font-size: 32px; color: #005293; }
.chan_tit p { font-size: 14px; color: #a61f19; margin: 15px; }

.chan1 { display: flex; }
.chan1 .img { width: 693px; height: 393px; }
.chan1 .text { width: 517px; height: 393px; padding: 50px 30px 20px; color: #ffffff; background: #2875ab; }
.chan1 .text h4 { font-size: 24px; color:#fff;}
.chan1 .text div { font-size: 16px; margin-top: 40px; line-height: 35px; }
.chan1 .text a { float: right; font-size: 16px; color: #FFFFFF; background: #6a99ce; border-radius: 5px; padding: 5px 15px; margin-top: 50px; }
.chan1 .text a img { width: 15px; height: 15px; margin-left: 10px; position: relative; top: 2px; }
.chan1 .text a:hover { opacity: 0.7; }

.chan21 { float: left; width: 690px; height: 98px; display: flex; background: #f7f7f7; overflow: hidden; }
.chan21 .chan21_tit { width: 114px; height: 98px; color: #FFFFFF;background: url(/eportal/fileDir/gddzj/template/page/index/chan_1.png) no-repeat; background-size: 100%; text-align: center; line-height: 30px; padding: 20px 30px;}
.chan21 .chan21_tit a{ color:#fff; display:block;text-align: center;  font-size: 20px; }
.chan21 .text { padding: 20px 30px; height: 90px; overflow: hidden; }
.chan21 .text a { display: block; font-size: 16px;  color: #666666; margin-bottom: 15px; width: 500px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.chan21 .text a:hover { text-shadow: 0 0 5px #666666; }

.chan22 { width: 480px; height: 98px; float: right; background: #d9edf7; padding: 20px 50px; display: flex; }
.chan22 .img { width: 53px; height: 49px; float:left; margin-top: 7px;}
.chan22 .img img { height: 100%; }
.chan22 .text { height: 64px; overflow: hidden; padding-left: 50px; }
.chan22 .text a { display: block;  font-size: 16px; color: #015293; margin:6px 0; width: 274px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.chan22 .text a:hover { text-shadow: 0 0 5px #005293; }

.chan2 { margin: 20px 0; }

.channel_more { float: right; }
.channel_more a { display: block; color: #FFFFFF; background: #6797be; padding: 5px 15px; font-size: 14px; border-radius: 5px; margin-top: 13px; }
.channel_more a:hover { opacity: 0.7; }

.chan3 { padding-top: 30px; display: flex; }
.chan3 .chan31 { width: 600px; }
.chan3 .chan31 .ind_ul { height: 170px; overflow: hidden; }
.chan3 .chan31 .ind_ul li { margin-bottom: 15px; }
.chan3 .chan31 .ind_ul li a p { width: 400px; }
.chan3 .chan32 {position: relative; width: 590px; height: 185px; overflow: hidden; padding: 0 30px; margin-left: 30px; }

img.chan32ewm {
    display: block;
    margin: auto;
}

p.chan32text {writing-mode: tb-rl;position: absolute;right: 0;top: 0;font-size: 20px;font-weight: bold;}

p.chan32text1 {
    right: 38px;
}


.chan3 .chan32 li { width: 249px; height: 42px; background: url(/eportal/fileDir/gddzj/template/page/index/chan4.png) no-repeat; background-size: 100% 100%; float: left; margin: 0 25px 25px 0; }
.chan3 .chan32 li:hover { transform: translateX(-10px); transition: 0.6s; }
.chan3 .chan32 li:hover a { color: #0060A4; }
.chan3 .chan32 li a { display: block; display: flex; padding: 10px 15px; font-size: 16px; color: #333333; }
.chan3 .chan32 li a span { border-left: 1px solid #333333; height: 18px; margin: 0 20px; margin-top: 3px; }
.chan3 .chan32 li a p { width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.chan3 .chan32 .last { width: 100%; }
.chan3 .chan32 .last a p { width: 400px; }
.chan3 .chan32 .odd { margin-right: 0; }
.chan3 .chan32 li:nth-child(-n+2) { margin-top: 0; }
.chan3 .chan32 .last { width: 100%; margin-right:0;}



/*灞�棰嗗*/
.mem_title{color: #004DA7;margin: 30px 0 30px;padding-left: 25px;font-size: 30px;}
.achild { margin-top: 30px; padding-top: 30px; border-top: 1px dashed #d6d6d6; }
.aimg { width: 25%; height: 218px; float: left; }
.aimg img { width: 100%; height: 100%; object-fit: contain; }
.atext { margin-left: 3%; width: 72%; float: left; margin-top: -5px; }
.atext h3 { font-size: 26px;    margin-bottom: 20px;}
.atext p { color: #999999; margin: 5px 0 20px;  font-size:18px;}
.atext div { color: #666666; line-height: 23px; font-weight: normal; }
.atext div>div { color: #999999;    line-height: 30px; font-size:18px;}

.search_tit { text-align:center; font-size:24px; font-weight:bold; display:block; margin-bottom:20px;}

.article_view .top{}
.article_view h1{ margin-bottom:10px; font-size:24px; text-align:center; display:block; }
.article_view .address{ text-align:center; font-size:14px; margin-bottom:10px;}
.article_view .word_content{ font-size:20px; border-bottom:1px solid #ccc;  border-top:1px solid #ccc; padding-bottom:10px; 
padding-bottom: 30px; margin: 15px 0;}
.bdsharebuttonbox{ text-align:center; }
.bdsharebuttonbox a{ float:unset !important; display:inline-block;}
.article_pg a:hover{color:#0060a4;}
.article_pg{font-size:14px;}
.article_pg li{margin:4px 0;}

.ind_main .ind4_2 .bd .content {display: none;}
.ind_main .ind4_2 .bd .active {display: block;}

.easysite-board-title{background: #0060a4 !important;}

.video_img{width:100%;height:251px;}

.video_img img{width:100%;height:100%;object-fit:cover;}

.slideBox .bd {width: 605px; height: 382px; position: relative; height: 382px; z-index: 0; }
.slideBox .bd li {width: 605px; height: 382px;}
.slideBox .bd li>a {display: block;width: 605px; height: 382px;}
.slideBox .bd li a>img { width: 100%; height: 100%; object-fit: cover; }
.slideBox .bd li  .bdDiv{box-sizing: border-box; font-size: 16px;color: white; letter-spacing: 2px;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; background: rgba(0,0,0,.5);width: 100%;height:40px;padding:10px 0px;position: absolute;bottom: 0;}
.slideBox .bd li  .bdDiv>a{font-size: 16px;color: white; }
#allmap{height:100%;}
.BMap_cpyCtrl{display:none !important;}
.word_content #map img{max-width:unset !important;}

.pro_panel{ z-index: 1; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6);}
.pro_panel .holder { position:relative; height: 100%; margin: 20px 0;}
.pro_panel .holder .section { height:640px; padding:10px 10px; background: #fff; width: 1070px; margin: 0 auto;}
.pro_panel .holder .section .page{ height: 100%; border:none; display:block; width:100%;}
.pro_panel .holder .section .top{ border-bottom:1px solid #ccc; padding-bottom:4px; margin-bottom:4px;}
.pro_panel .holder .section .top:after{clear:both; content:""; display:block;}
.pro_panel .holder .section .top h4{ float:left; }
.pro_panel .holder .section .top .close{ cursor:pointer; float:right; font-size:16px; font-family: sans-serif; text-align:center; color:#000;}

.pro_ul{}
.pro_ul iframe{width: 100%;}
.pro_ul iframe *{padding:0; margin:0;}
.pro_ul iframe table{width: 100%;}

.pup-top { width: 835px; height: 225px; background: url(/eportal/fileDir/gddzj/template/page/index/pop-up.png) no-repeat; position: fixed; top: 50%; left: 50%; margin-top: -117px; margin-left: -417.5px; z-index: 9999; border-radius: 10px; overflow: hidden; text-align: center; color: #ffffff; }
.pup-top:hover { animation-play-state: paused; }
.pup-top .top { font-size: 20px; padding: 10px 100px; background: rgba(0, 0, 0, 0.2); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; }
.pup-top .top .remove { position: absolute; top: 10px; right: 20px; cursor: pointer; }
.pup-top .bottom { padding: 40px 100px; }
.pup-top .bottom a { font-size: 16px; color: #FFFFFF; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.pup-top .bottom a:hover { text-decoration: underline; }

.bdsharebuttonbox{display:block;}

.back_top{margin-bottom:0;}
.you-closeBtn2{
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	width: 36px;
	background: #E6E9EE;
	border-radius:2px;
	margin: 0 0 5px 43px;
}
#you-closeBtn{
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	width: 36px;
	background: #E6E9EE;
	border-radius:2px;
	margin: 0 0 5px 43px;
}

.cndns-right {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.cndns-right-menu {
	position: relative;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	background: #a8c6e0;
}
.cndns-right-btn.search{
	background:url("aside_search.png") no-repeat center 12px;
}
.cndns-right-btn {
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	position: relative;
	padding-top: 45px;
	color: #ffffff;
}
.cndns-right-box {
	position: absolute;
	top: -36px;
	right: 88px;
	display: none;
}
.cndns-right-box.show{
	display:block;
}
.box-border{
	padding: 13px 20px 12px 10px;
}
.box-border div{
	padding:10px 10px;
}
.box-border p{
	text-align:center;
	font-size:14px;
	margin:4px 0;
}
.box-border img{
	display:block;
	margin:0 auto;
	width:90px;
	height:90px;
}
#otherPagePanel{display:none;}


.video_view .word_content object{margin:0 auto; display:block;}

.chan4{margin-top: 20px;}
.chan4 .left{width:49%; float:left; margin-right:2%;}
.chan4 .right{width:49%; float:left;}
.chan4:after{content:""; display:block; clear:both;}

.sitemap{ padding-top: 2%; padding-bottom: 2%; background: #fff;}
.sitemap .layout{ width:998px;}
.sitemap dl dt:after{content:""; display:block; clear:both;}
.sitemap dl{ margin-bottom:14px; border:1px solid #ccc;}
.sitemap dl dt{border-bottom:1px solid #2c76bd;}
.sitemap dl dt a{font-size:18px; color:#1074BA; font-weight: bold; line-height: 190%; float: left; padding: 0 14px;}
.sitemap dl dd{padding:20px 20px;}
.sitemap dl dd p{display:inline-block; margin-right: 30px;}
.sitemap dl dd p a{font-size:16px;}
.sitemap dl dd p a:hover{color:#1074BA;}
.mobile-nav-box{display:none;}

#formSearch{display:block; line-height:40px; position:relative; margin-bottom:20px;}
#formSearch #tex{border:1px solid #ccc; width: 100%; line-height: 40px; height: 40px; font-size: 16px; text-indent: 6px;}
#formSearch #search{ border-radius: 2px; cursor:pointer; width: 30px; height: 30px; display: block; position: absolute; top: 6px; right: 6px; background:grey url("/eportal/fileDir/gddzj/template/page/index/aside_search.png") no-repeat center center; background-size:66%;}
.shadow{top:0 !important; left:0 !important;}

.w_header{background:url(/eportal/fileDir/gddzj/template/page/index/bg1.jpg) no-repeat 0 0; background-size:cover;}
.w_header div,.w_content2 p,.con_item h2,.con_item>a,.item a,.pic a锛�.con5_item1 a {font-family:"寰蒋闆呴粦";}
.w_header div {width:1000px; margin:0 auto; font-size:34px; letter-spacing:0.2em;text-shadow:3px 3px 1px #692D2D;color:#ff0;position:relative;}
.lh1 { padding: 70px 0; color: #ff0;font-size:1.4em;text-align:center;}
.rh1 {position:absolute;right:10px;bottom:40px;}
.w_section .wrapper{width:1000px;margin:0 auto;padding:30px 12px; overflow:hidden;}
.w_section {background:#fff;}
.w_content1 {width:974px;height:40px;padding-left:14px;border:1px solid #e5e5e5;}
.w_content1 a,.w_content1 li {color:#333;}
.w_content2 { height:100%; border:1px solid #f80a0a; background:#ffe8d3; padding:10px 10px;}
.w_content2 p {text-indent:2em;color:#333;line-height:30px;font-size:16px;}
.w_content3 {width:976px;}
.clear:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
.con_item {width:100%;height:206px;margin-top:24px;float:left;position:relative;}
.con_item .con_item{margin-top:0;}
.con_item h2 {display:inline-block;height:22px;line-height:22px;color:#f80a0a;font-size:22px;padding-left:16px;border-left:3px solid #f80a0a;position:absolute;left:10px;top:5px;}
.con_item>a {display:inline-block;height:22px;color:#333;font-size:20px;position:absolute;right:10px;top:5px;}
.con_item .holder {height:174px;width:100%;color:#333;font-size:14px;position:absolute;left:0px;bottom:0px;border-top:1px solid  #f80a0a;/*background:pink;璋冭瘯*/}
.con_item table {width:100%;position:absolute;left:30px;bottom:-16px;top:15px;}
.con_item col2 {width:478px;padding-left:30px;}

.item1 a {display:inline-block;width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:34px;}
.item1 a,.item2 {color:#333;font-size:18px;}
.item1 li {height:34px;position:relative;}
.item1 li a:hover{color:#eb3029;}
.item1 li:before{position:absolute; top:10px; left:-10px; width:5px; height:5px; background:#ccc; border-radius:50%; content:"";}
.item1 li span {float:right;padding-right:25px;font-size:18px;}
.item2 li {height:34px;}
.w_content4 {width:976px;height:240px;margin:30px 0;clear:both;position:relative;}
.con_h {width:100%;height:40px;line-height:40px;padding-left:10px;background:#eb3029;}
.con_h a {font-size:20px;color:#fff;}
.con_banner {margin-top:10px;width:100%;height:60px;line-height:40px;padding:10px;background:#f33;font-size:30px;text-align:center;color:#ff3;clear:both;}
.con_banner1 {margin-top:50px;width:100%;height:60px;line-height:40px;padding:10px;background:#f33;font-size:30px;text-align:center;color:#ff3;clear:both;}
.com_pic {width:976px;background:#eee;position:relative;overflow:hidden;height:200px;}
.picbox {width:920px;height:200px;margin:0 auto;overflow:hidden;position:relative;}
.picbox a {color:#333;font-size:14px;font-family:"寰蒋闆呴粦";}
.piclist {height:140px;position:absolute;left:0px;top:25px;}
.piclist li {width:220px;height:160px;text-align:center;margin:0 5px;float:left;}
.swaplist {position:absolute;left:-3000px;top:25px;}
.og_prev,.og_next {width:20px;height:40px;background:url(../images/btn.gif) no-repeat;position:absolute;top:70px;z-index:99;cursor:pointer;opacity:0.6;}
.og_prev {background-position:4px 10px;left:4px;}
.og_next {background-position:-24px 10px;right:4px;}
.w_content5 {width:976px;height:240px;margin-top:30px;}
.con5_item {width:478px;height:220px;margin-top:24px;float:left;position:relative;}
.con5_item h2 {display:inline-block;height:22px;line-height:22px;color:#f80a0a;font-size:20px;padding-left:16px;border-left:3px solid #f80a0a;position:absolute;left:10px;top:-24px;}
.con5_item>a {display:inline-block;height:22px;color:#333;font-size:14px;position:absolute;right:10px;top:-24px;}
.con5_item div {height:220px;width:478px;color:#333;font-size:14px;position:absolute;left:0px;top:12px;border-top:1px solid  #f80a0a;/*background:pink;璋冭瘯*/}
.con5_item table {width:478px;position:absolute;left:30px;bottom:0;}
.con5_item1 {width:360px;height:174px;}
.con5_item1 a {color:#333;display:inline-block;font-size:14px;width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.con5_item1 li {height:34px;line-height:15px;color:red;list-style-type:square;}
.w_footer {width:100%;height:134px;background:#eee;border-top:10px solid #f80a0a;}
.w_footer div {width:976px;height:124px;margin:0 auto;position:relative;padding:20px 0;}
.w_footer div,.w_footer a,.w_footer li {font-family:"寰蒋闆呴粦";font-size:14px;color:#333;}
.w_footer ul {position:absolute;right:0;bottom:6px;}
.w_footer li {width:78px;height:100px;margin-left:10px;text-align:center;float:left;}

/*.footer{background:#F2F2F2;}*/
.special_pn1 .special_swiper1{width:100%; height:100%;}
.special_pn1 .special_swiper1 div{width:100%; height:100%;}
.special_pn1 .special_swiper1 .swiper-wrapper{width:100%; height:100%;}
.special_pn1 .special_swiper1 .swiper-wrapper .swiper-slide{width:100%; height:100%;}
.special_pn1 .special_swiper1 .swiper-wrapper .swiper-slide img{width:100%; display:block; height:100%; object-fit: cover;}
.special_pn1 .swiper-pagination{height:auto !important;}
.special_pn1{height:240px;}
.special_pn1:after{clear:both; display:block; content:"";}
.special_pn1 .left{width:300px; margin-right:20px; float:left; height:100%;}
.special_pn1 .right{width:656px; float:left; }

@media only screen and (max-width: 1024px) {
  .zmdd{display:none;}
  .mobile-nav-box{display:block;}
  .layout {
    width: 768px;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 768px) {
  .layout {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
.head_font{display:none;}
  .nav_btn {
    background: #0083CB;
    transition: 0.6s;
    z-index: 9999999;
    border: 1px solid #fff;
    padding: 4px;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .nav_btn span {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    transition: .2s ease;
  }
  .nav_btn span:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: transform .2s ease, top .2s ease;
  }
  .nav_btn span:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 22px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #fff;
    transition: transform .2s ease, top .2s ease;
  }

  .nav_btn_open span {
    width: 0;
    background: #fff;
  }
  .nav_btn_open span:before {
    top: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  .nav_btn_open span:after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
  }

  .nav_btn {
    display: block;
  }
  .nav_btn:hover {
    background: #0083CB;
    border: 1px solid #0083CB;
  }

  .menu_logo {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
  }
  .menu_logo img {
    display: block;
    margin: 0 auto;
    max-width: 230px;
    height: 40px;
  }

  .mobile-nav-box {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    min-width: 250px;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: perspective(450px) rotateY(-90deg);
    transform-origin: 0;
    transition: .4s ease;
  }
  .mobile-nav-box .search-btn {
    z-index: 99999999;
    position: relative;
    width: 250px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    background: #333;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .mobile-nav-box .search-btn i {
    margin-left: 10px;
  }
  .mobile-nav-box .search-btn .pub_search {
    width: 100%;
    min-width: 175px;
    max-width: 248px;
    position: relative;
    display: inline-block;
    height: 34px;
    line-height: 34px;
  }
  .mobile-nav-box .search-btn .pub_search input {
    background: transparent;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 46px;
    padding: 0 50px 0 20px;
    border: 1px solid #DCDCDC;
    color: #8c8c8c;
    outline: none;
    transition: 0.4s;
  }
  .mobile-nav-box .search-btn .pub_search input:focus {
    box-shadow: 0 0 10px #999;
  }
  .mobile-nav-box .search-btn .pub_search button {
    width: 35px;
    height: 28px;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    background: url("../img/search_ico.png") no-repeat center;
    top: 4px;
    right: 10px;
  }
  .mobile-nav-box .bg {
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
  }
  .mobile-nav-box .mobile-menu-nav {
    z-index: 99999999;
    position: relative;
    overflow-y: scroll;
    height: 100%;
    background: #fff;
    width: 250px;
  }
  .mobile-nav-box .mobile-menu-nav ul li {
    border-bottom: 1px solid #f2f2f2;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit {
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding: 0 20px 0 40px;
    margin: 0;
    font-size: 16px;
    color: #505050;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #505050;
    border-radius: 50%;
    transition: .3s;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit:hover {
    color: #1b1b1b;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit:hover:before {
    background: #333333;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit a {
    display: block;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit i {
    float: right;
    margin-top: 18px;
    font-size: 18px;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit.chose {
    color: #1b1b1b;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit.chose:before {
    background: #333333;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mob_tit.active {
    color: #1b1b1b;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav {
    display: none;
    margin-bottom: 0;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd {
    border-top: 1px solid #f2f2f2;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px 0 45px;
    font-size: 14px;
    color: #505050;
    letter-spacing: 1px;
    cursor: pointer;
  }
  .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a:hover {
    color: #0083CB;
  }

  .header {
    height:50px;
    min-width: 100%;
  }
  .header .top {
    height: auto;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .header .top .layout .t2 {
    padding-top: 0;
  }
  .header .top .layout .t2 .logo a {
    width: unset;
    display: block;
    float: unset;
  }
  .header .top .layout .t2 .logo a img {
    float: unset;
    height: 40px;
  }
  .header .top .layout .t2 .logo1 {
    display: none;
  }
  .header .top .layout .t2 .logo2 {
    display: none;
  }
  .header .top .layout .t2 form {
    display: none;
  }

  .mobile-nav-box-show {
    transform: perspective(450px) rotateY(0deg);
  }

  * {
    box-sizing: border-box;
  }

  #you-panggua {
    display: none;
  }

  .pup-top {
    display: none;
  }

  .nav {
    display: none;
  }

  .ind5 {
    display: none;
  }

  .footer .f_img1 {
    display: none;
  }
  .footer .f_img2 {
    display: none;
  }
  .footer #cnzz_stat_icon_1272846305 {
    display: none;
  }

  .tit1 {
    padding: 0 0 1% 0;
    height: unset;
    border-bottom: none;
    text-align: center;
  }
  .tit1 > a {
    float: unset;
    display: inline-block;
    font-size: 14px;
    padding: 1% 3%;
    overflow: hidden;
    color: #fff;
    border-right: none;
    background: #0083CB;
    border-radius: 4%;
    margin: 3px 2px;
  }
  .tit1 .active {
    color: #fff;
  }

  .tit2 {
    font-size: 16px;
    line-height: 28px;
  }
  .tit2 div {
    margin-right: 4px;
  }
  .tit2 .more {
    margin-top: 6px;
    margin-top: 0;
  }

  .tit {
    margin-bottom: 14px;
  }
  .tit > a {
    padding: 4px 0;
    font-size: 16px;
  }
  .tit > a span {
    left: 50%;
    margin-left: -10px;
  }

  .ind_ul {
    padding-bottom: 0;
  }
  .ind_ul li {
    margin-bottom: 2%;
  }
  .ind_ul li a {
    display: flex;
  }
  .ind_ul li a span {
    top: 0;
    line-height: 21px;
  }
  .ind_ul li a p {
    line-height: 21px;
  }
  .ind_ul li a time {
    flex-shrink: 0;
    line-height: 21px;
  }

  .ind_main {
    padding-bottom: 2%;
    padding-top: 2%;
  }
  .ind_main .ind_tit {
    padding: 0 0 2% 0;
  }
  .ind_main .ind_tit h2 a {
    font-size: 16px;
    line-height: 140%;
  }
  .ind_main .ind_banner {
    margin-bottom: 2%;
  }
  .ind_main .ind_banner .text {
    width: 100%;
    height: unset;
  }
  .ind_main .ind_banner .slideBox {
    margin-bottom: 2%;
    position: relative;
    width: 100%;
    height: unset;
  }
  .ind_main .ind_banner .slideBox .bd {
    width: 100%;
    height: unset;
  }
  .ind_main .ind_banner .slideBox .bd ul {
    width: 100%;
    height: 100%;
  }
  .ind_main .ind_banner .slideBox .bd ul li {
    width: 100%;
    height: 100%;
  }
  .ind_main .ind_banner .slideBox .bd ul li > a {
    width: 100%;
    display: block;
    padding: 34% 0;
    height:unset;
    position: relative;
  }
  .ind_main .ind_banner .slideBox .bd ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ind1 {
    background: #fff;
  }
  .ind1 .ind1_1 {
    width: 100%;
    float: unset;
  }
  .ind1 .ind1_2 {
    float: unset;
    width: 100%;
  }
  .ind1 .ind1_2 .content {
    padding-top: 2%;
    width: 320px;
    margin: 0 auto;
  }
  .ind1 .ind1_2 .content .text p {
    margin: 4px 0 6px;
  }
  .ind1 .ind1_2 .content .img div {
    display: none;
  }
  .ind1 .landingpage {
    height: unset;
  }

  .ind_swiper1 {
    max-width: 100%;
    padding: 2% 2%;
    margin: 2% 0;
  }
  .ind_swiper1 li {
    width: unset;
  }
  .ind_swiper1 li a {
    display: block;
    height: 100%;
  }
  .ind_swiper1 li a img {
    width: 100%;
    height:100%;
  }

  .ind2 .ind2_1 {
    width: 100%;
    float: unset;
  }
  .ind2 .ind2_2 {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  .ind2 .ind2_2 .ind_ul2 {
    padding-left: 0;
    margin-top: 0;
  }
  .ind2 .ind2_2 .ind_ul2 li {
    padding: 5px 10px;
  }
  .ind2 .ind2_2 .ind_ul2 li a {
    font-size: 14px;
  }

  .tit2 {
    padding: 6px 0 0;
  }
  .tit2 div {
    height: unset;
    margin-bottom: 0;
  }

  .ind_ul5 li {
    padding: 6px 6px;
  }
  .ind_ul5 li:nth-child(n+2) {
    margin-top: 2%;
  }

  .ind3 .ind3_1 {
    width: 100%;
    float: unset;
  }
  .ind3 .ind3_1 .tit2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
  }
  .ind3 .ind3_1 .ind_ul3 {
    margin-top: 2%;
  }
  .ind3 .ind3_1 .ind_ul3 li {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 4px;
    width: 100%;
    float: unset;
    display: inline-block;
  }
  .ind3 .ind3_1 .ind_ul3 li a {
    padding: 6px 16px;
    font-size: 14px;
  }
  .ind3 .ind3_2 {
    float: unset;
    width: 100%;
    height: unset;
  }
  .ind3 .ind3_2 .ind3_2img {
    width: 100%;
    margin: 2% 0;
  }

  .ind4 {
    margin-bottom: 0;
    border-top: none;
  }
  .ind4 .tit2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
  }
  .ind4 .ind4_1 {
    float: unset;
    width: 100%;
    margin-bottom: 2%;
  }
  .ind4 .ind4_1 > div {
    width: 100%;
    height: unset;
  }
  .ind4 .ind4_1 > div:nth-child(n+2) {
    margin-top: 2%;
  }
  .ind4 .ind4_2 {
    float: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 2%;
    display: none;
  }
  .ind4 .ind4_2 .tit a span {
    left: 50%;
    margin-left: -10px;
  }
  .ind4 .ind4_3 {
    float: unset;
    width: 100%;
  }

  .pub_aside {
    display: none;
  }

  .list_gps {
    display: none;
  }
  .ind1 .ind1_1 .ind_ul{
    margin-top:0;
  }
  .ind_main .ind_banner .text .ind_ul{
    height:unset;
  }
  .ind_main .ind_banner .text .ind_ul{
        margin-top: 16px;
  }
  .ind_main .ind_banner .text .ind_ul li{
     margin-bottom:14px;
  }
  .ind_main .ind_banner .text .ind_ul li a{
    display:flex;
  }
  .pub_main {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .list_right {
    width: 100%;
    float: unset;
    border: none;
  }
  .list_right .list_tit2 {
    font-size: 16px;
    padding: 4px 5px;
  }

  .word_content {
    padding: 2% 0;
  }

  .pg {
    margin-right: 0;
    padding: 4px 0;
  }

  .tit4 {
    font-size: 16px;
  }

  .tit3 > a {
    padding: 5px 0;
    font-size: 16px;
  }
  .tit3 .channel_more {
    display: none;
  }

  .inter_left {
    width: 100%;
    float: unset;
  }
  .inter_left .inter_advice {
    margin: 2% 0;
    height: unset;
  }
  .inter_left .inter_advice .img {
    width: 100%;
    height: unset;
    float: unset;
  }
  .inter_left .inter_advice .text {
    float: unset;
    width: 100%;
    font-size: 14px;
  }

  .inter_right {
    float: unset;
    width: 100%;
  }
  .inter_right .tit3 {
    padding: 0 2%;
  }
  .inter_right .tit3 .more {
    font-size: 14px;
  }
  .inter_right .ind_ul {
    padding: 2% 2%;
  }
  .inter_right .inter_r3 {
    width: 100%;
    height: unset;
    margin-top: 2%;
  }

  .chan_tit h1 {
    font-size: 16px;
  }
  .chan_tit p {
    margin: 1% 0 1% 0;
  }

  .chan1 {
    display: block;
  }
  .chan1 .img {
    width: 100%;
    height: 240px;
  }
  .chan1 .text {
    width: 100%;
    height: unset;
    padding: 2% 2%;
  }
  .chan1 .text h4 {
    font-size: 16px;
  }
  .chan1 .text div {
    margin-top: 2%;
    font-size: 14px;
    line-height: 140%;
  }
  .chan1 .text a {
    display: inline-block;
    float: unset;
    margin-top: 2%;
    padding: 2px 6px;
    font-size: 14px;
  }
  .chan1 .text a img {
    margin-left: 4px;
  }

  .chan2 {
    margin: 2% 0;
  }

  .chan3 {
    padding-top: 2%;
    display: block;
  }
  .chan3 .chan31 {
    width: 100%;
  }
  .chan3 .chan32 {
    width: 100%;
    padding: 0;
    height: unset;
    margin-left: 0;
    margin-top: 2%;
  }
  .chan3 .chan32 li {
    width: 100%;
    margin: 2% 0 0 0;
  }
  .chan3 .chan32 li:nth-child(-n+2) {
    margin-top: 2%;
  }

  .chan4 {
    margin-top: 2%;
  }
  .chan4 .left {
    width: 100%;
    float: unset;
    margin-right: 0;
  }
  .chan4 .right {
    width: 100%;
    float: unset;
  }

  .pub_ul li {
    margin-top: 4px;
  }
  .pub_ul li a {
    display: flex;
  }
  .pub_ul li a p {
    width: 600px;
  }
  .pub_ul li a time {
    flex-shrink: 0;
  }

  .article_view h1 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .article_view .address {
    margin-bottom: 0;
  }
  .article_view .word_content {
    margin: 2% 0;
    padding-bottom: 2%;
    font-size: 14px;
    line-height: 180%;
  }

  .bus_1 {
    margin: 2% 0;
  }
  .bus_1 > a {
    height: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .bus_1 > a:last-child {
    margin-bottom: 0;
  }
  .bus_1 .bus_12 {
    padding: 4% 2%;
  }
  .bus_1 .bus_12 p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 2%;
  }
  .bus_1 .bus_12 .text {
    font-size: 14px;
  }

  .bus_2 .bus_21 {
    float: unset;
    width: 100%;
  }
  .bus_2 .ind_ul {
    height: unset;
    margin-top: 2%;
  }
  .bus_2 .ind_ul li {
    margin-bottom: 2%;
  }
  .bus_2 .ind_ul {
    height: unset;
    margin-top: 2%;
  }
  .bus_2 .bus_22 {
    float: unset;
    width: 100%;
  }
  .ind_swiper1 .ind_swiper_container1{
    width:unset;
  }
  .bus_3 {
    width: 100%;
    margin: 2% auto;
  }
  .easysite-theme-content .easysite-th-row span, .easysite-theme-content .easysite-td-row span{
   float:unset !important;
  }
}


.zmdd { padding-top: 30px; }

.zmd { border: 1px solid #bcd5e7; border-left: none; border-right: none; background: #f7fafc; }
.zmd ul { transition: auto !important; }
.zmd li { width: 47.5%; line-height: 50px; float: left; }
.zmd li a { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #005293; font-size: 18px; text-align: center; }
.zmd li a span { color: #005293; margin-right: 20px; }
.zmd li li:hover a { color: #999999; }
.zmd li li:hover span { color: #999999; margin-right: 20px; }

.zt{font-size: 16px;
    padding: 5px 10px;
    background: #0060a4;
    color: white;
    margin-bottom:20px;    
}


*{ margin:0; padding:0;font-family:"寰蒋闆呴粦";}
ul,li,div,p {padding:0; margin:0; list-style:none;}
.clear{ clear:both;}
a {
    color: #000000;
    text-decoration: none;font-family:"寰蒋闆呴粦";
}
img{border:none;}
.banner{width:100%; margin-bottom:20px;}
.banner p{width:1000px;margin:0 auto;padding-top:400px;text-align:right;}
.content1, .conten2{width:1000px;margin:0 auto;margin-bottom:40px;}
.conten1_l{width:640px;float:left;margin-bottom:20px;}
.conten1_r{width:320px;float:right;background:url(images/1503969369109.png) ;}
.bottom_box{width:100%; background:#fd2100; padding:15px 0;margin-top:20px;}
.bottom_box p{text-align:center; line-height:25px; color:#fff; font-size:12px;}
.bottom_box a{color:#fff; font-size:12px;}
.focusBox_pic{width:100%; height:100%;}
 .focusBox {float:left;position: relative; width: 640px; height: 259px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
 .focusBox .pic img { width: 640px; height: 259px; display: block; }
 .focusBox .txt-bg { position: absolute; bottom: 0; z-index: -1; height: 30px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
 .focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 30px; width:100%; overflow: hidden; }
 .focusBox .txt li{ height:30px; line-height:30px; position:absolute; bottom:-30px;}
 .focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 20px; text-decoration: none; }
 .focusBox .num { position: absolute; z-index: 3; bottom: 40px; right: 8px; margin:0px; padding:0px;}
 .focusBox .num li{ float: left; position: relative; width: 20px; height: 20px; line-height: 20px; overflow: hidden; text-align: center; margin-right: 5px; cursor: pointer;  padding:0px;}
 .focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
 .focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
 .focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }
.focusBox_pic div{width:100%; height:100%;}
.focusBox_pic .pic {width:100% !important; height:100% !important;}
.focusBox_pic .pic li {width:100% !important; height:100% !important;}
.focusBox_pic .pic li a{display:block; width:100%; height:100%;}

.mk_cone_box{padding:10px;height:220px;}
.top_top{ padding:0 10px;}
.top_title{ width:100%; float:left ;  line-height:30px; font-size:20px; font-family:'寰蒋闆呴粦'; text-align:center; color:#ba1116;font-weight:bold;}
.top_title a{ font-size:16px; font-family:'寰蒋闆呴粦'; color:#FF0000;}
.top_summary{ width:100%; float:left; margin-top:5px; font-size:20px; color:#818181; line-height:24px; text-indent:2.3em; padding-bottom:10px;}
.mk_cone_box ul{ width:100%; float:left }
.mk_cone_box li{width:100%; line-height:28px; height:28px;background:url(images/1503972355466.jpg) no-repeat 10px center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk_cone_box li a{width:100%;padding-left:25px;font-size:16px;}
.mk_cone_box li span{float:right;font-size:20px;width:90px;}
.mk_cone_box li a:hover{text-decoration:underline;}
.title_box2{ height:35px; line-height:35px; background:#cccccc;padding-left:30px;}
.title2{ color:#ad0d20; font-size:20px; font-weight:600;float:left;}
.title_box3{ width:100%; height:35px; line-height:35px; position:relative;}
.title3{ color:#ad0d20; font-size:16px; border-bottom:2px solid #ad0d20;}
.title4 a{ color:#ffffff!important;background:#e01212;display:block;}
.more2{ float:right;}
.title_box2{  height:35px; line-height:35px; background:#cccccc;padding-left:30px; position:relative;}
.title2{ color:#ad0d20; font-size:16px; font-weight:600;}
.title_box3{ width:100%; height:35px; line-height:35px; position:relative;}
.title3{ color:#ad0d20; font-size:16px; border-bottom:2px solid #ad0d20;}
#title_box3 div{width:100px; margin-right:15px;font-size:16px; float:left;text-align:center;background:#b9b9b9;color:#ffffff;}
#title_box3 div a{color:#ffffff;}
.hover a{ color:#ffffff!important;background:#e01212!important; display:block;text-align:center;}
.more2{}
.info_list{ margin-bottom:0px;}
.info_list li{display:inline;float:left;width:230px; height:330; padding:0px; margin:20px 10px 0 10px; position:relative;}
.info_list li img{ height:350px;width:230px;}
.info_list li span{ display:block; text-align:center; height:32px; line-height:32px;background:url(images/1496713887186.png);  color:#fff; position:absolute; left:0; bottom:0; width:100%;}
.info_list li span a{ display:block; text-align:center; height:32px; line-height:32px;  color:#fff;}
.info_list2 li{display:inline;float:left;width:230px; height:160px; padding:0px; margin:20px 3px 0 3px; position:relative;}
.info_list2 li img{ height:160px;width:230px;}
#demo {position:relative;width: 1000px; height:141px;overflow: hidden;margin-top:7px;overflow:hidden;zoom:1;}
.tsbc_lib li{ margin-left:35px;width:277px; float:left;position:relative;display:inline;}
.tsbc_lib li  img{ width:277px; height:141px;}
.tsbc_tit{height:32px;line-height:32px;background:#000000;opacity: 0.6;filter:alpha(opacity=60);width:277px;text-align:center;position:absolute;bottom:0;left:0;}
.tsbc_tit a{display:block;color:#ffffff;}
#indemo {float: left;width: 10000%;}
#demo1 {float: left;}
#demo2 {float: left;}
.zt1225_mk{color:#f32027; background:url(images/dzzt1503973706842.png) no-repeat left center; height:36px;}
.zt1225_mk h1{ padding:5px 20px; font-size:24px; color:#ffffff;height:36px;line-height:36px;background:#e01212;display:inline;font-weight:normal;}
.zt1225_mk span{ float:right;padding-right:10px;}
.zt1225_mk span a{ color:#333333;line-height:36px;font-size:18px;}
.zt1225_ul{  padding:10px;padding-bottom:15px;min-height:186px;}
.zt1225_ul li{  height:38px; line-height:38px; background:url(images/1503972283045.png) no-repeat 5px center; }
.zt1225_ul li a{ line-height:38px; font-size:20px;}
.zt1225_ul li a:hover{text-decoration:underline;}
.zt1225_ul li span{ float:right; color:#989898; padding-right:5px;}
.content1 {
 width:1000px;
 margin:0 auto;
 margin-top:20px;
}
.content1_l {
 width:980px;
 float:left;background:url(images/1503969369109.png) ;
}
.content1_r {
 width:495px;
 float:right;background:url(images/1503969369109.png) ;}
.mk_cone_box3{background:url(images/1503969369109.png) ;}
.mk_cone_box3 li{ width:470px; float:left; }
        div,img{
            margin:0;
            padding:0;
        }
        #div4 img{
            float:left;
            height:390px;
        }
        #div1{
            width:1000px;
            height:400px;
            overflow: hidden;
            border:solid blue 2px;
        }
        #div2,#div3{
            float:left;
			
        }
        #div4{
            width:500%;/*杩欎釜灞炴�у緢閲嶈 璁╁鍣ㄦ湁瓒冲鐨勫搴﹀疄鐜版粴鍔�*/
            float:left;
        }
.ind_swiperzt{height:100%;}
.swiperzt{height:100%;}
.ind_swiperzt img{height:400px;width:100%;}

.head_font{float:  right; font-size:  40px;  color:  #da0d0d;margin-top:6px;}

.zt1225_ul li a:after{ display: block; content: ''; visibility: hidden; clear: both; }
.zt1225_ul li a>p{    
    width: 80%;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mk_cone_box .more{text-align: right; color: rgb(186, 17, 22);}
.mk_cone_box .bottom_more{width: 470px; text-align: right; border-bottom-style: dotted; float: right; padding-bottom: 5px; margin-bottom: 5px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 2px;}
.zt2_pn1{padding-bottom:20px;}
.zt2_pn2{padding-bottom:20px;}
.zt2_pn1:after{clear:both; content:""; display:block;}
.zt2 { padding-top:20px; padding-bottom:20px; background:url("/eportal/fileDir/gddzj/template/page/index/t1_bottom.jpg") no-repeat top rgb(251, 248, 243);}
.zt2 img {border:none;}
.zt2_banner {background:url("/eportal/fileDir/gddzj/template/page/index/t1.jpg") no-repeat top rgb(251,248,243); width:100%; height:500px; position:relative;}
.zt2_banner p {width:1000px; margin:0 auto; text-align:right;}
.zt2 .content1:after{clear:both; display:block; content:"";}
.zt2 .conten1_r {width:490px;float:right;background:url(/eportal/fileDir/gddzj/template/page/index/1503969369109.png);}
.zt2 .bottom_box {width:100%;height:56px;background:#fd2100;padding:15px 0;margin-top:20px;}
.zt2 .bottom_box p {text-align:center;line-height:25px;color:#fff;font-size:12px;}
.zt2 .bottom_box a {color:#fff;font-size:12px;}
.zt2 .focusBox { position:relative; height:279px;overflow:hidden;font:12px/1.5 Verdana,Geneva,sans-serif;text-align:left;background:white;}
.zt2 .focusBox .pic img {width:100%; height:100%; display:block;}
.zt2 .focusBox .txt-bg {position:absolute;bottom:0;z-index:1;height:30px;width:100%;background:#333;filter:alpha(opacity=40);opacity:0.4;overflow:hidden;}
.zt2 .focusBox .txt {position:absolute;bottom:0;z-index:2;height:30px;width:100%;overflow:hidden;}
.zt2 .focusBox .txt ul{height:100%;}
.zt2 .focusBox .txt li {height:30px;line-height:30px;position:absolute;bottom:-30px;}
.zt2 .focusBox .num {position:absolute;z-index:3;bottom:40px;right:8px;margin:0px;padding:0px;}
.zt2 .focusBox .num li { background:rgba(0,0,0,0.6); color:#fff; float:left;position:relative;width:20px;height:20px;line-height:20px;overflow:hidden;text-align:center;margin-right:5px;cursor:pointer;padding:0px;}
.zt2 .focusBox .num li span {z-index:1;background:black;filter:alpha(opacity=50);opacity:0.5;}
.zt2 .focusBox .num li.on {background:#f60;}
.zt2 .mk_cone_box {padding:10px; height:280px;}
.zt2 .top_top {padding:0 10px;}
.zt2 .top_title {width:100%; line-height:30px;font-size:20px;font-family:'寰蒋闆呴粦';text-align:center;color:#ba1116;font-weight:bold;}
.zt2 .top_title a {font-size:16px;font-family:'寰蒋闆呴粦';color:#FF0000;}
.zt2 .top_summary {width:100%; margin-top:5px;font-size:16px;color:#818181;line-height:24px;text-indent:2.3em;padding-bottom:10px;}
.zt2 .mk_cone_box ul {width:100%;float:left}
.zt2 .mk_cone_box li { position:relative; line-height:28px;height:28px;background:url(/eportal/fileDir/gddzj/template/page/index/1503972355466.jpg) no-repeat 10px center;}
.zt2 .mk_cone_box li a { display:block; padding-left:25px;font-size:14px; }
.zt2 .mk_cone_box li a em{ font-size:14px; display:block; padding-right:90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.zt2 .mk_cone_box li a span { position:absolute; top:0; right:0; font-size:14px;width:90px; text-align:right; }
.zt2 .mk_cone_box li a:hover {text-decoration:underline;}
.zt2 .title_box2 {height:35px;line-height:35px;background:#cccccc;padding-left:30px;}
.zt2 .title2 {color:#ad0d20;font-size:16px;font-weight:600;float:left;}
.zt2 .title_box3 {width:100%;height:35px;line-height:35px;position:relative;}
.zt2 .title3 {color:#ad0d20;font-size:16px;border-bottom:2px solid #ad0d20;}
.zt2 .title4 a {color:#ffffff!important;background:#e01212;display:block;}
.zt2 .more2 {float:right;}
.zt2 .title_box2 {height:35px;line-height:35px;background:#cccccc;padding-left:30px;position:relative;}
.zt2 .title2 {color:#ad0d20;font-size:16px;font-weight:600;}
.zt2 .title_box3 {width:100%;height:35px;line-height:35px;position:relative;}
.zt2 .title3 {color:#ad0d20;font-size:16px;border-bottom:2px solid #ad0d20;}
.zt2 #title_box3 div {width:100px;margin-right:15px;font-size:16px;float:left;text-align:center;background:#b9b9b9;color:#ffffff;}
.zt2 #title_box3 div a {color:#ffffff;}
.zt2 .hover a {color:#ffffff!important;background:#e01212!important;display:block;text-align:center;}
.zt2 .more2 {}
.zt2 .info_list {margin-bottom:0px;}
.zt2 .info_list li {display:inline;float:left;width:230px;height:330;padding:0px;margin:20px 10px 0 10px;position:relative;}
.zt2 .info_list li img {height:350px;width:230px;}
.zt2 .info_list li span {display:block;text-align:center;height:32px;line-height:32px;background:url(../images/1496713887186.png);color:#fff;position:absolute;left:0;bottom:0;width:100%;}
.zt2 .info_list li span a {display:block;text-align:center;height:32px;line-height:32px;color:#fff;}
.zt2 .info_list2 li {display:inline;float:left;width:230px;height:160px;padding:0px;margin:20px 3px 0 3px;position:relative;}
.zt2 .info_list2 li img {height:160px;width:230px;}
.zt2 #demo {position:relative;width:1000px;height:141px;overflow:hidden;margin-top:7px;overflow:hidden;zoom:1;}
.zt2 .tsbc_lib li {margin-left:35px;width:277px;float:left;position:relative;display:inline;}
.zt2 .tsbc_lib li  img {width:277px;height:141px;}
.zt2 .tsbc_tit {height:32px;line-height:32px;background:#000000;opacity:0.6;filter:alpha(opacity=60);width:277px;text-align:center;position:absolute;bottom:0;left:0;}
.zt2 .tsbc_tit a {display:block;color:#ffffff;}
.zt2 #indemo {float:left;width:10000%;}
.zt2 #demo1 {float:left;}
.zt2 #demo2 {float:left;}
.zt2 .zt1225_mk {color:#f32027;background:url(/eportal/fileDir/gddzj/template/page/index/1503973706842.png) no-repeat left center;height:36px;}
.zt2 .zt1225_mk h1 {padding:5px 20px;font-size:16px;color:#ffffff;height:36px;line-height:36px;background:#e01212;display:inline;font-weight:normal;}
.zt2 .zt1225_mk span {float:right;padding-right:10px;}
.zt2 .zt1225_mk span a {color:#333333;line-height:36px;font-size:14px;}
.zt2 .zt1225_ul { overflow:hidden; height:190px; padding:10px 10px 0 10px; margin-bottom:15px; }
.zt2 .zt1225_ul li { position:relative; height:30px;line-height:30px;background:url(/eportal/fileDir/gddzj/template/page/index/1503972283045.png) no-repeat 5px center;padding-left:20px;}
.zt2 .zt1225_ul li a { display:block; height:30px;line-height:30px;font-size:14px;}
.zt2 .zt1225_ul li a em{ padding-right: 90px; font-size:14px; display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.zt2 .zt1225_ul li span { color:#989898;padding-right:5px; position:absolute; right:0; top:0;}
.zt2 .zt1225_ul li a:hover {text-decoration:underline;}
.zt2 .content1 {width:1000px;margin:0 auto; }
.zt2 .content1_l {width:495px;float:left;background:url(/eportal/fileDir/gddzj/template/page/index/1503969369109.png);}
.zt2 .content1_r {width:495px;float:right;background:url(/eportal/fileDir/gddzj/template/page/index/1503969369109.png);}
.zt2 .mk_cone_box3 {background:url(/eportal/fileDir/gddzj/template/page/index/1503969369109.png);}
.zt2 .mk_cone_box3 li {width:470px;float:left;}


.zt3{background-image:url(/eportal/fileDir/gddzj/template/page/index/yujing_bg1.jpg); background-repeat:repeat-x; margin-left: 20px;margin-right: 20px;}
.zt3 li{ text-align:left;}
.zt3 *{ font-size14px;}
.zt3 .zt3 div{overflow:hidden; font-size12px; }
.zt3 .line{ font-size12px; color:#FFFFFF; height:30px; line-height:30px; padding-left:5px;}
.zt3 .picnews{ width:290px; height:270px; border:#F7F4EF solid 4px; margin-left:8px; margin-top:0px; margin-bottom:8px;}
.zt3 .space7{ background-color:#FFFFFF; height:7px; line-height:7px; font-size0; margin:auto; width:980px;}
.zt3 .hdjb{ width:290px; height:336px; border:#F7F4EF solid 4px; margin-left:8px; margin-top:8px;}
.zt3 .dyfc{ width:290px; height:336px; border:#F7F4EF solid 4px; margin-left:8px; margin-top:8px;}
.zt3 .panel{ border-left:#1369ac solid 1px;border-right:#1369ac solid 1px;border-bottom:#1369ac solid 1px; margin-bottom:1px; }
.zt3 .foot{ font-size12px; margin:10px;}

.zt3 .item_list {
    width:470px; text-align:left; overflow: hidden; width:auto; pADDING-TOp: 0px; height: 280px; 
}


.zt3 .item_list ul li A {
    COLOR: #000;text-decoration:none;
}
.zt3 .item_list ul li A:hover {
    COLOR: #f00
}
.zt3 .item_list ul{ padding-left:0}

.zt3 .item_list2 {
    width:620px; text-align:left; overflow: hidden; WIDTH:auto; pADDING-TOp: 0px; height: 220px; padding:8px;
}


.zt3 .item_list2 ul li A {
    COLOR: #000
;text-decoration:none;
}
.zt3 .item_list2 ul li A:hover {
    COLOR: #f00
}
.zt3 .item_list2 ul{ padding-left:0}
.zt3 .line a{ color:#fff; text-decoration:none;}
.zt3 .line a:hover{ color:#cc6600}
.zt3 .style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.zt3 .style3 {
	color: #3a3939;
	font-weight: bold;
	font-size 14px;
}


.zt3 a {
	color: #3a3939; font-size: 12px; text-decoration: none
}
.zt3 a:link {
	color: #3a3939; font-size: 12px; text-decoration: none
}
.zt3 a:active {
	color: #3a3939; font-size: 12px; text-decoration: none
}
.zt3 a:visited {
	color: #3a3939; font-size: 12px; text-decoration: none
}
.zt3 a:hover {
	color: #ff6600; font-size: 12px; text-decoration: none
}
.zt3 td {
	font-size: 12px
}
.zt3 .dataHeadSearchtd {
	color: #919191;
}
.zt3 .required {
	color: red;
	padding-left: 2px;
}
.zt3 .topmenuword {
	font-family: "寰蒋闆呴粦"; color: #ffffff; font-size: 12pt; font-weight: bold; text-decoration: none
}
.zt3 .top a {
	line-height: 36px; width: 100px; display: block; font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/menubg.jpg) no-repeat 0px 0px; color: #fff; font-size: 12pt; font-weight: bold; text-decoration: none
}
.zt3 .top a:link {
	font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/menubg1.jpg) no-repeat 0px -36px; color: #fff; font-size: 12pt; font-weight: bold; text-decoration: none
}
.zt3 .top a:hover {
	font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/menubg.jpg) no-repeat 0px -36px; color: #fff; font-size: 12pt; font-weight: bold; text-decoration: none
}
.zt3 .top a:active {
	font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/menubg.jpg) no-repeat 0px -36px; color: #012a6d; font-size: 12pt; font-weight: bold; text-decoration: underline
}
.zt3 .white {
	color: #ffffff; text-decoration: none
}
.zt3 .white:link {
	color: #ffffff; text-decoration: none
}
.zt3 .white:visited {
	color: #ffffff; text-decoration: none
}
.zt3 .white:active {
	color: #ff4400; text-decoration: none
}
.zt3 .white:hover {
	color: #ffff00; text-decoration: underline
}
.zt3 .titleli {
	text-align: left; padding-bottom: 0px; padding-left: 16px; padding-right: 0px; background: url(/eportal/fileDir/gddzj/template/page/index/icon_02.gif) no-repeat 0px 7px; padding-top: 0px
}
.zt3 .chnlli {
	border-bottom: #dbd5d5 1px solid; text-align: left; padding-bottom: 0px; padding-left: 26px; padding-right: 0px; background: url(/eportal/fileDir/gddzj/template/page/index/tymb_dian.gif) no-repeat 0px 4px; padding-top: 0px
}
.zt3 .doclist {
	text-align: left; padding-bottom: 0px; padding-left: 13px; padding-right: 0px; color: #ffffff; padding-top: 0px
}
.zt3 .butname {
	line-height: 25px; padding-left: 26px; color: #ffffff; font-weight: bold
}
.zt3 .chnlname {
	padding-bottom: 0px; padding-left: 28px; padding-right: 0px; background: url(/eportal/fileDir/gddzj/template/page/index/tymb_r9_c4.jpg) no-repeat; color: #17467b; font-size: 14px; font-weight: bold; padding-top: 0px
}
.zt3 .chnlname2 {
	padding-bottom: 0px; padding-left: 34px; padding-right: 0px; color: #9c4707; font-size: 14px; font-weight: bold; padding-top: 0px
}
.zt3 .chnlname3 {
	padding-bottom: 0px; padding-left: 28px; padding-right: 0px; background: url(/eportal/fileDir/gddzj/template/page/index/gtfw_22.gif) no-repeat; color: #17467b; font-size: 14px; font-weight: bold; padding-top: 0px
}
.zt3 .chnlbg {
	background: url(/eportal/fileDir/gddzj/template/page/index/chnl_right.jpg)
}
.zt3 .inputbd {
	border-bottom: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid; background-color: #ffffff; HEIGHT: 21px; color: #003300; border-top: #bbbbbb 1px solid; border-right: #bbbbbb 1px solid
}
.zt3 .enfont {
	font-family: arial
}
.zt3 .body2 {
	text-align: center; margin: 0px; background: url(/eportal/fileDir/gddzj/template/page/index/bg.jpg) #fff repeat-x right bottom
}
.zt3 .bgtable {
	border-left: #ccc 2px solid; border-right: #ccc 2px solid
}
.zt3 .gray9pt {
	color: #333333; font-size: 9pt; text-decoration: none
}
.zt3 .gray10pt {
	color: #333333; font-size: 10pt; text-decoration: none
}
.zt3 .gray11pt {
	color: #333333; font-size: 11pt; text-decoration: none
}
.zt3 .gray12pt {
	color: #333333; font-size: 12pt; text-decoration: none
}
.zt3 .path {
	line-height: 30px; font-family: "榛戜綋", "瀹嬩綋", "寰蒋闆呴粦", "鏂板畫浣�"; color: #333333; font-size: 12pt
}
.zt3 ul#list {
	line-height: 30px; list-style-type: disc; margin: 10px; padding-left: 30px; width: 750px; font-size: 12pt; vertical-align: middle; list-style-image: url(dot1.gif)
}
.zt3 ul#list a {
	text-decoration: none
}
.zt3 ul#list li {
	margin-TOP: 5px
}
.zt3 ul#list li a {
	padding-bottom: 0.5em; padding-left: 0.5em; padding-right: 0.5em; color: #000; font-weight: normal; padding-top: 0.5em
}
.zt3 ul#list li a:hover {
	background: #eee
}
.zt3 .solid-bottom {
	border-bottom: #dddddd 1px solid
}
.zt3 .sec1 {
	border-bottom: #ffffff 1px solid; border-left: #ffffff 1px solid; background-color: #f4f4f4; color: #000000; font-size: 11pt; border-top: #ffffff 1px solid; cursor: hand; border-right: gray 1px solid
}
.zt3 .sec2 {
	border-left: #ffffff 1px solid; background-color: #eaeaea; color: #000000; font-size: 11pt; border-top: #ffffff 1px solid; cursor: hand; font-weight: bold; border-right: gray 1px solid
}
.zt3 .content_test {
	line-height: 22px; color: #333333; font-size: 11pt; text-decoration: none
}
.zt3 .content_test a:link {
	color: #0000ff; font-size: 11pt; text-decoration: none
}
.zt3 .content_test a:visited {
	color: #0000ff; font-size: 11pt; text-decoration: none
}
.zt3 .content_test a:hover {
	color: #0099ff; font-size: 11pt; text-decoration: underline
}
.zt3 .content_test a:active {
	color: #0000ff; font-size: 11pt; text-decoration: none
}
.zt3 .content_test2 {
	line-height: 22px; color: #333333; font-size: 11pt; text-decoration: none
}
.zt3 .content_test2 a:link {
	color: #333333; font-size: 11pt; text-decoration: none
}
.zt3 .content_test2 a:visited {
	color: #333333; font-size: 11pt; text-decoration: none
}
.zt3 .content_test2 a:hover {
	color: #0099ff; font-size: 11pt; text-decoration: underline
}
.zt3 .content_test2 a:active {
	color: #333333; font-size: 11pt; text-decoration: none
}
.zt3 .tzsp_index a {
	color: #666666; font-size: 9pt; text-decoration: none
}
.zt3 .tzsp_index a:active a:visited a:link {
	color: #666666; font-size: 9pt; text-decoration: none
}
.zt3 .tzsp_index a:hover {
	color: #0000ff; font-size: 9pt; text-decoration: underline
}
.zt3 .tzsp_index1 {
	color: #666666; font-size: 10pt; text-decoration: none
}
.zt3 .tzsp_index1 a {
	color: #666666; font-size: 10pt; text-decoration: none
}
.zt3 .tzsp_index1 a:hover {
	color: #0000ff; font-size: 10pt; text-decoration: underline
}
.zt3 .search_bj {
	background: url(/eportal/fileDir/gddzj/template/page/index/wsbs_sch_02.jpg) repeat-x
}
.zt3 .secrch_font {
	font-family: "寰蒋闆呴粦"; color: #515151; font-size: 16px; font-weight: bold; text-decoration: none
}
.zt3 .search_botton {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/seach_tb.png); width: 33px; background-REPEaT: no-repeat; HEIGHT: 37px
}
.zt3 .search_Input {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/seach_1.png); width: 225px; background-REPEaT: no-repeat; HEIGHT: 26px
}
.zt3 .main_bg {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/main_bg.jpg); background-REPEaT: repeat-x
}
.zt3 .wsbs_bszn {
	text-align: left; color: #767676; font-size: 14px; font-weight: bold
}
.zt3 .wsbs_bszn a {
	text-align: left; color: #767676; font-size: 14px; font-weight: bold; text-decoration: none
}
.zt3 .wsbs_bszn a:hover {
	text-align: left; color: #f60; font-size: 14px; font-weight: bold; text-decoration: none
}
.zt3 .wsbs_tsdh {
	text-align: left; line-height: 21px; font-size: 12px
}
.zt3 .main_talbe {
	border-left: #d3d3d2 1px solid; background-color: #f6f6f6; border-top: #d3d3d2 1px solid; border-right: #d3d3d2 1px solid
}
.zt3 .title_bg {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/wsbs_gs_bj.jpg); background-REPEaT: repeat-x
}
.zt3 .table_border1 {
	border-bottom: #d3e6bc 1px solid; border-left: #d3e6bc 1px solid; padding-bottom: 8px; border-right: #d3e6bc 1px solid
}
.zt3 .title_text {
	text-align: left; color: #767676; font-size: 14px; font-weight: bold
}
.zt3 .more {
	text-align: right; padding-right: 8px; color: #999; font-size: 12px; text-decoration: none
}
.zt3 .more a {
	text-align: right; padding-right: 8px; color: #999; font-size: 12px; text-decoration: none
}
.zt3 .list01 {
	color: #ec6a00; font-size: 12px
}
.zt3 .list02 {
	color: #767676; font-size: 12px; font-weight: bold
}
.zt3 .line_wsbs_h {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/line_wsbs_h.jpg); line-height: 26px; background-REPEaT: repeat-x; background-POSITION: 50% bottom
}
.zt3 .list_wsbs a:hover {
	line-height: 28px; font-family: "寰蒋闆呴粦"; color: #f60; font-size: 14px; font-weight: bold
}
.zt3 .nTab {
	width: 763px; background: url(/eportal/fileDir/gddzj/template/page/index/list_bj.jpg) repeat-x 50% top; FLOaT: left; margin-LEFT: auto; margin-RIGHT: auto
}
.zt3 .nTab .TabTitle {
	HEIGHT: 31px; CLEaR: both; OVERFLOW: hidden
}
.zt3 .nTab .TabTitle ul {
	padding-bottom: 0px; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px
}
.zt3 .nTab .TabTitle li {
	text-align: center; list-style-type: none; width: 199px; font-family: "寰蒋闆呴粦"; FLOaT: left; color: #313131; font-size: 14px; cursor: pointer; font-weight: bold
}
.zt3 .nTab .TabTitle .active {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/main_t_on.jpg); background-REPEaT: no-repeat; HEIGHT: 31px; padding-top: 5px
}
.zt3 .nTab .TabTitle .normal {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/main_t_off.jpg); padding-left: 5px; width: 199px; background-REPEaT: no-repeat; background-POSITION: 50% bottom; HEIGHT: 25px; padding-top: 5px
}
.zt3 .nTab .TabContent {
	padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: auto; padding-right: 0px; background: #fff; padding-top: 0px
}
.zt3 .none {
	display: none
}
.zt3 .ntab_border {
	border-bottom: #d7e7c7 1px solid; border-left: #d7e7c7 1px solid; border-top-width: 0px; border-right: #d7e7c7 1px solid
}
.zt3 .list_wsbs {
	text-align: left; line-height: 28px; font-family: "寰蒋闆呴粦"; color: #666; font-size: 14px; font-weight: normal; text-decoration: none
}
.zt3 .line td {
	text-align: left; background: url(/eportal/fileDir/gddzj/template/page/index/line_wsbs_h.jpg) repeat-x 50% bottom
}
.zt3 .list_bs5 {
	color: #848484; font-size: 12px
}
.zt3 .npage_top {
	font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/npage_top02.jpg) repeat-x; color: #515151; font-size: 16px; font-weight: bold; text-decoration: none
}
.zt3 .left_top1 {
	padding-bottom: 12px; padding-left: 6px; font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/npage_top05.jpg) repeat-x; color: #515151; font-size: 16px; font-weight: bold; text-decoration: none
}
.zt3 .left_top2 {
	background: url(/eportal/fileDir/gddzj/template/page/index/npage_top07.jpg) repeat-x
}
.zt3 .left_border {
	border-left: #d8dedc 1px solid; border-right: #d8dedc 1px solid
}
.zt3 .left_border_d {
	border-bottom: #d8dedc 1px solid; border-left: #d8dedc 1px solid; border-right: #d8dedc 1px solid
}
.zt3 .left_list {
	text-align: center; line-height: 32px; font-family: "寰蒋闆呴粦"; color: #515151; font-size: 15px; font-weight: bold; text-decoration: none
}
.zt3 .left_content {
	text-align: left; line-height: 26px; font-family: "寰蒋闆呴粦"; color: #515151; font-size: 14px; font-weight: normal; text-decoration: none
}
.zt3 .wsbs_column1 {
	text-align: left; padding-bottom: 5px; padding-left: 36px; width: 680px; font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/npage_top10.jpg) no-repeat; color: #2a6e62; font-size: 16px; font-weight: bold; text-decoration: none
}
.zt3 .nav_zwgk01 {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_top02.jpg); background-REPEaT: repeat-x; font-family: "寰蒋闆呴粦"; color: #333333; font-size: 16px; font-weight: bold
}
.zt3 .left_zwgk_top {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_left01.jpg); text-align: center; color: #3d3d3d; font-size: 14px; font-weight: bold
}
.zt3 .zwgk_photo {
	padding-left: 6px; font-family: "寰蒋闆呴粦"; color: #666; font-size: 12px; text-decoration: none
}
.zt3 .left_zwgk_center {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_left02.jpg); background-REPEaT: repeat-y
}
.zt3 .left_zwgk_list {
	line-height: 28px; padding-left: 4px; font-family: "寰蒋闆呴粦"; font-size: 14px
}
.zt3 .left_zwgk_list a {
	font-family: "寰蒋闆呴粦"; font-size: 14px
}
.zt3 .left_zwgk_list a:hover {
	font-family: "寰蒋闆呴粦"; color: #f60; font-size: 14px; text-decoration: none
}
.zt3 .left_zwgk_line {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_left_line.jpg); background-REPEaT: no-repeat; background-POSITION: 50% bottom
}
.zt3 .left_zwgk_hjcx {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_left_cx2.jpg); padding-left: 15px; background-REPEaT: repeat-x; font-family: "寰蒋闆呴粦"; color: #515151; font-size: 16px; font-weight: bold
}
.zt3 .left_zwgk_hjcx1 {
	border-bottom: #d2d2d2 1px solid; border-left: #d2d2d2 1px solid; padding-bottom: 8px; background-color: #f5f5f5; padding-left: 8px; padding-right: 8px; border-right: #d2d2d2 1px solid; padding-top: 8px
}
.zt3 .left_zwgk_hjcx2 {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_iconbg.png); line-height: 40px; padding-left: 10px; background-REPEaT: no-repeat; color: #4e4e4e; font-size: 14px; font-weight: bold; text-decoration: none
}
.zt3 .zwgk_news1 {
	background-IMaGE: url(/eportal/fileDir/gddzj/template/page/index/zwgk_new_bg.jpg); text-align: left; padding-left: 8px; background-REPEaT: repeat-x; font-family: "寰蒋闆呴粦"; color: #333333; font-size: 14px; text-decoration: none
}
.zt3 .zwgk_nd01 {
	font-family: "寰蒋闆呴粦"; color: #333; font-size: 12px; font-weight: normal; text-decoration: none
}
.zt3 .zwgk_xy01 {
	color: #666; font-size: 14px; font-weight: bold
}
.zt3 .zwgk_xy02 {
	color: #666; font-size: 14px; font-weight: bold
}
.zt3 .zwgk_xy03 {
	color: #666; font-size: 14px; font-weight: bold
}
.zt3 .c_g {
	color: #29a503
}
.zt3 .c_r {
	color: #ff0000
}
.zt3 .c_y {
	color: #bfa100
}
.zt3 .js_top_bg {
	background: url(/eportal/fileDir/gddzj/template/page/index/jsxmsp_topbg1.jpg) no-repeat
}
.zt3 .js_left_top {
	border-left: #a6c3b1 1px solid; padding-left: 12px; background: url(/eportal/fileDir/gddzj/template/page/index/jsxmsp_leftbg1.jpg) repeat-x; HEIGHT: 40px; color: #4e4e4e; font-size: 14px; border-top: #a6c3b1 1px solid; font-weight: bold; border-right: #a6c3b1 1px solid
}
.zt3 .js_left_ctn {
	border-left: #a6c3b1 1px solid; background-color: #f4f9ea; border-right: #a6c3b1 1px solid
}
.zt3 .js_tzsp1 {
	background: url(/eportal/fileDir/gddzj/template/page/index/jsxmsp_image2.jpg) repeat-x; color: #4e4e4e; font-size: 14px; font-weight: bold
}
.zt3 .jsxmsp_column {
	text-align: left; padding-bottom: 5px; padding-left: 36px; width: 680px; font-family: "寰蒋闆呴粦"; background: url(/eportal/fileDir/gddzj/template/page/index/jsxm_lmbj1.jpg) no-repeat; color: #2a6e62; font-size: 16px; font-weight: bold; text-decoration: none
}
.zt3 .zwgk_bmfw02 {
	padding-left: 12px; background: url(/eportal/fileDir/gddzj/template/page/index/wsbs_bmfw02.jpg) repeat-x; color: #4e4e4e; font-size: 14px; font-weight: bold
}
.zt3 .zwgk_bmfw03 {
	text-align: left; line-height: 26px; padding-left: 30px; font-family: "寰蒋闆呴粦"; color: #4e4e4e; font-size: 12px; text-decoration: none
}


.waveWindow {  position: fixed; top: 0; left: 0; z-index: 9999999; width: 290px; cursor: pointer;display:none;}
.waveWindow img { width: 100%; }
.waveWindow .del { float: right; position: relative; top: 15px; right: 2px; }


.xdhsd_super li{padding-left:0 !important;}

.rightBe{color:#000000;position:absolute;right:5%;margin-top:30px;font-size:22px;}


.ly{
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size:16px;

}
.ly a{font-size: 16px;}
.ly a:hover{color:#075695;}

#news_ul5 time{display:none;}


.easysite-online-survey .easysite-survey-title,.easysite-online-survey .easysite-survey-title{background: #0060a4 !important;}
.easysite-survey-page .easysite-page-title{padding-bottom:0 !important;}
.easysite-percent-content .easysite-statis-progress .easysite-progress-bar{background: #0060a4 !important;}
.easysite-online-survey .easysite-survey-title{background: #0060a4 !important;}



.portlet{position:relative;}
.shadow{top:17px !important;left:0 !important;}


/*body{ background:url(/eportal/fileDir/gddzj/template/page/bug/7bg.jpg) no-repeat top center;padding: 242px 0 0; }
.header{width:1250px !important; margin:auto;}*/