

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUp {
	animation-name: fadeInUp
}
.banner{
	position: relative;
}
.banner img{
	vertical-align: middle;
}
.banner .name{
	position: absolute;
	left: 10%;
	top: 40%;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	padding-left: 30px;
}
.banner .name::after{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #ddd;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.banner .name::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #4169e2;
	top: 0;
	left: 10px;
	transform: rotate(20deg);
}
.banner .nav_main{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	padding: 0 5%;
	height: 60px;
	background-color: #FFFFFFF2;
}
.banner .nav_main .list{
	margin: 0 30px;
	height: 60px;
	display: flex;
	align-items: center;
}
.banner .nav_main .list.ons{
	border-bottom: 3px solid #4169e2;
}
.banner .nav_main .list a{
	font-size: 14px;
	color: #000;
	transition: all 0.5s;
}
.banner .nav_main .list.ons a{
	color: #4169e2;
}
.banner .nav_main .list:hover a{
	color: #4169e2;
}
.main{
	padding: 0 8%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.user{
	padding-top: 80px;
	padding-bottom: 80px;
}
.user .text_main{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.user .text_main .left{
	width: 46%;
}
.user .text_main .left .titles{
	font-size:38px;
}
.user .text_main .left .ttext{
	font-size:18px;
}
.user .text_main .left .img{
	height: 480px;
	margin-top: 40px;
}
.user .text_main .left .img img{
	width: 100%;
	height: 100%;
}
.user .text_main .right{
	width: 50%;
}
.user .text_main .right .texts{
	font-size: 16px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.user .text_main .right .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #00000016;
}
.user .text_main .right .num{
	color: #4169e2;
}
.user .text_main .right .num span{
	font-size: 52px;
}
.user .text_main .right .text{
	font-size: 14px;
}
.old{
	background-image: url("../img/about3.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.old .swiper {
	width: calc( 100% + 10%);
	height: 100%;
	margin-top: 40px;
}

.old .swiper-slide {
	width: 44%!important;
	font-size: 18px;
}
.old .swiper-slide .img{
	height: 400px;
	overflow: hidden;
}
.old .swiper-slide .img img{
	height: 100%;
	width: 100%;
	transform: scale(1);
	transition: all 0.6s;
	object-fit: cover;
}
.old .swiper-slide:hover .img img{
	transform: scale(1.1);
}
.old .swiper-slide .time{
	display: flex;
	padding: 36px 80px;
	justify-content: space-between;
}
.old .swiper-slide .time .num{
	font-size: 14px;
	display: flex;
}
.old .swiper-slide .time .num span{
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
}
.old .swiper-slide .time .texts{
	width: 60%;
	font-size: 14px;
}
.about .tabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .tabs .left{
	font-size: 36px;
	display: flex;
	align-items: flex-end;
}
.about .tabs .left .name{
	font-size: 26px;
	margin-right: 80px;
	padding-bottom: 14px;
	cursor: pointer;
}
.about .tabs .left .name.ons{
	font-size: 36px;
	border-bottom: 3px solid #FFFFFF;
}
.innovate{
	padding-top: 100px;
	background-image: url("../img/innovate_bg.jpg");
	color: #FFFFFF;
}
.innovate .tabs{
	border-bottom: 1px solid #ffffff33;
}
.innovate .tabs .more a{
	color: #FFFFFF;
}
.innovate .mains{
	margin-top: 90px;
}
.innovate .mains .num{
	color: #fff;
	font-size: 14px;
}
.innovate .mains .num span{
	font-size: 44px;
}
.innovate .mains .tit_texts{
	font-size: 14px;
}
.innovate .mains .num_main{
	display: flex;
	margin-top: 100px;
}
.innovate .mains .num_main .numlist{
	width: 25%;
	padding-left: 35px;
	padding-bottom: 50px;
	border-left: 1px solid #ffffff33;
}
.innovate .mains .num_main .numlist .ioc{
	width: 44px;
	height: 44px;
	margin: 20px;
}
.innovate .mains .num_main .numlist .text{
	font-size: 16px;
}
.innovate .mains .num_main .numlist .ioc img{
	width: 100%;
	height: 100%;
}
.innovate .mains .tit_text{
	font-size: 20px;
}
.innovate .mains .tit_texts{
	margin-top: 40px;
}
.innovate .mains .authentication_main{
	padding-bottom: 130px;
	margin-top: 180px;
	display: flex;
	justify-content: space-between;
}
.innovate .mains .authentication_main .list{
	width: 30%;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}
.innovate .mains .authentication_main .list .img{
	height: 50px;
}
.innovate .mains .authentication_main .list .img img{
	height: 50px;
}
.make{
	padding-top: 100px;
	background-image: url("../img/about5.jpg");
	color: #FFFFFF;
}
.make .tabs{
	border-bottom: 1px solid #ffffff33;
}
.make .tabs .more a{
	color: #FFFFFF;
}
.make .text{
	margin-top: 70px;
	font-size: 14px;
}
.make .mains{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.make .mains .left{
	width: 30%;
	border-right: 1px solid #ffffff1a;
}
.make .mains .left .list{
	margin-bottom: 60px;
}
.make .mains .left .list .img img{
	width: 20px;
	height: 20px;
}
.make .mains .left .list .name{
	font-size: 24px;
}
.make .mains .right{
	width: 60%;
	padding-bottom: 40px;
}
.make .mains .right .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.make .mains .right .list .num{
	color: #ffffff;
	font-size: 14px;
}
.make .mains .right .list .num span{
	font-size: 42px;
}
.make .mains .right .list .text_main{
	width: 80%;
}
.make .mains .right .list .name{
	font-size: 14px;
}
.make .mains .right .list .text{
	margin-top: 0;
	font-size: 14px;
}
.img_main .swiper {
	width: 80%;
	margin: 0 auto;
	height: 100%;
	padding: 60px 0 100px;
}
.img_main .swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/

	transition: 300ms;
	transform: scale(1);
	z-index: 2;
	position: relative;
}
.img_main{
	padding: 60px 0;
	background: url("../img/img_main_bg.jpg") no-repeat 50%;
	background-size: cover;
}
.img_main .titles{
	font-size: 32px;
	color: #333333;
	margin-bottom: 20px;
}
.img_main .swiper-slide::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #FFFFFF80;*/
}
.img_main .swiper-slide img{
	width: 100%;
}
.img_main .swiper-slide.swiper-slide-next{
	transform: scale(1.2);
	z-index: 10;
}
.img_main .swiper-slide.swiper-slide-next::after{
	display: none;
}
.img_main .swiper .swiper-pagination-bullet{
	margin: 0 10px;
	padding-top: 8px;
	border-radius: 0;
	background: none;
	position: relative;
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #4169e2;
	top: 0;
	right: 0;
	transform: rotate(20deg);
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: #4169e2;
}
.honor{
	position: relative;
}
.honor img{
	width: 100%;
}
.honor .text_main{
	position: absolute;
	top: 20%;
	height: auto;
}
.honor .text_main .titles{
	font-size: 32px;
}
.honor .text_main .texts{
	width: 20%;
	margin-top: 42px;
	font-size: 14px;
}
.culture{
	padding-top: 100px;
	padding-bottom: 100px;
}
.culture .titles{
	font-size: 32px;
}
.culture .mains{
	margin-top: 38px;
	display: flex;
	justify-content: space-between;
}
.culture .mains .list{
	width: 33%;
	display: flex;
}
.culture .mains .list .img{
	overflow: hidden;
}
.culture .mains .list .img img{
	width: 100%;
	transform: scale(1);
	transition: all 0.6s;
}
.culture .mains .list:hover .img img{
	transform: scale(1.1);
}
.culture .mains .list .text_main{
	padding: 30px 25px 20px;
}
.culture .mains .list .name{
	font-size: 30px;
}
.culture .mains .list .text{
	font-size: 22px;
}
.culture .mains .list .texts{
	margin-top: 20px;
}
.history{
	margin-top: 100px;
	margin-bottom: 100px;
}
.history .titles{
	font-size: 32px;
}
.history .mains{
	margin-top: 80px;
	position: relative;
	padding: 0 5%;
} 
.history .mains::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	margin: 0 auto;
	border-right: 6px dashed #cdcdcd;
	top: 0;
	left: 0;
	right: 0;
}
.history .mains .list{
	display: flex;
	padding: 2%;
}
.history .mains .list:nth-child(2n){
	justify-content: flex-end;
}
.history .mains .text_main{
	width: 45%;
}
.history .mains .text_main .times{
	display: flex;
	justify-content: space-between;
	
}
.history .mains .times .num{
	font-size: 12px;
	line-height: 46px;
}
.history .mains .times .num span{
	font-size: 46px;
}
.history .mains .times .texts{
	font-size: 14px;
	width: 60%;
}
.history .mains .list .img{
	margin-top: 40px;
}

.innovation{
	padding-top: 100px;
}
.innovation .titles{
	font-size: 32px;
}
.innovation .mains{
	margin-top: 40px;
}
.innovation .mains .list{
	display: flex;
	justify-content: space-between;
}
.innovation .mains .list .img{
	width: 60%;
}
.innovation .mains .list .text_main{
	width: 38%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.innovation .mains .list .text_main .text{
	font-size: 14px;
	margin-top: 50px;
}
.innovation .mains .list .text_main .num_main{
	margin-bottom: 50px;
}
.innovation .list .text_main .num_main .num{
	color: #4169e2;
}
.innovation .list .text_main .num_main .num span{
	font-size: 46px;
	line-height: 46px;
}
.innovation .mains .list .text_main .box_main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innovation .list .text_main .box_main .blist{
	width: 46%;
	padding-bottom: 20px;
	border-bottom: 1px solid #0000001a;
	margin-bottom: 20px;
}
.innovation .list .text_main .box_main .blist .num{
	font-size: 12px;
	color: #4169e2;
}
.innovation .list .text_main .box_main .blist .num span{
	font-size: 38px;
	line-height: 38px;
}
.innovation .list .text_main .box_main .blist .texts_main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
}
.innovation .list .blist .texts_main .ioc{
	width: 38px;
	height: 38px;
}
.innovation .mains .list .text_main .notes{
	text-align: right;
}
.innovation .mains .list1{
	margin-bottom: 100px;
}
.innovation .mains .list2{
	background-image: url("../img/about3.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}
.innovation .mains .list2 .text{
	margin-top: 40px;
	font-size: 14px;
}
.innovation .mains .list2 .swiper-slide{
	background-color: #FFFFFF;
}
.innovation .mains .list2 .img{
	width: 100%;
	height: 260px;
}
.innovation .mains .list2 .img img{
	width: 100%;
	height: 100%;
}
.innovation .mains .list2 .text_main{
	width: 100%;
	padding: 30px;
}
.innovation .mains .list2 .text_main .name{
	font-size: 22px;
}
.innovation .mains .list2 .text_main .text{
	margin-top: 20px;
	font-size: 14px;
}
.innovation .mains .list2 .swiper-button-prev{
	left: 3%;
}
.innovation .mains .list2 .swiper-button-next{
	right: 3%;
}
.values{
	background-color: #000;
	padding: 60px 0;
}
.values .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.values .main .left{
	width: 30%;
	color: #FFFFFF;
}
.values .main .left .titles{
	font-size: 30px;
	margin-bottom: 60px;
}
.values .main .left .list{
	border-bottom: 1px solid #ffffff1a;
	margin-bottom: 22px;
	padding-bottom: 22px;
}
.values .main .left .list .name{
	font-size: 22px;
}
.values .main .left .list .text{
	font-size: 12px;
	color: #929292;
	margin-top: 10px;
}
.values .main .left .titles img{
	width: 20px;
	height: 20px;
}
.values .main .right{
	width: 55%;
}
@media (max-width: 1200px){
	.header .left .nav .list {
		margin-right: 10px;
	}
    .history .mains {
        
        padding: 0%;
    }
    .history .mains .list {
        padding: 1%;
    }

}
@media (max-width: 910px){
	.main {
	    padding: 0 5%;
	}
	.banner{
		margin-top: 50px;
	}
	.banner .name{
		font-size: 24px;
		line-height: 24px;
		padding-left: 10px;
	}
	.banner .name::before{
		width: 2px;
		height: 12px;
		left: 6px;
	}
	.banner .name::after{
		width: 2px;
		height: 12px;
	}
	.banner .nav_main{
		/* display: none; */
		position: unset;
	}
	.banner .nav_main .list {
		margin: auto;
	}
	.user{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.user .text_main{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.user .text_main .left{
		width: 100%;
	}
	.user .text_main .right{
		width: 100%;
	}
	.user .text_main .left .titles{
		font-size: 18px;
	}
	.user .text_main .left .ttext{
		font-size: 14px;
	}
	.user .text_main .left .img{
		height: 260px;
		margin-top: 5%;
	}
	.user .text_main .right .texts{
		font-size: 14px;
        line-height: 2em;
        text-align: justify;
        margin-top: 5%;
        margin-bottom: 5%;
	}
	.user .text_main .right .num span{
		font-size: 24px;
	}
	.user .text_main .right .text{
		font-size: 12px;
	}
	.user .text_main .right .list{
		padding: 3% 0;
	}
	.about .tabs .left{
		font-size: 24px;
	}
	.old{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.old .swiper{
		width: calc(100% + 5%);
		margin-top: 5%;
	}
	.old .swiper-slide{
		width: 80%!important;
	}
	.old .swiper-slide .img{
		height: 200px;
	}
	.old .swiper-slide .time{
		flex-wrap: wrap;
		padding: 5% 4%;
	}
	.old .swiper-slide .time .num{
		width: 100%;
	}
	.old .swiper-slide .time .num span{
		font-size: 24px;
		line-height: 24px;
	}
	.old .swiper-slide .time .texts{
		width: 100%;
		font-size: 14px;
	}
	.innovate{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.about .tabs .left .name{
		font-size: 16px;
		margin-right: 10%;
		white-space: nowrap;
		padding-bottom: 6px;
	}
	.about .tabs .left .name.ons{
		font-size: 18px;
		padding-bottom: 3px;
	}
	.innovate .mains{
		margin-top: 5%;
	}
	.innovate .mains .num span{
		font-size: 30px;
	}
	.innovate .mains .tit_texts{
		margin-top: 5%;
		font-size: 14px;
	}
	.innovate .mains .num_main{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.innovate .mains .num_main .numlist{
		width: 100%;
		display: flex;
		padding-top: 5%;
		padding-left: 5%;
		padding-bottom: 5%;
		justify-content: space-between;
		align-items: center;
		border-left: none;
		border-bottom: 1px solid #ffffff33;;
	}
	.innovate .mains .num_main .numlist .ioc{
		margin-top: 0;
		width: 30px;
		height: 30px;
	}
	.innovate .mains .numlist .text{
		width: 60%;
	}
	.make{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.make .text{
		margin-top: 5%;
		font-size: 14px;
	}
	.make .mains{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.make .mains .left{
		width: 100%;
	}
	.make .mains .right{
		width: 100%;
		margin-top: 5%;
		padding-bottom: 0;
	}
	.make .mains .left .list{
		margin-bottom: 5%;
	}
	.make .mains .left .list .img img{
		width: 14px;
		height: 14px;
	}
	.make .mains .left .list .name{
		font-size: 16px;
	}
	.make .mains .right .list .num{
		font-size: 14px;
	}
	.make .mains .right .list .num span{
		font-size: 30px;
	}
	.make .mains .right .list .text , .make .mains .right .list .name{
		font-size: 14px;
	}
	.honor{
		display: none;
	}
	.culture{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.culture .titles{
		font-size: 24px;
	}
	.culture .mains{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.culture .mains .list{
		width: 49%;
	}
	.culture .mains .list{
		margin-top: 2%;
	}
	.culture .mains .list .img img{
		width: 50%;
	}
	.culture .mains .list .text_main{
		padding: 2%;
	}
	.culture .mains .list .name{
		font-size: 20px;
	}
	.culture .mains .list .text{
		font-size: 16px;
	}
	.about .culture .mains .list{
		width: 100%;
	}
	.about .values{
		padding: 5% 0;
	}
	.values .main{
		flex-wrap: wrap;
	}
	.values .main .left{
		width: 100%;
	}
	.values .main .left .titles{
		margin-bottom: 6%;
		font-size: 20px;
	}
	.values .main .left .titles img{
		width: 14px;
		height: 14px;
	}
	.values .main .left .list{
		margin-bottom: 5%;
		padding-bottom: 5%;
	}
	.values .main .left .list .name{
		font-size: 14px;
	}
	.values .main .left .list .text{
		font-size: 10px;
	}
	.values .main .right{
		width: 100%;
	}
	.history{
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.history .titles{
		font-size: 24px;
	}
	.history .mains{
		margin-top: 5%;
	}
	.history .mains::after{
		display: none;
	}
	.history .mains .list{
		margin-top: 5%;
	}
	.history .mains .text_main{
		width: 100%;
	}
	.history .mains .text_main .times{
		flex-wrap: wrap;
	}
	.history .mains .times .num{
		width: 100%;
		line-height: 24px;
	}
	.history .mains .times .num span{
		font-size: 24px;
	}
	.history .mains .times .texts{
		width: 100%;
		font-size: 12px;
	}
	.history .mains .list .img{
		margin-top: 3%;
	}
	.innovation{
		padding-top: 5%;
	}
	.innovation .titles{
		font-size: 24px;
	}
	.innovation .mains{
		margin-top: 5%;
	}
	.innovation .mains .list{
		flex-wrap: wrap;
	}
	.innovation .mains .list .img{
		width: 100%;
	}
	.innovation .mains .list .text_main{
		width: 100%;
		margin-top: 5%;
	}
	.innovation .mains .list .text_main .text{
		font-size: 12px;
		margin-top: 0;
	}
	.innovation .mains .list .text_main .num_main{
		margin-bottom: 0;
	}
	.innovation .list .text_main .num_main .num span{
		font-size: 24px;
	}
	.innovation .mains .list1{
		margin-top: 5%;
		flex-direction: column-reverse;
		margin-bottom: 5%;
	}
	.innovation .list .text_main .box_main .blist{
		width: 100%;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.innovation .list .text_main .box_main .blist .num{
		line-height: 20px;
	}
	.innovation .list .text_main .box_main .blist .num span{
		font-size: 20px;
		line-height: 20px;
	}
	.innovation .list .text_main .box_main .blist .texts_main .texts{
		font-size: 10px;
	}
	.innovation .mains .list .text_main .notes{
		font-size: 10px;
	}
	.innovation .mains .list2{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.innovation .mains .list2 .swiper-button-next , .innovation .mains .list2 .swiper-button-prev{
		display: none;
	}
	.innovation .mains .list2 .text{
		margin-top: 5%;
		font-size: 12px;
	}
	.innovation .mains .list2 .text_main{
		padding: 5%;
	}
	.innovation .mains .list2 .text_main .name{
		font-size: 14px;
	}
}