@charset "UTF-8";

@font-face {
  font-family: 'MyCustomFont';
  font-weight: 400;
  font-style: normal;
  src: 
    url('../font/YuWeiShuFaXingShuJianTi-1.ttf') format('truetype');
  font-display: swap; 
}

body.useOldFixed.hasOldFixed .banner-guide-item,
body.useOldFixed.hasOldFixed .banner-guide-item span{
    font-size:24px !important;
}
body.useOldFixed .banner-guide-box .banner-guide-item.aaa,
body.useOldFixed .banner-guide-box .banner-guide-item.aaa span{
    font-size:24px !important;
}
body.useOldFixed .handle-bd ul .handle-node a span {
    font-size:24px !important;
    display:flex;
    align-items:center;
    justify-content:center;
}
body.useOldFixed .handle-bd ul .handle-node:nth-child(n+2) {
    border-top:1px solid #cde6fc;
}
body.useOldFixed .info-open-link{
    padding:0 10px;
}
body.useOldFixed .banner-guide-list li a {
    text-align: left;
}

body.useOldFixed .info-open-hd {
    height:auto;
}
body.useOldFixed .info-open .container {
    flex-direction:column;
}
.container {
    width: 1340px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 760px;
    }
}

@media (max-width: 767px) {
    .container {
        width: auto;
    }
}

/* banner */
.banner {
	position: relative;
	margin-top: 0;
    padding-top: 120px;
    height: 560px;
    background: url('../images/open/banner.png') center bottom no-repeat;
    box-sizing: border-box;
}

.banner-guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-guide-node {
    position: relative;
    z-index: 900;
    width: calc((100% - 160px) / 5);
}

.banner-guide-node:nth-child(1) .banner-guide-box {
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.3),
        0px -2px 0px 0px #2ab1f6 inset;
	background: linear-gradient(
        180deg,
        rgba(48, 171, 247, 0.1) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.banner-guide-node:nth-child(1) .banner-guide-item {
    background-image: url('../images/open/open_icon1.png');
}

.banner-guide-node:nth-child(1) .banner-guide-item span {
    color: #2cb2f6;
}

.banner-guide-node:nth-child(1):hover .banner-guide-box {
    background: #2ba4f6;
    border: 1px solid #2ba4f6;
}

.banner-guide-node:nth-child(1):hover .banner-guide-item {
    background-image: url('../images/open/open_icon1_h.png');
}

.banner-guide-node:nth-child(2) .banner-guide-box {
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.3),
        0px -2px 0px 0px #7b78ff inset;
	background: linear-gradient(
        180deg,
        rgba(123, 120, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.banner-guide-node:nth-child(2) .banner-guide-item {
    background-image: url('../images/open/open_icon2.png');
}

.banner-guide-node:nth-child(2) .banner-guide-item span {
    color: #7b78ff;
}

.banner-guide-node:nth-child(2):hover .banner-guide-box {
    background: #8481ff;
    border: 1px solid #8481ff;
}

.banner-guide-node:nth-child(2):hover .banner-guide-item {
    background-image: url('../images/open/open_icon2_h.png');
}

.banner-guide-node:nth-child(3) .banner-guide-box {
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.3),
        0px -2px 0px 0px #fea800 inset;
	background: linear-gradient(
        180deg,
        rgba(246, 151, 58, 0.1) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.banner-guide-node:nth-child(3) .banner-guide-item {
    background-image: url('../images/open/open_icon3.png');
}

.banner-guide-node:nth-child(3) .banner-guide-item span {
    color: #f6973a;
}

.banner-guide-node:nth-child(3):hover .banner-guide-box {
    background: #ff9856;
    border: 1px solid #ff9856;
}

.banner-guide-node:nth-child(3):hover .banner-guide-item {
    background-image: url('../images/open/open_icon3_h.png');
}

.banner-guide-node:nth-child(4) .banner-guide-box {
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.3),
        0px -2px 0px 0px #4081ff inset;
	background: linear-gradient(
        180deg,
        rgba(64, 129, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.banner-guide-node:nth-child(4) .banner-guide-item {
    background-image: url('../images/open/open_icon4.png');
}

.banner-guide-node:nth-child(4) .banner-guide-item span {
    color: #4081ff;
}

.banner-guide-node:nth-child(4):hover .banner-guide-box {
    background: #4181ff;
    border: 1px solid #4181ff;
}

.banner-guide-node:nth-child(4):hover .banner-guide-item {
    background-image: url('../images/open/open_icon4_h.png');
}

.banner-guide-node:nth-child(5) .banner-guide-box {
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.3),
        0px -2px 0px 0px #29d0a8 inset;
	background: linear-gradient(
        180deg,
        rgba(41, 208, 168, 0.1) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.banner-guide-node:nth-child(5) .banner-guide-item {
    background-image: url('../images/open/open_icon5.png');
}

.banner-guide-node:nth-child(5) .banner-guide-item span {
    color: #29d0a8;
}

.banner-guide-node:nth-child(5):hover .banner-guide-box {
    background: #31ccc9;
    border: 1px solid #31ccc9;
}

.banner-guide-node:nth-child(5):hover .banner-guide-item {
    background-image: url('../images/open/open_icon5_h.png');
}

.banner-guide-node:nth-child(5) .banner-guide-drop {
    right: 0;
    left: auto;
}

.banner-guide-node:nth-child(5) .banner-guide-drop::before {
    left: auto;
    right: 89px;
}

.banner-guide-node:hover {
    box-shadow: 0px 0px 20px 0px #fff;
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.banner-guide-node:hover .banner-guide-item {
    color: #fff;
    font-weight: bold;
}

.banner-guide-node:hover .banner-guide-item span {
    color: #fff;
}

.banner-guide-node:hover .banner-guide-drop {
    display: block;
}

.banner-guide-box {
    height: 208px;
    border-radius: 6px;
    border: 1px solid #fff;
    border-bottom: 0;
    background: rgba(27, 106, 233, 0.1);
    background: linear-gradient(
        180deg,
        rgba(27, 106, 233, 0.1) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.banner-guide-item {
    display: block;
    height: 100%;
    padding-top: 144px;
    box-sizing: border-box;
    background-position: center 41px;
    background-repeat: no-repeat;
    line-height: 36px;
    text-align: center;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.banner-guide-item span {
    font-weight: bold;
}

.banner-guide-drop {
    display: none;
    position: absolute;
    z-index: 900;
    top: 100%;
    left: 0;
    padding-top: 17px;
}

.banner-guide-drop::before {
    position: absolute;
    content: '';
    top: 0;
    left: 89px;
    width: 29px;
    height: 17px;
    background: url('../images/open/drop_arr.png') no-repeat;
}

.banner-guide-list {
    display: flex;
    flex-wrap: wrap;
    width: 450px;
    padding: 2px 0 26px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(123, 159, 187, 0.5);
}

.banner-guide-list li {
    width: 50%;
    margin-top: 24px;
    padding-left: 16px;
    box-sizing: border-box;
}

.banner-guide-list li a {
    position: relative;
    display: block;
    padding-left: 16px;
    height: 24px;
    line-height: 24px;
    color: #456189;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

.banner-guide-list li a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #456189;
    transition: all 0.2s ease;
}

.banner-guide-list li a:hover {
    color: #f08300;
    font-size: 16px;
    font-weight: 500;
}

.banner-guide-list li a:hover::before {
    left: 0;
    width: 7px;
    height: 7px;
    background: #f08300;
}

@media (max-width: 979px) {
    .banner {
        padding: 30px 0 120px 0;
        height: auto;
        background-color: #42a7ff;
    }

    .banner-guide-node {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-guide-box {
        height: 80px;
    }

    .banner-guide-item {
        background-position: 40px center;
        background-size: 50px auto;
        padding: 0 0 0 120px;
        text-align: left;
        line-height: 78px;
    }

    .banner-guide-drop {
        position: static;
        display: block;
    }

    .banner-guide-drop::before {
        display: none;
    }

    .banner-guide-node:hover {
        box-shadow: none;
    }

    .banner-guide-list {
        width: 100%;
    }

    .banner-guide-list li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 20px 10px 120px 10px;
    }

    .banner-guide-list {
        padding-bottom: 12px;
    }

    .banner-guide-list li {
        width: 50%;
        margin-top: 10px;
    }
}

.wntj {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 20px;
  padding-bottom:50px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.8);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
	backdrop-filter: blur(10px);
	border: 1px solid #fff;
	box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
}
.wntj .wntj-item {
  flex: 1;
  height: 170px;
  margin-right: 12px;
  padding: 35px 0 0 30px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wntj .wntj-item:nth-child(3n) {
  margin-right: 0;
}
.wntj .wntj-item .wntj-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.wntj .wntj-item .items {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}


.retrieval {
    position: relative;
    z-index: 800;
    margin-top: 40px;
    display: flex;
}

.retrieval-left {
    flex: 1;
    width: 0;
    margin-right: 40px;
    padding: 14px;
    height: 136px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.2);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.retrieval-right {
    width: 208px;
    height: 136px;
    padding: 7px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2px 10px 0px rgba(55, 110, 160, 0.2);
    backdrop-filter: blur(2px);
    box-sizing: border-box;
}

.retrieval-right a,
.retrieval-right img {
    display: block;
    width: 100%;
    height: 100%;
}

.retrieval-wrap {
    display: flex;
    height: 100%;
}

.retrieval-box {
    flex: 1;
    width: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(55, 110, 160, 0.1);
    display: flex;
}

.retrieval-hd {
    width: 106px;
    height: 106px;
}

.retrieval-hd span {
    display: none;
}

.retrieval-bd {
    flex: 1;
    width: 0;
    padding: 6px 10px;
    display: flex;
}

.retrieval-condition {
    flex: 1;
    width: 0;
    margin-right: 10px;
}

.retrieval-condition > ul {
    display: flex;
    flex-wrap: wrap;
}

.retrieval-condition > ul > li {
    width: 100%;
}

.retrieval-condition > ul > li:nth-child(1) {
    margin-bottom: 6px;
}

.retrieval-condition > ul > li:nth-child(2) {
    width: calc(100% - 180px - 10px);
}

.retrieval-condition > ul > li:nth-child(3) {
    margin-left: 10px;
    width: 180px;
}

.retrieval-text {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    background: #fff;
    border: 0;
    padding-left: 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.co-library {
    width: 180px;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgba(55, 110, 160, 0.1);
    overflow: hidden;
}

.co-library a,
.co-library img {
    display: block;
    width: 100%;
    height: 100%;
}

.query-btn {
    width: 92px;
    height: 92px;
    border-radius: 4px;
    background: linear-gradient(180deg, #fb7 0%, #fca753 100%);
    box-shadow: 0px 2px 0px 0px #e98829;
}

.query-btn span {
    display: block;
    height: 100%;
    padding-top: 49px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: url('../images/open/query_ico.png') center 17px no-repeat;
}

.com-sel {
    padding-left: 10px;
    width: 100%;
    height: 38px;
    border: 0;
    background: #fff;
	color: #666;
}

::-webkit-input-placeholder {
    color: #cacaca;
}

:-moz-placeholder {
    color: #cacaca;
}

::-moz-placeholder {
    color: #cacaca;
}

:-ms-input-placeholder {
    color: #cacaca;
}

input,
button {
    outline: 0;
}

.chosen-container {
    width: 100%;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 12px;
    height: 44px;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    color: #333;
    border-radius: 2px;
}

.chosen-container-single .chosen-default {
    color: #cacaca;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.chosen-container-single .chosen-single span {
    margin-right: 32px;
    height: 44px;
    line-height: 44px;
}

.chosen-container-single .chosen-single div {
    width: 32px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 32px;
    height: 44px;
    background: url('../images/open/sel_arr.png') center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/open/sel_arr_h.png') center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 40px;
    border: 0;
    border-radius: 2px;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
    padding: 5px;
}

.chosen-container .chosen-results li {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #4a6dcb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
    background: #fff;
}

.retrieval-phone {
    display: none;
    margin-top: 20px;
    justify-content: center;
}

.retrieval-phone .retrieval-right {
    display: block;
    margin: 0 20px;
}

@media (max-width: 979px) {
    .retrieval {
        margin-top: 10px;
    }

    .retrieval-left {
        margin-right: 0;
    }

    .retrieval-box {
        margin-right: 0;
    }

    .co-library {
        display: none;
    }

    .retrieval-right {
        display: none;
    }

    .retrieval-phone {
        display: flex;
    }
}

@media (max-width: 767px) {
    .retrieval-left {
        height: auto;
    }

    .retrieval-box {
        flex-wrap: wrap;
    }

    .retrieval-hd {
        width: 100%;
        padding-top: 10px;
        height: 32px;
        line-height: 32px;
    }

    .retrieval-hd span {
        display: block;
        padding-left: 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .retrieval-hd img {
        display: none;
    }

    .retrieval-bd {
        flex: none;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .retrieval-condition {
        flex: none;
        width: 100%;
    }

    .retrieval-condition > ul > li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .query-btn {
        width: 100%;
        height: 38px;
        line-height: 38px;
    }

    .query-btn span {
        padding: 0;
        line-height: 38px;
        background: none;
    }

    .retrieval-phone .retrieval-right {
        flex: 1;
        width: 0;
        margin: 0 0 0 20px;
        height: auto;
    }

    .retrieval-phone .retrieval-right:nth-child(1) {
        margin-left: 0;
    }
}
/* 需求对接 */
.info-demand {
    margin: 0 0 40px 0;
    height: 410px;
    display: flex;
    border-radius: 8px 8px 8px 0px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
}

.info-open .container {
    display: flex;
}

.info-open-left {
    flex: 1;
    /* width: 0; */
    height: 380px;
    /* margin-right: 24px; */
    border-radius: 8px 8px 8px 0px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    display: flex;
}

.info-demand-left {
    padding: 30px 0 0 20px;
    width: 180px;
    height: 100%;
    background: url('../images/open/info_demand_hd.png') no-repeat;
    box-sizing: border-box;
}
.info-demand-right{
	flex: 1;
	padding: 14px 18px 0;
}
.info-demand-right .hd {
    display: flex;
    border-bottom: 1px solid rgba(42, 50, 78, 0.1);
    line-height: 28px;
}

.info-demand-right .hd > li {
    padding-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}

.info-demand-right .hd > li.active {
    color: #2A79F0;
    border-color: #2A79F0;
}

.info-demand-right .hd > li + li {
  margin-left: 30px;
}

.info-demand-right .bd > ul{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.info-demand-right .bd > ul > li {
    width: 360px;
    height: auto;
    padding: 10px 20px;
    background: #F7FCFF;
    border-radius: 4px;
	transition: all 0.2s ease;
}
.info-demand-right .bd > ul > li:hover{
	box-shadow: 0px 8px 10px 0px rgba(50, 99, 190, 0.15);
}
.info-demand-right .bd > ul > li + li {
  margin-left: 20px;
}

.info-demand-right .bd > ul > li:nth-child(3n+1) {
  margin-left: 0;
}

.info-demand-right .bd > ul > li:nth-child(n+4) {
  margin-top: 20px;
}

.info-demand-right .bd .name {
    display: flex;
	padding-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    border-bottom: 1px solid #E7EAED;
}
.info-demand-right .bd .name .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.info-demand-right .bd .lists {
    margin-top: 12px;
}
.info-demand-right .bd .lists > li{
    display: block;
    height: 28px;
	line-height: 28px;
    padding-left: 20px;
    font-size: 15px;
    background: url(../images/icon-a.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.info-demand-right .bd .lists > li span{
	color: #333;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 信息公开 */
.info-open {
    padding-bottom: 40px;
    display: flex;
}

.info-open-left {
    flex: 1;
    /* width: 0; */
    height: 410px;
    /* margin-right: 24px; */
    border-radius: 8px 8px 8px 0px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    display: flex;
}

.info-open-hd {
    padding: 30px 0 0 20px;
    width: 180px;
    height: 100%;
	border-radius: 8px 0 0 8px;
	background-size: cover;
    box-sizing: border-box;
}
.info-open-icon{
	width: 60px;
	height: 60px;
}
.info-open-text{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
	font-size: 24px;
	display: block;
	opacity: 0.9;
}
.info-open-new {
    cursor: pointer;
    padding-left: 17px;
    width: 82px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    color: #d04b00;
    font-size: 18px;
    font-weight: 500;
    background: url('../images/open/info_open_new.png') no-repeat;
}

.info-open-tt {
    cursor: pointer;
    margin-top: 20px;
    display: block;
}

.info-open-bd {
    flex: 1;
    width: 0;
    padding: 1px 20px 0 18px;
}

.info-open-node {
    height: 50px;
    border-bottom: 1px solid #d3def4;
}

.info-open-node:last-child {
    border-bottom: 0;
}

.info-open-item {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 16px;
    transition: all 0.2s ease;
}

.info-open-item:hover {
    font-weight: 500;
}

.info-open-item:hover .info-open-name,
.info-open-item:hover .info-open-date {
    color: #f6973a;
}

.info-open-item:hover .info-open-name::before {
    background: #f6973a;
}

.info-open-date {
    color: #888;
    transition: all 0.2s ease;
	font-size: 14px;
}

.info-open-name {
    position: relative;
    z-index: 20;
    flex: 1;
    width: 0;
    padding: 0 40px 0 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

.info-open-name::before {
    position: absolute;
    z-index: 20;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #4a6dcb;
    transition: all 0.2s ease;
}

.info-open-link {
    width: 333px;
	margin-left: 10px;
}

.info-open-link > a {
    display: block;
    height: 130px;
    line-height: 130px;
    border-radius: 8px;
    margin-top: 10px;
    padding-left: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #4b89ef;
    background: center center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    transition: all 0.2s ease;
}

.info-open-link > a:first-child {
    margin-top: 0;
}

.info-open-link > a:nth-child(1) {
    background-image: url('../images/open/gov_bg1.png');
}

.info-open-link > a:nth-child(2) {
    background-image: url('../images/open/gov_bg2.png');
}

.info-open-link > a:nth-child(3) {
    background-image: url('../images/open/gov_bg3.png');
}

.info-open-link > a:nth-child(4) {
    background-image: url('../images/open/gov_bg4.png');
}

.info-open-link > a:nth-child(5) {
    background-image: url('../images/open/gov_bg5.png');
}

.info-open-link > a:nth-child(6) {
    background-image: url('../images/open/gov_bg6.png');
}

.info-open-link > a:hover {
    color: #2854d1;
    box-shadow: 0px 8px 10px 0px rgba(50, 99, 190, 0.15);
}

@media (max-width: 979px) {
    .info-open .container {
        flex-wrap: wrap;
    }

    .info-open-left {
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .info-open-link {
        padding-top: 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .info-open-link a {
        width: 333px;
        box-sizing: border-box;
    }

    .info-open-link a:nth-child(1) {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .info-open {
        padding: 30px 10px;
    }

    .info-open-left {
        flex-wrap: wrap;
        height: auto;
    }

    .info-open-hd {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        background: #3b64ca;
        padding-top: 0;
    }

    .info-open-tt {
        margin: 0 0 0 30px;
    }

    .info-open-name {
        padding-right: 20px;
    }
}

@media (max-width: 678px) {
    .info-open-link {
        display: block;
    }

    .info-open-link a {
        display: block;
        margin: 10px auto 0;
    }
}

@media (max-width: 353px) {
    .info-open-link {
        padding: 0 10px;
    }

    .info-open-link a {
        width: 100%;
    }
}

.info-group {
    padding: 100px 0 60px 0;
	margin-top: -220px;
    background: url('../images/open/group_bg.jpg') center top no-repeat #eaf4ff;
}

.info-group-wrap {
    display: flex;
}

.info-group-node {
    position: relative;
    z-index: 900;
    flex: 1;
    width: 0;
    margin-left: 40px;
}

.info-group-node:nth-child(1) {
    margin-left: 0;
}

.info-group-node:nth-child(1) .info-group-item {
    background-image: url('../images/open/info_group_bg1.jpg');
}

.info-group-node:nth-child(1) .info-group-item span {
    padding-left: 38px;
    background-image: url('../images/open/info_group_ico1.png');
}

.info-group-node:nth-child(1) .info-group-box {
    left: 0;
}

.info-group-node:nth-child(1) .info-group-box::before {
    left: 275px;
}

.info-group-node:nth-child(2) .info-group-item {
    background-image: url('../images/open/info_group_bg2.jpg');
}

.info-group-node:nth-child(2) .info-group-item span {
    padding-left: 33px;
    background-image: url('../images/open/info_group_ico2.png');
}

.info-group-node:nth-child(2) .info-group-box {
    right: 0;
}

.info-group-node:nth-child(2) .info-group-box::before {
    right: 275px;
}

.info-group-node:hover .info-group-item span::before {
    background-image: url('../images/open/info_group_arrh.png');
}

.info-group-node:hover .info-group-box {
    display: block;
}

.info-group-item {
    display: block;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.info-group-item span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 29px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.4px;
    background-position: left center;
    background-repeat: no-repeat;
}


.info-group-box {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 17px;
}

.info-group-box::before {
    position: absolute;
    content: '';
    top: 0;
    width: 29px;
    height: 17px;
    background: url(../images/open/drop_arr.png) no-repeat;
}

.info-group-box .banner-guide-list {
    width: 1200px;
}

.info-group-box .banner-guide-list li {
    width: 16.6666666667%;
}

@media (max-width: 979px) {
    .info-group-wrap {
        flex-wrap: wrap;
    }

    .info-group-node {
        flex: none;
        width: 100%;
        margin-left: 0;
    }

    .info-group-item span {
        padding-right: 0;
    }

    .info-group-item span::before {
        display: none;
    }

    .info-group-box {
        position: static;
        display: block;
        width: 100%;
        padding-bottom: 17px;
    }

    .info-group-box::before {
        display: none;
    }

    .info-group-box .banner-guide-list {
        width: 100%;
    }

    .info-group-box .banner-guide-list li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .info-group {
        padding: 30px 10px;
    }

    .info-group-box .banner-guide-list li {
        width: 50%;
    }
}

.open-guide {
    margin-top: 40px;
}

.open-guide ul {
    display: flex;
}

.open-guide ul.line2 {
	margin-top: 30px;
}

.open-guide-node {
    flex: 1;
    width: 0;
    height: 172px;
    margin-left: 40px;
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.line1 .open-guide-node:nth-child(1) {
    margin-left: 0;
    background-image: url('../images/open/open_guide_bg1.png');
}

.line1 .open-guide-node:nth-child(1) .open-guide-item {
   background-image: url('../images/open/open_guide_icon1.png');
}

.line1 .open-guide-node:nth-child(2) {
    background-image: url('../images/open/open_guide_bg2.png');
}

.line1 .open-guide-node:nth-child(2) .open-guide-item {
    background-image: url('../images/open/open_guide_icon2.png');
}

.line1 .open-guide-node:nth-child(3) {
    background-image: url('../images/open/open_guide_bg3.png');
}

.line1 .open-guide-node:nth-child(3) .open-guide-item {
    background-image: url('../images/open/open_guide_icon3.png');
}

.line1 .open-guide-node:nth-child(4) {
    background-image: url('../images/open/open_guide_bg2.png');
}

.line1 .open-guide-node:nth-child(4) .open-guide-item {
    background-image: url('../images/open/open_guide_icon4.png');
}

.line2 .open-guide-node:nth-child(1) {
    margin-left: 0;
    background-image: url('../images/open/open_guide_bg2.png');
}

.line2 .open-guide-node:nth-child(1) .open-guide-item {
    background-image: url('../images/open/open_guide_icon5.png');
}

.line2 .open-guide-node:nth-child(2) {
    background-image: url('../images/open/open_guide_bg3.png');
}

.line2 .open-guide-node:nth-child(2) .open-guide-item {
    background-image: url('../images/open/open_guide_icon6.png');
}

.line2 .open-guide-node:nth-child(3) {
    background-image: url('../images/open/open_guide_bg2.png');
}

.line2 .open-guide-node:nth-child(3) .open-guide-item {
    background-image: url('../images/open/open_guide_icon7.png');
}
.line2 .open-guide-node:nth-child(4) {
    background-image: url('../images/open/open_guide_bg1.png');
}

.line2 .open-guide-node:nth-child(4) .open-guide-item {
    background-image: url('../images/open/open_guide_icon8.png');
}

.open-guide-node:hover{
	transform: scale(1.1);
    transition: all 0.2s ease;
}
.open-guide-item {
    display: block;
    padding-top: 102px;
    line-height: 72px;
    text-align: center;
    background-position: center 27px;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    font-size: 22px;
    font-weight: bold;
}
.open-guide-item:hover{
	color: #fff;
}

@media (max-width: 979px) {
    .open-guide-node {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .open-guide {
        margin-top: 0;
    }

    .open-guide ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .open-guide-node {
        flex: none;
        width: calc((100% - 20px) / 2);
        margin-top: 20px;
        box-sizing: border-box;
    }

    .open-guide-node:nth-child(2n + 1) {
        margin-left: 0;
    }

    .open-guide-item {
        font-size: 20px;
    }
}

.areas {
    margin-top: 39px;
    display: flex;
    justify-content: space-between;
}

.areas-left {
    position: relative;
    width: 100%;
}

.areas-right {
    width: calc(100% - 790px - 40px);
	display: none;
}

.areas-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    backdrop-filter: blur(10px);
    background-image: url('../images/open/areas_hd_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.areas-hd1{
    background-image: url('../images/open/areas_hd_bg1.jpg');
}
.areas-hd a {
    margin-top: 4px;
}

.areas-toggle {
    height: 40px;
    line-height: 40px;
    padding-right: 22px;
    color: #075e8f;
    font-size: 18px;
    font-weight: 500;
    background: url('../images/open/areas_arr.png') right center no-repeat;
    transition: all 0.2s ease;
}

.areas-toggle.open {
    background-image: url('../images/open/areas_arrh.png');
}

.areas-bd {
    padding: 20px 20px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #fff;
    border-top: 0;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.areas-bd.open {
    height: 540px;
}

.areas-bd.open .areas-list {
    height: 500px;
}

.areas-list {
	height: 288px;
    overflow: hidden;
}

.areas-list ul {
    display: flex;
    flex-wrap: wrap;
}

.areas-node {
    margin: 0 0 1px 1px;
    width: calc((100% - 6px) / 5);
    background: #f0f8ff;
}
.areas-list1 .areas-node {
    background: #fbf9ff;
}
.areas-node a:hover{
	background-color: rgba(10, 142, 243, 0.85);
	background-image: none!important;
	transition: all 0.4s ease;
}
.areas-node a:hover span{
	color: #fff;
	margin-top: 65px;
	margin-bottom: 60px;
}
.areas-name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center 20px;
    background-repeat: no-repeat;
}

.areas-name span {
    font-size: 16px;
    color: #555;
	margin-top: 105px;
	margin-bottom: 20px;
}

@media (max-width: 979px) {
    .areas {
        flex-wrap: wrap;
    }

    .areas-left {
        width: 100%;
    }

    .areas-right {
        margin-top: 30px;
        width: 100%;
    }

    .areas-toggle {
        display: none;
    }

    .areas-bd,
    .areas-list {
        position: static;
        height: auto;
    }

    .areas-list {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .areas-bd {
        padding: 10px;
    }

    .areas-node {
        width: calc((100% - 2px) / 2);
    }
}

.handle {
    height: 204px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.handle-hd {
    display: block;
    padding: 23px 0 0 24px;
    height: 100px;
    background: url('../images/open/handle_hd_bg.jpg') right center no-repeat
        #cfe9ff;
    box-sizing: border-box;
}

.handle-hd span {
    display: block;
    position: relative;
    margin-top: 12px;
    height: 33px;
    line-height: 33px;
    color: #77c1ff;
    font-size: 16px;
}

.handle-hd span::before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 54px;
    height: 2px;
    background: url('../images/open/handle_tt_line.png') no-repeat;
}

.handle-bd {
    height: calc(100% - 100px);
}

.handle-bd ul {
    display: flex;
    height: 100%;
}

.handle-node {
    flex: 1;
    width: 0;
    position: relative;
}

.handle-node::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #d3def4;
}

.handle-node:nth-child(1)::before {
    display: none;
}

.handle-node:nth-child(1) .handle-item:hover {
    color: #3290ff;
}

.handle-node:nth-child(2) .handle-item:hover {
    color: #2ac383;
}

.handle-node:nth-child(3) .handle-item:hover {
    color: #a867ea;
}

.handle-item {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    transition: all 0.2s ease;
}

.handle-item span {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.organization {
    display: block;
    margin-top: 39px;
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    backdrop-filter: blur(10px);
    height: 123px;
    padding: 33px 0 0 24px;
    box-sizing: border-box;
    background: url('../images/open/organization_bg.jpg') right center no-repeat
        #dbe5ff;
}

.organization span {
    display: block;
    position: relative;
    margin-top: 12px;
    height: 33px;
    line-height: 33px;
    color: #82a1ff;
    font-size: 16px;
}

.organization span::before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 54px;
    height: 2px;
    background: url('../images/open/organization_tt_line.png') no-repeat;
}

.norm {
    margin-top: 39px;
    display: flex;
    height: 126px;
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 10px 0px rgba(123, 159, 187, 0.2);
    backdrop-filter: blur(10px);
    background: url('../images/open/norm_bg.jpg') right center no-repeat #7fa2f9;
}
.norm a{
	display:block;
	position:absolute;
	right:40px;
	top:40px;
	padding:10px 20px;
	border:1px solid #c8d9ff;
	color:#fff;
	font-size:20px;
	border-radius:4px;
	background: rgba(127,162,249,0.9);
}
.norm a:hover{
	background: rgba(127,162,249,1);
	border:1px solid #fff;
}
.norm img {
    margin: 31px 0 0 20px;
    height: 74px;
}

@media (max-width: 767px) {
    .norm {
        background-position: right -200px center;
    }

    .norm img {
        height: 50px;
        margin: 42px 0 0 0;
    }
}
.special{
	display: none;
}
.special .container {
    position: relative;
}

.special-swiper {
    margin: 0 -20px;
    padding: 60px 0;
    overflow: hidden;
}

.special-item {
    position: relative;
    display: block;
    margin: 0 20px;
    height: 160px;
    border-radius: 6px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.special-item img {
    width: 100%;
    height: 100%;
}

.special-item span {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    padding: 0 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 500;
}

.special-item-guidang {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    padding: 0 30px;
    line-height: 30px;
    color: red;
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    font-size: 25px;
    font-weight: 500;
}

.special-item:hover {
    transform: translate(0, -20px);
    box-shadow: 0px 2px 10px 0px rgba(0, 139, 246, 0.6);
}

.special-button-prev,
.special-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.special-button-prev.swiper-button-disabled,
.special-button-next.swiper-button-disabled {
    cursor: not-allowed;
}

.special-button-prev {
    left: -60px;
    background-image: url('../images/open/prev_ico.png');
}

.special-button-prev.swiper-button-disabled {
    background-image: url('../images/open/prev_ico_s.png');
}

.special-button-next {
    right: -60px;
    background-image: url('../images/open/next_ico.png');
}

.special-button-next.swiper-button-disabled {
    background-image: url('../images/open/next_ico_s.png');
}

@media (max-width: 979px) {
    .special .container {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .special-swiper {
        padding: 20px 0;
        margin: 0;
    }

    .special-item {
        margin: 0 5px;
    }
}
/* 2023-11-24 add by wangkai */
.areas-node {
    position: relative;
}

.areas-drop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 142, 243, 0.85);
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
}
.areas-drop ul {
    width: 100%;
    flex-direction: column;
}

.areas-sub-node {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.areas-sub-node > a {
    display: block;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.areas-node:hover .areas-drop {
    opacity: 1;
}

@media (max-width: 979px) {
    .areas-drop {
        opacity: 1;
    }
}
/* end */
