/* CSS Document */
body,
html {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

* {
    font-family: "微软雅黑", verdana, arial;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
th,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", verdana, arial;
}

.ftBlue {
    color: #06C;
}

.ftOrange {
    color: #F90;
}

.ftYellow {
    color: #FF0;
}

.ftRed {
    color: #F00;
}

.ftGray {
    color: #666;
}

.ftGreen {
    color: #360;
}

.ftStrong {
    font-weight: bold;
}

.clear {
    clear: both;
}

body {
    font-size: 16px;
}

a {
    color: #333;
}

img {
    border: 0;
}

#logo-svg{
    /*position: relative;
    top: -38px;
    left: -10px;*/
}

ul,
li {
    list-style: none;
}

.navbox {
    position: relative;
    height: 50px;
    background: #006396;
}

.sch_ico {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}

.sch_main {
    width: 100%;
    height: 2.5rem;
    background: #dedede;
}

.sch_form {
    width: 90%;
    height: 1.5rem;
    margin-top: 0.5rem;
    float: left;
    margin-left: 5%;
}

.sch_w {
    width: 80%;
    float: left;
    height: 100%;
    border: 0;
    text-indent: 2em;
}

.sch_btn {
    width: 20%;
    float: right;
    height: 100%;
    background: url(../../../../../hdmbi/img/1.png) no-repeat center #007ad0;
    border: 0;
}

header {
    position: relative;
}

header h1 {
    clear: both;
    overflow: hidden;
    text-align: center;
}

header h1 img {
    float: left;
    width: 63%;
    margin-top: 1.5%;
    margin-left: 1.5%;
}

.mobile-inner-nav a {
    
}

.websitename {
    float: left;
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
}

/*预加载样式*/

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #F6F6F6;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
}

#myloader .loader .grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

#myloader .loader .grid .cube {
    width: 33%;
    height: 33%;
    background-color: #0080c1;
    float: left;
    -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    display: block;
    width: 100%;
}

.tab-news-content .news-list-wrapper:first-child>div:first-child {
    border-top: 0;
}

.rec-item {
    text-align: left;
}

.tab-news-content .news-list-wrapper:first-child>div:first-child .inner-item {
    border-top: none !important;
}

.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}

.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}

.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}

.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    overflow: hidden;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}

.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("template_files/6///m.baidu.com/static/index/plus/public/tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}

.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}

.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content>div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
    overflow: hidden;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    /*padding-top: 66.67%;*/
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.weui-tab__bd {
    padding-bottom: 55px;
}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
    padding: 0 16px;
}

.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW?-AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat;
}

.s-news-special-item-tpl-3 h2 {
    width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
    font-weight: normal;
}

.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', ?￠èí??oú;
}

.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.s-news-special .from {
    width: 100%;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    display: block;
    padding-top: 8px;
}

.s-news-special .from .src-net {
    margin-right: 6px;
}

.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}

.s-news-special .src-net a,
.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    color: #999\9;
}

.weui-tabbar {
    position: fixed;
}

.weui-cells__title {
    font-size: 18px;
}

.weui-article {
    line-height: 2em;
}

.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}

.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
}

.rich_media_meta_list em {
    font-style: normal;
}

.rich_media_meta_text {
    color: #8c8c8c;
}

.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.yuedu_box {
    color: #8c8c8c;
}

.contact-box .weui-cell__bd p {
    width: 50px;
}

.error {
    border: 1px solid #F00;
    background: #FFECEC;
    font-weight: normal;
    padding-top: 5px;
    font-size: 14px;
}

input.error,
textarea.error {
    background: #FFF0F0;
    border: 1px solid #FDD;
    display: block;
    font-size: inherit;
}

label.error {
    color: #F90;
    border: 0;
    background: none;
}

.content-block {
    padding: 10px 15px 0;
}

.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
    left: auto;
    right: 5px;
    width: auto;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 7.5;
    display: inline-block;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #174e8c;
}

.swiper-slide img {
    width: 100%;
}

#header {
    background-color: #3f8dbf;
    float: left;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#header a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    font-size: 15px;
}

#header-left {
    float: left;
    height: 50px;
}

#header-left:hover #header-left-icon {
    background-color: #3F8DBF;
}

#header-left:hover #header-left-text {
    background-color: #599BC8;
}

#header-left-icon {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-left-icon a {
    font-size: 25px;
}

#header-left-text {
    float: left;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-left-text a {
    padding-left: 20px;
    padding-right: 20px;
}

#header-right {
    float: right;
    height: 50px;
}

#header-right:hover #header-right-icon {
    background-color: #3F8DBF;
}

#header-right:hover #header-right-text {
    background-color: #599BC8;
}

#header-right-icon {
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-right-text {
    float: right;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-right-text a {
    padding-right: 20px;
    padding-left: 20px;
}

.wrapper {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 150px;
}

.wrapper-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                                  not supported by any browser */
}

.wrapper-inner-buttons {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}

.wrapper-inner-buttons a {
    background-color: #3f8dbf;
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-radius: calc(35px / 2);
}

.wrapper-inner-buttons a.current {
    background-color: #f5d76e;
    color: #d35400;
}

.wrapper-inner-buttons a:hover {
    background-color: #35759F;
    color: #fff;
}

.mobile {
    width: 100%;
    height: 62px;
    line-height: 62px;
    position: relative;
    z-index: 999999;
}

.mobile-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
}

.mobile-inner img {
    width: 100%;
}

.mobile-inner p {
    color: #676767;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    background: #45916b;
    width: 100%;
    height: 62.5px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 62.5px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 20%;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(3) {
    display: none;
}




.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}



@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}



@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}



@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: absolute;
    top: 62.5px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
    line-height: 52px;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.mobile-inner-header h1 {
    width: 70%;
    float: left;
    margin: 2% 3%;
}

.mobile-inner-header h1 img {
    width: 80%;
    display: block;
}
.swiper-containeradv {
    position: relative;
    height: 225px;
}

.swiper-containeradv img {
    height: 225px;
    width: 100%;
}

.swiper-containeradv .swiper-paginationadv {
    position: absolute;
    z-index: 99999;
    text-align: center;
}

.swiper-paginationadv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
    background: none;
    opacity: 1;

}

.swiper-paginationadv .swiper-pagination-bullet-active {
    background: #fff;

}

.contentn1 {
    width: 100%;
    float: left;
    border-top: 20px solid #f7f7f7;
}

.contentn1 .position {
    width: 90%;
    margin: 0 5%;
    float: left;
}

.contentn2 {
    width: 100%;
    float: left;
    border-top: 20px solid #f7f7f7;
}

.contentn2 .box {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-left: 2.5px solid #f7f7f7;
    padding: 2.5vh 0 2vh 0;
}

.contentn2 .box .topic {
    color: #333333;
    font-size: 14px;
}

.contentn2 .box:nth-child(1) {
    border-left: 0;
}

.contentn2 .box img {
    width: 40%;
}

.contentn3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 20px solid #f7f7f7;
    padding-bottom: 15px;
}

.contentn3 .position {
    width: 90%;
    margin: 0 5%;
    float: left;
}

.listmain {
    width: 100%;
    float: left;
    position: relative;
}

.listmain .first {
    width: 98%;
    float: left;
    box-shadow: 0 0 10px #00000010;
    padding: 12.5px 10px;
    box-sizing: border-box;
    margin: 15px 1%;
}

.listmain .first .topic {
    width: 100%;
    color: #45916b;
    font-size: 14px;
    font-weight: bold;
}

.listmain .first .date {
    width: 100%;
    font-size: 12px;
    color: #a5a5a5;
}

.listmain .box {
    width: 100%;
    line-height: 30px;
    float: left;
}

.listmain .box .circle {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    float: left;
    background: #dddddd;
    margin-top: 13px;
    margin-right: 5px;
    
}

.listmain .box .topic {
    float: left;
    font-size: 14px;
    width: 75vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #272727;
}

.listmain .box .date {
    float: right;
    font-size: 14px;
    width: 11vw;
    text-align: right;
    color: #a4a4a4;
}

.txtScroll-top .bd {
    height: 45px;
    line-height: 45px;
}

.txtScroll-top .infoList li {
    height: 45px;
    line-height: 45px;
}

.txtScroll-top .infoList li a {
    display: block;
    width: 85%;
    float: left;
    font-size: 14px;
    color: #272727;
    text-indent: 25px;
    background: url(../../../img/2.png) no-repeat left;
    background-size: 18px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.txtScroll-top .infoList li .date {
    float: right;
    color: #999;
    width: 15%;
    text-align: right;
    font-size: 14px;
    color: #a4a4a4;
}





.content1 {
    width: 100%;
    float: left;
    border-top: 20px solid #f7f7f7;
    padding-bottom: 15px;
}

.content1 .position {
    width: 90%;
    margin: 0 5%;
    float: left;
}

.tabBox {
    float: left;
    width: 100%;
    overflow: hidden;
}

.tabBox .hd {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.tabBox .hd ul {
    overflow: hidden;
    width: 100%;
}

.tabBox .hd ul li {
    float: left;
    color: #c1c1c1;
    margin-right: 30px;
    font-size: 16px;
    line-height: 16px;
}
.tabBox .hd .more{
    float: right;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #a4a4a4;
    font-size: 14px;
}

.tabBox .hd ul li .more{
    display:none;
}

.tabBox .hd ul .on .more{
    display:block;
    color: #a4a4a4;
    font-weight: 100;
font-size: 14px;
}

.tabBox .hd ul li a {
    color: #141414;
    line-height: 25px;
    display: block;
    font-weight:bold;
}

.tabBox .hd ul .on {
    color: #45916b;
    font-weight: bold;
    line-height: 16px;
}

.tabBox .hd ul .on a {

    font-size: 20px;
    color: #45916b;
    font-weight: bold;
    display: block;
    line-height: 25px;
}

.tabBox .bd {
    width: 100%;
}

.tabBox .bd ul {
    padding-top: 7.5px;
    display: block;
}

.swiper-containeradv3 {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    overflow-x: hidden;
    margin-top: 15px;
}

.swiper-containeradv3 img {
    width: 100%;
}
.swiper-containeradv3 .topic{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #00000050;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.swiper-paginationadv3 {
    position: absolute;
    z-index: 99999;
    text-align: center;
    width: 100%;
    bottom: 20px !important;
}

.swiper-paginationadv3 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #4e9672;
    background: none;
    opacity: 1;
}
.swiper-paginationadv3 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:20px
}
.swiper-paginationadv3 .swiper-pagination-bullet-active {
    background: #4e9672;

}
.content2 {
    width: 100%;
    float: left;
}

.content2 .position {
    width: 95%;
    margin: 0 2.5%;
    float: left;
}

.tabBox .bd1 li {
    width: 100%;
    height: 50px;
    float: left;
    margin-bottom: 10px;
}

.tabBox .bd1 li .datel {
    width: 15%;
    height: 50px;
    float: left;
    text-align: center;
}

.tabBox .bd1 li .datel .dd {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #c5002a;
    color: #fff;
}

.tabBox .bd1 li .datel .yy {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #f6f6f6;
    color: #343434;
}

.tabBox .bd1 li .text {
    float: right;
    width: 85%;
    padding-left: 20px;
    box-sizing: border-box;
}

.tabBox .bd1 li .text .name {
    float: left;
    line-height: 50px;
    color: #454545;
}

.tabBox .bd1 li .text .jiage {
    float: right;
    line-height: 50px;
    color: #c5002a;
    font-size: 14px;
}

.tabBox .bd1 ul {
    padding-top: 20px;
}

.content3 {
    width: 100%;
    float: left;
}

.content3 .position {
    width: 97.5%;
    margin: 0 0 0 2.5%;
    float: left;
    overflow-x: hidden;
}

.title_main {
    width: 100%;
    height: 15px;
    line-height: 15px;
    margin-top: 20px;
}

.title_main h2 {
    font-size: 16px;
    float: left;
}

.title_main h2 a {
    font-size: 20px;
    color: #45916b;
    font-weight: bold;
}

.title_main .more {
    color: #a4a4a4;
    font-size: 14px;
    float: right;
}

.listmain .more {
    color: #a4a4a4;
    font-size: 12px;
    float: right;
    position: absolute;
    top: -20px;
    right: 0;
}


.swiper-containeradv2 {
    position: relative;
    border-top: 20px solid #f7f7f7;
}

.swiper-containeradv2 img {
    width: 100%;
    height: 75px;
}

.swiper-containeradv2 .swiper-paginationadv2 {
    position: absolute;
    z-index: 99999;
    text-align: right;
    padding-right: 5%;
    box-sizing: border-box;
}

.swiper-paginationadv2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
    background: none;
    opacity: 1;

}

.swiper-paginationadv2 .swiper-pagination-bullet-active {
    background: #fff;

}






.foot {
    width: 100%;
    float: left;
    background: url(../../../img/4.png) no-repeat center;
    background-size: 100% 100%;
    border-top: 20px solid #f7f7f7;
}

.foot .position {
    width: 90%;
    float: left;
    text-align: center;
    margin: 0 5%;
    padding:17.5px 0;
}


.foot .position .text {
    width: 100%;
    color: #ffffff50;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.foot .position .tel{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.foot .position .beian img{
    width: 18px;
}
.foot .position .quickmark{
    width: 100%;
    margin-top: 12.5px;
}
.foot .position .quickmark img{
    width: 100px;
}
.foot .beian{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.n_adv {
    width: 100%;
    position: relative;
    float: left;
}

.n_adv img {
    width: 100%;
}

.n_adv h2 {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 75px;
    line-height: 75px;
    color: #45916b;
    padding: 0 5%;
}

.n_guide {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow-x: scroll;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 0 5%;
    float: left;
}

.n_guide ul {
        width: 2120px;
    height: 35px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.n_guide ul li {
    float: left;
    padding: 0 15px;
    height: 14px;
    line-height: 14px;
    display: block;
    border-left: 1px solid #f0f0f0;
    margin-top: 12px;
    font-size: 14px;
}

.n_guide ul li a {
    color: #242424;
}

.n_guide ul li.on a {
    color: #45916b;
}

.content {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 20px;
}

.content .position {
    width: 90%;
    margin: 0 5%;
    float: left;
}

.content .position .list2 {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.content .position .list2 li {
    width: 100%;
    padding: 29.5px 14.5px;
    background: #fff;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.content .position .list2 li .topic {
    height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 18px;
    float: left;
    color: #2c2c2c;
    line-height: 20px;
    font-weight: bold;
}

.content .position .list2 li .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 14px;
    float: left;
    color: #2c2c2c;
    line-height: 28.5px;
    margin-top: 22.5px;
}

.content .position .list2 li .date {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #ababab;
    line-height: 14px;
    margin-top: 22.5px;
}

.content .position .list_pic {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.content .position .list_pic li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background: #fff;
    box-sizing: border-box;
    display: block;
    border: 1px solid #dcdcdc;
}

.content .position .list_pic .img {
    width: 100%;
}

.content .position .list_pic .img img {
height:253px;
    width: 100%;
}

.content .position .list_pic li .topic {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 90%;
    font-size: 16px;
    float: left;
    color: #242424;
    line-height: 20px;
    padding: 0 5%;
    font-weight: bold;
    height: 75px;
    line-height: 65px;
}



.content .position .d_page {
    width: 100%;
    float: left;
}

.content .position .d_page .up {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.content .position .d_page .up h2 {
    width: 100%;
    line-height: 38px;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: bold;
}

.content .position .d_page .up p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #ababab;
    text-align: center;
    margin: 5px 0;
}

.content .position .d_page .up p a {
    color: #ababab;
}

.content .position .d_page .down {
    width: 100%;
    font-size: 14px;
    line-height: 1.75em;
    color: #333;
    text-align: justify;
    margin-top: 15px;
    float: left;
    letter-spacing: 1px;
}
.content .position .d_page .down img{
    max-width:100%;
height: auto !important;
}

.content .position .d_page .down p{
    line-height: 1.8em !important;
}

.morseing{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    background: #e9e9e9;
    font-size: 14px;
}

.ss_btn{
    right:20px;
}