
/* 引入阿里妈妈字体库 */
@font-face {
    font-family: "阿里妈妈数黑体";
    font-weight: 700;
    src: url("../fonts/AlimamaShuHeiTi-Bold.woff2") format("woff2"), url("../fonts/AlimamaShuHeiTi-Bold.woff") format("woff");
    font-display: swap;
}

body{ padding: 0; margin: 0; font-size: 14px; overflow-x: hidden; }
a{ transition: all .3s; text-decoration: none; }
a:hover{ text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
.nowrap { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ellipsis{ max-width: 100%; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* 容器 */
.content{ width: 100%; margin: 0 auto; }

/* 欢迎页面 */
.guide{ position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; }
.guide-video{  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

/* header */
.header{ position: absolute; top: 0; left: 0; right: 0; z-index: 9; color: white; }
.header-flex{ display: flex; align-items: flex-start; padding: 20px 20px; justify-content: space-between; }
.logo > img{ width: 120px; }
.search{ width: 20px; height: 20px; filter: brightness(0) invert(1); vertical-align: middle; cursor: pointer; }

/* 导航 */
.navs-ul{ display: flex; display: none;}
.navs-li{ margin-left: 60px; position: relative; display: flex; align-items: center; }
.navs-li:first-child{ left: 0; }
.navs-li > a{ color: white; font-size: 18px; position: relative; line-height: 50px; display: block; }
.navs-li > a > img{ width: 13px; height: 13px; filter: brightness(0) invert(1); margin-left: 4px; opacity: .4; transform: rotate(180deg); transition: all .3s; }
.navs-li > a > img.active{ transform: rotate(360deg); }
.navs-li > a:hover::after,
.navs-li > a.in::after{ content: " "; background: #01A7EA; width: 100%; height: 2px; left: 0; bottom: 0; border-radius: 1px; position: absolute; }
.navs-child{ position: absolute; left: 0; top: 50px; width: auto; padding-top: 10px; display: none; }
.navs-child li{ width: 150px; }
.navs-child a{ width: auto; font-size: 16px; color: white; line-height: 36px; }
.navs-child a > img{ width: 0; vertical-align: middle; margin-bottom: 2px; transition: all .3s;  }
.navs-li > a:hover,
.navs-child a:hover{ color: #89DDFF; }
.navs-child a:hover > img{ display: inline-block; width: 10px; }

/* 移动端导航 */
.mobile-nav{ display: flex; flex-direction: column; justify-content: center; align-items: center; }
.mobile-navs{ width: 33px; height: 33px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; position: relative; }
.mobile-navs:last-child{ margin: 0; }
.mobile-navs > img{ width: 20px; height: 20px; }
.mobile-navs-ul{ background: rgba(13, 20, 34, .8); position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9; padding: 30px; display: none; }
.mobile-navs-ul li{ text-align: center; ; }
.mobile-navs-ul li.mobile-header{ text-align: left; padding-bottom: 20px; }
.mobile-navs-ul li.mobile-header > img{ width: 26px; height: 26px }
.mobile-navs-ul a{ color: white; font-weight: 600; font-size: 18px; line-height: 50px; display: inline-block; }
.mobile-navs-ul a.active{ color: #01A7EA; }
.mobile-navs-child{ display: none; }
.mobile-navs-child a{ display: block; text-align: center; color: white; line-height: 30px; line-height: 30px; font-size: 14px; font-weight: normal; }

/* 子页面导航 */
.child-nav{ background: #FBFBFB; }
.child-nav-ul{ display: block; overflow-y: scroll; white-space:nowrap; padding: 0 20px; }
.child-nav-ul::-webkit-scrollbar { height: 0px !important; width: 0px !important;}
.child-nav-ul li{ margin-right: 30px; line-height: 55px; display: inline-block; }
.child-nav-ul li:last-child{ margin: 0; }
.child-nav-ul li a{ color: rgba(0, 0, 0, .5); position: relative; font-size: 16px; position: relative; display: block; }
.child-nav-ul li a.in,
.child-nav-ul li a:hover{ color: #000; font-weight: bold; }
.child-nav-ul li a.in::after{ content: " "; background: #01A7EA; width: 70%; height: 3px; left: 15%; bottom: 0; border-radius: 2px; position: absolute; }

/* 子页面header */
.child-header{ position: relative; background-image: linear-gradient(to top, #295281, #0F62B5); }
.child-header .mobile-nav{ flex-direction: row; }
.child-header .mobile-navs{ margin-bottom: 0; margin-right: 20px;}
.child-header .mobile-navs:last-child{ margin: 0;}
.child-header-navs-li{ margin-left: 60px; position: relative; display: flex; align-items: center; }
.child-header-navs-li > a{ color: white; font-size: 18px; position: relative; line-height: 50px; display: block; }
.child-header-navs-li > a:hover{ color: #89DDFF; }

/* 页面定位 */
.child-page{ background: #FBFBFB; }
.child-page-flex{ display: flex; align-items: center; padding: 20px; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
.child-page-flex::-webkit-scrollbar { height: 0px !important; width: 0px !important;}
.child-page-flex img{ width: 15px; height: 15px; }
.child-page-flex a, .child-page-flex span{ color: #000; font-size: 14px; margin: 0 10px; display: inline-block; }
.child-page-flex a:hover{ color: #01A7EA; }
.child-page-flex-nav{ display: flex; align-items: center; }
.child-pages-flex-phone{ justify-content: space-between; }
.child-page-phone{ font-weight: bold; padding-left: 30px; font-size: 16px;}
.child-page-phone > img{ width: 18px; vertical-align: middle; height: 18px; margin-right: 10px; }

/* banner */
.banner{ width: 100%; height: auto; background-color: #f7f8f9; position: relative; }
.banner-cover{ width: 100%; }
.banner-video{ width: 100%; vertical-align: top; height: 90vh; object-fit: cover; }
.banner-content{ position: absolute; bottom: 0; width: 100%; left: 0%; margin-left: 0; height: 70%; z-index: 1; padding: 0 30px; }
.banner-pagination{ position: absolute; right: 60px; bottom: 80px; }
.banner-pagination > span.swiper-pagination-bullet{ background: white; width: 10px; height: 10px; border-radius: 0; margin: 0 0 0 5px; opacity: 1; transition: all .2s; }
.banner-pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #01A7EA; width: 15px; }
.banner-swiper{ overflow: hidden; color: white;}
.banner-title{ font-size: 40px; line-height: 40px; font-family: "阿里妈妈数黑体";}
.banner-subtitle{ line-height: 24px; font-size: 14px; margin-top: 20px; }
.banner-href{ background: #01A7EA; color: white; margin-top: 50px; width: 140px; display: inline-block; line-height: 40px; text-align: center; font-size: 16px; }
.banner-href:hover{ color: white }

/* 子界面banner */
.child-banner{ background-color: #f7f8f9; position: relative; padding-top: 75%; }
.child-banner-cover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;  }
.child-banner-content{ position: absolute; top: 45%; width: 100%; left: 0; padding: 0 20px; z-index: 1; color: white; }
.child-banner-content h4{ font-size: 40px; line-height: 50px; font-weight: normal; margin: 0 0 10px; font-family: "阿里妈妈数黑体"; }
.child-banner-content p{ font-size: 18px; line-height: 30px; }

/* 主营业务 */
.business-index-flex-item{ transition: all .3s; cursor: pointer; }
.business-index-cover{ width: 100%; padding-top: 67%; background-size: 100% 100%; background-position: center; transition: all .3s; }
.business-index-text{ font-size: 16px; line-height: 28px; text-align: justify; margin-top: 40px; padding: 0 30px; color: #555; }
.business-index-main{ padding: 20px 30px; text-align: center; }
.business-index-title{ font-size: 23px; color: #092A48; line-height: 35px; font-weight: 450; }
.business-index-subtitle{ font-size: 16px; line-height: 30px; height: 30px; margin-top: 10px; }
.business-index-flex-item:hover{ background: #01A7EA; }
.business-index-flex-item:hover  .business-index-cover{ background-size: 105% 105%; }
.business-index-flex-item:hover  .business-index-title,
.business-index-flex-item:hover  .business-index-subtitle{ color: white; }

/* 主营业务移动端滑块 */
.business-swiper{ overflow: hidden; margin-top: 30px; padding: 10px 0; }
.business-swiper .swiper-slide{ width: 70%; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05); }

/* 首页快捷入口 */
.converge{ display: flex; flex-direction: column; }
.converge-item{ width: 100%; padding-top: 50%; background-size: cover; background-position: center; position: relative; transition: all .3s; }
.converge-video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.converge-block{ background: rgba(27, 33, 45, .6); transition: all .2s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; color: white; padding: 30px; box-sizing: border-box; }
.converge-block-icon{ width: 70px; margin-bottom: 10px; transition: all .3s; }
.converge-block-title{ font-size: 18px; line-height: 30px; font-weight: 550;  }
.converge-block-text{ font-size: 14px; line-height: 30px; }
.converge-block-a{ line-height: 40px; transform: all .3s; overflow: hidden; font-size: 14px; background: #01A7EA; color: white; width: 140px; text-align: center; margin-top: 10px; display: none; }
.converge-block-a:hover{ color: white; width: 150px; }
.converge-item:hover{ background-size: cover; }
.converge-item:hover .converge-block{ background-color: rgba(27, 33, 45, .0); }
.converge-item:hover .converge-block-icon{ filter: brightness(0) invert(1); }
.converge-item:hover .converge-block-a{ display: block; }
.converge-item:hover .converge-block-title,
.converge-item:hover .converge-block-text{ display: none; }

/* 新闻动态 */
.new-content{ padding: 40px 0; }
.new-index-title{ text-align: center; position: relative; font-size: 30px; padding-bottom: 20px; font-family: "阿里妈妈数黑体"; }
.new-index-title::after{ content: ""; height: 6px; width: 90px; background: #01A7EA; position: absolute; left: 50%; bottom: 0; margin-left: -45px; border-radius: 3px; }
.new-index-flex{ display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 -20px; }
.new-index-flex.pc{  display: none; }
.new-index-flex-item{ background: white; display: block; }
.new-index-main{ padding: 20px; }
.new-index-main p{ color: #000; line-height: 22px;font-weight: 300; }
.new-index-main-cover{ width: 100%; padding-top: 67%; background-size: 100% 100%; background-position: center;  transition: all .3s; }
.new-index-main-title{ font-size: 18px; line-height: 25px; height: 50px; font-weight: 450; text-align: justify; color: #000; transition: all .3s; }
.new-index-main-flex{ display: flex; align-items: center; justify-content: space-between; font-size: 16px; line-height: 28px; margin-top: 20px; color: #555; }
.new-index-main-flex img{ width: 22px; }
.new-index-flex-item:hover .new-index-main-cover{ background-size: 105% 105%; }
.new-index-flex-item:hover .new-index-main-title{ color: #01A7EA; }


/* 新闻动态列表 */
.new-flex{ padding: 20px; margin: 0; }
.new-flex > .new-index-flex-item{ margin-bottom: 20px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05); width: 100%; }
.new-tabs{ text-align: center; padding-top: 50px; font-size: 18px;  }
.new-tabs a{ padding: 0 20px; color: #000; border-right: solid 1px #979797; }
.new-tabs a:last-child{ border: none; }
.new-tabs a.activity,
.new-tabs a:hover{ color: #01A7EA; }

/* 新闻动态移动端滑块 */
.news-swiper{ overflow: hidden; margin-top: 30px; padding: 10px 0; }
.news-swiper .swiper-slide{ width: 70%; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05); }
.news-swiper-more{ text-align: center; padding-top: 20px; font-size: 16px; line-height: 40px; }
.news-swiper-more a{ display: inline-block; color: #111; font-weight: bold; }
.news-swiper-more a > img{ width: 14px; height: 14px; vertical-align: middle; margin-left: 4px; margin-bottom: 4px; }

/* footer */
.footer{ background: #051C30; overflow: hidden;}
.footer-content{ background-image: url("../img/footer_back.png"); background-size: 100%; background-position: center 80%; background-repeat: no-repeat; }
.footer-logo{ padding: 20px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.footer-logo img{ width: 120px; }
.footer-logo img.footer-logo-navs{ width: 22px; }

.footer-flex{ padding-bottom: 0; display: flex; justify-content: space-between; }
.footer-nav{ display: none; padding: 50px 0 0; color: white; width: 860px; }
.footer-nav-ul{ padding-right: 30px; box-sizing: border-box; }
.footer-nav-ul li{ text-align: center; line-height: 30px; margin-top: 5px; }
.footer-nav-ul li a{ color: white; font-weight: normal; }
.footer-nav-ul li a:hover{ color: #01A7EA; }
.footer-nav-ul li.footer-nav-title{ font-size: 18px; line-height: 40px; text-align: center; font-weight: 500; margin-top: 0; margin-bottom: 15px; }

.footer-connection{ padding: 20px; width: 100%; position: relative;}
.footer-connection p{ color: white; margin: 0 0 5px; line-height: 25px; font-size: 14px; }
.footer-connection-icons{ padding-top: 20px; position: absolute; right: 20px; bottom: 25px; }
.footer-connection-icons a{ margin-left: 10px; position: relative; }
.footer-connection-icons a:first-child{ margin-left: 0; }
.footer-connection-icons img{ width: 24px; height: 24px; }
.footer-connection-icons img.code{ width: 100px; height: 100px; }
.footer-connection-icons-qrcode{ position: absolute; bottom: 34px; right: 0; width: 80px; height: 80px; background: white; overflow: hidden; z-index: 2; display: none; }
.footer-connection-icons-qrcode > img{ width: 80px; height: 80px; }

.footer-copyright{ height: auto; border-top: solid 1px #DADADA; text-align: center; margin: 0 20px; padding: 20px 100px 50px 0; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.footer-copyright span{ padding: 0; margin: 0; color: #BEBEBE; font-size: 12px; line-height: 30px; }
.footer-copyright span a{ color: #BEBEBE; }
.footer-copyright>a{ color: #BEBEBE; position: absolute; right: 0; padding: 0; line-height: 30px; }
.footer-copyright a:hover{ color: #01A7EA; }

/* 关于我们 - 张江科学城 */
.college-info{ padding: 40px 20px; }
.college-info-title{ font-size: 30px; font-weight: normal; color: #303030; line-height: 40px; margin-top: 0; margin-bottom: 20px; font-family: "阿里妈妈数黑体"; }
.college-info-text{ font-size: 16px; line-height: 30px; text-align: justify; }
.college-info-text p{ margin: 0; }

/* 关于我们 - 空间布局 */
.college-space{ background-color: white; margin-bottom: 100px; padding: 0 20px; }
.college-space-back{ background: #f3f3f3; padding: 20px; }
.college-space-title{ font-size: 34px; margin: 0; font-weight: normal; line-height: 50px; font-family: "阿里妈妈数黑体"; }
.college-space-text{  font-size: 16px; line-height: 30px; color: rgba(0, 0, 0, .75); margin-top: 26px; }
.college-space-text p{ margin: 0; }

/* 关于我们 - 愿景与使命 */
.firm-flex{ background: #F3F3F3; margin: 20px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; }
.firm-flex-left{ display: flex; flex-direction: row; align-items: center; justify-content: space-between;  padding: 0 0 20px; border-bottom: solid 1px #979797; width: 100%; box-sizing: border-box; }
.firm-flex-left img{ width: 72px; height: 40px; margin-top: 0; }
.firm-flex-left h4{ margin: 0; font-size: 26px; font-weight: normal; font-family: "阿里妈妈数黑体"; }
.firm-flex-right{ padding: 30px 0; box-sizing: border-box; }
.firm-flex-right h4{ font-size: 20px; font-weight: normal; line-height: 45px; margin: 0; }
.firm-flex-text{ font-size: 16px; color: rgba(0, 0, 0, .75); line-height: 34px; margin-top: 20px; text-align: justify; }

/* 关于我们 - 企业文化 */
.culture{ background-color: #FBFBFB; background-image: url(../img/culture_back.png); background-position: bottom right; background-repeat: no-repeat; background-size: 100%; margin-top: 40px; margin-bottom: 40px; padding: 40px 30px 100px; }
.culture-flex{ display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; }
.culture-text{ width: 100%; }
.culture-text h4.culture-title{ font-size: 30px; font-family: "阿里妈妈数黑体"; line-height: 30px; margin: 0 0 40px; }
.culture-text p{ font-size: 20px; margin: 10px 0; line-height: 40px; }
.culture-cover{ position: relative; margin-top: 80px; margin-right: 20px; }
.culture-cover::after{ position: absolute; width: 100%; height: 100%; background: linear-gradient(to bottom, #AABCCE, #CFDBE9); content: ""; right: -20px; top: -20px; }
.culture-cover > img{ width: 240px; vertical-align: top; position: relative; z-index: 1; }

/* 关于我们 - 董事长致辞 */
.leader-content{ background-image: url(../img/leader_back.png); background-position: bottom right; margin-bottom: 40px; background-size: 45%; background-repeat: no-repeat; padding: 40px 20px; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; }
.leader-info{ margin-bottom: 30px; }
.leader-info img{ width: 260px; vertical-align: top; }
.leader-info h4{ margin-top: 20px; margin-bottom: 0; text-align: center; line-height: 30px; font-size: 26px; font-family: "阿里妈妈数黑体"; }
.leader-info p{ margin-top: 10px; color: #303030; line-height: 20px; font-size: 16px; text-align: center; }
.leader-text{ box-sizing: border-box; text-align: justify; }
.leader-text p{ font-size: 16px; line-height: 35px; text-indent: 36px;}
.leader-text p:nth-child(1){ text-indent: 0; }

/* 关于我们 - 组织架构 */
.tissue{ padding: 40px 20px 30px; }
.tissue-title{ font-size: 30px; font-family: "阿里妈妈数黑体"; line-height: 40px; }
.tissue-back{ margin-bottom: 60px; padding:111% 0 0; background-image: url('../img/h5.jpg'); background-position: center; background-size: cover; }
.tissue-content{ text-align: center; }

/* 关于我们 - 发展历程 */
.about-mobile-develop{ font-size: 30px; font-family: "阿里妈妈数黑体"; padding: 40px 20px 0; }
.develop{ background-image: url(../img/develop_back.png); padding: 40px 0; background-position: center; background-size: cover; background-repeat: no-repeat; margin-top: 40px; }
.develop-title{ font-size: 30px; font-family: "阿里妈妈数黑体"; line-height: 40px; text-align: center; color: white; }
.develop-year{ text-align: center; padding-top: 30px; color: white; padding-bottom: 40px; margin-bottom: 50px; }
.develop-year span{ position: relative; margin: 0 10px; width: 50px; display: inline-block; font-size: 16px; line-height: 20px; color: white; cursor: pointer; }
.develop-year span::after{ background: #01A7EA; transition: all .3s; content: ""; width: 20px; height: 20px; border-radius: 50%; border:solid 1px #01A7EA; opacity: .7; position: absolute; top: 30px; left: 50%; margin-left: -10px; }
.develop-year span::before{ height: 2px; background: #DCDCDC; width: 54px; left: calc(50% + 10px); bottom: -21px; position: absolute; content: " "; opacity: .7; }
.develop-year span:last-child::before{ display: none; }
.develop-year span:hover::after,
.develop-year span.in::after{ background: white; opacity: 1; border-color: #01A7EA; }

.develop-content{ overflow: hidden; padding: 0 30px; }
.develop-swiper{ padding: 40px 0 100px; overflow: visible; }
.develop-block-year{ margin: 0; border-bottom: solid 1px rgba(0, 0, 0, .5); line-height: 60px; font-size: 34px; }
.develop-block-item{ margin-top: 30px; }
.develop-block-item h5{ font-size: 18px; line-height: 35px; margin: 0; }
.develop-block-item p{ line-height: 30px; font-size: 16px; text-align: justify; }

/* 新闻中心 */
.firm-news{ padding: 20px; }
.firm-news-item{ border-bottom: solid 1px rgba(0, 0, 0, .2); padding: 15px 0; display: flex; justify-content: space-between; flex-wrap: wrap; cursor: pointer; }
.firm-news-cover{ background: #f7f8f9; width: 120px; height: 80px; background-position: center; background-size: 100% 100%; transition: all .3s; }
.firm-news-text{ width: calc( 100% - 120px ); padding-left: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.firm-news-title{ font-size: 18px; line-height: 30px; color: #000; transition: all .3s;  display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.firm-news-subtitle{ font-size: 16px; color: rgba(0, 0, 0, .5); line-height: 30px; height: 30px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.firm-news-date{ font-size: 14px; color: rgba(0, 0, 0, .5); }
.firm-news-item:hover > .firm-news-cover{ background-size: 105% 105%; }
.firm-news-item:hover .firm-news-title{ color: #01A7EA; }


/* 新闻中心分页 */
.news-pages{ padding: 20px 0 60px; text-align: center; }
.news-pages a{ display: inline-block; min-width: 25px; height: 25px; line-height: 25px; font-size: 16px; padding: 0 5px; color: #000; }
.news-pages a:hover{ color: #01A7EA; }
.news-pages a.news-pages-item{ border: solid 1px #01A7EA; box-sizing: border-box; line-height: 24px; font-size: 14px; margin: 0 5px; }
.news-pages a.news-pages-item:hover,
.news-pages a.news-pages-item.in{ background-color: #01A7EA; color: white; }

/* 主营业务 - 产业投资 */
.invest{ padding: 40px 0; }
.invest-title{ font-family: "阿里妈妈数黑体"; font-size: 30px; margin-bottom: 20px; line-height: 40px; padding: 0 20px; }
.invest-subtitle{ font-size: 16px; line-height: 35px; text-align: justify; padding-bottom: 60px; padding: 0 20px; }
.invest-firm-title{ font-size: 32px; color: #303030; text-align: center; font-family: "阿里妈妈数黑体"; margin-bottom: 20px; margin-top: 40px; }
.invest-firm-subtitle{ background: #01A7EA; color: #FFFFFF; text-align: center; font-size: 18px; line-height: 60px; }
.invest-firm-ul{ display: flex; flex-wrap: wrap; position: relative; }
.invest-firm-ul::after{ content: ""; height: 1px; background: white; position: absolute; bottom: 0; left: 0; right: 0;  }
.invest-firm-li{ border-bottom: solid 1px rgba(0, 0, 0, .3); width: 33.33%; padding: 10px 0; transition: all .3s; }
.invest-firm-li a{ display: block; box-sizing: border-box; text-align: center; border-right: solid 1px rgba(0, 0, 0, .3); position: relative; padding: 20px; color: #303030; }
.invest-firm-li-cover{ width: 80%; height: 50px; display: inline-block; background-position: center; background-size: contain; background-repeat: no-repeat; }
.invest-firm-li-title{ text-align: center; font-size: 14px; margin-bottom: 10px; }
.invest-firm-li-more{ width: 16px; height: 16px; display: block; position: absolute; transition: all .3s; right: 10px; bottom: 10px; background-image: url("../icons/jiahao2fill-2.png"); background-position: center; background-size: cover; }
.invest-firm-li:nth-child(3n) > a{ border-right: none; }
.invest-firm-li > a:hover > .invest-firm-li-more{ background-image: url("../icons/jiahao2fill.png"); }

/* 主营业务 - 产业空间 */
.space{ padding: 0 0 40px; }
.space-flex{ display: flex; justify-content: center; flex-wrap: wrap; align-items: center; flex-direction: column-reverse; padding: 20px 20px 40px; }
.space-cover{ width: 300px; position: relative; height: 224px; background: #f7f8f9; background-position: center; background-size: cover; position: relative; margin-top: 30px; }
.space-cover::after{ position: absolute; content: " "; background: #01A7EA; }
.space-main{ width: 100%; }
.space-more{ margin-top: 30px; }
.space-more a{ color: #333; font-size: 16px; line-height: 40px; display: inline-block; }
.space-more a img{ width: 16px; height: 16px; vertical-align: middle; margin-left: 10px; margin-top: -2px; }
.space-more a:hover{ color: #01A7EA; }
.space-title{ font-family: "阿里妈妈数黑体"; font-size: 32px; color: #303030; line-height: 60px; margin-bottom: 20px; }
.space-text { font-size: 16px; text-align: justify; line-height: 30px; color: #303030; }
.space-flex:nth-child(even){ background: #FBFBFB; }
.space-flex:nth-child(1n) > .space-cover::after{ right: -20px; bottom: -20px; width: 200px; height: 100px; z-index: -1; }
.space-flex:nth-child(2n) > .space-cover::after{ left: -20px; bottom: -20px; width: 80px; height: 150px; z-index: 1; }
.space-flex:nth-child(3n) > .space-cover::after{ right: -20px; top: -20px; width: 200px; height: 200px; z-index: -1; }

/* 主营业务 - 产品服务 */
.service{ padding: 20px 0 40px; }
.service-title{ text-align: left; font-size: 38px; line-height: 60px; font-family: "阿里妈妈数黑体"; padding: 0 20px 20px; }
.service-flex{ margin: 0; overflow: hidden; column-count:1; padding: 0 20px; }
.service-item{ display: block; position: relative; transition: all .3s; background: #f7f8f9; background-position: center; margin-bottom: 20px; background-size: 100% 100%; }
.service-item:hover{ background-size: 110% 110%; }
.service-item.service-lg{ padding-top: calc(100% - 20px); }
.service-item.service-sm{ padding-top: calc(50% - 20px); }
.service-item.firm-item-5{ padding-top: calc(40% - 20px); }
.service-text{ position: absolute; bottom: 0; left: 0; right: 0; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); padding: 50px 20px 20px; box-sizing: border-box; }
.service-text h4{ color: white; font-weight: normal; margin: 0; font-size: 20px; }
.service-text p{ color: #01A7EA; font-size: 14px; margin-bottom: 10px; }

/* 主营业务 - 产业孵化 */
.hatch{ padding: 40px 20px; }
.hatch-title{ font-size: 30px; line-height: 40px; font-family: "阿里妈妈数黑体"; margin-bottom: 20px; }
.hatch-text{ font-size: 16px; line-height: 35px; text-align: justify; margin-bottom: 20px; }
.hatch-submit{ text-align: center; padding: 20px 0; font-size: 32px; font-family: "阿里妈妈数黑体"; }
.hatch-tabs{ display: flex; background: #FBFBFB; flex-wrap: wrap; }
.hatch-tabs a{ width: 50%; text-align: center; line-height: 55px; font-size: 16px; color: #303030; }
.hatch-tabs a:hover,.hatch-tabs a.in{ color: #01A7EA; }
.hatch-list{ padding-top: 20px; position: relative; padding-right: 50px; padding-left: 50px; }
.hatch-list::after{ background-color: white; content: " "; width: 2px; left: 50px; top: 0; bottom: 0; position: absolute; z-index: 1; }
.hatch-swiper{ overflow: hidden; }
.hatch-swiper-item{ border-bottom: solid 1px rgba(0, 0, 0, .3); padding: 10px 0; transition: all .3s; }
.hatch-swiper-item a{ display: block; box-sizing: border-box; text-align: center; border-left: solid 1px rgba(0, 0, 0, .3); position: relative; padding: 20px 10px; color: #303030; }
.hatch-swiper-item:nth-child(2n) { border-bottom: none; }
.hatch-swiper-item:nth-child(1) > a,
.hatch-swiper-item:nth-child(2) > a{ border-left: none; }
.hatch-swiper-cover{ width: 90%; height: 50px; display: inline-block; background-position: center; background-size: contain; background-repeat: no-repeat; }
.hatch-swiper-title{ text-align: center; font-size: 14px; margin-bottom: 10px; }
.hatch-swiper-item-title{ font-size: 12px; }
.hatch-swiper-more{ width: 16px; height: 16px; display: block; position: absolute; transition: all .3s; right: 10px; bottom: 10px; background-image: url("../icons/jiahao2fill-2.png"); background-position: center; background-size: cover; }
.hatch-swiper-item a:hover{ background: #FBFBFB; }
.hatch-swiper-item a:hover > .invest-firm-li-more{ background-image: url("../icons/jiahao2fill.png"); }
.hatch-swiper-prev{ background-image: url(../icons/prev_icon.png); left: 0px; }
.hatch-swiper-next{ background-image: url(../icons/next_icon.png); right: 0px; }
.hatch-swiper-prev,.hatch-swiper-next{ width: 35px; height: 60px; top: 50%; margin-top: -10px; background-size: cover; }

/* 主营业务 - 人才服务 */
.personnel-title{ line-height: 50px; font-size: 30px; text-align: center; font-family: "阿里妈妈数黑体"; margin-bottom: 20px; }
.personnel-block{ margin-bottom: 50px; }
.personnel-block:last-child{ margin-bottom:0; }
.personnel-flex{ display: flex; align-items: center; justify-content: center; margin: 0 0; flex-wrap: wrap; }
.personnel-flex-item{ background: white; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05); width: calc(100% - 20px); margin: 10px 0; position: relative; }
.personnel-flex-cover{ width: 100%; padding-top: 67%; background-position: center; background-size: cover; }
.personnel-flex-title{ text-align: center; padding: 40px 30px 50px; font-size: 20px; font-weight: bold; color: #092A48;  }
.personnel-flex-more{ position: absolute; right: 15px; bottom: 15px; width: 24px; }
.personnel-flex-item:hover{ background-color: #01A7EA; }
.personnel-flex-item:hover > .personnel-flex-title{ color: white; }
.personnel-flex-item:hover > .personnel-flex-more{ filter: grayscale(100%) brightness(200%); }

/* 投资者关系 - 社会责任 */
.society-content{ padding: 40px 0; }
.society-title{ font-family: "阿里妈妈数黑体"; font-size: 38px; line-height: 50px; padding: 0 20px; }
.society-flex{ display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 -20px; padding: 20px; }
.society-flex-item{ width: 100%; margin: 20px; }
.society-flex-cover{ width: 100%; padding-top: 65%; background-position: center; background-size: 100% 100%; margin-bottom: 20px; transition: all .3s; }
.society-flex-title{ font-size: 26px; color: #303030; font-weight: 500; line-height: 50px; margin-bottom: 10px; }
.society-flex-text{ text-align: justify; font-size: 14px; line-height: 25px; }
.society-flex-item:hover > .society-flex-cover{ background-size: 105% 105%; }

/* 投资者关系 - 社会责任报告 */
.duty-title{ background: #FBFBFB; padding: 10px 20px; }
.duty-title-text{ line-height: 40px; font-weight: 500; font-size: 22px; }
.duty-title-flex{ display: flex; align-items: center; justify-content: space-between; }
.duty-title-select{ position: relative; }
.duty-title-select > select{ height: 35px; outline-style: none; font-size: 16px; background-color: transparent; width: 200px; text-align: center; line-height: 32px; border:solid 1px rgba(0, 0, 0, .2); border-radius: 8px; padding: 0 30px 0 15px; -webkit-appearance: none; -moz-appearance: none; }
.duty-title-select > img{ width: 18px; right: 8px; top: 50%; margin-top: -9px; position: absolute; filter: brightness(0) invert(0); }
.duty-list{ padding: 30px 0 80px; }
.duty-list-ul{ border-bottom: solid 1px rgba(0, 0, 0, .2); }
.duty-list-ul li{ padding: 20px 0; border-top: solid 1px rgba(0, 0, 0, .2); }
.duty-list-ul a{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 0 30px; color: #303030; }
.duty-list-text{ width: calc(100% - 42px); padding-right: 30px; box-sizing: border-box; }
.duty-list-text h4{ margin: 0; font-size: 18px; line-height: 20px; margin-top: 15px; transition: all .3s; }
.duty-list-text p{ margin: 0; color: rgba(0, 0, 0, .75); font-size: 16px; line-height: 20px; }
.duty-list-icon { width: 28px; height: 28px; }
.duty-list-ul a:hover h4{ color: #01A7EA; }

/* 投资者关系 - IR动态 */
.ir-title{ margin-top: 40px; }
.ir-list { padding-bottom: 80px; }

/* 投资者关系 - 定期报告 */
.period-content{ padding: 20px; }
.period-tabs{ display: flex; align-items: center; justify-content: space-around; border-bottom: solid 1px #979797; line-height: 50px; }
.period-tabs a{ color: #000; font-size: 16px; padding: 0 10px; text-decoration: none; }
.period-tabs li{ position: relative; }
.period-tabs li::after{ position: absolute; content: " "; left: 0; right: 0; bottom: -1px; height: 3px; background: #01A7EA; opacity: .0; transition: all .3s; }
.period-tabs li:hover::after,
.period-tabs li.active::after{ opacity: 1; }
.period-tab-content{ padding: 20px 0; display: flex; flex-wrap: wrap; margin: 0 -10px; overflow: hidden;}
.period-tab-content-item{ border:solid 1px rgba(0, 0, 0, .3); border-radius: 5px;  width: calc(100% - 20px); transition: all .3s; margin: 10px; padding: 30px; display: flex; align-items: center; position: relative; }
.period-tab-content-item:hover{ border-color: #01A7EA; }
.period-icon{ position: absolute; bottom: 20px; right: 20px; width: 22px; }
.period-text p,
.period-date h4,
.period-date p{ margin: 0; }
.period-date{ text-align: center; padding-right: 30px; width: 100px; }
.period-date h4{ font-size: 30px; font-weight: normal; line-height: 30px; }
.period-date p{ font-size: 16px; line-height: 20px; margin-top: 5px; }
.period-text{ width: calc(100% - 100px); }
.period-text p{ font-size: 16px; line-height: 30px; }

/* 投资者关系 - 市场表现 */
.k{ padding: 0 20px 60px; }
.k-info{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 20px; }
.k-info-title{ font-size: 23px; font-weight: bold; line-height: 50px; padding-top: 10px; }
.k-info-num p,
.k-info-num h4{ margin: 0; text-align: right; }
.k-info-num h4{ font-size: 40px; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; margin-bottom: 5px; }
.k-info-num h4 > img{ width: 38px; margin-left: 5px; }
.k-info-num p > span{ margin-left: 10px; color: #04A10D; }
.k-info-num > .green{color: #04A10D;}
.k-info-num > .red{color: red;}
.k-info-num p.k-info-upd{ margin-top: 10px; font-size: 10px;}
.k-total{ border-top: solid 1px #979797; border-bottom: solid 1px #979797; padding: 15px 0; margin-top: 20px; display: flex; flex-wrap: wrap; }
.k-total-item{ text-align: center; width: calc(25% - 30px); margin: 15px; }
.k-total-item p, .k-total-item h5{ margin: 0; }
.k-total-item p{ font-size: 16px; line-height: 40px; }
.k-total-item h5{ font-size: 16px; line-height: 40px; }
.k-canvas{ padding-top: 40px; text-align: center; height: 300px; }
.k-canvas img{ width: 100%; }

/* 关于我们 - 加入我们 */
.about-add{ position: relative; padding-top: 60%; }
.about-add img{ width: 100%; vertical-align: top; position: absolute; top: 0; left: 0; height: 100%; object-fit: cover; }
.about-add-text{ width: 100%; height: 100%; position: absolute; padding: 0 20px; left: 0; top: 0; margin-left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-add-text h3{ color: white; font-size: 22px; margin: 0; }
.about-add-text a{ color: white; border:solid 1px white; line-height: 50px; width: 180px; text-align: center; background: #051E49; margin-top: 40px; font-size: 18px; }
.about-add-text a:hover{ color: #051E49; background: white; }
.about-flex-lg{ width: calc(100% - 20px); margin: 0 20px 20px; position: relative; padding-top: 90%; transition: all .3s; overflow: hidden; background-size: cover; background-position: center; background: #f7f8f9; }
.about-flex-lg-swiper{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.about-flex-slide{ background-position: center; background-size: cover; }
.about-flex-lg-page > span.swiper-pagination-bullet-active{ background: #01A7EA; }
/* .about-flex-lg:hover{ background-size: 105% 105%; } */
.about-flex-column{ position: absolute; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; }
.about-flex-block{ background: white; width: 90%; padding: 20px; }
.about-flex-block h4{ font-size: 26px; line-height: 40px; margin: 0 0 10px; }
.about-flex-block p{ font-size: 14px; line-height: 24px; text-align: justify; margin: 0; }

/* 法律声明 */
.law-content{ padding: 40px; }
.law-content-block{ margin-bottom: 40px; }
.law-content-block:last-child{ margin: 0; }
.law-content-block h4, p{ margin: 0; }
.law-content-block h4{ font-size: 26px; line-height: 40px; font-weight: normal; margin-bottom: 10px; }
.law-content-block p{ line-height: 35px; font-size: 18px; text-align: justify; }
.law-content-block a{ color: #000; }
.law-content-block a:hover{ color: #01A7EA; }

/* 新闻中心 - 详情 */
.news-content{ padding: 40px 20px; }
.news-info-title{ font-size: 28px; line-height: 45px; margin: 0; }
.news-info-date{ margin: 10px 0 0; border-bottom: solid 1px rgba(0, 0, 0, .2); padding-bottom: 10px; font-size: 18px; color: #8C8C8C; line-height: 30px; }
.news-info-richtext{ padding: 20px 0; font-size: 16px; line-height: 35px; }
.news-info-richtext p{ text-align: justify; }
.news-info-richtext img{ max-width: 100%; vertical-align: top; }
.news-more a{ display: block; background: #FBFBFB; margin: 30px -20px 0; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #000; line-height: 30px; padding: 15px 0; }
.news-more a img{ width: 18px; margin-right: 5px; }
.news-more a:hover{ color: #01A7EA; }
.news-recent{ margin-top: 80px; }
.news-recent-title{ color: #01A7EA; font-weight: bold; font-size: 18px; line-height: 30px; }
.news-recent-ul{ margin-top: 10px; border-top: solid 1px rgba(0, 0, 0, .2); }
.news-recent-ul li{ border-bottom: solid 1px rgba(0, 0, 0, .2); padding: 15px 0; }
.news-recent-ul li h4{ margin: 0; line-height: 35px; font-size: 20px; }
.news-recent-ul li p{ margin: 0; line-height: 30px; font-size: 16px; color: rgba(0, 0, 0, .75); }
.news-recent-ul li a{ display: inline-flex; align-items: center; color: rgba(0, 0, 0, .75); font-size: 16px; line-height: 30px; }
.news-recent-ul li a > img{ width: 16px; margin-left: 5px; transition: all .3s; }
.news-recent-ul li a:hover{ color: #01A7EA; }
.news-recent-ul li a:hover > img{ margin-left: 10px; }

/* 搜索结果 */
.search-header{ padding: 40px 20px; display: flex; align-items: center; justify-content: center; }
.search-form{ width: 100%; border: solid 1px rgba(0, 0, 0, .3); height: 42px; border-radius: 25px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.search-form input{ border: none; padding: 0 20px; outline: none; height: 42px; background: transparent; font-size: 16px; width: calc(100% - 70px); box-sizing: border-box; }
.search-form button{ padding: 0; margin: 0; border-radius: 0; width: 58px; height: 42px; border: none; background: transparent; vertical-align: top; }
.search-form button > img{ width: 20px; height: 20px; vertical-align: middle; margin-bottom: 2px; }
.search-length{ line-height: 30px; font-size: 14px; padding: 0 20px; }
.search-ul{ margin-top: 10px; padding: 0 20px; }
.search-ul li{ border-bottom: solid 1px rgba(0, 0, 0, .2); padding: 20px 0;}
.search-ul li:first-child{ border-top: solid 1px rgba(0, 0, 0, .2); }
.search-ul li > h4, .search-ul a > p{ margin: 0; }
.search-ul li > h4{ font-size: 18px; line-height: 30px; transition: all .3s; }
.search-ul li > p{ margin-top: 5px; font-size: 14px; line-height: 30px; color: rgba(0, 0, 0, .5); }
.search-ul a{ text-decoration: none; color: #000;}
.search-ul a:hover{ color: #01A7EA; }

/* 导航栏搜索 */
.navs-search.search-form{ background: rgba(216, 216, 216, .4); display: none; position: absolute; right: 0; top: 33px; border-color: rgba(255, 255, 255, .0); width: 0px; transition: all .4s; }
.navs-search.search-form input{ color: white; }
.navs-search.search-form input::placeholder{  color: rgba(255, 255, 255, .6); }
.navs-search.search-form button > img{ filter: brightness(0) invert(1); }
.navs-search.search-form.in{ width: calc(90vw); border-color: rgba(255, 255, 255, .5);}

/* 子页面导航搜索栏 */
.search-form.navs-search.child-header-search{ background: white; }
.search-form.navs-search.child-header-search > input{ color: #333; }
.search-form.navs-search.child-header-search > input::placeholder{  color: rgba(0, 0, 0, .6); }
.search-form.navs-search.child-header-search > button > img{ filter: brightness(1) invert(0); }


/* 返回顶部 */
.sroll-up{ width: 40px; height: 40px; transition: all .3s; position: fixed; bottom: 30px; display: none; right: 30px; border:solid 1px #01A7EA; line-height: 48px; text-align: center; border-radius: 5px; z-index: 9; cursor: pointer; }
.sroll-up img{ width: 20px; height: 20px; vertical-align: middle; margin-bottom: 12px; }
.sroll-up:hover{ background: #01A7EA; }
.sroll-up:hover img{ filter: brightness(0) invert(1); }

/* 768px */
@media (min-width: 768px) {
    /* header */
    .header-flex{ display: flex; align-items: center; padding: 20px 20px; justify-content: space-between; }
    .logo > img{ width: 170px; }
    /* 导航 */
    .mobile-nav{ flex-direction: row;}
    .mobile-navs{ margin-bottom: 0; margin-right: 20px;}
    /* 导航栏搜索 */
    .navs-search.search-form{ top: 50px;}
    .navs-search.search-form.in{ width: 500px; }
    /* banner */
    .banner-pagination > span.swiper-pagination-bullet{ width: 13px; height: 13px; margin: 0 0 0 10px; }
    .banner-pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #01A7EA; width: 20px; }
    .banner-title{ font-size: 50px; line-height: 70px; }
    .banner-subtitle{ line-height: 30px; font-size: 16px;}
    .banner-href{ width: 160px; line-height: 50px; text-align: center; font-size: 18px; }
    
    /* 关于我们 - 张江科学城 */
    .college-info-title{ font-size: 40px; line-height: 70px; }

    /* 子页面导航 */
    .child-nav-ul{ display: flex; overflow-y: hidden ; }
    .child-nav-ul li{ margin-right: 40px; line-height: 65px; display: inline-block; }

    /* banner */
    .banner-video{ height: auto; }

    /* 子界面banner */
    .child-banner{ padding-top: 0; }
    .child-banner-cover{ position: relative; width: 100%; }
    .child-banner-content h4{ font-size: 50px; line-height: 50px; }
    .child-banner-content p{ font-size: 18px; line-height: 30px; }

    /* 关于我们 - 企业文化 */
    .culture{ margin-top: 60px; }
    .culture-flex{ display: flex; flex-wrap: wrap; flex-direction: row; align-items: flex-start; justify-content: space-between; }
    .culture-text{ width: calc(100% - 280px); }
    .culture-text p{ font-size: 20px; margin: 10px 0; line-height: 40px; }
    .culture-cover{ margin-top: 40px;}

    /* K线 */
    .k-canvas{ padding-top: 40px; text-align: center; height: 400px; }

    /* 搜索结果 */
    .search-header{ padding: 60px 0; }
    .search-form{ width: 600px; }
}

/* 992px */
@media (min-width: 992px) {
    /* 容器 */
    .content{ width: 1070px; }
    /* 导航 */
    .navs-ul{ display: flex; }
    .navs-li{ margin-left: 30px;}
    /* 移动端导航 */
    .mobile-nav{ display: none; }
    /* banner */
    .banner-content{ width: 1070px; left: 50%; margin-left: -535px; height: 70%; z-index: 1; padding: 0; }
    .banner-title{ font-size: 70px; line-height: 80px; }
    .banner-subtitle{ line-height: 34px; font-size: 18px; }
    .banner-href{ width: 200px; line-height: 55px; font-size: 20px; }

    /* 主营业务 */
    .business-index-text{ padding: 0 75px; font-size: 18px; line-height: 32px; }
    .business-index-main{ padding: 20px 30px; text-align: center; padding: 40px 50px;}
    .business-index-title{ font-size: 28px; line-height: 45px; }

    .personnel-flex{ margin: 0 -20px; }
    .personnel-flex-item{  width: calc(33.33% - 40px); margin: 20px;}

    /* 主营业务移动端滑块 */
    .business-swiper{ overflow: hidden; display: none; }

    /* 导航栏搜索 */
    .navs-search.search-form{ top: 65px;}

    /* 首页快捷入口 */
    .converge{ display: flex; flex-direction: row; }
    .converge-item{ width: 33.33%; padding-top: 33.33%; background-size: 100% 100%;}
    .converge-item:nth-child(2){ border-left: solid 1px white; border-right: solid 1px white; }
    .converge-block-icon{ width: 110px; margin-bottom: 30px;}
    .converge-block-title{ font-size: 28px; line-height: 50px; font-weight: 450;  }
    .converge-block-text{ font-size: 18px; line-height: 40px; }
    .converge-block-a{ margin-top: 30px; font-size: 16px; width: 150px; }
    .converge-block-a:hover{ width: 170px; }
    .converge-item:hover{ background-size: 103% 103%; }

    /* 新闻动态 */
    .new-content{ padding: 60px 0; }
    .new-index-title{ font-size: 50px;}
    .new-index-flex.pc{ display: flex;}
    .new-index-flex-item{ box-shadow: 0 6px 8px 2px rgba(223, 223, 223, .5); width: calc(33.33% - 40px); margin: 40px 20px 0; }
    .new-index-main-title{ font-size: 20px; line-height: 33px; height: 66px; }

    /* 主营业务 */
    .business-index-flex-item{ width: calc(25% - 40px); }

    /* 主营业务 - 产业服务 */
    .hatch-swiper-item a{ padding: 20px;}

    /* 新闻动态移动端滑块 */
    .news-swiper{ overflow: hidden; display: none; }
    .news-swiper-more{ text-align: right; }

    /* footer */
    .footer{ margin-top: 50px; }
    .footer-logo{ padding: 50px 0 0; }
    .footer-logo img{ width: 180px; }
    .footer-logo img.footer-logo-navs{ display: none; }
    .footer-flex{ padding-bottom: 40px; }
    .footer-nav{ display: flex; width: 760px;}
    .footer-nav-ul{ padding-right: 30px; width: 20%; box-sizing: border-box; }
    .footer-connection{ border-left: solid 1px #979797; padding: 40px 0 40px 30px; width: 310px; }
    .footer-connection p{ line-height: 40px; font-size: 15px; }
    .footer-connection-icons{ margin-left: 0; padding-top: 20px; position: relative; right: auto; bottom: auto; }
    .footer-connection-icons img{ width: 28px; height: 28px; }
    .footer-connection-icons img.code{ width: 100px; height: 100px; }
    .footer-connection-icons-qrcode{ right: auto; width: 100px; height: 100px; }
    .footer-connection-icons-qrcode > img{ width: 100px; height: 100px; }
    .footer-copyright{ height: 90px; padding: 0 120px; margin: 0; flex-direction: row; align-items: center; justify-content: center; }
    .footer-copyright span{ padding: 0 5px; line-height: auto; }
    .footer-copyright>a{ padding: 0 20px; line-height: auto; }

    /* K线 */
    .k-canvas{ padding-top: 40px; text-align: center; height: 600px; }

    /* 返回顶部 */
    .sroll-up{ width: 50px; height: 50px; right: 50px; bottom: 10vh; }
    .sroll-up img{ width: 30px; height: 30px; margin-bottom: 3px; }

    /* 关于我们 - 张江科学城 */
    .college-info{ padding: 80px 0 }
    .college-info-title{ font-size: 50px; line-height: 70px; }
    .college-info-text{ font-size: 18px; line-height: 34px; }

    /* 关于我们 - 空间布局 */
    .college-space{  margin-bottom: 100px; padding: 50px 70px; background-color: #FBFBFB; background-image: url(../img/space_back.png); background-position: bottom right; background-size: 400px; background-repeat: no-repeat; }
    .college-space-back{ background: #FBFBFB; padding: 0; }
    .college-space-text{  font-size: 18px; line-height: 34px; }

    /* 子页面导航 */
    .child-nav-ul li{ margin-right: 50px; line-height: 75px;}

    /* 子界面banner */
    .child-banner-content{ width: 1070px; top: 35%; left: 50%; margin-left: -535px;}
    .child-banner-content h4{ font-size: 70px; line-height: 100px; }
    .child-banner-content p{ font-size: 28px; line-height: 40px; }

    /* 关于我们 - 企业文化 */
    .culture{ margin-top: 100px; margin-bottom: 100px; padding: 40px 50px 100px; background-size: cover; }
    .culture-text{ width: calc(100% - 380px); }
    .culture-text h4.culture-title{ font-size: 48px; line-height: 70px; }
    .culture-text p{ font-size: 24px; margin: 30px 0; }
    .culture-cover{ margin-right: 0; margin-top: 80px; }
    .culture-cover > img{ width: 340px; }

    /* 关于我们 - 发展历程 */
    .about-mobile-develop{ display: none; }
    .develop{ padding: 100px 0;  margin-top: 100px; }
    .develop-title{ font-size: 48px; line-height: 70px; }
    .develop-year span{ width: 60px; margin: 0 70px; }
    .develop-year span::after{ width: 30px; height: 30px; margin-left: -15px; }
    .develop-year span::before{ left: calc(50% + 15px); width: 175px; bottom: -27px; }

    .develop-content{ overflow: visible; padding: 0 30px; }

    /* 关于我们 - 愿景与使命 */
    .firm-flex{ background: #FBFBFB; margin: 0 0 100px; flex-direction: row; padding: 60px 0; }
    .firm-flex-left{ flex-direction: column; width: 350px; padding: 30px 50px; border-right: solid 1px #979797; border-bottom: none; justify-content: center; }
    .firm-flex-left img{ width: 180px; height: 100px; margin-top: 0px; }
    .firm-flex-left h4{ font-size: 32px; }
    .firm-flex-right{ padding: 30px 50px; width: calc(100% - 350px); }
    .firm-flex-right h4{ font-size: 26px; }
    .firm-flex-text{ font-size: 18px; }

    /* 关于我们 - 加入我们 */
    .about-add{ padding-top: 0; }
    .about-add img{ position: relative; height: auto;}
    .about-add-text{ width: 1070px; left: 50%; top: 0; margin-left: -535px; padding: 0; }
    .about-add-text h3{ font-size: 48px; }
    .about-add-text a{ line-height: 60px; width: 280px; margin-top: 100px; }
    .about-flex-lg{padding-top: 45%;  background-size: 100% 100%; }

    .about-flex-block{ width: 40%; padding: 30px; }
    .about-flex-block h4{ font-size: 32px; line-height: 50px; }
    .about-flex-block p{ font-size: 16px; line-height: 30px; }

    /* 投资者关系 - 社会责任 */
    .society-content{ padding: 80px 0; }
    .society-flex{ padding: 0; }
    .society-flex-item{ width: calc(50% - 40px); }
    .society-flex-cover{ margin-bottom: 30px; }
    .society-flex-title{ font-size: 30px; }
    .society-flex-text{ font-size: 18px; line-height: 35px; }

    /* 关于我们 - 董事长致辞 */
    .leader-content{ flex-direction: row; padding: 100px 0; align-items: flex-start; }
    .leader-info{ margin-bottom: 0; }
    .leader-info img{ width: 300px; }
    .leader-info h4{ margin-top: 30px; text-align: left; font-size: 36px; line-height: 40px; }
    .leader-info p{ text-align: left; font-size: 18px;  margin-top: 20px; }
    .leader-text{ width: calc(100% - 300px);  padding-left: 100px; }
    .leader-text p{ font-size: 18px; }

    /* 关于我们 - 组织架构 */
    .tissue{ padding: 80px 0 70px; }
    .tissue-title{ font-size: 48px; line-height: 70px; }
    .tissue-back{ margin-bottom: 160px; padding:49% 0 0; background-image: url('../img/pc.jpg'); background-position: center; background-size: cover; }

    /* 页面定位 */
    .child-page-flex{ padding: 20px 0; overflow-x: hidden; }

    /* 新闻中心 - 详情 */
    .news-content{ padding: 80px 40px; }
    .news-info-title{ font-size: 35px; line-height: 55px; }
    .news-info-richtext{ padding: 40px 0; font-size: 17px; }
    .news-more a{ margin: 50px 0 0; }
    .news-recent-ul li h4{ line-height: 40px; font-size: 22px; }

    /* 主营业务 - 产业投资 */
    .invest{ padding: 80px 0; }
    .invest-title{ font-size: 48px; line-height: 70px; padding: 0; }
    .invest-subtitle{ font-size: 18px; padding: 0; }
    .invest-firm-title{ margin-top: 80px; }
    .invest-firm-subtitle{ font-size: 20px; line-height: 70px; }
    .invest-firm-li-cover{ height: 200px; width: 80%; }
    .invest-firm-li-title{ font-size: 20px; margin-bottom: 20px; }
    .invest-firm-li-more{ width: 26px; height: 26px; right: 20px; }

    /* 主营业务 - 产品服务 */
    .service{ padding: 80px 0; }
    .service-title{ text-align: center;  padding: 0 0 50px; font-size: 48px; line-height: 60px; }
    .service-flex{ column-gap:20px; column-count:2; column-gap: 20px; padding: 0; }
    .service-text{ padding: 50px 40px 40px; }

    /* 主营业务 - 产业孵化 */
    .hatch{ padding: 80px 0 40px; }
    .hatch-title{ font-size: 48px; line-height: 70px; }
    .hatch-text{ font-size: 18px; margin: 0; }
    .hatch-submit{ padding: 80px 0 40px; font-size: 32px; }
    .hatch-tabs{ justify-content: space-around; }
    .hatch-tabs a{ width: auto; font-size: 18px; }
    .hatch-list{ padding-top: 40px; padding-left: 0; padding-right: 0; }
    .hatch-list::after{ left: 0; }
    .hatch-swiper-prev{ left: -60px; }
    .hatch-swiper-next{ right: -60px; }
    .hatch-swiper-prev,.hatch-swiper-next{ margin-top: 0; }

    /* 主营业务 - 产业空间 */
    .space{ padding: 80px 0; }
    .space-flex{ flex-direction: row-reverse; justify-content: flex-start; padding: 50px 0; align-items: flex-start; }
    .space-cover{ width: 400px; height: 266px; margin-top: 0; }
    .space-main{ width: calc(100% - 400px); min-height: 266px; position: relative; padding-bottom: 70px; }
    .space-more{ position: absolute; bottom: 0; margin: 0; }
    .space-title{ margin-bottom: 30px; font-size: 42px; }
    .space-text { font-size: 18px; text-align: justify; line-height: 35px; }
    .space-flex:nth-child(odd) { padding-right: 20px; }
    .space-flex:nth-child(even){ flex-direction: row; padding-left: 20px; position: relative; }
    .space-flex:nth-child(even)::after { content: " "; position: absolute; z-index: -1; width: 100vw; top: 0; left: 50%; margin-left: -50vw; background: #FBFBFB; height: 100%; }
    .space-flex:nth-child(odd) > .space-main{ padding-right: 150px; }
    .space-flex:nth-child(even) > .space-main{ padding-left: 150px; }
    .space-flex:nth-child(even)  .space-title{ text-align: right; }
    .space-flex:nth-child(even) .space-more{ right: 0; }

    /* 主营业务 - 产业空间 - 列表 */
    .new-index-flex-item.space-flex-item:hover{ box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05); }

    /* 投资者关系 - 社会责任报告 */
    .duty-title{ padding: 15px 0; }
    .duty-title-text{ line-height: 50px; font-size: 30px; }
    .duty-title-select > select{ height: 40px;  line-height: 38px; }
    .duty-list-text h4{ font-size: 20px; }

    /* 投资者关系 - IR动态 */
    .ir-title{ margin-top: 80px; }
    .ir-list { padding-bottom: 120px; }

    /* 投资者关系 - 定期报告 */
    .period-content{ padding: 80px; }
    .period-tabs a{ font-size: 18px; }
    .period-tab-content-item{ width: calc(50% - 20px); }

    /* 投资者关系 - 市场表现 */
    .k{ padding: 0 0 80px; }
    .k-info{ margin-top: 40px; }
    .k-info-title{ font-size: 35px; }
    .k-info-num h4{ font-size: 50px; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; margin-bottom: 5px; }
    .k-info-num p > span{ margin-left: 10px; color: #111; }
    .k-info-num p.k-info-upd{ font-size: 14px; }
    .k-total{ padding: 15px 40px; }
    .k-canvas img{ width: 80%; }

    /* 法律声明 */
    .law-content{ padding: 80px 40px; }

    /* 新闻动态列表 */
    .new-flex{ padding: 0; margin: 0 -20px; }
    .new-flex > .new-index-flex-item{ margin-bottom: 0; box-shadow: none; width: calc(33.33% - 40px); }

    /* 新闻中心分页 */
    .news-pages{ padding: 60px 0 100px; }
    .news-pages a{ min-width: 35px; height: 35px; line-height: 35px; padding: 0 10px; font-size: 18px; }
    .news-pages a.news-pages-item{ line-height: 33px; font-size: 16px; }

    /* 新闻中心 */
    .firm-news{ padding: 60px 0; }
    .firm-news-item{ padding: 30px 0; }
    .firm-news-cover{ width: 300px; height: 200px; }
    .firm-news-text{ width: calc( 100% - 300px ); padding-left: 50px; }
    .firm-news-title{ font-size: 24px; line-height: 40px; -webkit-line-clamp: 2; }
    .firm-news-subtitle{ line-height: 30px; height: 60px; -webkit-line-clamp: 2; }

    /* 搜索结果 */
    .search-header{ padding: 80px 0; }
    .search-length{ padding: 0; font-size: 16px; }
    .search-ul{ padding: 0; border-top: solid 1px rgba(0, 0, 0, .2); }
    .search-ul li:first-child{ border-top: none; }
    .search-ul li > h4{ font-size: 22px; line-height: 40px; }
    .search-ul li > p{ font-size: 16px; }
}

/* 1200px */
@media (min-width: 1200px) {
    /* 容器 */
    .content{ width: 1240px; }
    /* banner */
    .banner-content{ width: 1240px; margin-left: -620px; height: 65%;}
    .banner-title{ font-size: 70px; line-height: 100px;}
    .banner-subtitle{ font-size: 18px; line-height: 40px; }
    .banner-href{ width: 200px; line-height: 55px; font-size: 20px; }
    /* 导航 */
    .navs-li{ margin-left: 60px;}
    /* 首页快捷入口 */
    .converge-block-icon{ width: 170px; margin-bottom: 50px;}
    .converge-block-title{ font-size: 32px; line-height: 60px; }
    .converge-block-text{ font-size: 20px; }
    .converge-block-a{ line-height: 50px; margin-top: 50px; font-size: 18px; width: 170px; }
    .converge-block-a:hover{ width: 200px; }

    /* 新闻动态 */
    .new-content{ padding: 80px 0; }
    .new-index-title{ font-size: 60px; }

    /* footer */
    .footer-logo img{ width: 200; }
    .footer-nav{ width: 860px; }
    .footer-nav-ul{ padding-right: 40px; }
    .footer-connection{ padding: 50px 0 40px 40px; width: 380px; }

    /* 子界面banner */
    .child-banner-content{ width: 1240px; top: 38%; left: 50%; margin-left: -620px;}

    /* 关于我们 - 加入我们 */
    .about-add-text{ width: 1240px; left: 50%; top: 0; margin-left: -620px; }
}

.hide{ display: none; }