.fadeup {
	animation: fadeup 1s forwards;
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(-60px);
	}
}

@keyframes toright {
	0% {
		transform: translateX(-30px);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes m-flash {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

body {
	background: #fbfcfd;
}

h1 {
	margin: 0;
}

.index-main {
	overflow: hidden;
}

.index-main div {
	box-sizing: border-box;
}

.index-main .banner {
	height: 615px;
	width: 100%;
	background: url("../img/index-banner.jpg") center center no-repeat;
	background-size: auto 615px;
	overflow: hidden;
}

.index-main .banner .text {
	text-align: center;
	font-size: 35px;
	color: white;
	margin-top: 340px;
}

.index-main .more div {
	float: right;
	overflow: hidden;
}

.index-main i.toright {
	animation: toright 0.5s 1;
}

.index-main .nav-box {
	position: relative;
	height: 666px;
	background: rgba(242, 244, 247, 0.4);
}

.index-main .nav-box .nav-container {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	height: 140px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	margin-top: -75px;
	padding: 30px 0;
}

.index-main .nav-box .nav-container li,
.index-main .nav-box .nav-container ul {
	height: 80px;
}

.index-main .nav-box .nav-container li {
	width: calc(25% - 1px);
	width: -webkit-calc(25% - 1px);
	width: -moz-calc(25% - 1px);
	float: left;
	text-align: center;
	line-height: 80px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position: relative;
}

.index-main .nav-box .nav-container li .icon {
	font-size: 50px;
	position: relative;
	top: 1px;
	right: 50px;
}

.index-main .nav-box .nav-container li span {
	display: inline;
	right: 85px;
}

.index-main .nav-box .nav-container li .icon-rongyu {
	top: -2px;
}

.index-main .nav-box .nav-container li .icon-huiyuanfazhanqushi {
	top: 4px;
}

.index-main .nav-box .nav-container li span {
	position: absolute;
}

.index-main .nav-box .nav-container li.i-active {
	color: #4470da;
}

.index-main .nav-box .nav-container li:hover {
	color: #4470da;
}

.index-main .nav-box .nav-container li:nth-last-of-type(1) {
	border-right: none;
}

.index-main .nav-box .tab-container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 130px;
}

.index-main .nav-box .tab_panes {
	height: 435px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: none;
}

.index-main .nav-box .tab_pane2 {
	border: 3px solid #4470da;
	position: relative;
}

.index-main .nav-box .tab_pane2 .text-pane2 {
	width: 700px;
	height: 100%;
	float: right;
	padding: 100px 130px 100px 60px;
}

.index-main .nav-box .tab_pane2 .text-pane2 h1 {
	font-weight: normal;
	font-size: 30px;
	color: #4470da;
}

.index-main .nav-box .tab_pane2 .text-pane2 h1 span {
	font-size: 17px;
	margin-left: 30px;
}

.index-main .nav-box .tab_pane2 .text-pane2 p {
	margin-top: 30px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
}

.index-main .nav-box .tab_pane2 .img-pane2 {
	position: absolute;
	left: 50px;
	top: -56px;
}

.index-main .nav-box .tab_pane3 {
	overflow: hidden;
}

.index-main .nav-box .tab_pane3 .img-pane3 {
	position: absolute;
	margin-top: 50px;
	margin-left: 50px;
}

.index-main .nav-box .tab_pane3 .img-pane3 .border-container {
	width: 474px;
	height: 338px;
	border: 2px solid #4470da;
}

.index-main .nav-box .tab_pane3 .img-pane3 .border-container img {
	position: absolute;
	left: -50px;
	top: -50px;
}

.index-main .nav-box .tab_pane3 .text-pane3 {
	float: right;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container h1 {
	font-size: 30px;
	font-weight: normal;
	color: #4470da;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container ul {
	padding-top: 5px;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container ul li {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 30px;
	list-style-image: url("../img/list-style.png");
}

.index-main .nav-box .tab_pane4 {
	position: relative;
	height: 500px;
}

.index-main .nav-box .tab_pane4 .text-pane4 .line {
	width: 55px;
	height: 3px;
	background: #4470da;
}

.index-main .nav-box .tab_pane4 .text-pane4 h1 {
	font-size: 30px;
	color: #4470da;
	font-weight: normal;
}

.index-main .nav-box .tab_pane4 .on-the-way {
	width: 100%;
	height: 350px;
	position: absolute;
	background: url("../img/on-the-way.png") left center no-repeat;
	left: 0;
	top: 5px;
	z-index: 2;
}

.index-main .nav-box .tab_pane4 .intro ul {
	position: absolute;
	width: 380px;
	display: none;
}

.index-main .nav-box .tab_pane4 .intro ul li {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	list-style-image: url("../img/list-style.png");
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(1) {
	left: 10px;
	top: 380px;
	width: 270px;
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(2) {
	left: 280px;
	top: 355px;
	width: 270px;
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(3) {
	left: 540px;
	top: 305px;
	width: 270px;
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(4) {
	left: 825px;
	top: 200px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point ul li {
	width: 80px;
	height: 100px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.index-main .nav-box .tab_pane4 .tab-nav-point ul li span {
	width: 14px;
	height: 14px;
	background: #4470da;
	border-radius: 50%;
	position: absolute;
	left: 25px;
	top: 40px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(1) {
	left: 0;
	top: 262px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(1) span {
	left: 25px;
	top: 43px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(2) {
	left: 283px;
	top: 244px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(3) {
	left: 561px;
	top: 184px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(4) {
	left: 849px;
	top: 79px;
}

.index-main .nav-box .tab_pane4 .tab-nav ul li {
	width: 20px;
	height: 20px;
	background: #b6cbf4;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	cursor: pointer;
	opacity: 0;
}

.index-main .nav-box .tab_pane4 .tab-nav ul li span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #4470da;
	margin: 3px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(1) {
	left: 22px;
	top: 302px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(2) {
	left: 305px;
	top: 280px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(3) {
	left: 583px;
	top: 221px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(4) {
	left: 871px;
	top: 116px;
}

.index-main .nav-box .tab_pane4 .tab-nav li.m-flash {
	animation: m-flash 1s alternate infinite;
	opacity: 1;
}

.index-main .nav-box .img-container {
	position: relative;
	float: left;
	overflow: hidden;
	height: 500px;
	width: 700px;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

.index-main .nav-box .img-container .img-bg {
	position: absolute;
	z-index: 0;
	height: 332px;
	width: 509px;
	background: url("../img/main-bg.png") center center no-repeat;
}

.index-main .nav-box .img-container .img-main {
	position: absolute;
	left: 28px;
	top: 28px;
	z-index: 1;
	height: 422px;
	width: 619px;
	background: url("../img/img-main.png") center center no-repeat;
}

.index-main .nav-box .text-container {
	float: left;
	padding-top: 40px;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

.index-main .nav-box .text-container .line {
	width: 55px;
	height: 3px;
	background: #4470da;
}

.index-main .nav-box .text-container .title {
	width: 319px;
	height: 102px;
	background: url("../img/title-bg.png") center center no-repeat;
	font-size: 30px;
	color: #4470da;
	line-height: 65px;
}

.index-main .nav-box .text-container .content {
	width: 490px;
	font-size: 14px;
	color: #808080;
	padding-top: 40px;
}

.index-main .nav-box .text-container .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 35px;
	margin-top: 40px;
	padding: 0 15px;
	cursor: pointer;
}

.index-main .nav-box .text-container .more i {
	float: right;
}

.index-main .nav-box .text-container .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .nav-box .text-container .more:hover .icon-anniu {
	color: #4470da;
}

.index-main .main-business {
	width: 1200px;
	margin: 0 auto;
	/* padding-bottom: 60px; */
}

.index-main .main-business .main-business-title {
	height: 170px;
	line-height: 170px;
	font-size: 26px;
	color: #4470da;
	overflow: hidden;
}

.index-main .main-business .main-business-title .line {
	width: 55px;
	height: 3px;
	background: #4470da;
	margin-top: 60px;
}

.index-main .main-business .main-business-title .text {
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #4470da;
	font-size: 30px;
	background: url("../img/Core-Business.png") 140px center no-repeat;
}

.index-main .main-business .main-business-content {
	overflow: hidden;
}

.index-main .main-business .main-business-content ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 40px;
}

.index-main .main-business .main-business-content ul li {
	width: 33.33%;
	float: left;
	margin-top: 30px;
	opacity: 0;
	transform: translateY(10px);
}

.index-main .main-business .main-business-content ul li:nth-of-type(3n+2) {
	animation-delay: 0.4s;
}

.index-main .main-business .main-business-content ul li:nth-of-type(3n+3) {
	animation-delay: 0.8s;
}

.index-main .main-business .main-business-content ul li .cards {
	margin: 0 auto;
}

.index-main .main-business .main-business-content .cards {
	transition: all 0.5s;
	width: 378px;
	padding: 10px;
	position: relative;
	bottom: 0;
}

.index-main .main-business .main-business-content .cards h1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.7);
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}

.index-main .main-business .main-business-content .cards h1 div {
	float: right;
	overflow: hidden;
}

.index-main .main-business .main-business-content .cards h1 div i {
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
}

.index-main .main-business .main-business-content .cards h1:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #3C3C3C;
	margin-top: 50px;
	transition: 1s;
}

.index-main .main-business .main-business-content .cards p {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #919191;
	line-height: 22px;
	height: 80px;
	box-sizing: border-box;
}

.index-main .main-business .main-business-content .cards:hover {
	box-shadow: 1px 4px 10px 2px #CCC;
	bottom: 10px;
}

.index-main .main-business .main-business-content .cards:hover h1:before {
	width: 360px;
}

.index-main .main-business .main-business-content .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 15px;
	cursor: pointer;
	opacity: 0;
	transform: translateY(40px);
}

.index-main .main-business .main-business-content .more i {
	float: right;
}

.index-main .main-business .main-business-content .more.fadeup {
	animation: fadeup 1s 1s forwards;
}

.index-main .main-business .main-business-content .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .science-product {
	width: 100%;
	height: 572px;
	background: #f4f6f9;
	overflow: hidden;
}

.index-main .science-product .swiper-container {
	height: 100%;
}

.index-main .science-product .science-product-wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.index-main .science-product .swiper-slide {
	overflow: hidden;
}

.index-main .science-product .swiper-pagination {
	left: 400px;
	bottom: 40px;
	overflow: hidden;
	position: absolute;
}

.index-main .science-product .fix-logo {
	position: absolute;
	left: 0;
	top: 115px;
	z-index: 99;
}
.index-main .swiper-pagination-switch{
	float: left;
	width: 8px;
	height: 8px;
	background: black;
	opacity: 0.2;
	border-radius: 50%;
	margin-left: 8px;
	cursor: pointer;
}
.index-main .swiper-active-switch{
	background: #007aff;
	opacity: 1;
}
.index-main .science-product .left-content {
	display: inline-block;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.index-main .science-product .left-content .line {
	width: 55px;
	height: 3px;
	background: #4470da;
	margin-top: 55px;
}

.index-main .science-product .left-content .text {
	width: 100%;
	color: #4470da;
	font-size: 30px;
	line-height: 60px;
}

.index-main .science-product .left-content .logo {
	margin-top: 130px;
}

.index-main .science-product .left-content .logo img {
	height: 30px;
}

.index-main .science-product .left-content p {
	width: 370px;
	color: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	padding-bottom: 35px;
}

.index-main .science-product .left-content .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 35px;
	padding: 0 15px;
	cursor: pointer;
}

.index-main .science-product .left-content .more i {
	float: right;
}

.index-main .science-product .left-content .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .science-product .right-content {
	position: absolute;
	top: 0;
	left: 473px;
	z-index: 3;
	height: 100%;
	overflow: hidden;
}

.index-main .science-product .right-content img {
	height: 100%;
}

.index-main .company-activity {
	width: 1200px;
	height: 620px;
	margin: 0 auto;
}

.index-main .company-activity .company-activity-title {
	height: 170px;
	line-height: 170px;
	font-size: 26px;
	color: #4470da;
	overflow: hidden;
}

.index-main .company-activity .company-activity-title .line {
	width: 55px;
	height: 3px;
	background: #4470da;
	margin-top: 60px;
}

.index-main .company-activity .company-activity-title .text {
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #4470da;
	font-size: 30px;
	background: url("../img/Group-activities.png") 140px center no-repeat;
}

.index-main .company-activity .company-activity-content ul {
	overflow: hidden;
}

.index-main .company-activity .company-activity-content ul li {
	width: 33.3333%;
	height: 280px;
	float: left;
}

.index-main .company-activity .company-activity-content .cards {
	width: 393px;
	height: 100%;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}

.index-main .company-activity .company-activity-content .cards .img {
	width: 100%;
}

.index-main .company-activity .company-activity-content .cards h1 {
	position: absolute;
	bottom: -45px;
	margin: 0;
	font-size: 14px;
	color: white;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(54, 111, 226, 0.8);
	padding: 0 10px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.index-main .company-activity .company-activity-content .cards:hover h1 {
	bottom: 0;
}

.index-main .company-activity .company-activity-content .new-cards {
	width: 370px;
	margin: 0 auto;
	height: 280px;
}

.index-main .company-activity .company-activity-content .new-cards:hover .news-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.index-main .company-activity .company-activity-content .img-container {
	height: 120px;
	position: relative;
	width: 370px;
	margin: 0 auto;
}

.index-main .company-activity .company-activity-content .img-container .date {
	width: 102px;
	height: 100%;
	display: inline-block;
	background: #366fe2;
	position: absolute;
	z-index: 3;
	padding: 27px 5px 5px;
}

.index-main .company-activity .company-activity-content .img-container .date h1 {
	font-size: 28px;
	color: white;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.index-main .company-activity .company-activity-content .img-container .date span {
	font-size: 17px;
	color: white;
	line-height: 30px;
}

.index-main .company-activity .company-activity-content .img-container .date-img {
	position: absolute;
	height: 120px;
	right: 0;
	top: 0;
}

.index-main .company-activity .company-activity-content .img-container .date-img img {
	height: 120px;
	min-width: 295px;
}

.index-main .company-activity .company-activity-content .news-content {
	width: 370px;
	height: 160px;
	padding: 0 10px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.6);
	transition: 0.5s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.index-main .company-activity .company-activity-content .news-content p {
	font-size: 20px;
	line-height: 55px;
	padding-top: 10px;
}

.index-main .company-activity .company-activity-content .news-content span {
	display: block;
	max-height: 80px;
	overflow: hidden;
}

.index-main .company-activity .company-activity-content .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 55px auto 0;
	line-height: 35px;
	padding: 0 15px;
	cursor: pointer;
}

.index-main .company-activity .company-activity-content .more i {
	float: right;
}

.index-main .company-activity .company-activity-content .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .distribute {
	height: 700px;
	background: url("../img/distribute-bg.png") center center no-repeat;
}

.index-main .distribute .distribute-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.index-main .distribute .nav {
	margin-top: 45px;
	overflow: hidden;
	padding-top: 3px;
	position: relative;
}

.index-main .distribute .nav li {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 5px;
	float: left;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 26px;
}

.index-main .distribute .nav li:nth-of-type(1) {
	color: white;
}

.index-main .distribute .nav .border {
	width: 114px;
	height: 3px;
	background: white;
	position: absolute;
	top: 1px;
	left: 0;
	transition: 0.5s;
}

.index-main .distribute .des-active .border {
	left: 114px;
}

.index-main .distribute .map img {
	margin: 0 auto;
}

.index-main .distribute .map:nth-of-type(2) {
	display: none;
}

.index-main .distribute .nav-bottom {
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -45px;
}

.index-main .distribute .nav-bottom li {
	width: 45px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	float: left;
	cursor: pointer;
}

.index-main .distribute .nav-bottom li.bot-active {
	background: white;
}

.index-main .distribute .nav-bottom li:nth-of-type(1) {
	margin-right: 10px;
}


/*# sourceMappingURL=main.css.map */
