@import "theme.css";

html body {
    padding: 0%;
    margin: 0%;
}

div {
    box-sizing: border-box;
}


.notic-right-tab2{
    display: flex;
    justify-content: flex-start;
    height: 41px;
    line-height: 41px;
}
.tab-item2{
    font-size: 24px;
    cursor: pointer;
    color: rgb(127, 127, 127);
    margin-right: 60px;
    font-weight: 550;
}
.tet-red2{
    color: var(--theme-bg);
}


.header-fixed {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.header {
    width: 100%;
    height: 140px;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    text-align: center;

}

.header > .header-img {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 0;
    top: 0;

}
.header-img .bg_img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tou_header{
    width: 1250px;
    margin: auto;
    height: 100%;
    position: relative;

}
.logo_header img{
    display: block;
    width: 100px;
    height: 100px;
}
.logo_header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 60px;
}
.luanjianzhu{
    padding-left: 20px;
}
.lu_zh{
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    color: var(--theme-bg);
}
.lu_en{
    font-size: 20px;
    margin-top: 10px;
}
.header_title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header_title-text {
    min-width: 1200px;
    font-size: 45px;
    color: var(--theme-bg);
    margin: auto;
    text-align: left;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_head {
    width: 50%;
    display: flex;
    align-items: center;
}

.left_head > img {
    display: block;
    width: 67px;
    height: 67px;
}

.logo_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 25px;
    padding-left: 10px;
}

.logo_name {
    font-size: 34px;
    color: #333;
}

.logo_eng {
    font-size: 16px;
    color: #333;
}

/* .header>.header-img img{
  width: 100%;
  height: 100%;
  display:block;
} */

.banner {

    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 0px;
    margin: 0px;

}

.banner > .banner-img > img {
    width: 100%;
    height: 100%;
    display: block;
}

.nav {
    width: 100%;
    height: 60px;
    background-color: var(--theme-bg);
}

.nav .nav-box {
    width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    height: 60px;
    position: relative;
}

.nav-item:hover {
    color: var(--theme-bg);
    background-color: #ffffff;
}

.nav-item-child {
    position: absolute;
    top: 60px;
    left: 0;
    width: 112px;
    display: flex;
    flex-direction: column;
    text-align: center;

}

.item-child-item {
    background-color: var(--theme-bg);
    color: #fff;
    border-bottom: solid 1px #eee;
}

.item-child-item:hover {
    background-color: #fff;
    color: var(--theme-bg);
}

.nav-item-child > div:last-child {
    border-bottom: none;
}

.nav-item-search {
    display: flex;
    align-items: center;
}

.nav-item-search input {
    height: 27px;
    border: none;
    display: block;
    color: #fff;
    background: #a0c0f0;
    padding: 4px 10px;
}

input:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #fff
}

.nav-search-icon {
    width: 35px;
    height: 35px;
    background-color: #a0c0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 主要内容 */
.mian-content {
    width: 1200px;
    height: auto;
    background-color: #fff;
    padding: 0px;
    margin: auto;
}

.new-swiper {
    /* height: 100%; */
    width: 100%;
    text-align: center;
}

.new-swiper-title {
    color: var(--theme-bg);
    font-size: 22px;
    font-weight: 550;
}

.new-swiper-desc {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-around;
    font-size: 16px;
}

.desc-lin1 {
    text-align: center;
    width: calc(100% - 108px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; */
}

.desc-color {
    min-width: 108px;
    color: var(--theme-bg);
}

.news-notic {
    width: 100%;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.new-lanmu{
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.new-lan-item{
    width: 100%;
    height: 120px;
    background-color: #f0faff;
    font-size: 20px;
    padding: 0 18px;
    text-align: center;
    padding-top: 40px;
    border: #b3b1b1 solid 1px;
    border-radius: 4px;
    cursor: pointer;
}
.n-l-i-active{
    background-color: var(--theme-bg);
    color: #fff;
}
.news-notic-main{
    width: 100%;
    display: flex;
    align-items: center;
}
.notic-left {
    width: 50%;
    height: 100%;
    position: relative;
}

.left-title{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 55px;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: 55px;
    background-color: rgba(110,110,110,.7);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.left-title-left{
    width: 80%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.left-title-right{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.swiper-cile{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: #fff solid 1px;
    margin: 0 4px;
}

.bg-we {
    background-color: #fff;
}

.el-carousel__indicators {
    display: none;
}

.swiper-news {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-news img {
    width: 100%;
    height: 100%;
}

.notic-right {
    width: 50%;
    height: 100%;
    position: relative;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    background-color: rgb(241, 241, 241);
}

.notic-right-tab {
    width: 100%;
    height: 61px;
}

.tab-item {
    font-size: 24px;
    cursor: pointer;
    color: rgb(127, 127, 127);
    margin-right: 60px;
    font-weight: 550;
}

.tet-red {
    color: var(--theme-bg);
}

.notic-mid-item {
    width: 100%;
    margin: 10px 0 0px 0;
    height: 1px;
    border-bottom: #999 dashed 1px;
}

.notic-right-item {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    margin-top: 10px;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.notic-right-item::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.news-list-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.news-list-item:hover {
    color: var(--theme-bg);
}

.lin1 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.news-list-item > img {
    margin-right: 10px;
}

/* 政务 */
.zhengwu {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;

    background-color: rgb(236, 235, 235);
}

.zhengwu-title {
    font-size: 20px;
    margin-left: 10px;
    color: var(--theme-bg);
    font-weight: 550;
}

/* dongtai  */
.dongtai {
    height: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.dong-item3 {
    width: 260px;
    height: 345px;
    padding: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.colo0 {
    background-color: var(--theme-bg);
    background-size: 100% 100%;
}

.colo1 {
    background-image: url(https://img.gaochengyun.com/lajz/static/img/h1.png);
    background-size: 100% 100%;
}

.colo2 {
    margin: 25px 0;
    background-image: url(https://img.gaochengyun.com/lajz/static/img/h2.png);
    background-size: 100% 100%;
}

.colo3 {
    background-image: url(https://img.gaochengyun.com/lajz/static/img/h3.png);
    background-size: 100% 100%;
}

.colo4 {
    margin: 20px 0;
}

.dong-img2_ {
    cursor: pointer;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    color: #fff;
    background-image: url(https://img.gaochengyun.com/lajz/static/img/h4.png);
    background-size: 100% 100%;
}

.dong-img2 {
    cursor: pointer;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    color: #fff;
    background-color: var(--theme-bg);
    background-size: 100% 100%;
}

.dong-img2 > img {
    display: block;
    margin-right: 20px;
}

.dong-img {
    cursor: pointer;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    color: #fff;
}

.dong-img > img {
    display: block;
    margin-right: 20px;
}

.dong-item1 {
    width: 520px;
    height: 370px;
    padding: 20px 15px 0px 0px;
    background-color: rgb(241, 241, 241);
}

.dong-item2 {
    width: 680px;
    height: 370px;
    padding: 20px 30px 20px 15px;
    background-color: rgb(241, 241, 241);
}

.dong-item4 {
    width: 940px;
    height: 345px;
    padding: 20px 30px 0px 15px;
}

.dong-item5 {
    height: 290px;
    width: calc(1200px - 940px);
    padding: 20px 0px 20px 15px;
}

.renmin {
    width: 100%;
    height: calc(100% - 33px);
    padding-top: 10px;
}

.item1-title {
    font-size: 20px;
    color: var(--theme-bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ite_t_1{

}
.ite_t_2{
    color: #999;
    font-size: 16px;
    cursor: pointer;
}
.hengxian {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: var(--theme-bg);
}

.scoll-list {
    width: 100%;
    /* height: 250px; */
    height: calc(100% - 53px);
    margin: 0px 0 10px 0;
    overflow-y: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.scoll-list2{
    width: 100%;
    /* height: 250px; */
    height: calc(100%);
    margin: 0px 0 10px 0;
    overflow-y: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.scoll-list::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.scoll-list2::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.scoll-list2>a{
    display: block;
    width: 100%;
}
.item1-list {
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
}

.item1-list-left {
    width: calc(100% - 110px);
    height: 40px;
    line-height: 40px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fangkuai {
    width: 5px;
    height: 5px;
    background-color: var(--theme-bg);
    margin-right: 10px;
}

.item1-list-title {
    width: calc(100% - 15px);
}

.item-right {
    width: 110px%;
    text-align: right;
}

.item1-list-title:hover {
    color: var(--theme-bg);
}

/* 专题专栏 */
.zhuanti {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 0px;
    margin-top: 20px;
    justify-content: space-between;
}

.zhuanlan {
    color: #fff;
    font-size: 18px;
    padding: 20px 10px 0 10px;
    text-align: center;
    font-weight: 550;
    background: linear-gradient(to right, #0465B6, #66a8e0);
}

.zhuan-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.zhuan-list-item {
    width: 340px;
    height: 67px;
    position: relative;
    border-radius: 5px;
    margin-right: 30px;
}

.zhuan-list-item > img {
    display: block;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    z-index: 2;
}

.zhuan-title {
    width: 100%;
    height: 100%;
    line-height: 67px;
    color: rgb(255, 249, 138);
    text-align: center;
    z-index: 3;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.youji {
    height: 60px;
    width: 30px;
    color: rgb(202, 200, 200);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 10px;
}

.youji:hover {
    color: #fff;
    background: rgb(199, 199, 199);
}

.swiper-ban {
    height: 100%;
    position: relative;
}

.min-sw-news {
    width: 100%;
    height: 0;
    overflow-y: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.min-sw-news::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.min-swiper {
    width: 100%;
    height: 100%;
}

.min-swiper > img {
    width: 100%;
    height: 100%;
}

.min-sw-tit {
    width: 100%;
    background-color: rgba(110, 110, 110, .7);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    z-index: 2;
    padding: 0 5px;
    font-size: 12px;
    justify-content: space-between;
    color: #fff;
}

.min-sw-tit .tit-left {
    width: 80%;
}

.min-sw-tit .tit-right {
    width: 20%;
}

/* 地图 */
#container {
    width: 100%;
    height: 350px;
    margin-top: 40px;
}

.mySwiper {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.swiper-slide {
    width: 182px;
    height: 60px;
    border-radius: 4px;
}

.swiper-slide > img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.scroll-he {
    width: 100%;
    overflow: hidden;

}

.scroll-he > ul {
    white-space: nowrap;
    width: 100%;
}

/*li > img {*/
/*    width: 25%;*/
/*    padding: 0 10px;*/

/*}*/



/* 企业 */
.qiye-list {
    width: 100%;
    height: 145px;
    background-color: var(--theme-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qiye-list-main {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.option {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
}

.option-item-child {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
}

.item-child-item1 {
    width: 100%;
    height: 30px;
    background-color: #fff;
    color: #333;
    line-height: 30px;
    padding: 2px 20px;
    cursor: pointer;
}

.option-icon {
    width: 20px;
    height: 40px;
    color: rgb(177, 176, 176);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item-child-item1:hover {
    background-color: rgb(30, 144, 255);
    color: #fff;
}

.option-item-child > div:first-child {
    border-top: #eee solid 1px;
}

/* FOOTER */
.foot_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1250px;
    margin: auto;
    padding-top: 15px;
}
.menu_fot{
    padding: 3px 20px;
    text-align: center;
    cursor: pointer;
}
.footer-bottom {
    width: 100%;

    background-color: rgb(246, 244, 245);
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: rgb(121, 121, 121);*/
    color:#333;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.footer-main {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

a {
    display: block;
    text-decoration: none;
    /*color: rgb(121, 121, 121);*/
    color:#333;
}

.com-shu {
    display: flex;
    align-items: center;
    text-align: center;
}

.com-shu > div {
    margin: 10px 0;
}

.com-name {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-evenly;
}

.com-name > div {
    margin: 5px 0;
}

.com-mail {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-evenly;
}

.com-mail > div {
    margin: 5px 0;
}

.top .el-icon-caret-top {
    color: var(--theme-bg);
    font-size: 40px;
}

.top .el-backtop {
    width: 60px;
    height: 60px;
    border: #eee solid 1px;
}

.tan_list {
    width: 100%;
    height: 250px;
    background: #eef5fe;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 30px;
    margin: 20px 0;
}

.tan_item {
    width: 16.66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tan_item:hover {
    background-color: #fff;
}

.tan_img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tan_img > img {
    display: block;
}

.tan_t1 {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tan_t2 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
}

.fixed {
    position: fixed;
    right: 0;
    top: 380px;
    z-index: 99;
}

.fixed ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.fixed ul li {
    border-bottom: 1px dotted rgb(194, 193, 194);
    position: relative;
}

.fixed ul li div {
    display: block;
    width: 80px;
    height: 76px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #555555;
    padding-top: 15px;
}

.fixed ul li div .img_ {
    display: block;
    width: 26px;
    margin: 0 auto 5px;
    font-size: 26px;
}

.fixed ul li .fixedcode {
    position: absolute;
    right: 60px;
    top: -10px;
    width: 180px;
    height: 180px;
    font-weight: bold;
    z-index: 1;
    display: none;
    background-color: #fff;
    color: #115f5f;
    transition: all .3s ease;
    font-size: 14px;
    text-align: center;
}

.fixed ul li .fixedcode img {
    width: 180px;
    height: 180px;
}

.fixed ul li:hover div .img_ {
    color: #0e5a5a;
}

.fixed ul li:nth-child(1):hover .fixedcode {
    display: block;
    right: 80px;
}

.fixed ul li:nth-child(2):hover .fixedcode {
    display: block;
    right: 80px;
}

.fixed ul li:nth-child(3):hover .fixedcode {
    display: block;
    right: 80px;
}

/*.fixed ul li:nth-child(2):hover .fixedcode,*/
/*.fixed ul li:nth-child(4):hover .fixedcode {*/
/*    display: block;*/
/*    right: 80px;*/
/*    top: 15px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    padding: 0 15px;*/
/*    width: 140px;*/
/*    border-radius: 5px;*/
/*}*/

.fixed ul li:last-child {
    border-color: transparent;
}


.left_item_child {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
    background-color: var(--theme-bg);
    font-weight: bold;
}

.left_item_child2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.left_item_list {
    display: flex;
    height: 60px;
    width: 100%;
    background-color: rgb(239, 243, 250);
    margin-bottom: 2px;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
}

.left_item_list:hover {
    color: var(--theme-bg);
    background-color: #fff;
}

/* v2.0*/
/*时间+搜索*/
.time_search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

/*中部图*/
.mid_pic{
    width: 100%;
}
.mid_pic>img{
    width: 100%;
}

/*底部图*/
.dibu_img{
    display: flex;
    align-items: center;
    width:100%;
    padding: 0 0 20px 0;
}

.a_img{
    width:297.5px;
    height: 280px;
    display: flex;
    margin-right: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.a_img a{
    width: 100%;
    height: 100%;
}
.a_img  img{
    width: 100%;
    height: 200px;
    display: block;
}
.a_img .but_title{
    height: 80px;
    width: 100%;
    background: rgb(238, 238, 238);
    line-height: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0px 20px 10px 10px;
}
.but_1{
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding-right: 0px;
}
.but_2{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
