/* banner top  */
.banner_top {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
    overflow: hidden;
}
/*slider*/
.slider_box {
    position: relative;
    width:100%;
    margin:0 auto;
    overflow: hidden;
}
.slider_box .JQ-slide-content { 
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider_box .JQ-slide-content li { 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    z-index: 0;
}
.slider_box .JQ-slide-content li:first-child {
    opacity: 1; 
    z-index: 1;
}
.slider_box .JQ-slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_box li .banner_title {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 25%;
    padding: 0 4%;
    text-align: right;
    background-color: rgba(39, 41, 56, 0.5);
}
.slider_box li .banner_title i{
    color: white;
    font-style: normal;
}
.slider_box .JQ-slide-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height:25px;
    overflow: hidden;
    z-index: 999;
}
.slider_box .JQ-slide-nav li {
    width: 8px;
    height: 8px;
    display: block;
    background-color: white;
    border-radius: 50%;
    margin: 0px 20px;
}
.slider_box .JQ-slide-nav li.on{background-color: #25a696;}
/* .silder_panel{
    width:100%;
    overflow: hidden;
    float: left;
    position: relative;
    background: #111;
}
.silder_panel img{
    width: 100%;
    object-fit: cover;
    display: block;
    overflow: hidden;
} */

/* 资讯 */
.information_pr {
  width: 100%;
  height: fit-content;
  min-height: calc(22.5vw + 8em);
  margin: 30px auto 10px;
}
.information_nr {
  display: flex;
  width: 80%;
  margin: auto;
}
.xs_sy, .fc_sy {
  width: 25%;
}
.fc_sy .information_list {
    margin-left: 25px;
}
.information_nr .information_list {
    width: calc(100% - 25px);
    height: calc(100% - 20px);
}
.information_nr img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.information_nr .news_img {
    width: 98%;
    height: 260px;
}
.information_nr .more { 
    display: flex;
    justify-content: end;
    align-items: flex-end;
}
.information_list ul {
    height: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.information_list ul li { flex: 1;}
.information_list ul a {
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.information_title i {
    font-weight: bold;
    margin-left: 20px;
    color: #175e56;
    font-style: normal;
}
.information_title { position: relative;}
.information_title div {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 65%;
    margin: auto 5px auto 0;
    background-color: #175e56;
}
.information_list li:nth-child(n+2) {
    border-bottom:1px solid #e9e9e9;
    padding: 4% 0;
}
.information_list li:last-child,.information_list li:last-child a {
    padding-bottom: 0;
    text-align: right;
    line-height: 1em;
    color: #175e56;
    font-size: 14px;
    border: none;
}

.dt_sy {
    width: 50%;
    margin-top: 10px;
    padding: 0 20px;
    border-left: 2px solid #dadada;
    border-right: 2px solid #dadada;
    overflow: hidden;
    box-sizing: border-box;
}
.dt_sy .information_title {
    margin-bottom: 15px;
}
.dt_sy .w-slider {
    position: relative;
    width: 100%;
    height: calc(100% - 46px);
    overflow: hidden;
}
.dt_sy .JQ-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
}
.dt_sy .JQ-slide-content .dynamic_panel {
    width: calc(40vw - 44px);
    height: 100%;
}
/* .dt_sy .JQ-slide-content .dynamic_panel:first-child {
    z-index: 1;
    opacity: 1;
} */
.dt_sy .dt_img {
    width: 100%;
    height: calc(100% - 7.5em - 30px);
    overflow: hidden;
}
.dt_sy .dt_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.dt_sy .dt_sy img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.dt_sy .dt_art {
    height: 6em;
    margin-top: 10px;
}
.dt_sy .dt_title {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.dt_sy .dt_img a:hover {color: black !important;}
.dt_sy .dt_art .dt_artCon {
    text-indent: 2em;
    text-align: left;
    font-size: 12px;
    margin: 0;
    text-indent: 2em;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.dt_sy { position: relative;}
.dt_sy .JQ-slide-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 5px;
    width: 100%;
    height: 10px;
    z-index: 999;
}
.dt_sy .JQ-slide-nav li{
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: block;
    background-color: #9d9d9d;
    border-radius: 50%;
    margin: 0 20px;
}
.dt_sy .JQ-slide-nav li.on{background-color: #175e56;}
.dt_sy .more {
    position: absolute;
    bottom: 2px;
    right: 0;
    padding: 0;
    z-index: 999;
}

.dt_sy .more a { font-size: 14px;}
.dynamic_box {width: 100%;}
.dynamic_con {
    position: absolute;
    display: flex;
}
@media only screen and (min-width:800px) {
    .slider_box{ height: 86vh !important;}
}
@media only screen and (max-width: 1366px) {
    .dt_sy .w-slider { height: calc(100% - 40px);}
}
@media only screen and (max-width:1600px) {
    .information_nr .news_img {height: 180px;}
}
@media only screen and (max-width:1200px) {
    .information_nr .news_img {height: 135px;}
}
@media only screen and (max-width:1000px) {
    .dt_art {margin: 10px auto;}
}
@media only screen and (max-width:900px) {
    .information_nr .news_img {height: 100px;}
}
@media only screen and (max-width:800px) {
    .slider_box { height: 52vw !important;}
    .dt_art { height: 7em;}
    .dt_btn {bottom: 0;}
    .slider_box li .banner_title { bottom: 30px;}
    .slider_box li .banner_title i {
        font-size: 16px;
    }
}

/* 重大项目 */
.project_pr {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.project_title {
    display: block;
    color: #175e56;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    font-style: normal;
}
.more {
    text-align: right;
    padding: 0 10% 10px 0;
}
.more a {
    font-size: 15px;
    color: #175e56 !important;
    font-weight: bold;
}
.site { overflow: hidden;}
.wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 380px;
}
.wrapper .container {
    position: relative;
}
.horizontal .container {
    width: 30%;
}
.container .cards-list {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #ffffff;
    transition: 330ms;
}
.horizontal .cards-list {
    width: 100%;
    padding: 0 20px;
    background-color: transparent;
}
.horizontal .img {
    height: 160px;
    /* box-shadow: 2px 2px 5px #5a5858; */
}
.project_pr .img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
}
.main-con {
    width: 100%;
    /* width: 80%;
    margin: 20px auto 0; */
    padding-top: 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.main-con .name {
    margin-bottom: 5px;
    padding-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main-con .label {
    text-align: right;
    font-size: 12px;
    margin: 5px 5px 0 0;
}
.main-con .content {
    min-height: 7.5em;
    font-size: 12px;
    position: relative;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.navigation {
    height: 15px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    z-index: 222;
    text-align: center; 
    top: 165px;
}
.navigation .dot {
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: transparent;
    margin: 0px 25px;
    cursor: pointer;
}
.navigation .dot.active { background-color: #175e56;}
@media only screen and (max-width:1024px) {
    .horizontal .img {height: 115px;}
    .more {margin-top: 0;}
    .navigation {top: 120px;}
    .wrapper {min-height: 330px;}
}
@media only screen and (max-width:767px) {
    .main-con {width: 100%;}
}
@media only screen and (max-width:450px) {
    .horizontal .img {height: 75px;}
    .wrapper {min-height: 280px;}
    .navigation {top: 90px;}
}

/* 通知 */
.notice_pr {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #e9ecf0;
}
.notice_tab {
    width: 80%;
    margin: 0 auto;
}
.ntab_list {
    position: relative;
    width: 150px;
    height: 40px;
    margin: 0 auto;
}
.ntab_list ul li {
    float: left;
    width: 50%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.ntab_list ul li.active {color: #175e56;}
.ntab_content {
    width: 100%;
    padding-bottom: 30px;
}
.ntab_list p {
    position: absolute;
    right: 48%;
    top: 50%;
    transform: translateY(-50%);
}
.notice_pr .more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
}
.ntab_content ul { width: 100%;}
.ntab_content ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ntab_content ul li > div {
    position: relative;
    display: block;
    width: calc(100% / 3 - 20px);
    height: 55px;
    margin: 10px;
    background-color: white;
}
.ntab_content ul li i {
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 20px;
    font-size: 0.9em;
    font-weight: bold;
    color: #175e56;
    font-style: normal;
}
.ntab_content ul li a {
    position: absolute;
    top: 26px;
    left: 20px;
    right: 15px;
    max-width: 100%;
    /* font-weight: bold; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.notice_tab .ntab_content { display: none;}
.notice_tab .ntab_content.active { display: block;}

/* 数据 */
.data,.ban_re {
    width: 100%;
    overflow: hidden;
    background-color: black;
}
.data, .ban_re { width: 100%;}
#picshow_img img { 
    width:100%;
    height: 100%;
    object-fit: cover;
}
#picshow { position:relative;}
#picshow, #picshow_img {
	width:100%;
	overflow:hidden;
	float:left;
}
#picshow_img li {
	width:100%;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_tx {
	left:0px;
	width:100%;
	top:20%;
	position:absolute;
	height:auto;
	overflow:hidden;
}
#picshow_tx li {
	padding:10px 5%;
	/* height:70px; */
	color:#fff;
	display:none;
}
.ban_re .infor_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
 .ban_re .infor_box div {
    display: block;
    width: 25%;
    margin-bottom: 5%;
    color: white;
    text-align: center;
}
 .ban_re .infor_box i {
    font-style: normal;
}
.ban_re .data_infor dd { font-size: 18px;}
.ban_re .data_infor dt { font-size: 60px;}
.ban_re .data_infor dt span { display: inline-block;}
.ban_re dt { display: inline-block;}
.ban_re dt i { 
    display: inline-block;
    margin-left: -0.5em;
}
@media only screen and (max-width:1150px) {
    .ban_re .data_infor dd { font-size: 14px;}
    .ban_re .data_infor dt { font-size: 50px;}
    /* .ban_re  i { margin-top: 40px;} */
    #picshow_tx { bottom:30px;}
}
@media only screen and (max-width:1024px) {
    /* search  */
    .search_box_fa form { height: 32px;}
    .search_box_fa input {
        height: 32px;
        padding: 6px 0 0 30px;
    }
    .search_box_fa button {
        right: 25px;
        height: 35px;
        width: 32px;
    }
    .search_line {
        top: 38px;
        width: 88%;
        height: 2px;
        margin: 0 6%;
    }
    .search_b { padding: 10px 0 0 24px;}
    .search_b a {
        margin: 0;
        font-size: 12px;
    }
    .fast_search { height: 25px;}
    .information_list ul a {
        font-size: 14px;
    }
}
@media only screen and (max-width:960px) {
    .ban_re .infor_box div { margin-bottom: 2%;}
}
@media only screen and (max-width:900px) {
    .ban_re .data_infor dd {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ban_re .data_infor dt {
        font-size: 40px;
    }
    .ban_re  i {
        font-size: 14px;
        /* margin-top: 30px; */
    }
}
@media only screen and (max-width:800px) {
    /* search  */
    .fast_search {
        height: 16px;
        width: 85%;
    }
    .search_box_fa form {		
        height: 25px;
    }
    .search_box_fa input {
        height: 25px;
        padding: 4px 0 0 8%;
    }
    .search_box_fa button {
        right: 8%;
        height: 25px;
        width: 25px;
        font-size: 16px;
    }
    .search_line {
        top: 30px;
        width: 86%;
        height: 2px;
        margin: 0 7%;
    }
    .search_b { display: none;}
    .information_nr {
        display: block;
        height: auto;
        width: 100%;
    }
    .information_nr .information_list {
        width: 100%;
        margin: 0 !important;
    }
    .information_list li:nth-child(n+2) {
        padding: 1em 0;
    }
    .information_list ul { margin-top: 4%;}
    .information_list ul a { font-size: 12px;}
    .information_list .information_title i {
        font-size: 16px;
        margin-left: 17px;
    }
    .information_list ul a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .xs_sy,
    .fc_sy { 
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .dt_sy { 
        width: calc(100% - 40px);
        height: calc(40vw + 185px);
        padding: 0;
        margin: auto;
        border: none;
    }
    .dt_sy .JQ-slide-content {
        width: fit-content;
    }
    .dt_sy .JQ-slide-content .dynamic_panel {
        position: static;
        width: 100vw;
    }
    .dt_sy .dt_img {
        height: 40vw;
        margin: auto;
        overflow: hidden;
    }
    .dt_sy .dt_art { 
        width: calc(100% - 40px);
        margin: 15px 0 0;
    }
    .dt_sy .JQ-slide-nav {bottom: 25px;}
    .dt_sy .more {
        bottom: 23px;
        right: 0;
    }
    .horizontal .container { width: 36%;}
    .notice_tab {
        width: calc(100% - 40px);
    }
    #picshow_tx { bottom:20px;}
    #picshow_tx li {
        padding: 10px 20px;
    }
}
@media only screen and (max-width:770px) {
    #picshow_tx { top:5%;}
    .ban_re .infor_box div { 
        margin-bottom: 0;
        padding: 0 2px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width:700px) {
    #picshow_tx { top:0;}
    .data {
        height: 230px;
    }
    #picshow_img li {
        height: 230px;
    }
}
@media only screen and (max-width:767px) {
    .silder_nav{ bottom: 0px;}
	.ntab_content ul li > div {
        flex-direction: column;
        flex-wrap: nowrap;
        flex: 0 0 93%;
        overflow: hidden;
    }
    #picshow_tx { bottom: 10px;}
    .ban_re .infor_box div { padding: 2% 3px;}
   .ban_re .data_infor dd {
        display: block;
        height: 2em;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ban_re .data_infor dt { font-size: 25px;}
    .ban_re .data_infor dt span { 
        display: inline-block;
        vertical-align: bottom;
    }
    .ban_re  i {
        font-size: 12px;
        /* margin-top: 20px; */
    }
    #picshow_tx .data_infor {padding:30px 3px 0;}
    .data_infor #data {
        height: 30px;
        width: 30px;
    }
}
@media only screen and (max-width:325px) {
    .ban_re .data_infor dd {
        height: 40px;
        margin-bottom: 0px;
     }
    .ban_re .data_infor dt { font-size: 18px;}
    .ban_re  i { margin-top: 10px;}
}