@charset "utf-8";
* {
    margin: 0px;
    padding: 0px
}

body {
    font-family: Arial,'Microsoft Yahei',sans-serif,'SimSun','SimHei';
    color: #020202;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

input,textarea,select {
    color: #020202;
    outline: none;
}

a {
    text-decoration: none;
    color: #020202;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    color: #020202;
    font-weight: normal;
}

li {
    list-style: none;
}

.header {
    width: 100%;
    margin: 0 auto;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.head {
    height: 45px;
    width: 100%;
    background-color: #444;
    margin-bottom: 20px;
}

.head .main_nav {
    width: 62.5%;
    min-width: 1200px;
    margin: 0 auto;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
}

.head .main_nav .nav_menu {
    float: left;
    font-size: 14px;
}

.head .main_nav .nav_menu li {
    float: left;
    margin-right: 15px;
    color: #fff;
}

.head .main_nav .nav_menu a {
    color: #fff;
}

.head .main_nav .nav_menu li a:hover {
    color: #e2000d;
}

.head .main_nav .nav_menu .header_sub {
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

.head .main_nav .nav_menu .header_sub .sub {
    display: none;
    position: absolute;
    background-color: #8a8989;
    right: 0;
    top: 45px;
    width: 160px;
    z-index: 2;
}

.head .main_nav .nav_menu .header_sub .sub a {
    display: block;
    float: none;
    width: 40px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    font-weight: normal;
}

.head .main_nav .nav_menu .header_sub:after{
    position:absolute;
    content:"";
    right:0;
    top:20px;
    width:9px;
    height:6px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-image:url(https://res.dongxunnet.com/t/site/nav/img/nav_down.png);
}

.head .main_nav .nav_menu .header_sub.over:after {
    background-image: url(https://res.dongxunnet.com/t/site/nav/img/nav_up.png);
}

.head .main_nav .nav_menu .header_sub.over .sub {
    display: block;
}

.head .main_nav .nav_menu .header_nav {
    float: right;
    font-size: 12px;
}

.head .main_nav .nav_menu .header_nav li {
    float: left;
}

.head .main_nav .nav_menu .header_nav li .headNavLogin {
    position: relative;
    display: block;
    border-left: none;
}

.head .main_nav .nav_menu .header_nav li a {
    display: block;
    padding: 0 15px;
    color: #fff;
}

.head .main_nav .nav_menu .header_nav li a:hover {
    background-color: #D40300;
}

.head .main_nav .user-1UNgQJZ9 {
    width: 125px;
    float: right;
    text-align: right;
    color: #fff;
}

.head .main_nav .user-1UNgQJZ9 a{
    color: #fff;
}

.head .main_nav .user-1UNgQJZ9 .user-tg {
    float: left;
    text-align: right;
}

.head .main_nav .user-1UNgQJZ9 .user-tg a:hover{
    color:#e2000d;
}

.header .topbar {
    width: 62.5%;
    margin: 0 auto;
    min-width: 1200px;
    height: 65px;
    clear: both;
    margin-bottom: 10px;
}

.header .topbar .section {
    width: 300px;
}

.header .topbar .section .logo {
    width: 160px;
    height: 60px;
    float: left;
    overflow: hidden;
}

.header .topbar .section .logo img {
    width: 160px;
    height: auto;
}

.header .topbar .home-search {
    width: 303px;
    height: 50px;
    float: right;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.header .topbar .home-search .searchform {
    width: 303px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    z-index: 1;
}

.header .topbar .home-search .searchform input {
    display: block;
    float: left;
    border-width: 1px;
    border-style: solid;
}

.header .topbar .home-search .searchform input.ipt {
    border-color: #D8D8D8;
    border-right-style: none;
    height: 34px;
    background: none;
    width: 227px;
    padding: 0 5px;
}

.header .topbar .home-search .searchform input.btn {
    width: 65px;
    overflow: hidden;
    line-height: 36px;
    border: none;
    background-color: #FA3535;
    color: #fff;
    font-size: 16px;
}

.header .menubar {
    border-top: 2px #FA3535 solid;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 20px;
}

.header .menubar .content {
    width: 62.5%;
    min-width: 1200px;
    margin: auto;
    clear: both;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.header .menubar .content li a {
    color: #FA3535;
}

.header .menubar .content a:hover{
    color:#e2000d;
}

.header .menubar .content li em{
    width: 65px;
    height: 10px;
    margin-top: 20px;
    background: url(https://res.dongxunnet.com/t/site/nav/img/nav-line.png) no-repeat;
    background-position: center left;
    text-align: center;
    background-size: 7px auto;
    float: left;
}

/*轮播图*/

.dongxun {
    width: 62.5%;
    margin: 0 auto;
    min-width: 1180px;
    height: auto;
    clear: both;
    overflow: hidden;
}

.dongxun .channel{
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.dongxun #content,#primary,.dongxun .wrap{
    float: left;
    width: 780px;
}

#featured-content {
    float: left;
    position: relative;
    margin-bottom: 5px;
}

#featured-content img,#featured-content .wp-post-image {
    width: 100%;
}

#featured-content .bxslider {
    line-height: 0.5;
}

#featured-content .bxslider li {
    display: none;
}

#featured-content .bxslider li:first-child {
    display: block;
}

#featured-content .bxslider,#featured-content .thumbnail-link {
    overflow: hidden;
}

#featured-content .entry-category {
    position: absolute;
    top: 7px;
    left: 7px;
}

#featured-content .owl-carousel:hover .owl-nav {
    display: block;
}

#featured-content .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -18px;
}

#featured-content .owl-carousel .owl-nav button.owl-prev span,#featured-content .owl-carousel .owl-nav button.owl-next span{
    background: url(https://res.dongxunnet.com/t/site/nav/img/ico.png) no-repeat;
    display: block;
}

#featured-content .owl-carousel .owl-nav button.owl-prev span,#featured-content .owl-carousel .owl-nav button.owl-next span {
    width: 41px;
    height: 45px;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.5;
    position: relative;
}


#featured-content .owl-carousel .owl-nav button.owl-prev span {
    background-position: -2px -2px;
    float: left;
    position: absolute;
    left: 10px;
}

#featured-content .owl-carousel .owl-nav button.owl-next span{
    background-position: -2px -49px;
    right: 10px;
    float: right;
    position: absolute;
}

#featured-content .owl-carousel .owl-nav button.owl-prev span:hover,#featured-content .owl-carousel .owl-nav button.owl-next span:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#featured-content .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 15px;
    left: 27.5px;
    margin-top: 0;
    z-index: 99;
}

#featured-content .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

#featured-content .owl-theme .owl-dots .owl-dot span {
    margin: 0 2.5px;
    width: 25px;
    height: 3px;
    border-radius: 0;
    background: hsla(0,0%,100%,.3);
    background: rgba(255, 255, 255, 0.4);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

#featured-content .owl-theme .owl-dots .owl-dot.active span,#featured-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #f00;
    width:45px;
}

#featured-content .bx-wrapper,#featured-content .bxslider,#featured-content .thumbnail-link {
    width: 780px;
    height: 450px;
    overflow: hidden;
}

#featured-content .featured-slider {
    margin-bottom: 13px;
}

#featured-content .featured-slide {
    width: 780px;
    position: relative;
}

#featured-content .featured-slide img {
    width: 100%;
    min-height: 450px;
}

#featured-content .featured-slide .thumbnail-link {
    display: block;
}

#featured-content .featured-slide .entry-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 30px;
}

#featured-content .featured-slide .entry-title a,#featured-content .featured-slide .entry-title a:visited {
    color: #fff;
}

#featured-content .featured-slide .entry-header {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 10px 0 20px 0;
    width: 100%;
}

.featured-grid .featured-small {
    float: left;
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 10px;
    position: relative;
}

.featured-grid .featured-small:nth-of-type(3n) {
    margin-right: 0;
}

.featured-grid .featured-small:nth-of-type(3n+1) {
    clear: left;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    width: 780px!important;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.dongxun .channel .span4 {
    width: 370px;
    float: right;
    min-height: 1px;
    position: relative;
    right: 0px;
}

.dongxun .channel .span4 .titleBar8-2 {
    border-bottom: solid 1px #bcbcbc;
    height: 36px;
    line-height: 34px;
    padding-left: 8px;
    color: #7b5110;
}

.dongxun .channel .span4 .titleBar8-2 span {
    color: #FA3535;
    font-size: 24px;
}

.dongxun .channel #lm3 .list7 li {
    margin-top: 5px;
    list-style: none;
    font-size: 10px;
    color: #6f6f6f;
}

.dongxun .channel #lm3 .list7 li a {
    font-size: 22px;
    line-height: 1.95em;
    font-weight: normal;
}

.dongxun .channel #lm3 .list7 li a:hover,.dongxun .min_box_right .min_box_piz ul li a:hover,.dongxun .wrap .min_more a:hover,#tab .tab_box li a:hover,.bottom .txt a:hover,.bottom .txt_b a:hover{
    color: #FA3535;
}

.dongxun .channel #lm3 .list7 li p {
    font-size: 14px;
    line-height: 1.9em;
    font-family: "Microsoft YaHei";
    text-indent: 0em;
}

.dongxun .wrap .clearfix {
    background-color: #f9f9f9;
    border-top: 1px solid #FA3535;
    overflow: hidden;
}

.dongxun .wrap .clearfix li {
    position: relative;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;
}

.dongxun .wrap .active{
    width: 100px;
    background-color: #FA3535;
    color: #fff;
}

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

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

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

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

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

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

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

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

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

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

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

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

.swiper-container-3d {
    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 {
    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;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    margin-top: calc(var(--swiper-navigation-size)/2);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

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

.swiper-button-next:after,.swiper-button-prev:after {
    text-transform: none!important;
    text-transform: none;
    letter-spacing: 0;
    font-variant: normal;
    font-size: var(--swiper-navigation-size);
    font-family: swiper-icons;
    line-height: 1;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
    display: none!important;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    transform: scale(0);
    transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    box-sizing: border-box;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top: 4px solid transparent;
    border-radius: 50%;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}



.swiper-container .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    opacity: 0;
    pointer-events: none;
}

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

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

.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 {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    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 {
    visibility: visible;
    pointer-events: auto;
}

.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;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.swiper-container-cube .swiper-cube-shadow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    content: "";
    filter: blur(50px)
}

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

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

.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;
}

.dongxun .wrap .set-tab .min_feed{
    width: 780px;
    padding-top: 15px;
    border-bottom: 1px #f0f0f0 solid;
    height: 150px;
}

.dongxun .wrap .set-tab .min_feed .img {
    width: 210px;
    height: 135px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.dongxun .wrap .set-tab .min_feed .img img {
    width: 100%;
    min-height: 135px;
}

.dongxun .wrap .set-tab .min_feed .img img {
    transition: all .5s;
}

.dongxun .wrap .set-tab .min_feed .img:hover img {
    transform: scale(1.2);
}

.dongxun .wrap .set-tab .min_feed .info {
    height: auto;
}

.dongxun .wrap .set-tab .min_feed h1 {
    line-height: 45px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dongxun .wrap .set-tab .min_feed h1 a {
    font-size: 20px;
    color: #343434;
}

.dongxun .wrap .set-tab .min_feed h1 a:hover {
    color: #FA3535;
}

.dongxun .wrap .set-tab .min_feed span {
    line-height: 30px;
    font-size: 12px;
    color: #9a9a9a;
}

.dongxun .wrap .set-tab .min_feed p {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
}

.dongxun .wrap .set-tab .min_feed p a {
    color: #FA3535;
}

.dongxun .wrap .set-tab .min_feed:hover {
    background: #f7f7f7;
}

.dongxun .wrap .content-slide .more{
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    background: #ccc;
    color: #656565;
}

.dongxun .min_box_right {
    width: 370px;
    float: right;
}

.dongxun .min_box_right .min_title {
    height: 47px;
    line-height: 40px;
    border-bottom: 3px #d8d8d8 solid;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.dongxun .min_box_right .min_title span {
    color: #000;
    border-bottom: 3px #FA3535 solid;
    padding-bottom: 14px;
}

.dongxun .min_box_right .min_box_piz {
    text-align: center;
}

.dongxun .min_box_right .min_box_piz ul{
    padding-bottom: 20px;
}

.dongxun .min_box_right .min_box_piz ul li {
    text-align: left!important;
}

.dongxun .min_box_right .min_box_piz ul li {
    line-height: 34px;
    font-size: 16px;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dongxun .min_box_right .min_box_piz ul li a{
    color: #343434;
}

/*友情链接*/
#tab{
    width: 1200px;
    position:relative;
    margin:40px auto;
    clear: both;
}

#tab .tab_menu{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #d2d2d2;
}

#tab .tab_menu li{
    float: left;
    padding: 0px 15px;
    overflow: hidden;
    white-space: nowrap;
}

#tab .tab_box{
    height:100px;
    clear:both;
    position:relative;
}

#tab .tab_box li{
    float:left;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: SimSun;
}

#tab .tab_menu .selected{
    cursor:pointer;
    color: #c3140f;
    border-bottom: 2px solid #FA3535;
}

.hide{
    display:none;
}

.tab_box div{
    padding:10px;
}  
/*网站底部*/

.bottom {
    clear: both;
    height: auto;
    margin: 0 auto;
    border-top: 3px solid #FA3535;
    text-align: center;
    padding: 20px 0 5px 0px;
    position: relative;
    font-family: "SimSun";
}

.bottom .txt {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.bottom .txt a,.bottom .txt_b a{
    margin-left: 10px;
    margin-right: 10px;
}

.min_more a:hover,#tab .tab_box li a:hover,.bottom .txt a:hover {
    color: #e60012;
}

.bottom p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 24px;
}

.bottom span{
    font-family:sans-serif;
    margin-left: 3px;
    margin-right: 3px
}

.bottom .txt_b span{
    margin: 0;
}

.bottom a img {
    vertical-align: middle;
}

.bottom .kxwz {
    position: absolute;
    top: 65px;
    right: 100px;
    height: 40px;
    width: 110px;
}

.bottom .kxwz img {
    height: 40px;
    width: 110px;
}

.bottom .cxwz {
    position: absolute;
    top: 65px;
    left: 100px;
    height: 40px;
    width: 110px;
}

.bottom .cxwz img {
    height: 40px;
    width: 110px;
}

.m-top, #mfooter {
    display: none;
}

@media screen and (max-width: 800px) {
@charset "UTF-8";html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    font-size: inherit;
    line-height: inherit;
}

img {
    border-style: none;
}

body {
    margin: 0
}

.header,.dongxun .wrap .set-tab .min_feed p,.min_box_right,#tab,.bottom{
    display:none;
}

.dongxun .channel,.dongxun #content, #primary, .dongxun .wrap,#featured-content .bx-wrapper, #featured-content .bxslider, #featured-content .thumbnail-link,.dongxun .channel .span4{
    width: 100%!important;
    min-width: auto!important;
}

.m-top {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: block;
}

.m-top .dongxun-top {
    width: 100%;
    height: 3.54167rem;
    background-size: cover;
    position: relative;
}

.m-top .dongxun-top .back-prev-page {
    position: absolute;
    left: 1rem;
    top: 1.0625rem;
    display:none;
}

.m-top .dongxun-top .back-prev-page img {
    width: 1.95rem;
}

.m-top .dongxun-top .logo {
    width: 6.25rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 2.2rem;
    top: 0.8rem;
    position: relative;
    float: none;
}

.m-top .dongxun-top .logo img {
    width: 100%;
    height: auto;
    text-align: center;
}

.m-top .dongxun-top .nav_dongxun_more {
    position: absolute;
    right: 1rem;
    top: 1.04167rem;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-btn {
    position: relative;
    float: right;
    background: #fff;
    text-align: center;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-btn .ico-add{
    display: block;
    width: 1.80rem;
    height: 1.8rem;
    background: url(https://res.dongxunnet.com/t/site/nav/img/menu.png) no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: auto;
    background-color: #eee;
    -webkit-transform: scale(0, 0.1);
    transform: scale(0, 0.1);
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform-origin: 100% 10%;
    transform-origin: 100% 10%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content.show {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content.show .nav-close {
    background: url(https://res.dongxunnet.com/t/site/nav/img/close2x.png) center no-repeat;
    background-size: 45%;
    position: absolute;
    top: 0.25rem;
    right: 0.4rem;
    height: 2.8rem;
    width: 2.8rem;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-head {
    z-index: 1;
    background: #eee;
    box-shadow: 0 10px 10px #eee;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-head .nav-close {
    position: absolute;
    top: 0.25rem;
    right: 0.4rem;
    height: 2.8rem;
    width: 2.8rem;
    z-index: 2;
    text-indent: 100%;
    cursor: pointer;
    overflow: hidden;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
    background-color: #fff;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-wrapper h2 {
    font-size: 0.4rem;
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-wrapper h2:first-of-type {
    margin-top: 1.8rem;
    font-size: 1.2rem;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-wrapper .channel-list{
    padding: .33333rem .24rem 0 .92rem;
    font-size: 1.12rem;
    color: #333;
    justify-content: space-between;
}

.m-top .dongxun-top .nav_dongxun_more .nav-more-content .nav-list-wrapper .channel-list li {
    float: left;
    width: 20%;
    height: 1.84rem;
    border-radius: 0.02rem;
    font-size: 0.85rem;
    color: #383838;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.84rem;
    background: none;
    border: 1px solid #EBEBEB;
    margin: 0.36vh .99vh;
}

.m-top .nav-down {
    position: absolute;
    background-color: rgba(255,255,255,.6);
    height: 3rem;
    line-height: 3rem;
    right: 0;
    z-index: 999;
    padding-left: .83333rem;
}

.m-top .nav-down .img-down {
    background: #fff;
    background-size: contain;
    padding: 0 1.04167rem 0rem .20833rem;
}

.m-top .nav-down .img-down img {
    width: 1.125rem;
    height: .625rem;
}

.m-top .nav-down .img-down.up img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.m-top .nav-down-warp {
    position: fixed;
    z-index: 12;
    top: 3.54167rem;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: none;
}

.m-top .nav-down-warp .nav-down-contain {
    background-color: #fff;
    width: 100%;
    font-size: 1.06667rem;
    color: #212121;
}

.m-top .nav-down-warp .nav-down-contain h3 {
    height: 3.75rem;
    line-height: 3.75rem;
    padding-left: 1.04167rem;
}

.m-top .nav-down-warp .nav-down-contain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: .20833rem;
    padding-bottom: 1.25rem;
}

.m-top .nav-down-warp .nav-down-contain ul li {
    width: 7.2rem;
    height: 2.25rem;
    text-align: center;
    line-height: 2.25rem;
    border: 1px solid #ededed;
    border-radius: .41667rem;
    margin-left: .83333rem;
    margin-bottom: .83333rem;
}

.m-top .nav-down-warp .nav-down-contain ul li a {
    color: #757575;
}

.m-top .x-over {
    height: 3.75rem;
    width: 25rem;
    overflow: hidden;
}

.m-top .x-over .x-over-con {
    height: 4.25rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.m-top .x-over .x-over-con .body-wrap {
    position: inherit;
    top: 0;
    padding: 0 .41667rem;
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 10;
}

.m-top .x-over .x-over-con .body-wrap .column-nav {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: 100%;
    background: 0 0;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0 .83333rem;
}

.m-top .x-over .x-over-con .body-wrap .swiper-pagination-bullet {
    margin: 0;
    color: #757575;
    opacity: 1;
}

.m-top .x-over .x-over-con .body-wrap .column-nav a {
    font-size: 1.08rem;
}

.m-top .x-over .x-over-con .body-wrap .column-nav .active {
    color: #1776f4;
}

.m-top .x-over .x-over-con .body-wrap .column-nav i {
    position: absolute;
    width: 1.25rem;
    height: .125rem;
    bottom: 0;
    left: 50%;
    margin-left: -.625rem;
    border-radius: .125rem;
    background: #1776f4;
    display: none;
}

.m-top .x-over .x-over-con .body-wrap .column-nav i.active {
    display: block;
}

.p20{
    clear: both;
    height: 3.85rem;
    background: #f5f5f5;
}

.dongxun{
    width:95%!important;
    min-width: auto!important;
}

.dongxun .clear{
    padding:.5rem 0 0 0;
}

#featured-content{
    float: none;
}

.owl-carousel.owl-drag .owl-item{
    width: auto!important;
}

#featured-content .bx-wrapper, #featured-content .bxslider, #featured-content .thumbnail-link,#featured-content .featured-slide img{
    width: 100%!important;
    height:15rem!important;
}

.dongxun .channel .span4{
    margin-bottom:1rem;
}

.dongxun .wrap{
    margin-bottom:3rem;
}

.dongxun .wrap .tabs .clearfix {
    overflow-x: auto;
    overflow-y: hidden;
}

.dongxun .wrap .clearfix li {
    position: relative;
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    float: left;
    cursor: pointer;
}

.dongxun .wrap .active{
    width: 20%;
    background-color: #FA3535;
    color: #fff;
}

#featured-content .featured-slide,.dongxun .wrap .swiper-container .swiper-wrapper,.dongxun .wrap .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%!important;
    height: auto!important;
}

.dongxun .wrap .set-tab .min_feed{
    width: 100%;
    height: initial;
    padding: 0.8rem 0;
    overflow: hidden;
    position: relative;
    transform-origin: center bottom;
    border-bottom: 1px solid #EBECED;
}

.dongxun .wrap .set-tab .min_feed .img {
    width: 100%;
    height: 5rem;
    float: left;
    max-width: 107px;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-right: 0.8rem;
}

.dongxun .wrap .set-tab .min_feed .img img {
    float: left;
    width: 100%;
    height: auto;
    min-height: 5rem;
    left: 0;
    top: 0;
}

.dongxun .wrap .set-tab .min_feed .info {
    height: auto;
}

.dongxun .wrap .set-tab .min_feed .info h1 {
    white-space: inherit;
    line-height: initial;
    font-size: initial;
    margin-bottom: 0.9rem;
}

.dongxun .wrap .set-tab .min_feed .info h1 a {
    font: 400 .24rem/.46rem "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    margin-bottom: .19rem;
    color: #454545;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

.dongxun .wrap .set-tab .min_feed .info span {
    display: inline-block;
    font-size: 0.9rem;
    line-height: initial;
    color: #aaa;
}

#mfooter {
    width:100%;
    background: #343434;
    padding: 0.5rem 0;
    color: #fff;
    clear: both;
    font-size: 0.85rem;
    text-align: center;
    display: block;
}

.mfooter .foot_list{
    padding: 0.1em;
}

.mfooter .foot_list a{
    color: #fff;
    margin-right: 0.2rem;
}

.mfooter .foot_list a:last-child{
    color: #fff;
    margin-right: 0;
}

#mfooter p {
    color: #fff;
    padding: 0.1em;
}
}