/* 子导航 */
.nav-menu{position: sticky;position: -webkit-sticky;width: 100%;height: 30px;line-height: 30px;background-color: #009241;padding: 15px 0 18px;text-align: center;font-size: 0;color: #c7c7c7;top: 0;z-index: 999;}
.nav-menu .nav-menu-item{display: inline-block;font-size: 18px;font-weight: lighter;}
.nav-menu-item a{color: #c7c7c7;}
.nav-menu-item.active a{color: #fff;font-weight: bold;}
.nav-menu-item span{margin: 0 13px;}
.nav-menu-item:last-child span{display: none;}

/* 深圳市国际投资促进中心简介 */
.about-us{width: 1280px;margin: 0 auto;padding-top: 90px;}
.about-us .about-us-content{margin-top: 70px;}
.about-us-content .about-us-img{margin-bottom: 18px;}
.about-us-img a{display: block;}
.about-us-img img{max-width: 100%;}
.about-us-text a{display: block;color: #2a2a2a;}
.about-us-text p{font-size: 18px;font-weight: lighter;line-height: 30px;color: #2a2a2a;text-indent: 2em;}

/* 投资服务 */
.investment-services{width: 100%;max-width: 1736px;margin: 0 auto;padding-top: 90px;}
.investment-services .investment-services-content{width: 100%;margin-top: 58px;overflow: hidden;}
.investment-services-content .investment-services-item{position: relative;float: left;width: calc((100% - 156px) / 5);height: 410px;padding: 45px 0 38px;margin-right: 39px;border: 1px solid #e5e5e5;border-radius: 8px;background-color: #f5f5f5;color: #2b2b2b;text-align: center;box-sizing: border-box;transition: .5s;}
.investment-services-content .investment-services-item:last-child{margin-right: 0;}
.investment-services-item a{display: block;color: #2b2b2b;}
.investment-services-item h3{font-size: 24px;font-weight: 400;}
.investment-services-item div{width: max-content;margin: 45px auto 60px;position: relative;}
@keyframes rotate01 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.investment-services-item div .circular{position: absolute;border: 2px solid #fff;border-radius: 50%;width: 108px;height: 108px;left: -10px;top: -10px;clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);transition: all .5s ease;animation: rotate01 2s infinite linear;animation-play-state: paused;opacity: 0;box-sizing: border-box;}
.investment-services-item div .circular::after{content: '';position: absolute;width: 8px;height: 8px;border-radius: 50%;background: #fff;left: 12px;bottom: 9px;}
.investment-services-item div img{box-shadow: 0 0 50px rgba(0,146,65,0.4);border-radius: 50%;}
.investment-services-item p:nth-of-type(1){font-size: 18px;font-weight: lighter;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.investment-services-item p:nth-of-type(2){position: absolute;width: 100%;left: 0;bottom: 38px;font-size: 16px;font-weight: lighter;}
.investment-services-content .investment-services-item:hover{background-color: #009241;color: #fff;}
.investment-services-item:hover div .circular{animation-play-state: running;clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);opacity: 1;}
.investment-services-item:hover a{color: #fff;}

/* 中心动态 */
.center-dynamics{width: 100%;max-width: 1736px;margin: 0 auto;padding-top: 90px;padding-bottom: 32px;}
.center-dynamics .center-dynamics-content{width: 100%;margin-top: 34px;display: flex;flex-wrap: wrap;}
.center-dynamics-content .center-dynamics-item{width: calc((100% - 108px) / 3);margin-right: 54px;margin-bottom: 72px;}
.center-dynamics-content .center-dynamics-item:nth-child(3n){margin-right: 0;}
.center-dynamics-item .center-dynamics-img{display: block;background-color: #e5e5e5;position: relative;overflow: hidden;}
.center-dynamics-img::before{content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(255,255,255,0.1);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);transition: transform .6s;}
.center-dynamics-img img{max-width: 100%;mix-blend-mode: luminosity;transition: .5s;}
.center-dynamics-item .center-dynamics-info{width: 100%;border: 1px solid #e5e5e5;background-color: #f5f5f5;border-radius: 0 0 8px 8px;display: flex;align-items: center;padding: 15px 18px 17px;box-sizing: border-box;}
.center-dynamics-info .center-dynamics-date{position: relative;width: 83px;color: #8d8d8d;text-align: center;margin-right: 22px;}
.center-dynamics-date img{display: inline-block;position: relative;z-index: 5;}
.center-dynamics-date img:nth-child(2){display: none;}
.center-dynamics-date h3{position: absolute;font-family: "FZBangSKJW";font-size: 40px;font-weight: normal;width: 100%;left: 0;top: 15px;z-index: 10;}
.center-dynamics-date p{position: absolute;font-size: 18px;font-weight: lighter;width: 100%;left: 0;bottom: 8px;z-index: 10;}
.center-dynamics-date .shadow{position: absolute;left: 50%;transform: translateX(-50%);top: 94%;z-index: 2;}
.center-dynamics-info .center-dynamics-text{flex: 1;}
.center-dynamics-text a{color: #8d8d8d;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.center-dynamics-text a:nth-child(1){font-size: 18px;font-weight: bold;-webkit-line-clamp: 1;margin-bottom: 5px;}
.center-dynamics-text a:nth-child(2){font-size: 16px;font-weight: lighter;line-height: 30px;-webkit-line-clamp: 3;height: 90px;}
.center-dynamics-item:hover .center-dynamics-img::before{transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);}
.center-dynamics-item:hover .center-dynamics-img img{mix-blend-mode: normal;}
.center-dynamics-item:hover .center-dynamics-date{color: #009241;}
.center-dynamics-item:hover .center-dynamics-date img:nth-child(1){display: none;}
.center-dynamics-item:hover .center-dynamics-date img:nth-child(2){display: inline-block;}
.center-dynamics-item:hover .center-dynamics-info{border-color: #009241;}
.center-dynamics-item:hover .center-dynamics-text a:nth-child(1){color: #000;}
.center-dynamics-item:hover .center-dynamics-text a:nth-child(2){color: #2b2b2b;}
.center-dynamics .more{display: block;text-align: right;font-size: 16px;font-weight: lighter;color: #000;margin-top: 16px;padding-right: 16px;}

/* 他们选择我们 */
.they-chose-us{width: 100%;max-width: 1736px;margin: 0 auto;padding-top: 90px;}
.they-chose-us .they-chose-us-content{width: 100%;margin-top: 70px;overflow: hidden;}
@keyframes translateX01 {
  0% {transform: translateX(-50%);}
  100% {transform: translateX(0);}
}
.they-chose-us-content .they-chose-us-img{width: 200%;display: flex;justify-content: space-between;margin-bottom: 68px;animation: translateX01 36s linear infinite;}
.they-chose-us-content .they-chose-us-img:last-child{margin-bottom: 0;}
.they-chose-us-content .they-chose-us-img:nth-child(3n-1){animation-duration: 20s;}
.they-chose-us-img .they-chose-us-list{width: 50%;display: flex;align-items: center;}
.they-chose-us-list div{width: calc(100% / 6);text-align: center;}
.they-chose-us-img:nth-child(2) .they-chose-us-list div,.they-chose-us-img:nth-child(9) .they-chose-us-list div{width: calc(100% / 5);}
.they-chose-us-img:nth-child(3) .they-chose-us-list div,.they-chose-us-img:nth-child(5) .they-chose-us-list div,.they-chose-us-img:nth-child(8) .they-chose-us-list div{width: calc(100% / 7);}
.they-chose-us-list div img{max-width: max-content;width: 50%;}

/* 中心介绍-中心简介 */

/* 中心介绍-logo释义 */
/* logo释义 */
.interpretation-of-logo{width: 100%;max-width: 1280px;margin: 0 auto;padding-top: 90px;}
.interpretation-of-logo .interpretation-content{width: 100%;display: flex;align-items: center;margin-top: 21px;}
.interpretation-content div:nth-child(1){padding: 0 120px;}
.interpretation-content div p{font-size: 18px;font-weight: lighter;line-height: 30px;color: #2a2a2a;display: flex;}
.interpretation-content div p span:nth-child(1){width: 100px;font-weight: bold;}
.interpretation-content div p span:nth-child(2){flex: 1;}

/* 中心介绍-中心荣誉 */
/* 中心荣誉 */
.center-honor{width: 100%;max-width: 1280px;margin: 0 auto;padding-top: 90px;}
.center-honor .center-honor-content{margin-top: 50px;}
.center-honor-content .center-honor-list{display: flex;align-items: flex-end;}
.center-honor-list .center-honor-item{width: calc((100% - 164px) / 3);margin-right: 82px;text-align: center;}
.center-honor-list .center-honor-item:last-child{margin-right: 0;}
.center-honor-item img{max-width: 100%;}
.center-honor-list:first-child .center-honor-item:first-child img{position: relative;bottom: -8px;z-index: 5;}
.center-honor-content .center-honor-bgc{position: relative;z-index: 10;}
.center-honor-content .center-honor-bgc img{position: relative;left: 50%;transform: translateX(-50%);}

/* 中心介绍-我们的客户 */

/* 中心介绍-新闻中心-列表页 */
/* 中心动态 */
.center-dynamics + .footer{margin-top: 0;}

/* 中心介绍-新闻中心-详情页 */
/* 中心动态详情 */
.center-dynamics-detail{width: 100%;max-width: 1280px;margin: 0 auto;padding-top: 75px;}
.center-dynamics-detail .position{font-size: 18px;font-weight: lighter;color: #000;}
.position a{color: #000;}
.center-dynamics-detail .dynamics-detail-content{width: 100%;max-width: 900px;margin: 90px auto 0;font-size: 18px;font-weight: lighter;line-height: 30px;color: #000;}
.dynamics-detail-content h2{text-align: center;font-size: 36px;line-height: 48px;font-weight: normal;}
.dynamics-detail-content .dynamics-time{text-align: center;margin: 30px 0;}
.dynamics-detail-content .text-indent{text-indent: 2em;}
.dynamics-detail-content .img{margin-top: 6px;text-align: center;}
.dynamics-detail-content .img img{max-width: 100%;}
.dynamics-detail-content .share{margin: 65px 0 70px;text-align: right;font-size: inherit;line-height: inherit !important;}
.share img{margin-left: 20px;vertical-align: text-bottom;}
.share .reading-num{margin: 0 36px 0 30px;}
.dynamics-detail-content a{display: block;font-weight: normal;color: #000;}

/* 中心介绍-投资促进报列表页 */
.investment-promotion-notice{max-width: 900px;width: 100%;padding-top: 90px;margin: 0 auto;}
.investment-promotion-notice p{font-size: 18px;line-height: 36px;font-weight: lighter;color: #000;}

.investment-promotion-news{width: 100%;background-color: #eee;padding-top: 75px;padding-bottom: 30px;}
.investment-promotion-news + .footer{margin-top: 0;}
.investment-promotion-news.bgc-e5{background-color: #e5e5e5;}
.investment-promotion-news .investment-promotion-news-content{width: 100%;max-width: 1500px;margin: 0 auto;}
.investment-promotion-news-content .investment-promotion-news-list{width: 100%;margin: 35px 0 15px;}
.investment-promotion-news-list .swiper-slide{min-height: 150px;}
.investment-promotion-news-list .swiper-slide img{max-width: 100%;padding: 0 35px;box-sizing: border-box;}
.investment-promotion-news-list .swiper-button-prev, .investment-promotion-news-list .swiper-button-next{color: #009241;outline: none;}
.investment-promotion-news-list .swiper-button-prev{left: 0;}
.investment-promotion-news-list .swiper-button-next{right: 0;}

/* 中心介绍 - 图片新闻 */
.picture-news .center-dynamics-item{margin-bottom: 42px;}
.picture-news .center-dynamics-item img{display: block;width: 100%;max-height: 362px;height: 20.25vw;object-fit: cover;cursor: zoom-in;background-color: #e5e5e5;overflow: hidden;}
.picture-news .center-dynamics-item p{font-size: 18px;font-weight: lighter;line-height: 30px;height: 60px;color: #2a2a2a;padding: 22px 18px 0;text-align: center;}
.view-large-image{display: none;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0,.8);z-index: 10000;cursor: zoom-out;}
.view-large-image img{width: 900px;max-width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}