.indexContent {
    margin-top: 0 !important;
}
.index {
	position: relative;
}
.homeBanner {
	position: relative;
}
.swiper_big{
	width: 100%;
	height: 947px;
}
.bigPagination {
	bottom: 281px;
    left: 473px;
    width: 100%;
	color: #FFF;
	text-align: left;
}
.bigPrev,
.bigNext {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-image: none;
    cursor: pointer;
    outline: none;
	z-index: 10;
	opacity: 0;
}
.bigPrev {
	left: 30px;
}
.bigNext {
	right: 30px;
}
.swiper_big:hover .bigPrev {
	opacity: 1;
	transition: all .3s;
}
.swiper_big:hover .bigNext {
	opacity: 1;
	transition: all .3s;
}

.content_top{
	position: relative;
	overflow: hidden;
}
.content_module{
	height: 260px;
	position: absolute;
	bottom: -260px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: white;
}
.myanimate{
	animation:myanimate 1s;
	-moz-animation:myanimate 1s; /* Firefox */
	-webkit-animation:myanimate 1s; /* Safari and Chrome */
	-o-animation:myanimate 1s; /* Opera */
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
}
@keyframes myanimate {
	from{bottom: -260px;}
	to {bottom: 0;}
}
@-webkit-keyframes myanimate { /* Safari 和 Chrome */
	from{bottom: -280px;}
	to {bottom: 0;}
}
@-moz-keyframes myanimate {/* Firefox */
	from{bottom: -260px;}
	to {bottom: 0;}
}
@-o-keyframes myanimate { /* Opera */
	from{bottom: -260px;}
	to {bottom: 0;}
}
.content_module_box {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-content: center;
	position: relative;
}
.content_module .module_left{
	padding-left: 360px;
	position: absolute;
	right: 715px;
	width: 845px;
	height: 260px;
	background: #fff;
}
.content_module .module_line{
	position: absolute;
	right: 714px;
	margin-top: 27px;
    width: 1px;
    height: 207px;
    border: 1px dashed rgba(217,217,217,1);
}
.content_module .module_right{
	position: absolute;
	right: 0;
	padding-left: 43px;
	width: 714px;
	height: 260px;
	background: #fff;
	color: #535353;
}
.content_module .module_title{
	font-weight: bold;
	color: #003364;
	font-size: 16px;
	margin: 24px 0 11px 0;
}
.content_module .module_desc{
	color: #535353;
	margin: 24px 37px 47px 0;
	line-height: 24px;
	height: 95px;
	overflow: hidden;
}
.content_module .read_more{
	text-align: left;
	font-size: 12px;
	color: #003364;
}
.content_module .read_more>a{
	color: #003364;
}
.content_module .read_more>a:hover {
	color: #959595;
}

.module_right>div{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: space-between;
}
.module_right>div img{
	margin-top: 8px;
	display: block;
	width: 323px;
	height: 198px;
}
.content_module .code{
	text-align: left;
	color: #535353;
	font-size: 14px;
	margin-top: 20px;
}
.content_module .work{
	margin-right: 97px;
	color: #535353;
	font-size: 14px;
}
.content_module .work p{
	margin-bottom: 7px;
}
.content_module .work .work_inner span.big{
	font-size: 29px;
	color: #003364;
}


/* 中间样式 */
.content_center {
	width: 100%;
	height:432px;
	background:rgba(33,116,209,1);
	/* position: relative; */
}
.center_box {
	height: 180px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.center_left p:nth-child(1){
	font-size:22px;
	font-family:Microsoft YaHei;
	color:rgba(255,255,255,1);
}
.center_left p:nth-child(2){
	margin-top: 20px;
	font-size:35px;
	font-family:Microsoft YaHei;
	color:rgba(255,255,255,1);
	opacity:0.2;
}
.center_right {
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.center_right>div {
	margin:0 30px;
	cursor: pointer;
}
.center_right>div img{
	width: 50px;
	height: auto;
	margin: auto;
	display: block;
}
.center_right>div img.hoverImg {
	display: none;
}
.center_right>div.selected .hoverImg{
	display: block;
}
.center_right>div.selected .curImg {
	display: none;
}
.center_right>div p{
	margin-top: 10px;
	font-size:14px;
	font-family:Microsoft YaHei;
	color:rgba(255,255,255,1);
}
.center_bot_box {
	display: flex;
	display: -webkit-flex;
	z-index: 10;
	position: relative;
}
.center_bot_right {
	position: absolute;
	right: 0;
}
.center_bot_left {
	width:809px;
	height:460px;
	position: absolute;
	right: 750px;
}
.center_bot_one {
	opacity: 0;
	display: none;
	width:751px;
	height:460px;
	background:linear-gradient(135deg,rgba(231,243,255,1),rgba(160,211,255,1),rgba(127,196,255,1));
	background: -webkit-linear-gradient(135deg,rgba(231,243,255,1),rgba(160,211,255,1),rgba(127,196,255,1));
	padding: 118px 180px 0 79px;
}
.center_bot_one p:nth-child(1){
	font-size:30px;
	font-family:Microsoft YaHei;
	color:rgba(0,51,100,1);
}
.center_bot_one p:nth-child(2){
	font-size:24px;
	font-family:Microsoft YaHei;
	color:rgba(83,83,83,1);
}
.center_bot_one>div{
	margin-top: 45px;
	font-size:14px;
	font-family:Microsoft YaHei;
	color:rgba(83,83,83,1);
	line-height:27px;
}
.center_bot_one.active1 {
	display: inline-block;
	opacity: 1;
}
.prevBtn {
	position: absolute;
	right: 54px;
	bottom: 0;
	width:54px;
	height:54px;
	background:rgba(46,46,46,1);
	z-index: 11;
	color: #fff;
	text-align: center;
	line-height: 54px;
	transform: rotate(180deg);
	cursor: pointer;
	outline: none;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.nextBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	width:54px;
	height:54px;
	background:rgb(114, 114, 114);
	z-index: 11;
	color: #fff;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	outline:none;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.center_swiper .swiper-slide {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
} 
.slide_left {
	width:809px;
	height:460px;
}
.slide_left img{
	width: 100%;
	height: 100%;
}
.slide_right {
	width:751px;
	height:460px;
	background:linear-gradient(135deg,rgba(231,243,255,1),rgba(160,211,255,1),rgba(127,196,255,1));
	background: -webkit-linear-gradient(135deg,rgba(231,243,255,1),rgba(160,211,255,1),rgba(127,196,255,1));
	padding: 118px 180px 0 79px;
}
.slide_right p:nth-child(1){
	font-size:30px;
	font-family:Microsoft YaHei;
	color:rgba(0,51,100,1);
}
.slide_right p:nth-child(2){
	font-size:24px;
	font-family:Microsoft YaHei;
	color:rgba(83,83,83,1);
}
.slide_right>div{
	margin-top: 45px;
	font-size:14px;
	font-family:Microsoft YaHei;
	color:rgba(83,83,83,1);
	line-height:27px;
}
.content_bottom {
	margin-top: 212px;
	margin-bottom: 71px;
}
.bottomBox {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
}
.bottom_left {
	width:449px;
	height:264px;
	margin-right: 4px;
}
.bottom_right{
	margin: 0 !important;
	width:747px;
	height:264px;
	background:rgba(237,244,251,1);
}
.slide_bottom {
	padding: 40px 76px;
}
.slide_bottom>a div:nth-child(1){
	font-size:20px;
	font-family:Microsoft YaHei;
	color:rgba(51,51,51,1);
}
.slide_bottom>a div:nth-child(1):hover {
	color: #003364;
}
.slide_bottom>a div:nth-child(2){
	margin: 15px 0 20px 0;
	font-size:20px;
	font-family:Microsoft YaHei;
	color:rgba(83,83,83,1);
	line-height:27px;
}
.slide_bottom>a div:nth-child(3){
	font-size:14px;
	font-family:Microsoft YaHei;
	color:rgba(83,83,83,1);
	line-height:27px;
}
.pagination1 {
	text-align: right;
	position: absolute;
	padding-right: 27px;
	bottom: 15px;
}
.pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:24px;
	height:7px;
	background:rgba(0,51,100,1);
}
.pagination1 .swiper-pagination-bullet {
	width:24px;
	height:7px;
	background:rgba(0,51,100,0.3);
	border-radius: 0;
}