@charset "utf-8";
.news .newsMenu {
    width: 100%;
    max-width: 820px;
}
.news .menuBox {
    width: 100%;
    max-width: 820px;
    justify-content: space-between;
    display: flex;
}
.news .location,.ipDetail .location {
    padding:0
}
.research8.research7 {
    margin-bottom:0
}



/*联系F88星宝*/
.contact.section {
    margin: 80px auto;
}

.contactVideo {

}

.contactVideo video,
.contactVideo img {
    width: 100%;
}

.contactMenu {
    display: flex;
}

.contactTitle {
    font-size: 40px;
    color: #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    width: calc((100% - 5px) / 2);
    text-align: center;
    margin-right: 5px;
    padding-bottom: 20px;
}

.contactTitle:last-child {
    margin-right: 0
}

.contactTitle:hover,
.contactTitle.active {
    color: #b88534;
    border-bottom: 1px solid #b88534;
}

/*地图*/
.map {
    margin: 50px auto
}
.map img {

}
#mapContainer {
    width: 100%;
    height: 630px;
    z-index: 0;
}

#tip {
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
    text-align: left;
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left
}

div.info-bottom {
    height: 0;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
}

.contactForm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactForm .inputBox {
    margin-right: 25px;
    width: calc(50% - 25px);
}

.contactForm textarea {
    width: 50%;
    height: 290px;
}

.contactForm .buttonBox {
    width: 100%;
}

.inputBox label {
    position: relative;
    display: flow-root;
    margin-bottom: 30px;
}

.inputBox label span {
    position: absolute;
    color: red;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 50px;
}

.buttonBox {
    text-align: center;
}

.buttonBox .button {
    color: #333;
    border: 1px solid #b88534;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 30px;
}

.contactContainer {
    display: flex;
    margin: 40px auto;
    flex-wrap: wrap;
}

.contactContainer img {
    max-width: 86px;
}

.conWechat {
    width: 86px;
    text-align: center;
}

.conWechat img {
    margin-bottom: 5px;
}

.conWechat span {
    color: #b88534;
}

.conPhone {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.conPhone::after, .conAdd::after {
    content: '';
    height: 86px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e1e1e1;
}

.conPhone span {
    font-size: 20px;
    color: #606060
}

.conPhone p a {
    font-size: 32px;
    color: #b88534;
    font-weight: 600;
}

.conAdd {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.conAdd span {
    font-size: 20px;
    color: #606060;
    display: block;
    margin-bottom: 10px;
}

.conWechat2 {
    display: flex;
    width: 190px;
    justify-content: space-between;
    margin-left:auto;
}

.conWechat2 .conWechat2L {
    width: 86px;
    text-align: center;
}

.conWechat2 .conWechat2L img {
    width: 100%;
    margin-bottom: 4px;
}

/*joins*/
.joins {
    max-width: 1140px;
    margin:60px auto;
    display: flex;
    justify-content: space-between;
}
.joinsList,.joinContainer {
    box-shadow: 5px 0 20px 0 rgba(0,0,0,0.3);
    padding:30px;
}
.joinsList {
    width: 270px;
}
.joinContainer {
    width: calc(100% - 300px);
}
.listTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom:20px;
    margin-bottom:20px;
}
.listTitle .screen {
    font-size:22px;
    color:#606060;
    font-weight: 600;
}
.listTitle .clear {
    font-size:14px;
    color: #999999;
    background: none;
    cursor: pointer;
}
.screenTitle {
    font-size: 16px;
    color: #606060;
    font-weight: 600;
    margin-bottom:15px;
    position: relative;
}
.screenTitle::after {
    content: '';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    background: url('/Public/Home/images/joinLeft.svg') no-repeat center right;
    width: 10px;
    height: 10px;
    margin: auto;
    transition: all 0.5s;
}
.screenTitle.active::after {
    transform: rotate(180deg);
    transition: all 0.5s;
}
.joinScreen {
    margin-bottom:20px;
}
.joinScreen label {
    display: flex;
    font-size:14px;
    color:#606060;
    align-items: center;
    margin-bottom:10px;
}
.joinScreen .joinCheck input {
    margin-right:10px;
}
.joinScreen li p {
    color: #a0a0a0;
    font-size:14px;
    margin-bottom: 10px;
    padding-left:30px;
}
.joinCheck {
    display: flex;
    align-items: center;
    margin-bottom:10px;
    cursor: pointer;
}
.checkActive {
    display: none;
}

.comeWe {
    background: #f7f8f8;
    padding:60px 0;
}
.comeContainer .comeTitle {
    font-size:42px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom:10px;
}
.comeContainer .summary {
    font-size: 20px;
    color:#6b6b6b;
    text-align: center;
    line-height: 1.8;
    margin-bottom:50px;
}
.tabBox {
    display: flex;
    justify-content: space-between;
}
.comeTab {
    width: 270px;
}
.comeTab li {
    font-size:30px;
    color: #bcbcbc;
    border-bottom:1px solid #eee;
    padding:15px;
    cursor: pointer;
}
.comeTab li.active {
    font-weight: 600;
    color:#fff;
    background: #b88534;
    border-radius: 10px;
}
.tabContent {
    width: calc(100% - 300px);
}
.tabText {
    background: #cba76e;
    padding:30px;
    color: #fff;
}
.tabText .title {
    font-size:30px;
    font-weight: 600;
    margin-bottom:50px;
    position: relative;
}
.tabText .title::after {
    content:'';
    width: 56px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom:-20px;
}
.tabText .summary {
    font-size:18px;
    color: #fff;
    text-align: left;
    line-height: 1.6;
}
.tabContent li {
    justify-content: space-between;
    display: none;
}
.tabContent li.active {
    display: flex;
}
.tabContent li .tabText {
    margin-right:30px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    width: 30%;
}
.tabContent li .tabImg {
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    width: 70%;
}
.tabContent li .tabImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joinTop {
    display: flex;
    color: #606060;
    align-items: center;
    border-bottom:1px solid #e1e1e1;
    padding-bottom:20px;
    margin-bottom:20px;
}
.joinTitle {
    font-size:22px;
    font-weight: 600;
}
.joinNum {
    font-size:12px;
    color:#b88534;
    background: #efe0ce;
    border-radius: 30px;
    margin-left:15px;
    padding:0 10px;
}
.joinSend {
    margin-left:auto;
    font-size:16px;
    background: #b88534;
    color:#fff;
    border-radius: 10px;
    padding:5px 20px;
}
.joinSend:hover {
    color: #fff;
}
.joinContainer li {
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}
.joinContainer li .title {
    color: #b88534;
    font-size:22px;
    margin-bottom:10px;
    cursor: pointer;
}
.joinSub {
    display: flex;
    justify-content: space-between;
    color: #aaaaaa;
    font-size:14px;
}
.joinSub .littleClass span {
    padding-right:20px;
    margin-right:20px;
    position: relative;
}
.joinSub .littleClass span::after {
    content:'';
    width: 1px;
    height: 60%;
    background: #aaa;
    top: 0;
    right: 0;
    position: absolute;
    bottom:0;
    margin:auto;
}
.joinSub .littleClass span:last-child::after {
    display: none;
}
.joinTime {
    position: relative;
    padding-right:20px;
    cursor: pointer;
}
.joinTime::after {
    content: '';
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    margin: auto;
    background: url('/Public/Home/images/joinIcon.svg') no-repeat center right;
    background-size: 8px;
    height: 20px;
    width: 8px;
    transition: all 0.5s;
}
.joinSub.active .joinTime::after {
    transform: rotate(90deg);
    transition: all 0.5s;
}
.joinContainer li .summary {
    display: none;
    margin-top:20px;
    line-height: 1.8;
    color: #878787;
    margin-bottom:10px;
}
.summaryCon {
    display: flex;
    justify-content: space-between;
}
.summary .summaryTitle {
    font-size:14px;
    font-weight: 600;
    color: #606060;
    margin-bottom:10px;
}
.duty,.condition {
    width: 45%;
}
.pager {
    display: flex;
    justify-content: center;
    margin-top:30px;
}
.pager a {
    color: #d1d1d1;
    font-size:14px;
    padding:5px;
    margin:0 5px;
}
.pager a.active {
    color:#888
}
.pager .prev ,.pager .next{
    background: url('/Public/Home/images/joinIcon.svg') no-repeat center;
    background-size:8px;
    text-indent: -99px;
    overflow: hidden;
}
.pager .prev {
    transform: rotate(180deg);
}

.joinSendShow {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.SendBox {
    background: #000 url('../images/send1.png') no-repeat center;
    width: 450px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 110;
    height: 500px;
    padding: 40px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sendClose {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.sendLogo {
    margin-bottom:auto;
}
.sendItem span {
    font-size:15px;
    color: #B88534;
}
.sendItem a {
    font-size:37px;
    color: #DEC681;
    font-weight: 600;
    display: block;
}
.sendItem .sendLine {
    width: 26px;
    height: 3px;
    background: #B88534;
    margin: 20px 0;
}
.sendItem p {
    color: #DEC681;
}
    /*gov*/
.govSub {
    font-size:36px;
    text-align: center;
    color: #6b6b6b;
    margin-top:50px;
}
.govTitle {
    color: #4d4d4d;
    font-size:45px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}
.gov {
    margin-bottom:100px;
}
.gov ul {
    /*display: grid;*/
    /*grid-template-columns: repeat(3,minmax(0,1fr));*/
    /*gap: 30px 10px;*/
    display: flex;
    flex-wrap: wrap;
}
.gov ul li {
    width: calc((100% - 20px) / 3);
    margin-right:10px;
    margin-bottom:30px;
}
.gov ul li:nth-child(3n) {
    margin-right:0;
}
.govText {
    padding:10px;
}
.govText .title {
    font-size:16px;
    color: #3e3a39;
    margin-bottom:5px;
}
.govText .summary {
    font-size:12px;
    color: #888;
}
.govImg {
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
}
.gov ul li .govImg img {
    transition: all 0.5s;
    width: 100%;
}
.gov ul li .govImg:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.cultureTitle {
    font-size:42px;
    color: #4d4d4d;
    font-weight: 600;
    text-align: center;
    margin-bottom:10px;
}
.cultureSummary {
    font-size:20px;
    color: #6b6b6b;
    text-align: center;
    margin-bottom:30px;
    padding: 0 20px;
}


/*hospital*/
.part2.section .hospital .hoverShow {
    background: #4e4d4d;
}
/*IP*/
.gifHidden {
    display: none;
}
.part2.section li:hover .imgShow {
    display: none;
}
.part2.section li:hover .gifHidden {
    display: block;
    transform: translate(-50%,-50%) scale(1) !important;
}
#archives2 {
    margin-top: 80px;
    margin-bottom:0 !important;
}
#archives4 {
    margin-bottom: 80px;
}
.location {
    font-size: 14px;
    color: #878787;
    max-width: 1520px;
    margin: 50px auto 0;
    padding: 0 20px;
}
.location a {
    color:#878787
}
.ipDetailTop {
    background: #f4f4f4;
}
.ipDetailText {
    padding:80px 20px 50px;
    max-width: 1160px;
    margin: 0 auto;
}
.topBox {
    margin-top:30px;
    display: flex;
    justify-content: space-between;
}
.topTitle {
    font-size:24px;
    font-weight: 600;
    color: #606060;
    margin-right:50px;
}
.topSummary {
    max-width: 590px;
    line-height: 1.8;
    color: #7a7a7a;
}
.topSub {
    margin-top:20%
}
.topSubLine {
    width: 60px;
    height: 1px;
    background:#606060;
    margin-bottom:20px;
}
.topSub .key {
    font-weight: 600;
}
.ipDetailBottom {
    padding:40px 20px;
    max-width: 1160px;
    margin: 0 auto;
}
.itemBox {
    /*display: grid;*/
    /*grid-template-columns: repeat(2,minmax(0,1fr));*/
    /*gap: 20px 20px;*/
    display: flex;
    flex-wrap: wrap;
}
.ipDetailBottom .itemBox .item {
    width: calc((100% - 20px) / 2);
    margin-right:20px;
    margin-bottom:20px;
}
.ipDetailBottom .itemBox .item:nth-child(2n -1) {
    margin-right:0
}
.itemBox .newsItem {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom:20px;
}
.itemBox img {
    width: 100%;
}
.ipDetailBottom .item1 {
    margin-bottom:20px;
}
.ipDetailBottom .more {
    text-align: center;
    margin-top:30px;
}
.ipDetailBottom .more a {
    font-size:22px;
    color:#4d4d4d;
    border: 1px solid #b28235;
    border-radius: 30px;
    padding:10px 20px;
    display: inline-block;
    font-weight: 600;
}
.ipDetailBottom .more a:hover {
    color: #fff;
    background: #b28235;
}

/*新闻动态*/
.news.section {
    margin:120px auto 50px
}
.newsTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*position: sticky;*/
    /*top: 50px;*/
    /*z-index: 10;*/
    /*background: #fff;*/
    /*padding: 10px 0;*/
}
.newsTop a {
    width: 100%;
}
.newsMenuTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 50px;
    z-index: 9;
    background: #fff;
    padding: 10px 0;
}
.newsTitle {
    font-size:42px;
    color: #4d4d4d;
    font-weight: 600;
}
/*.newsMenu.active {*/
/*    position: fixed;*/
/*    top: 50px;*/
/*    width: 100%;*/
/*    text-align: right;*/
/*    max-width: 1520px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    background: #fff;*/
/*    z-index: 10;*/
/*}*/
.newsMenu a {
    font-size:20px;
    color: #848484;
    padding-left: 34px;
    margin-left: 34px;
    position: relative;
}
.newsMenu a:first-child {
    padding-left: 0;
    margin-left:0;
}
.newsMenu a.active {
    font-weight: 600;
    color: #b88534;
}
.newsMenu a::after {
    content: '';
    height: 60%;
    width: 1px;
    background:#d3d3d3;
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    margin:auto;
}
.newsMenu a:first-child::after {
    display: none;
}
.newsBottom {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*gap: 25px 100px;*/
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
}
.newsBottom .newsItem {
    width: calc((100% - 100px) / 2);
    margin-right: 100px;
    margin-bottom:20px;
}
.newsBottom .newsItem:nth-child(2n) {
    margin-right:0;
}
.newsBottom a {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*gap: 20px;*/
    display: flex;
    flex-wrap: wrap;
}
.newsBottom .newsImg,.newsBottom .newsText {
    width: calc((100% - 20px) /2);
    margin-right: 20px;
    margin-bottom: 20px;
}
.newsBottom .newsImg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 26%;
}
.newsBottom .newsImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.newsBottom .newsImg:hover img {
    transform: translate(-50%,-50%) scale(1.1);
}
.newsBottom .newsText {
    margin-right: 0;
}
.newsItem .time {
    font-size:14px;
    color: #3e3a39;
}
.newsItem .title {
    margin:15px auto;
    font-size:20px;
    color: #3e3a39;
}
.newsItem .summary {
    color: #888;
    font-size:12px;
}
.newsItem .more {
    font-size: 12px;
    margin-top: 5%;
    border: 1px solid #888888;
    border-radius: 20px;
    background: url(/Public/Home/images/more2.svg) no-repeat center right 5px;
    padding: 2px 24px 2px 5px;
    background-size: 24%;
    display: inline-block;
    color: #888888;
    opacity: 0.7;
}
.newsPager {
    display: flex;
    justify-content: center;
    margin:100px auto 150px
}
.newsPager a {
    color: #888888;
    font-size:14px;
    padding:8px 12px;
    display: block;
    border: 1px solid #888;
    margin:0 2px
}
.newsPager a:hover,
.newsPager a.active {
    background: #888;
    color: #fff;
}

.news .newsContainer {
    max-width: 820px;
    margin-top:60px;
    margin-left:auto;
}
.detailTitle {
    font-size:34px;
    color:#4d4d4d
}
.news .location {
    margin-bottom:40px;
}
.detailSub {
    display: flex;
    border-bottom: 1px solid #adadad;
    justify-content: space-between;
    padding-bottom:5px;
    margin-top:30px;
    color: #adadad;
    line-height: 40px;
}
.shar {
    display: flex;
    justify-content: space-between;
    /*width: 140px;*/
    color: #adadad;
}
.detailContainer {
    margin-top:40px;
    line-height: 1.8;
    color: #848484;
    font-size:14px;
}
.detailContainer img {
    width: 100%;
    margin-bottom:10px;
}
.newsContainer .ipDetailBottom {
    display: flex;
    justify-content: center
}
.newsContainer .ipDetailBottom .more {
    margin: 0 30px;
}
.news.news-detail {
    padding-right: 10%;
}

/*about*/
.aboutPart1 {
    background: #f2f2f2;
    padding:6% 0;
}
.aboutPart1Img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.aboutImg1 {
    position: absolute;
    left: 0;
}
.aboutImg3 {
    position: absolute;
    right: 0;
}
.aboutImg {
    z-index: 1;
    display: flex;
    align-items: center;
    transform: scale(0.9);
    cursor: pointer;
    transition: all 0.5s;
}
.aboutImg img {
    width: 100%
}
.aboutImg1 {
    transform-origin: 0;
}
.aboutImg3 {
    transform-origin: 100%;
}
.aboutImg.active {
    z-index: 2;
}
.aboutImg .imgText {
    font-size:30px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    font-weight: 600;
    z-index: 2;
}
.aboutImg1 .imgText {
    left: 30px;
}
.aboutImg2 .imgText {
    left: 30px;
}
.aboutImg3 .imgText {
    right: 30px;
}
.aboutImg.active .imgText {
    display: none;
}
.aboutImg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}

/*active1时*/
.active1 .aboutImg1 {
    transform: scale(1);
    z-index: 3;
}
.active1 .aboutImg2 {
    transform: scale(0.9);
    z-index: 2;
    transform-origin: 100%;
}
.active1 .aboutImg2 .imgText {
    display: block;
    left: auto;
    right: 30px;
}
.active1 .aboutImg3 {
    transform: scale(0.8);
    z-index: 1;
}
.active1 .aboutImg1 .imgText{
    display: none;
}
.active1 .aboutImg1::after {
    display: none;
}
/*active3时*/
.active2 .aboutImg2 {
    transform: scale(1);
    z-index: 2;
}
.active2 .aboutImg2 .imgText {
    display: none;
}
.active2 .aboutImg2::after {
    display: none;
}
/*active3时*/
.active3 .aboutImg3 {
    transform: scale(1);
    z-index: 3;
}
.active3 .aboutImg2 {
    transform: scale(0.9);
    z-index: 2;
    transform-origin: 0;
}
.active3 .aboutImg2 .imgText {
    display: block;
    left: 30px;
}
.active3 .aboutImg3 .imgText {
   display: none;
}
.active3 .aboutImg1 {
    transform: scale(0.8);
    z-index: 1;
    transition: all 0.5s;
}
.active3 .aboutImg3::after {
    display: none;
}


.aboutPart2.section {
    padding:80px 20px;
    /*display: grid;*/
    /*grid-template-columns: 56% 32%;*/
    /*gap: 0 4%;*/
    display: flex;
    flex-wrap: wrap;
}
.aboutPart2.section .leftBox {
    width: 56%;
    margin-right: 4%;
}
.aboutPart2.section .rightBox {
    width: 32%;
}
.aboutPart2 .title {
    font-size:42px;
    font-weight: 600;
    margin-top:50px;
    color: #4d4d4d;
}
.aboutPart2 .line {
    width: 40px;
    height: 1px;
    background: #000;
    margin:30px 0
}
.aboutPart2 .summary {
    font-size:14px;
    line-height: 1.8;
}
.rightBox {
    text-align: right;
}
.aboutNews {
    background: #f2f2f2;
    padding-top: 50px;
}
.aboutNews .indexNews {
    margin-bottom: 0 !important;
}
.part8.aboutNews .part1.section .indexNewsList {
    margin-bottom: 100px;
}
.aboutLine {
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutLine .title {
    font-size:43px;
    font-weight: 600;
    color: #fff;
}
.aboutPart1Line {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.aboutPart1Line .item {
    width: 80px;
    height: 3px;
    background:#6B6B6B;
    margin:0 2px;
    cursor: pointer;
}
.aboutPart1Line .item.active {
    background: #b28235;
}
.aboutPart1Text {
    max-width: 940px;
    margin: 20px auto;
    text-align: center;
}
.aboutPart1Text .item {
    display: none;
}
.aboutPart1Text .item.active {
    display: block;
}
.aboutPart1Text .item .title {
    font-size:42px;
    color: #333;
    font-weight: 600;
}
.aboutPart1Text .item .summary {
    font-size:20px;
    color: #6B6B6B;
    margin-top:20px;
    line-height: 1.6;
}

/*case*/
.caseBox {
    padding:70px 0;
}
.case {
    /*display: grid;*/
    /*grid-template-columns: repeat(8,1fr);*/
    /*gap: 1px;*/
    margin-bottom:1px;
    display: flex;
    flex-wrap: wrap;
}
.case .caseItem {
    background: #F2F2F2;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: calc(100% / 8);
}
.case1 .caseItem:nth-child(even) {
    background: #EBEBEB;
}
.case2 .caseItem:nth-child(odd) {
    background: #EBEBEB;
}
.case .caseItem .time {
    color: #B68334;
    font-weight: 600;
    text-align: center;
    font-size:25px;
    padding:10px 20px;
}
.case .caseItem .caseTitle {
    font-size:14px;
    color: #4d4d4d;
    font-weight: 600;
    text-align: center;
}
.caseLine {
    width: 30px;
    height: 2px;
    background: #8b8b8b;
    margin:15px auto;
}
.case .caseItem  .caseSummary {
    font-size:12px;
    margin-bottom:20px;
    text-align: center;
    color: #636363;
}
.case .hoverShow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #606060;
    bottom: -100%;
    left: 0;
    transition: all 0.5s;
}
.case .caseItem:hover .hoverShow{
    bottom: 0;
    transition: all 0.5s;
}
.case .hoverShow .time {
    color: #fff;
    text-align: left;
}
.case .hoverShow .title {
    color: #fff;
    margin: 10px 20px;
    font-size:15px;
}
.case .hoverShow .line {
    width: 50px;
    height: 1px;
    background: #fff;
    margin-left:20px;
}
.case .hoverShow .summary {
    padding: 0 20px;
    color: #fff;
    font-size:12px;
}
.case .hoverShow .sub {
    padding: 0 20px;
    color: #fff;
    font-size:12px;
    margin-top:20px;
}
.caseImg img {
    width: 100%;
}
.aboutLine2 {
    height: 318px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.aboutLine2 .title {
    font-size:60px;
    font-weight: 600;
    color: #DCC480;
    text-align: center;
}
.aboutLine2 .title span {
    font-size:26px;
    position: relative;
}
.aboutLine2 .title span::before,.aboutLine2 .title span::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #DCC480;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
}
.aboutLine2 .title span::before {
    left: -80px;
}
.aboutLine2 .title span::after{
    right: -80px;
}
.part1.section.aboutPart5 {
    padding:40px 20px;
}
.history {
    overflow: hidden;
    height: 420px;
    display: flex;
    margin-bottom:100px;
}
.history .swiper-slide {
    overflow: hidden;
}
.history .swiper-slide-top {
    position: absolute;
    top: -141px;
}
.history .swiper-slide-bottom {

}
.history .swiper-slide-active::after {
    content: '';
    position: absolute;
    background: url('/Public/Home/images/historyIcon.png') no-repeat center;
    right: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
}

.smallImg {
    width: 420px;
    padding-right: 10px !important;
    border-right:2px solid #e77a79;
    margin-right: 30px !important;
    overflow: visible !important;
    position: relative;
}
.smallImg .swiper-slide,.smallImg .swiper-slide-top,.smallImg .swiper-slide-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px !important;
    overflow: visible;
}
.smallImg .swiper-slide-top, .smallImg .swiper-slide-bottom{
    width: 100%;
}

.smallImg .swiper-wrapper {

    overflow: visible !important;
}
.smallImg .smallImgText {
    color:#E56565 ;
    font-size: 15px;
}
.smallImg .swiper-slide-active .smallImgText{
    color:#CE1A19 ;
    font-size: 20px;
    font-weight: 600;
}
.smallImg .smallImgList {
    max-width: 336px;

}
.smallImg .smallImgList img {
    width: 100%;
    object-fit: cover;
}
.bigImg {
    width: calc(100% - 420px);
    /*height: 425px;*/
    position: relative;
}
.smallImg .swiper-slide:first-child {
    /*pointer-events: none;*/
}
.smallImg .swiper-slide:last-child {
    /*pointer-events: none;*/
}
.history .bigImg .swiper-slide img {
    transition: all 0.5s;
    width: 100%;
}
.history .bigImg .swiper-slide:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.smallImg .swiper-button-prev {
    position: absolute;
    top: 0;
    height: 140px;
    width: 100%;
    left: 0;
    margin-top: 0;
}
.smallImg .swiper-button-next {
    position: absolute;
    bottom: 0;
    height: 140px;
    width: 100%;
    right: 0;
    top: auto;
}
.smallImg .swiper-button-prev:after,
.smallImg .swiper-button-next:after {
    display: none;
}
/*院史馆*/
.archives {
    background: #f2f2f2;
    padding:100px 0;
}
.archives .section {
    /*display: grid;*/
    /*grid-template-columns: 41% 55.5%;*/
    /*gap: 0 5%;*/
    display: flex;
    flex-wrap: wrap;
}
.arLeft img {
    padding-left: 12%;
    width: 80%;
}
.arLeft {
    position: relative;
    overflow: hidden;
    width: 39%;
    margin-right: 5%;
}
.arRight {
    width: 52.5%;
}
.arLeftImg2 {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.arLeftImg {
    overflow: hidden;
}
.arText {
    color: #727272;
    line-height: 1.8;
    margin-top:20px;
}
.arLeftTitle {
    border-top: 2px solid #9d9d9d;
    padding:20px 10%;
    font-size:30px;
}
.arLeftMore {
    margin-left:11%;
}
.arLeftMore a {
    font-size:12px;
    color: #4D4D4D;
    display: inline-block;
    border: 1px solid #B68334;
    padding:10px 15px;
    border-radius: 20px;
    font-weight: 600;
}
.archivesPart .title {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    color:#4d4d4d
}
.archivesPart .summary {
    font-size: 20px;
    text-align: center;
    color:#4d4d4d;
    max-width: 800px;
    margin: 10px auto 30px;
}
.experience {
    padding:5% 0
}
.experienceBox {
    /*display: grid;*/
    /*grid-template-columns: minmax(0,670px) minmax(0,790px);*/
    /*gap: 0 20px;*/
    display: flex;
    flex-wrap: wrap;
}
.experienceBox .item {
    position: relative;
    overflow: hidden;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.experienceBox .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experienceBox .item:nth-child(2n) {
    margin-right: 0;
}
.experienceBox .item .title {
    position: absolute;
    bottom:0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size:16px;
    width: 100%;
    padding:20px
}
.experienceBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.archivesPart1.part2.section li:nth-child(4n) {
    margin-right:10px;
}


.research1 {
    max-width: 1280px;
    padding:5% 20px;
    /*display: grid;*/
    /*display: -moz-grid;*/
    /*display: -ms-grid;*/
    /*grid-template-columns:repeat(2,1fr);*/
    /*gap: 20px;*/
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.research1 .item {
    position: relative;
    cursor: pointer;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom:20px;
}
.research1 .item:nth-child(2n) {
    margin-right: 0;
}
.research1 .itemTex {
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 30px;
    width: 100%;
}
.research1 .title::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 7px;
    height: 7px;
    background: #fff;
    bottom:0;
    margin: auto;
}
.research1 .itemTex .title {
    font-size:18px;
    position: relative;
    padding-left:12px;
}
.research1 .itemTex .summary {
    padding-left:12px;
    display: none;
}
.research1 .item:hover .summary {
    display: -webkit-box;
}


.research2 {
    background: #f2f2f2;
    padding:5% 0;
}
.research2Img {
    position: relative;
    cursor: pointer;
}
.research2Img img {
    transition: all 0.5s;
}
.research2Img img:hover {
    transform: translateY(-100px);
    transition: all 0.5s;
}
.research2Img img:nth-child(n+2){
    position: absolute;
    top: 0;
}
.research2Img img:nth-child(1){
    position: relative;
    z-index: 12;
}
.research2Img img:nth-child(2){
    left: 8%;
    z-index: 11;
}
.research2Img img:nth-child(3){
    left: 15%;
    z-index: 10;
}
.research2Img img:nth-child(4){
    left: 22%;
    z-index: 9;
}
.research2Img img:nth-child(5){
    left: 29%;
    z-index: 8;
}
.research2Img img:nth-child(6){
    left: 36%;
    z-index: 7;
}
.research2Img img:nth-child(7){
    left: 43%;
    z-index: 6;
}
.research2Img img:nth-child(8){
    left: 50%;
    z-index: 5;
}
.research2Img img:nth-child(9){
    left: 57%;
    z-index: 4;
}
.research2Img img:nth-child(10){
    left: 64%;
    z-index: 3;
}
.research2Img img:nth-child(11){
    left: 71%;
    z-index: 2;
}
.research2Img img:nth-child(12){
    left: 78%;
    z-index: 1;
}
.research3 {
    padding:5% 0
}
.researchTitle {
    font-size:42px;
    text-align: center;
    margin-bottom:10px;
    color: #4d4d4d;
    font-weight: 600;
}
.researchSummary {
    max-width: 1000px;
    font-size:20px;
    text-align: center;
    color: #6B6B6B;
    margin: auto;
    line-height: 1.6;
}

.research3Box {
    /*display: grid;*/
    /*grid-template-columns: repeat(4,1fr);*/
    /*gap: 20px;*/
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.research3Box .item {
    position: relative;
    height: 0;
    padding-bottom:17%;
    overflow: hidden;
    flex-basis: calc((100% - 30px) / 4);
    margin-right:10px;
    margin-bottom:10px;
}
.research3Box .item:nth-child(4n) {
    margin-right:0;
}
.itemGif {
    height: 100%;
    position: absolute;
}
.research3Box .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(184,133,52,0.9);
    color: #fff;
    padding:10px;
    text-align: center;
    font-size:20px;
}
.research3Box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.research3Box .item .showGif {
    display: none;
}
.research3Box .item:hover .showImg {
    display: none;
}
.research3Box .item:hover .showGif {
    display: block;
    height: 100%;
}
.research4 {
    background: url('/Public/Home/images/z15.jpg') no-repeat center;
    background-size: cover;
}
.research4Box {
    /*display: grid;*/
    /*grid-template-columns: repeat(3,1fr);*/
    /*gap: 20px;*/
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.research4Box .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom:20px;
}
.research4Box .item:nth-child(3n) {
    margin-right: 0;
}
.research4Box .num {
    font-size:74px;
    font-style: italic;
    color: rgba(184,133,52,1);
    text-align: center;
}
.research4Box .title {
    font-size:42px;
    font-weight: 600;
    text-align: center;
    color: rgba(184,133,52,1);
}
.research4Box .summary {
    font-size:20px;
    color: #6B6B6B;
    margin-top:10px;
    text-align: center;
    width: 80%;
}
.midItem {
    width: 100%;
    height: 0;
    padding-bottom:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid transparent;
    border-radius: 50%;
    aspect-ratio: 1;
    flex-direction: column;
    font-size: 48px;
    font-weight: 600;
    color: #B88534;
    position: relative;
    background: url('/Public/Home/images/z51.png') no-repeat center;
}
.midItems {
    position: absolute;
    z-index: 1;
    width: 95%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    top: 0;
}

.research5 {
    /*display: grid;*/
    /*grid-template-columns: repeat(2,1fr);*/
    /*gap: 90px;*/
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.research5 .item:nth-child(1) {
    width: 44%;
}
.research5 .item:last-child {
    width: 50%;
    max-width: 716px;
}
.weilaiBox {
    background: #f4f4f4;
    padding: 30px 0;
}
.weilai.research5 .item:nth-child(1) {
    width: 40%;
}
.weilai.research5 .item:nth-child(2) {
    width: 60%;
    max-width: 100%;
}
.research5 .title {
    font-size:42px;
    color: #B88534;
    font-weight: 600;
}
.research5 .line {
    width: 50px;
    height: 2px;
    background: #000;
    margin:30px 0
}

.research5 .summary {
    font-size:18px;
    line-height: 1.6;
    color: #6B6B6B;
    margin-bottom:10%
}
.research5 .itemLists {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.research5 .itemLists2 {
    flex-wrap: wrap;
}
.itemListImg {
    height: 60px;
    line-height: 60px;
}
.itemList p {
    font-size:16px;
    color: #6b6b6b;
    font-weight: 600;
}
.itemList span {
    font-size:12px;
    color: #6b6b6b;
    margin:10px auto;
    display: block;
    max-width: 80%;
}
.research6 {
    grid-template-columns: 30% 65%;
    gap: 5%;
}
.research6 img {
    width: 100%;
}
.research6 .title {
    color:#4D4D4D;
    font-size: 42px;
}
.itemLists .itemList2 {
    width: calc(100% / 3);
    text-align: center;
    font-size:28px;
    color: #B88534;
    font-weight: 600;
    background: url('/Public/Home/images/z26.png') no-repeat center bottom;
    padding-bottom: 20px;
}

.research7 {
    text-align: center;
    margin:50px auto 100px;
    color: #4d4d4d;
}
.research7 .title {
    font-size:42px;
    font-weight: 600;
}
.research7 .summary {
    font-size:16px;
    margin:10px auto 40px;
    max-width: 1000px;
}
.research7Box {
    /*display: grid;*/
    /*grid-template-columns: repeat(2,1fr);*/
    /*gap:20px;*/
    display: flex;
    flex-wrap: wrap;
}
.research7Box .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
}
.research7Box .item:nth-child(2n) {
    margin-right: 0;
}
.research7Box img {
    width: 100%;
}
.research7 .more {
    text-align: center;
    margin-top:40px;
}
.research7 .more a {
    font-size:21px;
    padding:10px 15px;
    border-radius: 30px;
    border: 2px solid #B88534;
    display: inline-block;
    color: #4d4d4d;
    margin:0 auto;
    font-weight: 600;
}
.research7 .more a:hover {
    background: #B88534;
    color: #fff;
}
.research8 {
    background: #f4f4f4;
    padding:100px 0;
}
.research8Box {
    margin-bottom:80px;
}
.research8BoxImg {
    display: flex;
}
.research8BoxImg .item1 {
    margin-right:10px;
}
.research8BoxImg .item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.research8BoxImg img,.research8BoxImg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.research8BoxImg2 {
    /*display: grid;*/
    /*grid-template-columns: repeat(3,1fr);*/
    /*gap: 10px;*/
    display: flex;
    flex-wrap: wrap;
}
.research8BoxImg2 .item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
}
.research8BoxImg2 .item:nth-child(3n) {
    margin-right: 0;
}
.itemImg {
    display: none;
    position: relative;
}
.itemImg.active {
    display: block;
}
.itemImg.active::after {
    content:'';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.itemTabText {
    display: flex;
    background: #d8d8d8;
    margin-bottom: 2px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100px;
}
.itemTabText:last-child {
    margin-bottom: 0;
}

.itemTabText p {
    font-size:22px;
    color: #999999;
    font-weight: 600;
}
.itemTabText span {
    font-size:12px;
    color: #999999;
}
.itemTab .swiper-slide-thumb-active .itemTabText {
    background: #B88534;
    color: #fff;
}
.itemTab .swiper-slide-thumb-active p ,.itemTab .swiper-slide-thumb-active span{
    color: #fff;
}
.itemTabBox {
    display: flex;
    max-width: 716px;
    margin-left: 8%;
}
.itemTab {
    width: 110px;
}
.itemImg {
    height: 100%;
}
.itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemTabImg {
    width: calc(100% - 110px);
}
.itemTab .swiper-wrapper {
    /*flex-direction: column;*/
}
.itemTab .swiper-wrapper .swiper-slide {
    margin-bottom: 2px;
    height: 100px !important;
    cursor: pointer;
}
.itemTabImg .swiper-slide img {
    width: 100%;
}
.itemTab .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
}

/*design*/
.designBox {
    padding:5% 0;
}
.designImgTop {
    text-align: center;
    margin-bottom:30px;
}
.designImgTop p {
    font-size:20px;
    color: #6B6B6B;
    margin-top:30px;
}
.designImgTop img {
    max-width: 100%;
}
.design1 {
    /*display: grid;*/
    /*grid-template-columns: repeat(3,1fr);*/
    /*gap: 10px;*/
    display: flex;
    flex-wrap: wrap;
}
.design1 .item {
    flex-basis: calc((100% - 20px) / 3);
    margin-right:10px;
    margin-bottom: 10px;
}
.design1 .item:last-child {
    margin-right:0;
}
.design1 .design1ItemImg {
    position: relative;
}
.design1 .text {
    background: #f2f2f2;
    padding: 10px 20px;
}
.design1 .text .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design1 .text .title .titleLeft {
    font-size:20px;
    font-weight: 600;
    color: #3E3A39;
}
.design1 .text .title .titleSub {
    font-size:12px;
    color: #888888;
}
.design1 .text .summary {
    font-size:12px;
    color: #888888;
    margin-top:4px;
}
.design1 .more {
    font-size: 12px;
    margin-top: 5%;
    border: 1px solid #888888;
    border-radius: 20px;
    background: url(/Public/Home/images/more2.svg) no-repeat center right 5px;
    padding: 2px 24px 2px 5px;
    background-size: 24%;
    display: inline-block;
    color: #888888;
}
.design1 .more:hover {
    background: #B88534 url(../images/more.svg) no-repeat center right 5px;
    background-size: 24%;
    border-color: #B88534;
    color:#fff
}
.design1 .showBox {
    position: absolute;
    bottom:-100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
    flex-direction: column;
    color: #fff;
    transition: all 0.5s;
}
.design1 .showBox .bTitle{
    font-size:28px;
    font-weight: 600;
}
.design1 .showBox .sub{
    width: 20px;
    height: 2px;
    background: #fff;
    margin:20px auto
}
.design1 .showBox .title {
    font-size:18px;
}
.design1 .item:hover .showBox{
    bottom: 0;
    transition: all 0.5s;
}

.design2 {
    height: 238px;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size:20px;
    align-items: center;
}
.design2 p {
    margin-top:20px;
    padding:0 20px;
}

.design3 {
    /*display: grid;*/
    /*grid-template-columns: repeat(3,1fr);*/
    /*gap: 20px;*/
    margin:5% auto;
    display: flex;
    flex-wrap: wrap;
}
.design3 .item {
    flex-basis: calc((100% - 40px) / 3);
    margin-right:20px;
    margin-bottom:20px;
}
.design3 .item:last-child {
    margin-right:0;
}
.design3 .title {
    font-size: 20px;
    color: #3E3A39;
    font-weight: 600;
    margin-top:10px;
}
.design3 .sub {
    font-size: 20px;
    color: #595757;
    line-height: 1.2;
}
.design3 .sub span {
    display: block;
}

.dedignTitle {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom:30px;
    color: #4d4d4d;
}
.design4 ,.design4Text{
    /*display: grid;*/
    /*grid-template-columns: repeat(4,1fr);*/
    /*gap: 10px;*/
    display: flex;
    flex-wrap: wrap;
}
.design4 .item,.design4Text .item {
    flex-basis: calc((100% - 30px) / 4);
    margin-right:10px;
    margin-bottom:10px;
    overflow: hidden;
}
.design4 .item img {
    position: absolute;
    top: 0;
    left: 0;
}
.design4 .item img:nth-child(1) {
    position: inherit;
}
.design4 .item:nth-child(4n),.design4Text .item:nth-child(4n) {
    margin-right:0;
}
.design4Text {
    font-size:20px;
    color: #595757;
    margin-top: 20px;
    line-height: 1.6;
    margin-bottom:5%;
}
.design4 img {
    width: 100%;
}
.design7Swiper img {
    width: 100%;
}
.design5 {
    height: 467px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size:20px;
}
.design5Num {
    font-size:54px;
    color: #DEC681;
    font-weight: 600;
    position: relative;
    margin-top:3%;
}
.design5Num::after {
    content: '+';
    position: absolute;
    top: -15px;
    right: -30px;
    font-size:36px;
}
.design5Line {
    width: 60px;
    height: 3px;
    background:#fff;
    margin: 10px auto;
}
.design5 p {
    max-width: 900px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 1.4;
    padding:0 20px;
}

.design6 {
    /*display: grid;*/
    /*grid-template-columns: repeat(4,1fr);*/
    /*gap: 10px;*/
    margin:5% auto 0;
    display: flex;
    flex-wrap: wrap;
}
.design6 .item {
    flex-basis: calc((100% - 30px) / 4);
    margin-right:10px;
    margin-bottom:10px;
}
.design6 .item:nth-child(4n) {
    margin-right:0;
}
.design6 .text {
    padding:10px;
}
.design6 .title {
    font-size:16px;
    color: #3E3A39;
}
.design6 .summary {
    font-size:12px;
    color: #888888;
    margin-top:5px;
}
.designMore {
    text-align: center;
}
.designMore a {
    display: inline-block;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    border-radius: 30px;
    padding:5px 15px;
    margin-top:30px;
}
.designMore a:hover {
    background: #B08349;
    border-color:#B08349;
    color: #fff;
}
.design7Top {
    text-align: center;
    padding-top: 5%;
}
.design7TopImg {
    position: relative;
}
.design7Top .design7TopImg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f4f4f4;
    top:0;
    bottom: 0;
    margin:auto;
    left: 0;
    z-index: 0;
}
.design7Top span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    display: inline-block;
}
.design7Top p {
    font-size:20px;
    margin-top:20px;
    color: #6B6B6B;
}
.design7Bottom {
    /*display: grid;*/
    /*grid-template-columns: repeat(3,1fr);*/
    /*gap: 10px;*/
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.design7Bottom .item {
    flex-basis: calc((100% - 20px) / 3);
    margin-right: 10px;
}
.design7Bottom .item1 {
    /*grid-column: 1/4;*/
    margin-bottom: 10px;
    flex-basis: 100%;
    margin-right:0;
    width: 100%;
}
.design7Bottom .item:last-child {
    margin-right:0
}
.design7Bottom .item1 a {
    display: flex;
}
.design7Bottom .item1 .text {
    background:#f2f2f2;
    padding:40px 30px;
    width: calc((100% - 20px) / 3);
    position: relative;
}
.design7Bottom .item1Img {
    width: calc((100% - 20px) / 3 * 2 + 10px);
    margin-right:10px;
    overflow: hidden;
}
.design7Bottom .item1 .text .title {
    font-size: 26px;
    color: #3E3A39;
    font-weight: 600;
}
.design7Bottom .item1 .text .line {
    width: 30px;
    height: 2px;
    background:#818181;
    margin:30px 0
}
.design7Bottom .item1 .text .summary {
    font-size: 14px;
    color: #3E3A39;
    line-height: 1.8;
}
.design7Bottom .item1 .text .more {
    position: absolute;
    bottom:30px;
    font-size: 12px;
    border: 1px solid #888888;
    border-radius: 20px;
    background: url(/Public/Home/images/more2.svg) no-repeat center right 5px;
    padding: 2px 24px 2px 5px;
    background-size: 24%;
    display: inline-block;
    color: #888888;
}
.design7Bottom .item1 .text .more:hover {
    background: #B08349 url(../images/more.svg) no-repeat center right 5px;
    background-size: 24%;
    color: #fff;
    border-color: #B08349;
}
.design7Bottom .text {
    padding: 10px;
}
.design7Bottom .text .title {
    font-size: 16px;
    color: #3E3A39;
}
.design7Bottom .text .sub {
    color:#888;
}
.design7Swiper {
    width: 100%;
    overflow: hidden;
}
.design8 {
    height: 342px;
}
.design8 p {
    max-width: 800px;
    line-height: 1.6;
}


.design9 {
    margin: 6% auto;
}
.tabTop {
    display: flex;
    justify-content: center;
}
.tabTop img {
    display: none;
}
.tabTop .item {
    width: 255px;
    overflow: hidden;
    height: 510px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-position:center ;
}
.tabTop .item.active {
    width: 970px;
    transition: all 0.5s;
    display: block;
    padding-left: 50px;
    padding-top:5%
}

.tabTop .item1::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#e3b441;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.tabTop .item2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#EF7897;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.tabTop .item3::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#4C93E0;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.tabTop .item .itemShow {
    display: none;
}
.tabTop .item.active .itemShow {
    display: block;
}
.tabTop .item.active::after {
    width: 0;
    transition: all 0.5s;
}
.itemNum {
    font-size:84px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}
.tabTop .itemShow .itemLine{
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 20px 0;
}
.tabTop .itemShow .itemTitle {
    font-size:36px;
    font-weight: 600;
    color:#fff
}
.tabTop .itemShow .itemSub {
    font-size:30px;
    color:#fff
}
.tabTop .itemShow .more {
    filter: brightness(100);
    font-size: 12px;
    margin-top: 5%;
    border: 1px solid #888888;
    border-radius: 20px;
    background: url(/Public/Home/images/more2.svg) no-repeat center right 5px;
    padding: 2px 24px 2px 5px;
    background-size: 24%;
    display: inline-block;
    color: #888888;
}

.tabBottom {
    display: flex;
    position: relative;
    justify-content: center;
}
.tabBottom .item {
    width: 255px;
    transition: all 0.5s;
}
.tabBottom .item.active {
    width: 970px;
}
.tabBottom .item .itemShow {
    display: none;
    width: 80%;
    margin: auto;
    font-size:14px;
    color: #595757;
    text-align: center;
    line-height: 1.8;
    transition: all 0.5s;
}
.tabBottom .item.active .itemShow {
    display: block;
}
.tabBottom .itemList {
    width: 30px;
    height: 30px;
    background:rgba(142,142,142,0.5);
    border-radius: 50%;
    margin: 36px auto;
    position: relative;
    z-index: 1;
}
.tabBottom .itemList::after {
    content: '';
    background: #8e8e8e;
    width: 20px;
    height: 20px;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.tabBottom .item:nth-child(1).active .itemList {
    transform: scale(1.2);
    transition: all 0.5s;
    background:rgba(227,180,65,0.5);
}
.tabBottom .item:nth-child(1).active .itemList::after {
    background:#e3b441;
    transition: all 0.5s;
}
.tabBottom .item:nth-child(2).active .itemList {
    transform: scale(1.2);
    transition: all 0.5s;
    background:rgba(239,120,151,0.5);
}
.tabBottom .item:nth-child(2).active .itemList::after {
    background:#EF7897;
    transition: all 0.5s;
}
.tabBottom .item:nth-child(3).active .itemList {
    transform: scale(1.2);
    transition: all 0.5s;
    background:rgba(76,147,224,0.5);
}
.tabBottom .item:nth-child(3).active .itemList::after {
    background:#4C93E0;
    transition: all 0.5s;
}



.itemMore a {
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #e3b441;
    display: inline-block;
    padding:5px 15px;
    margin-top:30px;
    color: #595757;
}

.tabBottom::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50px;
    background: #f8f8f8;
    z-index: 0;
}


/*媒体查问*/
@media screen and (max-width: 1600px) {


}

@media screen and (max-width: 1440px) {
    .conAdd span, .conPhone span {
        font-size: 16px;
    }

    .conPhone p a {
        font-size: 24px;
    }

    .contactTitle {
        font-size: 32px
    }
    .newsBottom {
        /*gap: 25px 50px;*/
    }

    .tabTop .item {
        width: 200px;
    }
    .tabTop .item.active {
        width: 920px;
    }

    .aboutPart1 {
        zoom: 0.8;
    }


}
@media screen and (max-width: 1366px) {
    .comeTab li ,.tabText .title{
        font-size:24px;
    }
    .tabText .summary {
        font-size:16px;
    }

    .news.section {
        padding-right: 20px;
    }

}

@media screen and (max-width: 1280px) {
    #mapContainer {
        height: 500px;
    }
    .contactLeft {
        width: 100%;
        margin-bottom:30px;
    }
    .conPhone {
        margin-left: 10%;

        padding-left: 10%;
    }
    .conAdd {
        padding-left: 0;
        margin-left: 0;
        margin-top:30px;
    }
    .conAdd::after {
        display: none;
    }
    .conWechat2 {
        margin-left: 50px;
        width: 240px;
    }
    .tabBox {
        flex-direction: column;
    }
    .tabContent,.comeTab {
        width: 100%;
    }
    .comeTab {
        margin-bottom:20px;
    }
    .comeTab ul {
        display: flex;
        flex-wrap: wrap;
    }
    .comeTab li{
        font-size:20px;
        margin-right:20px;
    }
    .govSub {
        font-size: 24px;
    }
    .govTitle {
        font-size: 28px;
    }
    .gov ul {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 30px 10px;
    }
    .newsBottom {
        grid-template-columns: repeat(1, 1fr);
    }
    .newsBottom a {
        grid-template-columns: 300px 1fr;
    }
    .newsTitle {
        margin-bottom:20px;
    }
    .newsMenu a {
        font-size:18px;
        padding-left:15px;
        margin-left:15px;
    }
    .newsContainer {
        max-width: 100%;
    }
    .arLeftTitle {
        font-size:24px;
    }
    .part1.section .title,.part3Title,.partLine .title,.partLine2 .title,.archivesPart .title {
        font-size:36px;
    }

    .researchTitle {
        font-size:32px;
    }
    .researchSummary {
        font-size:16px;
    }
    .midItem,.research4Box .title,.research5 .title,.research7 .title {
        font-size:32px;
    }
    .itemLists .itemList2 {
        font-size:20px;
    }
    .aboutPart1 {
        zoom: 0.7;
    }


    .case .caseItem {
        width: calc(100% / 4);
    }

    .newsBottom .newsItem {
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
    }



}

@media screen and (max-width: 1100px) {
    .topBox {
        flex-direction: column;
    }
    .topSummary {
        max-width: 100%;
        margin-top:20px
    }
    .topSub {
        margin-top:10%
    }
    .arLeftTitle {
        font-size:20px;
    }

    .itemNum {
        font-size:64px;
    }
    .tabTop .itemShow .itemTitle {
        font-size:24px;
    }
    .tabTop .itemShow .itemSub {
        font-size:20px;
    }
    .aboutPart1 {
        zoom: 0.5;
    }
    .newsNemuTop {
        flex-direction: column;
        align-items: flex-start;
    }
    .newsBottom .newsItem {
        width: 100%;
        margin-right: 0;
    }
    .newsMenuTop {
        flex-direction: column;
        align-items: flex-start;
    }
    .news .newsContainer {
        max-width: 100%;
        margin-top: 30px;
    }

}

@media screen and (max-width: 900px) {
    .newsMenuTop {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .contactTitle {
        font-size:18px
    }
    .contactContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #mapContainer {
        height: 300px;
    }
    .conPhone::after, .conAdd::after {
        display: none;
    }
    .conPhone {
        padding:0;
        margin:20px 0 0 0;
        text-align: center;
    }
    .conPhone p a {
        font-size:20px;
    }
    .conAdd {
        margin-bottom:20px;
        text-align: center;
        line-height: 1.8;
    }
    .contactForm .inputBox ,.contactForm textarea{
        width: 100%;
        margin-right:0;
        margin-bottom:0
    }
    .inputBox label {
        margin-bottom:10px;
    }
    .contactForm textarea {
        height: 100px;
    }
    .contactForm .buttonBox {
        margin-top:40px;
    }
    .buttonBox a {
        font-size: 14px;
    }
    .conWechat2 {
        margin-left:0
    }
    .conAdd span, .conPhone span {
        font-size:14px;
    }
    .tabContent li.active {
        flex-direction: column-reverse;
    }
    .tabContent li .tabImg {
        width: 100%;
    }
    .tabContent li .tabText {
        width: 100%;
    }
    .comeContainer .comeTitle {
        font-size:20px;
    }
    .comeContainer .summary {
        font-size:14px;
    }
    .comeTab li, .tabText .title {
        font-size:14px;
    }
    .joins {
        flex-direction: column;
    }
    .joinsList,.joinContainer {
        width: 100%;
    }
    .joinsList {
        margin-bottom:20px;
    }
    .summaryCon {
        flex-direction: column;
    }
    .duty, .condition {
        width: 100%;
        margin-bottom: 10px;
    }
    .joinSub {
        flex-direction: column;
    }
    .joinTime {
        margin-top:10px;
    }
    .joinContainer li .title {
        font-size:16px;
    }
    .joinsList, .joinContainer {
        padding:20px;
    }
    .joinScreen ul {
        display: none;
    }
    .comeTab li {
        margin-right: 0;
        width: 50%;
        padding: 10px;
    }
    .joinTitle,.listTitle .screen {
        font-size:16px;
    }
    .joinSend {
        font-size: 14px;
    }
    .govSub {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .govTitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .gov ul {
        grid-template-columns: repeat(1,1fr);
        gap: 30px 0;
    }

    .cultureTitle {
        font-size:20px;
        margin-top:30px;
    }
    .cultureSummary {
        font-size:16px;
    }

    .itemBox {
        /*grid-template-columns:repeat(1,minmax(0,1fr));*/
        /*gap:20px 0*/
    }
    .ipDetailBottom .item1 {
        grid-column: 1;
        margin-bottom:10px
    }
    .ipDetailBottom .itemBox .item {
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }

    .newsBottom a {
        grid-template-columns: 1fr;
    }

    .newsMenu {
        width: 100%;
        overflow: auto;
    }
    .news .newsMenu {

    }
    .news .menuBox {
        width: max-content;
        display: block;
    }
    .newsMenu::-webkit-scrollbar {
        display: none;
    }
    .newsTitle {
        font-size:24px;
    }
    .newsBottom {
        margin-top:20px;
    }
    .detailTitle {
        font-size:24px;
    }
    .ipDetailBottom .more a {
        font-size:14px;
    }
    .newsContainer .ipDetailBottom .more {
        margin:0 10px
    }
    .archives {
        padding:50px 0
    }
    .archives .section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .part1.section .title, .part3Title, .partLine .title, .partLine2 .title, .archivesPart .title {
        font-size:20px;
    }
    .experienceBox .item {
        width: 100%;
        margin-bottom:20px;
        margin-right: 0;
    }
    .archivesPart .summary {
        font-size:14px;
    }

    .research1,.research3Box,.research4Box,.research5 {
        grid-template-columns: 1fr;
    }
    .research5 .itemLists {
        flex-wrap: wrap;
    }
    .itemTabBox {
        flex-direction: column;
    }
    .itemTab {
        width: 100%;
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    .itemTabText {
        text-align: center;
    }
    .itemTabImg {
        width: 100%;
    }
    .itemTabText p {
        font-size:16px;
    }
    .itemTab .swiper-wrapper {
        transform: translate3d(0px, 0, 0) !important;
    }
    .research8BoxImg {
        flex-direction: column;
    }
    .research8BoxImg .item1 {
        margin-right:0;
        margin-bottom:10px;
    }
    .research8BoxImg2,.research7Box {
        grid-template-columns: 1fr;
    }

    .midItem, .research4Box .title, .research5 .title, .research7 .title,.researchTitle {
        font-size:18px;
    }

    .itemList {
        width: 50%;
        margin-bottom: 20px;
    }
    .tabBottom {
        display: none;
    }
    .tabTop {
        flex-direction: column;
    }
    .tabTop .item {
        background:none !important;
        width: 100% !important;
        padding:0 !important;
        height: auto;
        margin-bottom: 30px;
    }
    .tabTop img {
        width: 100%;

    }
    .tabTop .item::after {
        display: none;
    }
    .tabTop .item .itemShow {
        display: block;
    }
    .tabTop .item1 {
        background: #e3b441 !important;
    }
    .tabTop .item2 {
        background: #EF7897 !important;
    }
    .tabTop .item3 {
        background: #4C93E0 !important;
    }
    .itemNum {
        font-size:24px;
        padding:20px 20px 0
    }
    .tabTop .item .itemShow {
        padding:0 20px 20px
    }
    .tabTop .itemShow .itemTitle {
        font-size: 18px;
    }
    .tabTop .itemShow .itemSub {
        font-size:14px;
    }


    .designImgTop img {
        width: 70%;
    }
    .designImgTop p {
        margin-top: 10px;
        font-size:14px;
    }

    .design1,.design3 ,.design4, .design4Text ,.design6,.design7Bottom{
        grid-template-columns: 1fr;
    }
    .design2 img,.design5 img {
        width: 40%;
    }
    .design2 p {
        font-size:14px;
    }
    .design3 .title,.design3 .sub {
        font-size:16px;
    }
    .dedignTitle {
        font-size:20px;
    }

    .design5Num {
        font-size:24px;
    }
    .design5 p {
        font-size: 14px;
        line-height: 1.8;
    }

    .design7TopImg img {
        width: 50%;
    }
    .design7Top p {
        font-size:14px;
    }
    .design7Bottom .item1 {
        grid-column: 1;
    }
    .design7Bottom .item1 a {
        flex-direction: column;
    }
    .design7Bottom .item1Img {
        width: 100%;
    }
    .design7Bottom .item1 .text {
        width: 100%;
        height: auto;
    }
    .design7Bottom .item1 .text .title {
        font-size: 18px;
    }
    .design7Bottom .item1 .text .more {
        margin-top: 30px;
    }

    .tabTop img {
        display: block;
    }
    .aboutPart1 {
        zoom: 1;
    }
    .aboutPart1Text .item .title {
        font-size:24px;
    }
    .aboutPart1Text .item .summary {
        font-size:14px;
        text-align: justify;
    }
    .case {
        grid-template-columns: repeat(2,1fr);
    }
    .aboutPart2.section {
        grid-template-columns: 1fr;
    }
    .rightBox {
        display: none;
    }
    .aboutPart2 .title {
        font-size:24px;
    }
    .aboutLine .title,.aboutLine2 .title {
        font-size:20px;
    }


    .history {
        flex-direction: column-reverse;
        height: auto;
        margin-bottom: 30px;
    }
    .bigImg {
        width: 100%;
    }
    .bigImg img {
        width: 100%;
        object-fit: cover;
    }


    .research3Box .item {
        flex-basis: 100%;
        padding-bottom: 67%;
        margin-right:0;
    }
    .research5 .item {
        width: 100% !important;

    }
    .research5 .item.imgBox {
        margin-left:0;
    }
    .research5 {
        flex-wrap: wrap;
    }

    .itemTabBox {
        margin-left:0;
    }

    .design1 .item, .design3 .item, .design4 .item, .design4Text .item, .design6 .item, .design7Bottom .item {
        flex-basis: 100%;
        margin-right: 0;
    }

    .design7Bottom .item1 .text .summary {
        margin-bottom:50px;
    }


    .gov ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .aboutPart2.section .leftBox {
        width: 100%;
        margin-right: 0;
    }
    .case .caseItem {
        width: calc(100% / 2);
    }
    .research1 .item ,.research4Box .item,.research7Box .item,.research8BoxImg2 .item{
        width: 100%;
        margin-right: 0;
    }

    .arLeft,.arRight {
        width: 100%;
    }

    .research2Img img {
        width: 23%;
    }

    .experience,.design7Top ,.designBox{
        padding-top: 50px;
    }


    .smallImg {
        margin-top: 10px;
        width: 100%;
        border: none;
    }
    .smallImg.swiper-slide-active.swiper-slide-thumb-active {
        border: 2px solid #DCC480;
    }
    .news.section {
        margin-top: 50px;
    }
    .newsBottom .newsImg, .newsBottom .newsText {
        width: 100%;
    }
    .newsBottom .newsImg {
        padding-bottom:50%;
        margin-right: 0;
    }

    .history .swiper-slide-top,.history .swiper-slide-bottom{
        display: none;
    }

    .smallImg .swiper-slide {
        flex-direction: column;
        height: auto !important;
    }
    .smallImgText {
        margin-top: 10px;
    }
    .smallImg .swiper-slide-active .smallImgText {
        font-size:16px;
    }
    .aboutLine {
        height: 100px;
    }
    .case .caseItem .time {
        font-size:20px;
    }
    .aboutLine2 {
        height: 150px;
    }
    .aboutLine2 .title span {
        font-size:16px;
        top: 10px;
    }
    .design1 .text .title .titleLeft {
        font-size: 16px;
        min-width: 150px;
        margin-right: 20px;
    }
    .design1 .text .title {
        align-items: flex-start;
    }
    .design2 {
        height: 180px;
    }
    .design5 {
        height: 300px;
    }
    .aboutNews .part1.section > .title {
        font-size:24px;
    }
    .part8 .part1 .newsTitle {
        text-align: left;
        margin-bottom: 0 !important;
    }
    .part8 .part1 .newsLine {
        margin-left: 0;
        margin-top: 10px;
    }
    .part8 .part1 .newsText {
        padding: 15px 0;
    }
    .part8.aboutNews .part1.section .indexNewsList {
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
    }
    .research3Box .item .text {
        font-size: 14px;
    }
    .research4Box .summary {
        font-size:16px;
    }
    .midItem {
        width: 50%;
        padding-bottom: 50%;
        background-size: cover;
    }
    .research4Box .num {
        font-size: 56px;
    }
    .research5 .line {
        margin: 15px 0;
    }
    .research5 .summary {
        font-size: 14px;
    }
    .itemList p {
        font-size: 14px;
    }
    .itemLists .itemList2 {
        font-size: 14px;
    }
    .research7 .more a {
        font-size: 14px;
    }
    .research8 {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .research7 .title {
        font-size: 20px !important;
    }
    .research8Box {
        margin-bottom: 50px;
    }
    .research2,.research3 {
        padding: 30px 0;
    }
    .research1 .itemTex .title {
        font-size: 14px;
    }
    .research1 .itemTex {
        height: auto;
        padding: 10px 20px;
    }
    .research1 .itemTex .summary {
        font-size: 12px;
    }
    .design3 .sub span {
        font-size: 14px;
        margin-top: 2px;
    }
    .design4Text {
        font-size: 16px;
    }
    .design8 {
        height: 250px;
    }

    .sendItem a {
        font-size: 20px;
    }
    .SendBox {
        width: 90%;
        height: 420px;
    }

    .ipDetailText {
        padding-top: 20px;
    }

    #archives2 {
        margin-top: 40px;
        padding:0 20px;
    }

    #archives4 {
        margin-bottom: 40px;
        padding:0 20px;
    }
    #archives2 .part2Container ,#archives4 .part2Container {
        padding:0
    }
    .aboutPart1Line .item {
        width: calc(100% / 3);
    }

    .design1 .text .summary {
        max-width: 150px;
    }


}



<!--耗时1780481343.0065秒-->