body {
    padding: 0;
    margin: 0 auto;
}

#index,
#detail,
#search {
    /*padding: 0 3%;*/
    width: 1200px;
    margin: 0 auto;
}

.header {
    padding: 10px 0 10px;
    position: relative;
    display: flex;
	/*background:url(../images/sy.png)  center no-repeat #2e9664;*/
	height: 120px;
}

.header-input {
    flex: 1;
    position: relative;
}

.header-input .header-input-content {
    position: absolute;
    top: 36%;
    right: 0;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #CCCCCC;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}

.header-input .header-input-content input {
    line-height: 22px;
}

.header-input .header-input-content button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-input .header-input-content button img {
    width: 13px;
}

.header-input .header-input-content input {
    width: 300px;
}

.header-icon {
    flex: 1;
}

.header-icon img {
    width: 100%;
}

.header-tag {
    color: #fff;
    font-size: 12px;
    background: #2e9664;
    border-radius: 0 0 20px 20px;
    padding: 2px 15px 7px;
    position: absolute;
    top: 0;
    right: 0;
}

.navBar {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #2e9664;
    color: #fff;
}

.nav {
    display: flex;
    position: relative;
    font-size: 14px;
}

.nav .m {
    flex: 1;
    position: relative;
    z-index: 1;
}

.nav .m:hover .sub {
    /**border-top: 2px solid #fff;*/
    display: block !important;
}

.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #04B45F;
    font-size: 16px;
}

.nav .m-title {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
}

.nav .m-title a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .m-title a span {
    display: flex;
    align-items: center;
}

.nav .m-title a img {
    padding-right: 6px;
    width: 18px;
}

.nav .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9999;
    width: 100%;
    transition: all .3s ease;
    background-color: rgba(0, 32, 75, .6);
}

.nav .sub li {
    height: 35px;
    line-height: 35px;
}

.nav .sub li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.nav .sub li a:hover {
    background-color:#2e9664;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/********原先nav******/
/*.header-title {
    color: rgba(255, 255, 255, 0.9);
    background: #2e9664;
    font-size: 14px;
    height: 50px;
    display: flex;
}

.header-title .flex-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-title .link {
    color: #fff;
    display: flex;
    align-items: center;
}

.header-title .flex-title img {
    width: 16px;
    padding-right: 6px;
}

.header-title .after-title::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    top: 13px;
    width: 1px;
    height: 24px;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
}*/

.index-title {
    margin-top: 30px;
    text-align: center;
    font-family: "Simsun", serif;
}

/**新闻头条**/
.index-title .topic-color {
    color: #2e9664;
}

.index-title .font {
    color: #333333;
    font-weight: 900;
}
.index-title .font a{
    display: inline-block;
    /*padding-right: 36px;*/
    width: 49%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-title .font a:first-child{
    font-size: 36px;
    display: block;
    margin-bottom: 16px;
    width: 100%;
}

.index-title .text-alone {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.index-title .text-alone a{
    margin-right: 10px;
}

.index-title .sub {
    font-size: 14px;
    color: #111;
    margin-top: 10px;
}

.swiper-div {
    display: flex;
    margin-top: 30px;
}

.swiper-slide .slide-link {
    display: inline-block;
    width: 100%;
}

.swiper-slide .slide-image {
    width: 100%;
    height: 500px;
    transition: all 0.6s;
}
.swiper-slide .slide-image:hover {
    transform: scale(1.3);
}

.swiper-div .swiper-container {
    flex: 10;
    width: 100%;
    height: 100%;
}

.swiper-div .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-div .swiper-pagination-bullet {
    /*width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);*/
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(162, 162, 162, 0.2);
}

.swiper-div .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
}

.swiper-div .swiper-div-right {
    flex: 5; padding-right: 30px;
}

.swiper-div .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
}

.swiper-div .swiper-text {
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-size: 12px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: left;
    padding-left: 20px;
}

/******************tabs******************/
.tabs-header,.tabs-header a.tab {
    display: flex;
    color: #0D6A39;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    background-color: #E5F3EC;
}

.tabs-header .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tabs-header.flex .tab {
    flex: 1;
}

.tabs-header.w15 .tab {
    width: 15%;
}

.tabs-header .tab.active {
    background-color: #2e9664;
    color: #fff;
}

/**icon**/
.tabs-header .tab em {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
}

/**span**/
.tabs-header .tab span {
    margin-left: 5px;
}

.tabs-header .more {
    font-size: 12px;
    position: absolute;
    right: 17px;
    top: 0;
    color: #2e9664;
}

.tabs-header .ecology {
    background-image: url("../images/none.png");
}

.tabs-header .tab.active .ecology {
    background-image: url("../images/active.png");
}

.tabs-header .city {
    background-image: url("../images/none.png");
}

.tabs-header .tab.active .city {
    background-image: url("../images/active.png");
}

.tabs-header .meeting {
    background-image: url("../images/none.png");
}

.tabs-header .tab.active .meeting {
    background-image: url("../images/active.png");
}

.tabs-header .notify {
    background-image: url("../images/none.png");
}

.tabs-header .tab.active .notify {
    background-image: url("../images/active.png");
}

.tabs-header .laws {
    background-image: url("../images/none.png");
}

.tabs-header .tab.active .laws {
    background-image: url("../images/active.png");
}

.tabs-header .develop {
    background-image: url("../images/none.png");
}

.tabs-header .tab.active .develop {
    background-image: url("../images/active.png");
}

.tabs-header .leader {
    background-image: url("../images/index1.png");
}

.tabs-content {
    clear: both;
}

.tabs-topic-title {
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.tabs-topic-title a {
    font-size: 18px;
    color: #2e9664;
}

.tabs-topic-info {
    margin-top: 14px;
    font-size: 14px;
    color: #111;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tabs-content-list {
    margin-top: 17px;
    border-top: 0.5px dashed #CCC;
}

.tabs-content-list .tabs-item-info {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 0.5px dashed #CCC;
    display: flex;
}

.tabs-content-list .tabs-item-info .tabs-item-info-title {
    flex: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tabs-content-list .tabs-item-info .tabs-item-info-time {
    flex: 2;
    text-align: right;
    color: #666;
	font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.imgs {
    display: flex;
    flex: 12;
    margin: 30px 0;
    justify-content: space-between;
    overflow: hidden;
}

.imgs .img-wrapp {
    flex: 1;
    height: 150px;
    overflow: hidden;
    margin-left: 1em;
}

.imgs .img-wrapp:first-child {
    margin-left: 0;
}

.imgs .img-wrapp img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.imgs .img-wrapp img:hover {
    transform: scale(1.4);
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row img {
    /*width: 100%;*/
    padding-right: 3px;
}

.col-7 {
    flex: 10;
}

.col-5 {
    flex: 5;
}

.col-10 {
    flex: 10;
}

.col-2 {
    flex: 2;
}

.col-1 {
    flex: 1;
}

.l-j-center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.pl30 {
    padding-left: 30px;
}

.p-t-27 {
    padding-top: 27px;
}

.p-t-7 {
    padding-top: 7px;
}

/**tabs***/

.b-bottom-t {
    border-top: 0.5px dashed #E2E2E2;
    padding-top: 20px;
}

.leadership {
    margin: 19px 0;
    background: #e5f3ec;
    box-shadow: 0 0 10px 3px rgba(102, 102, 102, 0.06);
    padding: 18px;
        color: #0D6A39;
    font-size: 16px;
}

.leadership .bor {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    border: #333 solid 0.5px;
}

.leadership .user-name {
    width: 25%;
    padding-bottom: 20px;
}

.leadership-btn {
    justify-content: space-between;
}

.leadership-btn .btn {
    border: 0.1px solid #CEC3C3;
    line-height: 48px;
    background: #E5F3EC;
    width: 48%;
    color: #0D6A39;
    font-size: 15px;
    text-align: center;
}

.works .works-header {
    background: #2e9664;
    color: #fff;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
}
.works .works-header a{
    color: #fff;
    line-height: 36px;
}

.tab-icons {
    margin-top: 20px;
    font-size: 15px;
    background: linear-gradient(#E9EFEC, #FFFFFF);
    border: 1px solid #CEC3C3;
    width: 180px;
    height: 180px;
    padding: 25px 0 0;
    text-align: center;
    color: #2e9664;
}

.tab-icons img {
    width: 87px;
    margin-bottom: 14px;
}

.tab-icons div {
    padding: 0 20px;
}

.conference-tab {
    font-size: 14px;
    color: #333;
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px solid #D4D4D4;
}

.conference-tab div {
    position: relative;
    cursor: pointer;
}

.conference-tab .conference-tab-active {
    color: #2e9664;
}

.conference-tab .conference-tab-active::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    top: 2px;
    width: 2px;
    height: 16px;
    left: 0;
    background: #2e9664;
}

.conference-list .conference-info {
    padding: 15px 0;
    color: #202020;
    font-size: 12px;
    border-bottom: 0.5px dashed #CCC;
    display: flex;
}

.conference-list .conference-info-title {
    flex: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.conference-list .conference-info-time {
    flex: 2;
    text-align: right;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.project {
    margin-top: 30px;
}

.project .project-header{
    background: #2e9664;
    color: #fff;
    line-height: 36px;
    font-size: 15px;
    padding-left: 18px;
    display: flex;
    align-items: center;
}
.project .project-header a{
    color: #fff;
    line-height: 36px;
    align-items: inline-block;
}

.project-list .project-info {
    padding: 13px 0;
    color: #202020;
    font-size: 12px;
    border-bottom: 0.5px dashed #CCC;
    display: flex;
}

.project-list .project-info-title {
    flex: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.project-list .projectproject-info-time {
    flex: 2;
    text-align: right;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/**友情链接**/
.links {
    margin: 50px 0;
    display: flex;
    color: #202020;
    font-size: 14px;
    justify-content: space-between;
}

.links .link-item {
    flex: 1;
    margin: 0 0 0 5px;
}

.links .link-item.links-one {
    margin-left: 0 !important;
    background: url("../images/index7.png") no-repeat 8px 2px #2e9664;
    background-size: 20px 20px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.links-one .links-one-tips {
    display: inline-block;
    margin: 0 0 0 36px;
}

/**友情链接**/
.link-item .friends {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
}

.footer {
    background: #F4F4F4;
    border-top: 2px #2e9664 solid;
    padding: 50px 40px;
    color: #333333;
    font-size: 12px;
}

.footer strong {
    font-size: 14px;
}

.footer .footer-info {
    margin-top: 10px;
}

.footer img {
    width: 88px;
    /**margin: 15px 0 5px;**/
}

#dfocusphoto .photo,
#dfocusnews .photo {
    width: 100%;
    height: 160px;
}

.photo.photo-margin {
    margin: 40px 0 40px;
}

.line40 {
    height: 30px;
    clear: both;
}

.detail-box{
    padding:58px 86px;
    border:1px solid #d4d4d4;
    -moz-box-shadow:0 0 5px #d4d4d4;
    -webkit-box-shadow:0 0 5px #d4d4d4;
    box-shadow:0 0 5px #d4d4d4;
    background:#fff;
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#d4d4d4');
}
.detail-lab {
    font-size: 14px;
    color: #333;
    padding: 0 0 15px;
    border-bottom: 1px solid #8D8D8D;
}

.detail-lab span {
    color: #999;
}

.detail-title {
    font-size: 30px;
    color: #2e9664;
    text-align: center;
    /*padding: 50px 0;*/
}

.detail-content {
    margin-top: 30px;
    color: #333333;
    padding: 20px 3px 35px;
    /**padding-bottom: 70px;
    border-bottom: 1px solid #8D8D8D;**/
    line-height: 2rem;
}

.detail-content img {
    max-width: 100%;
}

.detail-row {
    padding: 15px 0 15px;
    color: #666666;
    font-size: 14px;
}

.detail-row .pre {
    text-align: left;
}

.detail-row .next {
    text-align: right;
}

.detail-share {
    /**text-align: right;**/
    padding: 30px 0 16px;
    border-bottom: 1px solid #ccc;
}

.detail-share .detail-share-context {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.detail-share-context .share {
    color: #202020;
    flex: 1;
    text-align: center;
}

.detail-share img {
    width: 15px;
}

.detail-share span {
    padding-left: 20px;
}

.search-lab {
    background: #2e9664;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.search-lab label{
    padding-left: 20px;
}

.search-lab img {
    width: 16px;
    padding-right: 15px;
}

.search-lab span {
    position: absolute;
    right: 16px;
}

.search-total {
    padding: 0 0 0 10px;
    line-height: 35px;
    background-color: #2e9664;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.search-list {
    margin-top: 26px;
}

.search-list .row {
    padding: 14px;
    border-bottom: 1px dashed #CCC;
}

.search-list .search-title {
    flex: 8;
    font-size: 14px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search-list .search-title span {
    color: #F19215;
}

.search-list .search-time {
    flex: 2;
    text-align: right;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search-menu {
    clear: both;
    /*border-left: 1px dashed #CCC;*/
    /*border-right: 1px dashed #CCC;*/
    transition: all .3s ease;
    background: #efefef;
}

.search-menu li {
    /*height: 36px;*/
    line-height: 43px;
    text-align: center;
    /*padding-left: 35px;*/
    border-bottom: 1px solid #a3bbaf;
}

.search-menu li a:hover {
    color: #2e9664;
}

.search-menu .active{color: #2e9664;}
.submenu{
    /*background: #fbfbfb;*/
    background: #fff;
}
.submenu li{
    /*border-color: #e9efec;*/
    border-top: 1px solid #a3bbaf;
    border-bottom: none;
}
.submenu li a{
    color: #464646;
    font-size: 15px;
}

.page-wrapp {
    margin: 50px 0;
    text-align: center;
    width: 100%;
}

.page-wrapp a {
    display: inline-block;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #000;
    font-size: 12px;
}

.page-wrapp .page-curr {
    border: 1px solid #F19215;
    background: #F19215;
    color: #fff;
}

.page-wrapp span {
    color: #333333;
    font-size: 12px;
    margin-left: 15px;
}

.tabs-t {
    background: #2e9664;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    padding-left: 16px;
}

/** 新闻a标签链接鼠标划入**/
.search-title a,
.tabs-item-info-title,
.conference-info-title,
.project-info-title {
    font-size: 14px;
}

.search-title a:hover,
.tabs-item-info-title:hover,
.conference-info-title:hover,
.project-info-title:hover {
    color: #2e9664;
}

.swiper-container{
    --swiper-navigation-color: #ffffff;
}

.clear{ margin:0; padding:0; font-size:0; clear:both; }

.cenid{ margin-top:30px}
.cenid h2{text-align:center;background: url(../images/yqlj.png) 20% center no-repeat #2e9664;height:70px;line-height:70px;color:#000;font-size:24px;float: left;width: 22%;color: #fff;}

/*scroll_03*/
.scroll_03{ float:right; display:block; width:75%; position:relative}
.scroll_03 .hd .prev{display:block;width:5px;height:9px;line-height:10px;overflow:hidden;cursor:pointer;background:url(../images/icoLeft.gif) no-repeat;position:absolute;left:0px;top: 30px;} 

.scroll_03 .hd .next{display:block;width:5px;height:9px;line-height:10px;overflow:hidden;cursor:pointer;background:url(../images/icoRight.gif) no-repeat;position:absolute;right:0px;top: 37px;} 

.scroll_03 .bd{width: 96%;margin:0 auto;overflow: hidden;}
.scroll_03 .bd li{ float:left; width:15%; overflow:hidden; margin:0 10px;}
.scroll_03 .bd li .img{height:70px; border:#f4f4f4 solid 1px; padding:2px; background:#fff;}
.scroll_03 .bd li .img:hover{background:#f4f4f4;}
.scroll_03 .bd li span{ height:30px; line-height:30px; text-align:center; display:block;}
.scroll_03 .bd li .img table tr td{ height:70px;}
.scroll_03 .bd li .img table tr td img{ max-width:100%; max-height:70px;}

.inside_con{ min-height:300px;}
