/* 首页banner */
.home-banner {
	position: relative;
	width: 100%;
	height: 960px;
}

.home-banner-item {
	position: relative;
}
.home-banner-item::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
}
.home-banner-item .text {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 7;
	color: #fff;
}

.home-banner-item .text h1 {
	position: relative;
	font-size: 60px;
	font-weight: normal;
	margin: 30px 0 20px;
	letter-spacing: 5px;
}

.home-banner-item .text h1::after {
	content: '';
	position: absolute;
	top: -28px;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #fff;
}

.home-banner-item .text h3 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
}

.home-banner .swiper-container-vertical>.swiper-pagination-bullets {
	right: 100px;
}

.home-banner .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 10px 0;
	transition: all 0.3s;
}

.home-banner .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	height: 30px;
	border-radius: 5px;
}

.home-banner-nav {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	z-index: 8;
	color: #fff;
}

.home-banner-nav .filling-box {
	width: calc((100% - 1600px) / 2);
}

.home-banner-nav .filling-box1 {
	background-color: #16191b;
	min-height: 160px;
}

.home-banner-nav .nav-item {
	width: 24%;
	min-height: 160px;
}

.home-banner-nav .nav-item:first-child {
	background-color: #16191b;
	padding: 30px 0;
	box-sizing: border-box;
}

.home-banner-nav .nav-item:first-child h4 {
	color: #999;
	font-size: 24px;
}

.home-banner-nav .nav-item:first-child h3 {
	position: relative;
	color: #fff;
	font-size: 30px;
	margin: 10px 0;
}

.home-banner-nav .nav-item:first-child h3::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	content: '';
	width: 33px;
	height: 2px;
	background-color: #fff;
}

.home-banner-nav .nav-item:nth-child(2) {
	background-color: rgba(55, 105, 174, 0.8);
}

.home-banner-nav .nav-item:nth-child(2):hover {
	background-color: rgba(55, 105, 174, 1);
}

.home-banner-nav .nav-item:nth-child(3) {
	background-color: rgba(232, 144, 31, 0.8);
}

.home-banner-nav .nav-item:nth-child(3):hover {
	background-color: rgba(232, 144, 31, 1);
}

.home-banner-nav .nav-item:nth-child(4) {
	background-color: rgba(213, 142, 64, 0.8);
}

.home-banner-nav .nav-item:nth-child(4):hover {
	background-color: rgba(213, 142, 64, 1);
}

.home-banner-nav .nav-item:nth-child(5) {
	background-color: rgba(19, 143, 161, 0.8);
}

.home-banner-nav .nav-item:nth-child(5):hover {
	background-color: rgba(19, 143, 161, 1);
}

.home-banner-nav .nav-item-all {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 0.3s;
}

.home-banner-nav .nav-item-all:hover {
	flex-direction: column;
	min-height: 260px;
}

.home-banner-nav .nav-item-all h5 {
	font-size: 24px;
	margin: 15px 0px 15px 20px;
}

.home-banner-nav .nav-item-all:hover h5 {
	margin-right: 20px;
}

.home-banner-nav .nav-item-all .go-detail {
	display: none;
	width: 25px;
	height: 23px;
	background-image: url(../images/go-detail1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}

.home-banner-nav .nav-item-all:hover .go-detail {
	display: block;
}


/* 首页关于思安信 */
.home-about {
	margin: 60px 0 80px;
}

.home-about-item {
	position: relative;
	width: calc((100% - 10px) / 3);
	height: 400px;
}

.home-about-item.text {
	padding-right: 70px;
	box-sizing: border-box;
}

.home-about-item h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #333;
}

.home-about-item .txt {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-align: justify;
}

.home-about-item .look-detail {
	display: block;
	width: 140px;
	line-height: 50px;
	text-align: center;
	background-color: var(--theme-color);
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	margin-top: 25px;
}

.home-about-item .look-detail:hover {
	background-color: var(--sub-theme-color);
}

.home-about-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 0 100px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	transition: all 0.3s;
}

.home-about-item .mask h6 {
	font-size: 16px;
	margin-top: 25px;
}

.home-about-item .mask p {
	opacity: 0;
	transition: all 0.3s;
}

.home-about-item:hover .mask {
	background: linear-gradient(0deg, #e8901f 0%, #3769ae 100%);
	opacity: 0.8;
}

.home-about-item:hover .mask p {
	opacity: 1;
	margin-top: 15px;
}

/* 关于我们 */
.about-content .box {
	margin: 95px 0 130px;
}

.about-content .box .text {
	max-width: 820px;
}

.about-content .box .text h3 {
	color: var(--theme-color);
	font-size: 26px;
	margin-bottom: 20px;
}

.about-content .box .text p {
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
}

.about-content .logo-img-box {
	width: 720px;
	background-image: url(../images/about-logo.png);
	background-size: 247px 236px;
	background-repeat: no-repeat;
	background-position: center center;
}

.about-content .logo-img-box span {
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.about-content .logo-img-box span:last-child {
	color: var(--theme-color);
}

.about-content .list {
	width: 100%;
	margin-bottom: 100px;
}

.about-content .list li {
	width: calc((100% - 100px) / 2);
	margin-right: 50px;
	overflow: hidden;
}

.about-content .list li:nth-child(3n) {
	margin-right: 0;
}

.about-content .list li img {
	transition: all 0.3s;
}

.about-content .list li:hover {
	box-shadow: #ededed 0px 0px 20px;
}

.about-content .list li:hover img {
	transform: scale(1.3);
}

/* 团队管理 */
.team-manage .top {
	margin: 80px 0 100px;
}

.team-manage .top .text {
	width: 990px;
	margin-right: 110px;
}

.team-manage .top .text .tit {
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 10px;
}

.team-manage .top .text .tit h2 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

.team-manage .top .text .tit h3 {
	font-size: 24px;
	color: var(--theme-color);
	line-height: 52px;
}

.team-manage .top .text .list {
	margin: 40px 0 0;
}

.team-manage .top .text .list li {
	position: relative;
	font-size: 18px;
	line-height: 52px;
	color: #666;
	text-indent: 12px;
	text-align: justify;
}

.team-manage .top .text .list li::before {
	position: absolute;
	left: 0;
	top: 24px;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e8901f;
}

.team-manage .top .img-box {
	width: 500px;
}

.team-manage .bottom {
	margin-bottom: 150px;
}

.team-manage .bottom .list li {
	width: calc((100% - 160px) / 3);
	margin-right: 80px;
}

.team-manage .bottom .list li:nth-child(3n) {
	margin-right: 0;
}

.team-manage .bottom .list li .img-box {
	width: 100%;
	height: 340px;
}

.team-manage .bottom .list li .text {
	padding: 0 25px;
}

.team-manage .bottom .list li .tit {
	margin: 25px 0 30px;
}

.team-manage .bottom .list li .tit h2 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.team-manage .bottom .list li .tit h3 {
	font-size: 18px;
	color: var(--theme-color);
	font-weight: bold;
	padding-bottom: 2px;
	margin-left: 10px;
}

.team-manage .bottom .list li p {
	font-size: 18px;
	color: #666;
	line-height: 34px;
	text-align: justify;
}

/* 使命愿景 */
.mission-vision .top {
	margin-top: 55px;
}

.mission-vision .top .logo {
	margin: 0 auto;
	width: 160px;
	/*height: 160px;*/
}

.mission-vision .top .tit {
	margin: 15px 0 90px;
	/* height: 40px; */
}

.mission-vision .top .tit span {
	font-size: 30px;
	color: #666;
	height: 100%;
	line-height: 40px;
}

.mission-vision .top .tit .t1 {
	color: #333;
	font-size: 30px;
	height: 100%;
	line-height: 40px;
}

.mission-vision .top .tit .t2 {
	font-size: 30px;
	color: var(--theme-color);
	height: 100%;
	line-height: 38px;
	border-bottom: 2px solid var(--theme-color);
	box-sizing: border-box;
}

.mission-vision .top .text-box .text {
	width: 900px;
}


.mission-vision .top .text-box .text h2 {
	position: relative;
	font-size: 30px;
	margin-bottom: 40px;
	padding-top: 20px;
	color: var(--theme-color);
}

.mission-vision .top .text-box .text h2::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: '';
	width: 30px;
	height: 2px;
	background-color: var(--theme-color);
}

.mission-vision .top .text-box .text .txt {
	position: relative;
}

.mission-vision .top .text-box .text .txt::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	height: 30px;
	background-color: #e5ecf5;
	z-index: -2;
}

.mission-vision .top .text-box .text .txt h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}

.mission-vision .top .text-box .img-box {
	width: 700px;
	height: 350px;
	overflow: hidden;
}

.mission-vision .top .text-box .img-box>img {
	transition: all 0.3s;
}

.mission-vision .top .text-box .img-box>img:hover {
	transform: scale(1.3);
}

.mission-vision .bottom {
	background-color: #f3f3f3;
	padding: 100px 0 130px;
}

.mission-vision .bottom .text-box {
	width: 700px;
	margin-left: 200px;
}

.mission-vision .bottom .text-box h2 {
	position: relative;
	font-size: 30px;
	margin-bottom: 40px;
	padding-top: 20px;
	color: var(--theme-color);
}

.mission-vision .bottom .text-box h2::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: '';
	width: 30px;
	height: 2px;
	background-color: var(--theme-color);
}

.mission-vision .bottom .text-box>p {
	width: 100%;
	max-height: 280px;
	overflow-y: auto;
	font-size: 20px;
	line-height: 50px;
	text-align: justify;
	padding-right: 10px;
	box-sizing: border-box;
	scrollbar-color:#3769ae #cccccc;
  scrollbar-width: thin;
}

.mission-vision .bottom .text-box>p::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #cccccc;
}

.mission-vision .bottom .text-box>p::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #3769ae;
}

.mission-vision .bottom .text-box>p::-webkit-scrollbar-thumb:hover {
	background-color: #3769ae;
}

.mission-vision-swiper {
	width: 700px;
	position: relative;
}

.mission-vision-swiper .img-box {
	overflow: hidden;
}

.mission-vision-swiper .img-box img {
	transition: all 0.3s;
	width: 100%;
	height: 100%;
}

.mission-vision-swiper .img-box:hover img {
	transform: scale(1.3);
}

.mission-vision-swiper .btn-box {
	position: absolute;
	right: -60px;
	bottom: 0;
	width: 120px;
	height: 60px;
}

.mission-vision-swiper .btn-box .btn {
	width: 60px;
	height: 60px;
	background-color: var(--theme-color);
	cursor: pointer;
	transition: all 0.3s;
	font-size: 14px;
	color: #fff;
	outline: none;
}

.mission-vision-swiper .btn-box .btn:hover {
	background-color: var(--sub-theme-color);
}

.mission-vision-swiper .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev-icon1.png);
	background-size: 12px 25px;
	top: auto;
	margin-top: 0;
}

.mission-vision-swiper .swiper-button-next {
	right: 0;
	background-image: url(../images/next-icon1.png);
	background-size: 12px 25px;
	top: auto;
	margin-top: 0;
}

/* 企业文化 */
.company-culture .title {
	font-size: 36px;
	font-weight: bold;
	color: #3769ae;
	line-height: 50px;
	text-align: center;
}

.company-culture .top {
	padding: 75px 0 115px;
}

.company-culture .top .list {
	margin-top: 80px;
	align-items: flex-start;
}

.company-culture .top .list li {
	text-align: center;
	font-size: 20px;
	color: #666;
	transition: all 0.3s;
}

.company-culture .top .list li .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background-color: #f3f3f3;
	border-radius: 50%;
	margin-bottom: 28px;
	transition: all 0.3s;
}

.company-culture .top .list li .img-box>img {
	width: 40px;
	height: 40px;
}

.company-culture .top .list li:hover .img-box .img1,
.company-culture .top .list li .img-box .img2 {
	display: none;
}



.company-culture .top .list li:hover .img-box .img2 {
	display: block;
}


.company-culture .top .list li:hover {
	color: var(--theme-color);
}

.company-culture .middle {
	width: 100%;
	/*height: 1000px;*/
	padding: 135px 0 140px;
	background-image: url(../images/company-culture-bg.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.company-culture .middle .list {
	width: 100%;
	padding-top: 90px;
}

.company-culture .middle .list li {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-top: 20px;
	height: 280px;
	background-color: rgba(0, 71, 157, 0.3);
	padding: 40px 40px 0;
	box-sizing: border-box;
	transition: all 0.3s;
}

.company-culture .middle .list li:hover {
	background-color: rgba(0, 71, 157, 1);
}

.company-culture .middle .list li:nth-child(3n) {
	margin-right: 0;
}

.company-culture .middle .list li h2 {
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.3;
	margin-bottom: 15px;
}

.company-culture .middle .list li p {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 45px;
}

.company-culture .bottom {
	width: 100%;
	padding: 115px 0 125px;
}

.company-culture .bottom .list {
	padding-top: 110px;
	width: 100%;
}

.company-culture .bottom .list li {
	width: 33.33%;
}

.company-culture .bottom .list li .img-box {
	position: relative;
	width: 100%;
	
}

.company-culture .bottom .list li .img-box::before {
	  content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 2;
		transition: all 0.3s;
}

.company-culture .bottom .list li .img-box:hover::before {
	background-color: rgba(255,255,255,0);
}

.company-culture .bottom .list li>p {
	padding: 25px 18px 0;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: justify;
}

.company-culture .bottom .list li .img-box:hover + p {
	color: var(--theme-color);
}

.company-culture .bottom .list li>p:hover {
	color: var(--theme-color);
}

/* 新闻中心 */
.news-centent {
	padding: 80px 0 120px;
}

.news-list .news-item {
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 80px;
}

.news-list .news-item:nth-child(2n) {
	margin-right: 0;
}

.news-list .news-item .img-box {
	display: block;
	width: 100%;
}

.news-list .news-item .time {
	width: 100%;
	padding: 30px 0 0;
	font-size: 18px;
	color: #666666;
}

.news-list .news-item .tit {
	display: block;
	width: 100%;
	padding: 30px 0;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.news-list .news-item .look-detail {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	padding: 25px 20px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #f3f3f3;
	transition: all 0.3s;
	background-color: #fff;
}

.news-list .news-item .look-detail:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

/* 新闻详情 */
.news-detail {
	width: 100%;
}

.news-detail-contain {
	width: 1200px;
	margin: 0 auto;
}

.news-detail .top,
.news-detail .middle,
.news-detail .bottom {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.news-detail .top {
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}

.news-detail .top .tit {
	font-size: 36px;
	font-weight: bold;
	color: #333;
}

.news-detail .top .time {
	font-size: 16px;
	color: #666;
	margin-top: 42px;
}

.news-detail .middle {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding-top: 60px;
	padding-bottom: 85px;
}

.news-detail .middle section,.news-detail .middle p {
	line-height: 36px;
	color: #666;
	margin-bottom: 20px;
	font-size: 18px;
}

.news-detail .middle img {
	/*margin: 60px auto;
	display: block;
	max-width: 1000px;*/
}

.news-detail .bottom {
	padding-top: 60px;
	padding-bottom: 220px;
}

.news-detail .bottom .go-back {
	display: block;
	width: 60px;
	height: 60px;
	background-color: var(--theme-color);
	transition: all 0.3s;
	background-image: url(../images/go-back-icon.png);
	background-repeat: no-repeat;
	background-size: 28px 22px;
	background-position: center center;
}

.news-detail .bottom .go-back:hover {
	background-color: var(--sub-theme-color);
}

.news-detail .bottom .list {
	max-width: 470px;
}

.news-detail .bottom .list li {
	line-height: 40px;
	font-size: 16px;
	color: #666;
	
}
.news-detail .bottom .list li a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-detail .bottom .list li:hover {
	color: var(--theme-color);
}

/* 发展历程 */
.develop-course .title {
	padding-top: 60px;
	font-size: 36px;
	text-align: center;
	color: var(--theme-color);
}

.develop-course .list {
	padding: 80px 0;
}

.develop-course .list li {
	position: relative;
	padding: 80px 0;
	transition: all 0.3s;
	color: #666;
}

.develop-course .list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	background-color: #f3f3f3;
	z-index: 2;
}

.develop-course .list li:hover::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/develop-course-logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	z-index: 3;
}

.develop-course .list li:hover {
	background-color: #F8F8F8;
	color: var(--theme-color);
}

.develop-course .list .year {
	width: 50%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 36px;
	color: #333;
}

.develop-course .list li:hover .year {
	color: var(--theme-color);
}

.develop-course .list .year-left {
	justify-content: flex-end;
	padding-right: 80px;
}

.develop-course .list .year-right {
	justify-content: flex-start;
	padding-left: 80px;
}

.develop-course .list .content-box {
	width: 50%;
	box-sizing: border-box;
}

.develop-course .list .content-right-box {
	padding-left: 80px;
	text-align: left;
}

.develop-course .list .content-left-box {
	padding-right: 80px;
	text-align: right;
}

.develop-course .list .img-box {
	width: 240px;
	overflow: hidden;
	border-radius: 10px;
}

.develop-course .list .text-box {
	width: calc(100% - 260px);
}

.develop-course .list .item .time {
	font-size: 24px;
	line-height: 38px;
}

.develop-course .list .item>p {
	font-size: 18px;
	line-height: 38px;
}

/* 核心技术平台 */

.technology-platform .top {
	background-color: #F4F5F9;
	background-image: url(../images/technology-platform-bg.png);
	background-size: 841px 899px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 90px;
	padding-top: 75px;
}

.technology-platform .tit1 {
	font-size: 36px;
	color: var(--theme-color);
	text-align: center;
}

.technology-platform .tit2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	padding: 40px 0 20px;
}

.technology-platform .top .tags {
	width: 100%;
	padding: 60px 95px;
	box-sizing: border-box;
}

.technology-platform .top .tags .tag {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100px;
	font-size: 20px;
	color: #666;
}

.technology-platform .top .tags .img-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.technology-platform .top .tags .img-box>img {
	width: 40px;
	height: 40px;
}

.technology-platform .top .tags .img-box .img2,
.technology-platform .top .tag:hover .img-box .img1 {
	display: none;
}

.technology-platform .top .tag:hover .img-box .img2 {
	display: block;
}

.technology-platform .top .tag:hover .img-box {
	background-color: var(--theme-color);
}

.technology-platform .top .tag:hover {
	color: var(--theme-color);
}

.technology-platform .top .list li {
	margin-bottom: 20px;
}

.technology-platform .top .list li:nth-child(2n) {
	flex-direction: row-reverse;
}

.technology-platform .top .list li .img-box {
	width: 700px;
}

.technology-platform .top .list li .text-box {
	width: calc(100% - 700px);
	background-color: #fff;
	padding: 80px 70px 20px 140px;
	box-sizing: border-box;
}

.technology-platform .top .list li .text-box .tit {
	font-size: 30px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
	/* padding-right: 190px; */
	box-sizing: border-box;
	width: 100%;
}

.technology-platform .top .list li .text-box>p {
	width: 100%;
	text-align: justify;
	padding-right: 70px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 45px;
	margin-top: 15px;
	height: 250px;
	overflow-y: auto;
	scrollbar-color:#3769ae #cccccc;
  scrollbar-width: thin;
}

.technology-platform .top .list li .text-box>p::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #cccccc;
}

.technology-platform .top .list li .text-box>p::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #3769ae;
}

.technology-platform .top .list li .text-box>p::-webkit-scrollbar-thumb:hover {
	background-color: #3769ae;
}


.technology-platform .top .tips-box {
	width: 100%;
	padding: 30px 150px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666;
	line-height: 42px;
	text-align: center;
}

.technology-platform .bottom {
	background-color: #fff;
	padding: 110px 0;
}

.technology-platform .bottom .list {
	padding-top: 40px;
}

.technology-platform .bottom .list li {
	position: relative;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.technology-platform .bottom .list li .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.technology-platform .bottom .list li .mask>p {
	position: absolute;
	bottom: 40px;
	left: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	transition: all 0.5s;
	z-index: 3;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	line-height: 30px;
	transform: translateX(-50%);
	text-align: center;
}

.technology-platform .bottom .list li:hover .mask {
	background: linear-gradient(180deg, #3769ae 0%, #14A69B 100%);
	opacity: 0.8;
}

.technology-platform .bottom .list li:hover .mask>p {
	bottom: 50%;
	transform: translate(-50%, 50%);
}

.technology-platform .bottom .list li:nth-child(3n) {
	margin-right: 0;
}

.technology-platform .bottom .tips-box {
	width: 100%;
	padding: 30px 370px 0;
	box-sizing: border-box;
	font-size: 18px;
	color: #666;
	line-height: 42px;
	text-align: center;
}

/* 战略合作 */
.cooperation {
	padding: 100px 0 120px;
}

.cooperation .top .tit1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #3769ae;
	line-height: 40px;
}

.cooperation .top .tit2 {
	width: 489px;
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	margin: 30px auto;

}

.cooperation .bottom .list {
	background-image: url(../images/cooperation-border.png);
	background-size: 100% 41px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}


.cooperation .bottom .list li {
	width: calc(25% - 40px);
	transition: all 0.3s;
	text-align: center;
	margin: 0 20px 40px;
	border-radius: 3px;

}

.cooperation .bottom .list li>img {
	display: block;
	width: 100%;
	height: 100%;
}

.cooperation .bottom .list li:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/* 发布文献 */
.literature {
	padding: 80px 0 120px;
}

.literature .list {
	padding-bottom: 50px;
}

.literature .list li {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #F3F3F3;
	transition: all 0.3s;
	margin-bottom: 20px;
}

.literature .list li .text-box {
	width: calc(100% - 180px);
	padding-right: 130px;
	box-sizing: border-box;
}

.literature .list li .text-box h3 {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 25px;
	transition: all 0.3s;
}

.literature .list li .text-box p {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.literature .list li .btn {
	width: 180px;
	background-color: #F3F3F3;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	transition: all 0.3s;
	color: #999;
	transition: all 0.3s;
	font-size: 16px;
}

.literature .list li .btn>img {
	vertical-align: middle;
	margin-left: 10px;
	width: 31px;
}

.literature .list li:hover {
	border-color: #fff;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.literature .list li:hover .text-box h3,
.literature .list li:hover .text-box p {
	color: var(--theme-color);
}

.literature .list li:hover .btn {
	color: #fff;
	background-color: var(--theme-color);
}

/* 在研产品管线 */

.product .top {
	width: 100%;
	min-height: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 350px;
	box-sizing: border-box;
}

.product .top .table {
	width: 100%;
	font-size: 16px;
}

.product .top .table .thead {
	position: relative;
	height: 80px;
}

.product .top .table .thead::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #14A69B 0%, #3769ae 100%);
	opacity: 0.6;
	z-index: 1;
}

.product .top .table .thead tr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
}

.product .top .table .tbody tr {
	height: 80px;
	color: #fff;
}

.product .top .table .tbody tr:nth-child(odd) {
	background-color: rgba(255,255,255,.3);
}

.product .top .table .tbody tr:nth-child(even) {
	background-color: rgba(255,255,255,.4);
}

.product .top .table .thead td,
.product .top .table .tbody td {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 100%;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.product .top .table .tbody td.check {
	background-image: url(../images/product-check.png);
	background-size: 24px 18px;
	background-repeat: no-repeat;
	background-position:center center;
}

.product .top .table .thead td:first-child,
.product .top .table .tbody td:first-child {
	width: 340px;
	flex-shrink: 0;
}

.product .bottom {
	background-color: #F4F5F9;
}

.product .bottom .list {
	transform: translateY(-200px);
}

.product .bottom .list li {
	margin-bottom: 130px;
	background-color: #fff;
 }

.product .bottom .list .text-box {
	width: calc(100% - 700px);
	padding: 80px 60px 0 95px;
	box-sizing: border-box;
}

.product .bottom .list .img-box {
	width: 700px;
}

.product .bottom .list li:nth-child(2n) {
	flex-direction: row-reverse;
}

.product .bottom .list li:last-child {
	margin-bottom: 0;
}

.product .bottom .list .text-box h2 {
	font-size: 30px;
	font-weight: bold;
	color:var(--theme-color);
	margin-bottom: 25px;
}

.product .bottom .list .text-box p {
	height: 219px;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	overflow: auto;
	padding-right: 35px;
	box-sizing: border-box;
	text-align: justify;
	scrollbar-color:#3769ae #cccccc;
  scrollbar-width: thin;
}

.product .bottom .list .text-box p::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #cccccc;
}

.product .bottom .list .text-box p::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #3769ae;
}

.product .bottom .list .text-box p::-webkit-scrollbar-thumb:hover {
	background-color: #3769ae;
}

/* 研发中心 */
.research-center {
	padding: 100px 0;
}

.research-center .top p {
	font-size: 24px;
	color: #666;
	line-height: 60px;
	text-align: justify;
}

.research-center .top {
	padding-bottom: 60px;
}

.research-center .bottom .list li {
  width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-top: 40px;
	overflow: hidden;
}

.research-center .bottom .list li:nth-child(3n) {
	margin-right: 0;
}

.research-center .bottom .list li>img {
	width: 100%;
	transition: all 0.3s;
}

.research-center .bottom .list li:hover>img {
	transform: scale(1.3);
}

/*联系我们  */

.connect-us {
 padding: 110px 0;
 background-color: #fff;
}

.connect-us .top {
	padding-bottom: 100px;
}

.connect-us .top .list {
	align-items: flex-start;
}

.connect-us .top .list li {
  width: 25%;
	padding: 0 50px;
	display: flex;
  flex-direction:column;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.3s;
}

.connect-us .top .list li:hover {
	transform: translateY(-20px);
}

.connect-us .top .list li>span {
	margin: 10px 0 20px;
	font-size: 18px;
	color: #666;
}

.connect-us .top .list li>p {
	margin: 0;
	font-size: 20px;
	color: #333;
	text-align: center;
	width: 100%;
}

.connect-us .map-box,
.connect-us .map {
	width: 100%;
	height: 600px;
}

.BMap_bubble_pop {
	border-radius: 0 !important;
}

.map_tit {
	color:#cc5522;
	font-size:15px;
	font-weight:bold;
	white-space:nowrap;
}

.map_txt {
	font-size: 12px;
	color: #000;
}

/* 职业发展优势 */
.advantages .top {
 padding: 75px 0;
 background-color: #fff;
}

.advantages .top h2 {
	text-align: center;
	font-size: 36px;
	color:var(--theme-color);
	padding-bottom: 30px;
}

.advantages .top p {
	text-align: center;
	width: 975px;
  margin: 0 auto;
	font-size: 18px;
	line-height: 44px;
}

.advantages .bottom {
	width: 100%;
	min-height: 680px;
	background-image: url(../images/advantages-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 680px;
	background-position: left top;
}

.advantages .bottom .list { 
	padding: 100px 0;
}

.advantages .bottom .list li {
 width: calc(50% - 10px);
 background-color: #fff;
 padding-top: 55px;
}

.advantages .bottom .list li .img-box {
	overflow: hidden;
}

.advantages .bottom .list li .img-box>img {
	transition: all 0.3s;
}

.advantages .bottom .list li:hover .img-box>img  {
 transform: scale(1.3);
}

.advantages .bottom .list li>p {
	width: calc(100% - 80px);
	height: 275px;
	box-sizing: border-box;
	font-size: 24px;
	color: #333;
	line-height: 54px;
	background-repeat: no-repeat;
	background-size: 88px 93px;
	background-position: right bottom;
	margin: 0 auto 30px;
}

.advantages .bottom .list li:nth-child(odd)>p {
	background-image: url(../images/advantages-icon1.png);
}

.advantages .bottom .list li:nth-child(even)>p {
	background-image: url(../images/advantages-icon2.png);
}

/* 工作机会 */
.chance {
	padding: 80px 0 120px;
}

.chance .top {
	padding:0 40px;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
}

.chance .top .tags {
 flex-wrap: wrap;
 padding: 40px 0 20px;
 border-bottom: 1px solid #f3f3f3;
 box-sizing: border-box;
}


.chance .top .tags .tag {
	font-size: 16px;
	color: #666;
	margin-right: 40px;
	margin-bottom: 20px;
}

.chance .top .tags .tit {
	font-size: 18px;
	color: #333;
	font-weight: bold;
 }


.chance .top .tags .tag:hover,
.chance .top .tags .tag.active {
	color: var(--theme-color)
}

.chance .top .tags .tag.tit:hover {
	color: #333;
}

.chance .middle {
	padding: 80px 0;
}

.chance .middle h2 {
	color: var(--theme-color);
	font-size: 24px;
	font-weight: bold;
}

.chance .middle .search-box .inp {
 width: 340px;
 height: 60px;
 background-color: #f3f3f3;
 padding: 10px 20px;
 box-sizing: border-box;
 margin-right: 20px;
 font-size: 14px;
 color: #333;
}

.chance .middle .search-box .inp::placeholder {
	color: #ccc;
	font-size: 14px;
}


.chance .middle .search-box .search-btn {
	width: 120px;
	height: 60px;
	background-color: var(--theme-color);
	background-image: url(../images/search-icon2.png);
	background-size: 22px 22px;
	background-position: center center;
	background-repeat: no-repeat;

}

.chance .bottom .list {
	padding-bottom: 50px;
}

.chance .bottom .list li {
 width: calc(50% - 10px);
 padding: 40px;
 box-sizing: border-box;
 border: 1px solid #f3f3f3;
 box-sizing: border-box;
 transition: all 0.3s;
 background-size: 34px 30px;
 background-repeat: no-repeat;
 background-position: calc(100% - 40px) center;
 margin-bottom: 20px;
}

.chance .bottom .list li:hover {
	border-color: var(--theme-color);
	background-image: url(../images/go-detail3.png);
	background-color:#fff;
	box-shadow: 0px 0px 30px 0px #ebebeb;
}

.chance .bottom .list li h3 {
	position: relative;
	padding-left: 15px;
	margin-bottom: 30px;
	color: #333;
	background: linear-gradient(180deg, #3769ae 0%, #e8901f 100%);
	background-size: 6px 100%;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}


.chance .bottom .list li p span {
	margin-right: 5px;
	font-size: 16px;
	color: #999;
}

.chance .bottom .list li:hover h3 {
	color: var(--theme-color);
}


.chance .bottom .list li:hover p span {
	color: var(--theme-color);
}

/* 职位详情 */
.chance-detail {
	background-color:#f3f3f3;
}

.chance-detail .contain {
	padding:100px;
	box-sizing: border-box;
}

.chance-detail .top {
	width: 100%;
	height: 180px;
	padding: 50px 40px 0;
	box-sizing: border-box;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: linear-gradient(180deg, #3769ae 0%, #3769ae 100%);
}

.chance-detail .top h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.chance-detail .list li {
	margin-right: 50px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.chance-detail .bottom {
	width: 100%;
	padding: 20px 60px 60px;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.chance-detail .bottom .go-back:hover {
	background-color:var(--sub-theme-color);
}

.chance-detail .bottom h5 {
	margin-top: 40px;
}

.chance-detail .bottom p {
	line-height: 58px;
	font-size: 16px;
	color: #666;
}

.chance-detail .bottom .info {
	margin-top: 40px;
}

.chance-detail .bottom .info p {
	line-height: 58px;
	font-size: 16px;
	color: var(--theme-color);
}

.chance-detail .bottom .go-back {
	width: 200px;
	background-color:var(--theme-color);
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	transition: all 0.3s;
	color: #fff;
	border-radius: 50px;
	margin-top: 40px;
}

/* 工作环境 */
.work-environ .top {
	padding: 75px 0 100px;
	background-color: #fff;
}

.work-environ .top .title-box h2 {
	font-size: 36px;
	font-weight: bold;
	color:var(--theme-color);
	text-align: center;
}

.work-environ .top .title-box p {
	font-size: 20px;
	color:#666;
	text-align: center;
	margin: 20px 0 30px;
}

.work-environ .top .work-box .aside {
 width: 25%;
}

.work-environ .top .work-box .aside-item {
	width: 100%;
	height: 120px;
	background-color: #f3f3f3;
	padding: 35px 60px;
	box-sizing: border-box;
	cursor: pointer;
}

.work-environ .top .work-box .aside-item h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.work-environ .top .work-box .aside-item span {
	font-size: 14px;
	color: #999;
}

.work-environ .top .work-box .aside-item .img-box {
	width: 30px;
}

.work-environ .top .work-box .aside-item.active,
.work-environ .top .work-box .aside-item:hover {
	background-color: var(--theme-color);
}

.work-environ .top .work-box .aside-item.active h3,
.work-environ .top .work-box .aside-item.active span,
.work-environ .top .work-box .aside-item:hover h3,
.work-environ .top .work-box .aside-item:hover span {
 color: #fff;
}

.work-environ .top .work-box .aside-item .img-box .img2,
.work-environ .top .work-box .aside-item:hover .img-box .img1,
.work-environ .top .work-box .aside-item.active .img-box .img1 {
	display: none;
}


.work-environ .top .work-box .aside-item:hover .img-box .img2,
.work-environ .top .work-box .aside-item.active .img-box .img2 {
	display: block;
}

.work-environ .top .work-box .work-banner {
	width: 75%;
	height: 600px;
	overflow: hidden;
}

.work-environ .top .work-box  .work-swiper {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

.work-environ .top .work-box  .work-swiper.active {
	display: block;
}

.work-environ .top .work-box .swiper-slide {
	width: 1200px;
	height: 100%;
}

.work-environ .top .work-box .work-banner .btn-box {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 60px;
}


.work-environ .top .work-box .work-banner .btn-box .btn {
	width: 60px;
	height: 60px;
	background-color: var(--theme-color);
	cursor: pointer;
	transition: all 0.3s;
	font-size: 14px;
	color: #fff;
	outline: none;
}

.work-environ .top .work-box .work-banner .btn-box .btn:hover {
	background-color: var(--sub-theme-color);
}

.work-environ .top .work-box .work-banner .btn-box .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev-icon1.png);
	background-size: 12px 25px;
	top: auto;
	margin-top: 0;
}

.work-environ .top .work-box .work-banner .btn-box .swiper-button-next {
	right: 0;
	background-image: url(../images/next-icon1.png);
	background-size: 12px 25px;
	top: auto;
	margin-top: 0;
}

.work-environ .middle {
	background-color: #f3f3f3;
	padding: 100px 0;
}

.work-environ .middle .content-box .img-box {
 width: 62.5%;
}

.work-environ .middle .content-box .text-box {
	width: 37.5%;
	padding: 100px 75px;
	background-color: #fff;
	box-sizing: border-box;
}

.work-environ .middle .content-box .text-box h2,
.work-environ .bottom .content-box .text-box h2 {
	font-size: 30px;
	color: var(--theme-color);
	font-weight: bold;
	margin-bottom: 20px;
}

.work-environ .middle .content-box .text-box p,
.work-environ .bottom .content-box .text-box p {
	width: 100%;
	font-size: 20px;
	color: #333;
	line-height: 45px;
	text-align: justify;
}

.work-environ .bottom {
	background-color: #fff;
	padding: 100px 0 110px;
}

.work-environ .bottom .text-box {
	width: calc(37.5% - 20px);
	padding: 110px 60px 0;
	margin-right: 20px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}

.work-environ .bottom .img-boxs {
	width: 62.5%;
}


.work-environ .bottom .img-box:first-child {
	width: 100%;
	margin-bottom: 20px;
}

.work-environ .bottom .img-box:last-child img {
	width: calc(50% - 10px);
	
}

.work-environ .bottom .img-box:last-child img:first-child {
	margin-right: 20px;
}

.news-detail .middle video{
	width: 100% !important;
	height: auto !important;
}