body {
	background: #F6F6F6;
}

.header {
	width: 1480px;
	margin: 0 auto;
	margin-top: 60px;
}

.header .left .font14 {
	background-color: #225da1;
	color: white;
	padding: 5px 25px;
	border-radius: 50px;
	margin-left: 25px;
	display: inline-block;
}

.header .code img {
	width: 90px;
	height: 90px;
	margin-left: 10px;
}

.header .code p {
	padding: 0 5px;
}

.index-tab {
	width: 100%;
	margin-top: 20px;
	background: linear-gradient(#ffffff, 3%, #225da1, 10%, #225da1);
}

.index-tab ul {
	width: 1480px;
	height: 50px;
	margin: 0 auto;

}

.index-tab ul li {
	width: 124px;
}

.index-tab ul li a {
	color: #FFFFFF;
	font-size: 16px;
}

.presentation {
	width: 100%;
	background-size: 100% 100%;
}

.presentation .centent {
	width: 1480px;
	margin: 0 auto;
	/* margin-top: -40px; */
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 10px 20px 5px rgba(67, 95, 127, 0.06);
	position: relative;
	z-index: 10;
	padding: 50px;
}

.presentation .title {
	font-size: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #1A1A1A;
}

.title {
	font-weight: bold;
}

.presentation .centent p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 32px;
}

#intro {
	background: url('../images/about/top.png') no-repeat top;
	background-size: 100% auto;
	padding-top: 90px;
}

#intro .intro-mark {
	background-color: rgba(0, 0, 0, .15);
	width: 760px;
	height: 270px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-top: 60px;
	border-radius: 5px;
}

#intro .intro-mark h3,
#intro .intro-mark h4 {
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 0px #00132C;
	line-height: 60px;
	font-weight: 400;
}

#intro .intro-mark h4.font15 {
	line-height: 30px;
	position: relative;
	margin-top: 40px;
}

#intro .intro-mark h4.font15::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	transform: translate(-180px, -50%);
	height: 2px;
	background-color: #FFFFFF;
	box-shadow: 2px 1px 0 0 rgba(0, 0, 0, 1);
	z-index: 99;
}

#intro .intro-mark h4.font15::before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 50px;
	transform: translate(180px, -50%);
	height: 2px;
	background-color: #FFFFFF;
	box-shadow: 2px 1px 0 0 rgba(0, 0, 0, 1);
	z-index: 99;
}

#service .title {
	font-size: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#service {
	padding: 45px 0;
	background-size: 100% 100%;
	padding-bottom: 0;
}

#service .centent {
	width: 1480px;
	margin: 0 auto;
}

#service .centent ul {
	width: 100%;
	flex-wrap: wrap;
}

#service .centent ul li {
	width: 700px;
	background-color: white;
	border-radius: 10px;
	margin-right: 78px;
	margin-bottom: 55px;
	box-shadow: 0 0 10px 5px rgb(206 206 206 / 46%);
	padding: 20px 30px 20px 20px;
}

#service .centent ul li:nth-child(2n) {
	margin-right: 0;
}

#service .centent ul li img {
	width: 278px;
	height: auto;
	border-radius: 5px;

}

#service .centent ul li .text {
	width: 60%;
	height: 100% !important;
	padding-left: 30px;
}

#service .centent ul li .text-top {
	color: #1A1A1A;
	text-align: left;
	line-height: 48px;
	font-size: 20px;
	font-family: "SH-M";
}

#service .centent ul li .text p {
	line-height: 28px;
	font-size: 16px;
	color: #323232;
}

#develop {
	width: 100%;
	height: 1000px;
	background: url('../images/about/licheng.png') no-repeat center;
	background-size: 100% 100%;
}

#develop .title {
	font-size: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

#develop .subhead {
	color: rgba(255, 255, 255, .4);
	font-size: 24px;
}

#develop .centent {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

#develop .lc {
	width: 100%;
	height: 780px;
	overflow:hidden;
}

#develop .lc .lc-wrap {
	width: 2500px;
	padding-left: 220px;
	height: 780px;
	align-items: flex-start;
	padding-bottom: 121px;
}

#develop .lc .lc-wrap .lc-item {
	width: 225px;
	height: 50%;
	color: #FFFFFF;
	position: relative;
	padding: 30px 0 100px 25px;
	border-bottom: 2px solid #FFFFFF;
	margin-right: 20px;
}
#develop .lc .lc-wrap .lc-item:nth-child(2n){
	align-self: flex-end;
	padding: 100px 0 30px 25px;
	border-top: 2px solid #FFFFFF;
	border-bottom:none;
}

#develop .lc .lc-wrap .lc-item h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400px !important;
	margin-bottom: 16px;
}
#develop .lc .lc-wrap .lc-item p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}

#develop .lc .lc-wrap .lc-item::after {
	position: absolute;
	content: '';
	left: 0;
	width: 2px;
	top: 0;
	bottom: 0;
	background-color: #FFFFFF;
}

.prismaticPic {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 110px;
	height: 110px;
	padding: 7px;
	transform:translate(-50%, 50%) rotate(45deg);
	overflow: hidden;
	background: #000;
	border-radius: 10px/ 10px 12px 10px 12px;
	background-color: #ffffff;
	z-index: 15;
}
#develop .lc .lc-wrap .lc-item:nth-child(2n) .prismaticPic{
	top:0;
	transform:translate(-50%, -50%) rotate(45deg);
}
#develop .lc .lc-wrap .lc-item:nth-child(2n) .prismaticPic >div{
	background-color: #40A9FF;
}
#develop .lc .lc-wrap .lc-item:nth-child(3n) .prismaticPic >div{
	background-color: #36CFC9;
}
.prismaticPic>div {
	width: 100%;
	height: 100%;
	padding: 7px;
	background-color: #FF9A44;
	border-radius: 10px/ 10px 12px 10px 12px;
}

.prismaticPic>div>div {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 10px/ 10px 12px 10px 12px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.prismaticPic>div>div>div {
	color: #ffffff;
	transform: rotate(-45deg);
	font-size: 30px;
}

#develop .lc .lc-wrap .lc-item::before {
	position: absolute;
	content: '';
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	transform: translate(-50%, 0);
	top: 0;
	background-color: #FFFFFF;
}
#develop .lc .lc-wrap .lc-item:nth-child(2n)::before{
	bottom:0;
	top: initial;
}
#culture {
	box-sizing: border-box;
	padding-top: 90px;
	padding-bottom: 110px;
}

#culture .title {
	font-size: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 0 12px 0;
}

#culture ul{
	width: 1480px;
}

#culture .culture-item{
	width: 480px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(67, 95, 127, 0.06);
	border-radius: 10px;
	padding-left: 20px;
}
#culture .culture-item .flex-row-center img{
	height: 100%;
}
#culture .culture-item .right{
	width: 300px;
	height: 160px;
	margin-left: 30px;
	padding: 20px 0;
}

#culture .culture-item .right .top{
	height: 20px;
	line-height: 30px;
	color: #005CA7;
	margin-bottom: 20px;
}

#honor .title {
	font-size: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 0 12px 0;
}

#honor ul {
	flex-wrap: wrap;
}

#honor ul li {
	width: 460px;
	height: 367px;
	background-color: #FFFFFF;
	padding:25px 40px 35px 40px !important;
	box-shadow: 0px 0px 10px 0px rgba(67, 95, 127, 0.06);
	margin-right: 50px;
	margin-bottom: 40px;
	border-radius: 10px;

}

#honor ul li:hover div {
	color: #FF6D00;
}

#honor ul li:nth-child(3n) {
	margin-right: 0;
}

#honor ul li >div img {
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 8px;
	right: 0;
}
#honor ul li img {
	width: 100%;
	height: 230px;
	object-fit: contain;
}

#honor ul li div {
	text-align: center;
	margin-top: 20px;
	position: relative;
	padding:0 20px;
}

#press-center {
	padding: 30px 0 110px 0;
	position: relative;
	min-height: 2202px;
}

#press-center .title {
	font-size: 44px;
	text-align: center;
	position: relative;
}

#press-center ul {
	width: 1480px;
	flex-wrap: wrap;
}
#press-center ul li{
	background-color: #FFFFFF;
	padding:30px;
	margin-top: 40px;
	border-radius: 10px;
}
#press-center ul li .left{
	padding-left: 44px;
	width: 1024px;
	height: 220px;
	position: relative;

}
#press-center ul li .left .top{
	margin-bottom: 18px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#press-center ul li .left .top span{
	position: absolute;
	left: 0;
	top: 18px;
	background-color: #FF6F06;
	font-size: 18px;
	line-height: 18px;
	min-width: 22px;
	text-align: center;
}
#press-center ul li .left .text{
	font-size: 18px;
	line-height: 28px;
	width: 100%;
	height: 120px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#press-center ul li .left .time{
	font-size: 16px;
	line-height: 24px;
	color: #979797;
}
#press-center ul li a >img{
	width: 280px;
	height: 220px;
	object-fit: cover;
    object-position: top;
}

#contact {
	padding-top: 45px;
	position: relative;
	padding-bottom: 80px;
}

#contact .title {
	font-size: 44px;
	text-align: center;
	position: relative;
	margin: 0 0 12px 0;
}

#contact .wrap ul {
	width: 1480px;
	margin: 0 auto;
	flex-wrap: wrap;
}

#contact .wrap ul .item {
	box-shadow: 0px 0px 10px 0px rgba(67, 95, 127, 0.06);
	width: 710px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 45px;
	margin-right: 60px;
	padding: 42px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

#contact .wrap ul .item:nth-child(2n) {
	margin-right: 0;
}
#contact .wrap ul .item .top{
	margin-bottom: 30px;
}
#contact .wrap ul .item .top img{
	width: 70px;
	height: 70px;
	object-fit: cover;
	margin-right: 20px;
}
#contact .item .name {
	margin: 20px 0;
}
#contact .item .text {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

#contact .item .bottom ol li {

	height: 34px;
	display: flex;
	align-items: center;
}

#contact .item .bottom ol li img {
	margin-right: 10px;
}

#contact .code {
	width: 140px;
	height: 140px;
	height: auto;
	position: absolute;
	bottom: 58px;
	right: 42px;
}
/*
.pagination {
	width: 200px;
	margin: 0 auto;
	margin-top: 40px;
}

.pagination>div {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}

.pagination>div:hover {
	color: #FFFFFF;
	background-color: #FF6D00;
	border-radius: 5px;
} */

.press-center-list >li >a{
	width: 100%;
}

.dj{
	width: 100%;
	height: 810px;
	background: url(../images/about/dj_bj.png) no-repeat center;
	background-size: 100% 100%;
}
.dj-title{
	margin: 90px 0 0 260px;
	height: 39px;
}
.dj-content{
	height: 83px;
	padding-top: 20px;
	padding-left: 260px;
	width: 84%;
	font-size: 22px;
	font-weight: 400;
	color: #3E3E3E;
	line-height: 38px;
	margin-bottom: 60px;
}

.swiper-container {
	width: 1130px;
	height: 420px;
	overflow: hidden;
}
.swiper-slide {
	width: 680px;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	border-radius: 1px;
}


.swiper-slide:before {
	position: absolute;
	content: '';
	background: #000000!important;
	z-index: 99;
	opacity: 0.5;
	width: 630px;
	height: 420px;
	top: 0;
	left: -153px;
}


.swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
	z-index: 99;
	border-radius: 1px;
	opacity: 1;
}
.swiper-slide-active:before{
	opacity: 0;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: ''!important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: ''!important;
}

.swiper-button-prev1 {
	position: absolute;
	left: 14%;
	top: 55%;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-image: url(../images/about/left.png);
	z-index: 999;
}
.swiper-button-next1 {
	position: absolute;
	right: 14%;
	top: 55%;
	width: 60px;
	height: 60px;
	background-size:60px 60px;
	background-image:url(../images/about/right.png);
	z-index: 999;
}
.swiper-slide img{
	width: 680px;
	height: 420px;
}