@charset "utf-8";
#bannerSlide .swiper-slide{
	position: relative;
}
#bannerSlide .swiper-slide .bannerImg{
	min-height: 400px;
}
.bannerSlide_content{
	width: 1200px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	overflow: hidden;
}
.bannerSlide_content_box{
	position: relative;
	height: 100%;
	left: 240px;
	width: 960px;
	padding: 15px;
}
.bannerSlide_content_boxList{
	position: absolute;
	bottom: 30px;
}
.bannerSlide_content_boxList a{
	display: inline-block;
	transition: all 0.5s;
}
.bannerSlide_content_boxList a:hover{
	transform: translateY(-20px);
}
/* #bannerSlide .swiper-pagination{
	text-align: center;
	width: 100%;
	z-index: 1000;
}
#bannerSlide .swiper-pagination .swiper-pagination-bullet{
	width: 25px;
	height: 5px;
	background: #FFFFFF;
	opacity: 0.4;
	border-radius: 0;
	margin: 0 5px;
	z-index: 1000;
}
#bannerSlide .swiper-pagination  .swiper-pagination-bullet-active{
	opacity: 1;
} */
.notice {
	height: 60px;
	line-height: 60px;
}
.notice .left{
	width: 4px;
	height: 16px;
	background: #1A7EEA;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.notice .text{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.notice .number{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #F41A52;
	position: relative;
	top: 2px;
	margin-right: 40px;
}
.notice_swiper{
	height: 60px;
	overflow: hidden;
	width: 570px;
	position: relative;
	top: 1px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice_swiper i{
	color: #F41A52;
}
.notice_swiper .tips{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #313131;
	border-radius: 3px;
	position: relative;
	padding: 2px;
}
.notice_swiper .tips::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left-color:#313131;
	right: -6px;
	top: 7px;
}

.hotServe{
	padding: 70px 0;
	background-color: #f0f0f8;
}
.hotServe_con{
	
}
.hotServe_con .list{
	width: 230px;
	background: #FFFFFF;
	margin-right: 12px;
	padding: 40px 0 0;
	text-align: center;
	margin-top: 50px;
	border-top: 1px solid rgba(32, 90, 238, 1);
	float: left;
}
.hotServe_con .list:nth-child(2n){
	border-top: 1px solid rgba(244, 49, 81, 1);
}
.hotServe_con .list:last-child{
	margin-right: 0;
}
.hotServe_con .list .img{
	width: 94px;
	height: 94px;
	background: #FFFFFF;
	/* border: 1px solid #DBDFF1; */
	border-radius: 50%;
	margin: auto;
}
.hotServe_con .list .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #565656;
	margin: 20px 0 10px;
}
.hotServe_con .list .border{
	width: 14px;
	height: 2px;
	background: #C5C8D7;
	margin: auto;
}
.hotServe_con .list .subTitle{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B7B7B7;
	line-height: 30px;
	padding: 0 20px;
}
.hotServe_con .list .abt{
	height: 54px;
	line-height: 54px;
	border-top: 1px solid rgba(236, 236, 237, 1);
	margin-top: 16px;
}
.hotServe_con .list .abt a{
	display: inline-block;
	width: 48%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9A9A9A;
}
.hotServe_con .list .abt a:nth-child(1){
	border-right: 1px solid rgba(236, 236, 237, 1);
}
.copyright{
	padding: 70px 0 87px;
}
.copyright_list{
	margin-top: 70px;
}
.copyright_list .li{
	width: 280px;
	height: 652px;
	border: 2px solid #F25242;
	float: left;
	margin-right: 25px;
	overflow: hidden;
	position: relative;
}
.copyright_list .li:last-child{
	margin-right: 0;
}
.copyright_list .li .li_span{
	margin-top: 30px;
	margin-left: 27px;
	padding-left: 22px;
	border-left: 3px solid rgba(240, 240, 248, 1);
	position: relative;
	
}
.copyright_list .li:nth-child(2){
	border-color: rgba(84, 144, 240, 1);
}
.copyright_list .li:nth-child(3){
	border-color: rgba(250, 154, 96, 1);
}
.copyright_list .li:nth-child(4){
	border-color: rgba(128, 100, 249, 1);
}
.copyright_list .li .li_span::after{
	content: "";
	position: absolute;
	top: 0;
	left: -3px;
	width: 4px;
	height: 17px;
	background: #F6565C;
	border-radius: 2px;
}
.copyright_list .li:nth-child(2) .li_span::after{
	background: rgba(84, 144, 240, 1);
}
.copyright_list .li:nth-child(3) .li_span::after{
	background: rgba(250, 154, 96, 1);
}
.copyright_list .li:nth-child(4) .li_span::after{
	background: rgba(128, 100, 249, 1);
}
.copyright_list .li .li_spanTitle{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #444444;
}
.copyright_list .li .li_spanLI{
	margin-top: 20px;
}
.copyright_list .li .li_spanLI .list{
	margin-bottom: 15px;
}
.copyright_list .li .li_spanLI .list a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding-right: 17px;
}
.copyright_list .li .li_spanLI .list .actveA{
	background-image: url('https://cardvideo.oiaqye7985.com/images/hots.png');
	background-repeat: no-repeat;
	background-position: right;
}
.copyright_list .li .li_spanLI .list a:last-child{
	margin-left: 30px;
}
.copyright_list .li .zhixun{
	display: block;
	width: 214px;
	height: 54px;
	background: #F6565C;
	border-radius: 5px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
	line-height: 54px;
	/* margin-top: 34px; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.copyright_list .li:nth-child(2) .zhixun{
	background: rgba(84, 144, 240, 1);
}
.copyright_list .li:nth-child(3) .zhixun{
	background: rgba(250, 154, 96, 1);
}
.copyright_list .li:nth-child(4) .zhixun{
	background: rgba(128, 100, 249, 1);
}
.finance{
	padding: 70px 0 120px;
	background-color: RGBA(240, 240, 248, 1);
}
.finance_list {
	margin-top: 70px;
}
.finance_list .li{
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
.finance_list .li .li_nav {
	width: 170px;
	height: 470px;
	background-color:  #F24845;
	border-radius: 5px 0px 0px 5px;
	position: relative;
	background-image: url('../images/finance_list_bg.png');
	background-repeat: no-repeat;
	background-position:-1px bottom ;
	background-size: 100%;
}
.finance_list .li:nth-child(2) .li_nav{
	/* background: linear-gradient(174deg, #7A5EF7, #9177FF); */
	background-color: #9177FF;
}
.finance_list .li:nth-child(3) .li_nav{
	/* background: linear-gradient(174deg, #FF921E, #F48420); */
	background-color: #F48420;
}
.finance_list .li:nth-child(4) .li_nav{
	/* background: linear-gradient(174deg, #1678FF, #1689FF); */
	background-color: #1689FF;
}
.finance_list .li .li_nav .li_navTitle{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	padding: 30px 0 0 20px;
}
.finance_list .li .li_nav .li_navTitle span{
	display: block;
	margin: 12px 0;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFB1B2;
}
.finance_list .li:nth-child(2) .li_nav .li_navTitle span{
	color: #C7B9FF;
}
.finance_list .li:nth-child(3) .li_nav .li_navTitle span{
	color: rgba(250, 182, 122, 1);
}
.finance_list .li:nth-child(4) .li_nav .li_navTitle span{
	color: rgba(116, 176, 255, 1);
}
.finance_list .li .li_nav .li_navTitle i{
	width: 12px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.2;
	display: block;
}
.finance_list .li .li_nav .li_navA .title{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 37px;
	line-height: 37px;
	margin-left: 10px;
	padding-left: 22px;
	position: relative;
}
.finance_list .li .li_nav .li_navA{
	margin-top: 25px;
}
.finance_list .li .li_nav .li_navA .actve{
	border-radius: 5px 0px 0px 5px;
	background-color: rgba(255,255,255,0.4);
}
.finance_list .li .li_nav .li_navA .actve::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	top: 0;
	background: #FFFFFF;
	bottom: 0;
	margin: auto;
	left: -10px;
}
/* .finance_list .li .li_nav .li_navA .title:hover{
	border-radius: 5px 0px 0px 5px;
	background-color: rgba(255,255,255,0.4);
}
.finance_list .li .li_nav .li_navA .title:hover::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	top: 0;
	background: #FFFFFF;
	bottom: 0;
	margin: auto;
	left: -10px;
}
.finance_list .li .li_nav .li_navA .li_navA_list:hover .list_navPosition{
	display: block;
} */
/* .finance_list .li .li_nav .li_navA .actve::after{
	content: "";
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	display: inline-block;
} */
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition{
	position: absolute;
	left: 170px;
	top: 0;
	width: 420px;
	height: 470px;
	background: #FFFFFF;
	border-radius: 0px 5px 5px 0px;
	display: none;
}
.finance_list .li .li_nav .li_navA  .li_navA_list:nth-child(1) .list_navPosition{
	display: block;
}

.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .top{
	height: 52px;
	border-bottom: 1px solid #DCDCDC;
	line-height: 52px;
}
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .top .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #343434;
	margin-left: 30px;
}
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .top a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #787878;
	margin-right: 20px;
}
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list{
	padding: 30px 30px 0;
}
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list a{
	display: inline-block;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #565656;
	width: 49%;
}
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list a i{
	font-size: 15px;
	color:rgba(240, 76, 80, 1);
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.finance_list .li:nth-child(2) .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list a i{
	color: #C7B9FF;
}
.finance_list .li:nth-child(3) .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list a i{
	color: rgba(250, 182, 122, 1);
}
.finance_list .li:nth-child(4) .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list a i{
	color: rgba(116, 176, 255, 1);
}
.finance_list .li .li_nav .li_navA  .li_navA_list .list_navPosition .list_navPosition_list .li_sub{
	margin-bottom: 40px;
}
.marketing{
	padding: 70px 0 80px;
	
}
.marketing_con{
	margin-top: 113px;
}
.marketing_con .left{
	float: left;
	width: 170px;
	height: 400px;
	background-image: url('../images/finance_list_bg.png');
	background-repeat: no-repeat;
	background-position:-1px bottom ;
	background-size: 100%;
	/* background: linear-gradient(174deg, #44C275, #40B46C); */
	background-color: #40B46C;
}
.marketing_con .left .li_navTitle{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	padding: 30px 0 0 20px;
}
.marketing_con .left .radus{
	width: 28px;
	height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-top: 72px;
	margin-left: 24px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .marketing_con .left .radus::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #fff;
}
.marketing_con .left .radus::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #fff;
	transform: rotate(-45deg);
} */
.marketing_con .left .li_navTitle span{
	display: block;
	margin: 12px 0;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #76DE9E;
}
.marketing_con .list1{
	float: left;
	width: 338px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 0px 51px 0px rgba(136, 154, 182, 0.36);
	position: relative;
}
.marketing_con .list2{
	float: left;
	width: 338px;
	height: 470px;
	background: #FFFFFF;
	box-shadow: 0px 0px 51px 0px rgba(136, 154, 182, 0.36);
	position: relative;
	left: -20px;
	top: -32px;
	z-index: 100;
}
.marketing_con .list3{
	float: left;
	width: 338px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 0px 51px 0px rgba(136, 154, 182, 0.36);
	position: relative;
	left: -20px;
}
.marketing_con .list:hover{
	z-index: 200;
}
.marketing_con .list{
	text-align: center;
	padding: 31px 0 25px;
}
.marketing_con .list .img{
	width: 60px;
	height: 59px;
	margin: auto;
	margin-bottom: 20px;
}
.marketing_con .list .title{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.marketing_con .list .subTitle{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	margin: 20px 0 30px;
}
.marketing_con .list .list_span a{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.marketing_con .list .list_span a i{
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.marketing_con .list1 .list_span a i{
	color: rgba(21, 137, 255, 1);
}
.marketing_con .list2 .list_span a i{
	color:rgba(244, 33, 92, 1);
}
.marketing_con .list3 .list_span a i{
	color: rgba(255, 156, 39, 1);
}
.marketing_con .abt{
	display: block;
	margin: auto;
	width: 147px;
	height: 31px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	line-height: 31px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
}
.marketing_cont{
	
}
.marketing_cont .left{
	float: left;
	height: 174px;
	border-left: 5px solid #F04B4F; 
	padding: 0 20px;
}
.marketing_cont .left .title{
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.marketing_cont .left .sibTitle{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #959595;
	margin-bottom: 34px;
}
.marketing_cont .left  .radus{
	width: 28px;
	height: 28px;
	border: 1px solid #F04B4F;
	border-radius: 50%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.marketing_cont .list{
	float: left;
	width: 217px;
	height: 184px;
	background: #FFFFFF;
	border: 1px solid #D9D9E2;
	text-align: center;
	margin-left: 20px;
}
.marketing_cont .list:first-child{
	margin-left: 0;
}
.marketing_cont .list .img{
	width: 41px;
	height: 39px;
	margin: auto;
	margin-top: 20px;
}
.marketing_cont .list .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #444444;
	margin: 18px 0 16px;
}
.marketing_cont .list .subTitle{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9D9D9D;
}
.marketing_cont .list .border{
	width: 46px;
	height: 7px;
	border-bottom: 2px solid #C2C2C2;
	margin: auto;
	margin-top: 24px;
	position: relative;
}
.marketing_cont .list .border::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	right: 0;
	top: 8px;
	background-color: #C2C2C2;
	transform: rotate(-45deg);
}
.realTime{
	background-color: RGBA(240, 240, 248, 1);
	padding: 70px 0;
}
.realTimeCon{
	margin-top: 66px;
}
.realTimeCon .left{
	width: 470px;
	background: #FFFFFF;
	border: 1px solid #DDDDE2;
}
.realTimeCon .right{
	width: 715px;
	background: #FFFFFF;
	border: 1px solid #DDDDE2;
}
.realTimeCon .realTimeCon_title{
	line-height: 60px;
	height: 60px;
	padding: 0 26px;
	border-bottom: 1px solid #DDDDE2;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}
.realTimeCon .realTimeCon_title a{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.realTimeCon .img{
	width: 420px;
	height: 151px;
	margin: auto;
	margin-top: 18px;
}
.realTimeCon .realTimeCon_list{
	padding: 0 25px 30px;
}
.realTimeCon .realTimeCon_list .li{
	display: block;
	padding: 20px 0;
	border-bottom: 1px dashed #DDDDE2;
	
}
.realTimeCon .realTimeCon_list .li .time{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
}
.realTimeCon .realTimeCon_list .li .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	position: relative;
}
.realTimeCon .realTimeCon_list .li .text::after{
	position: absolute;
	content: "";
	width: 33px;
	height: 2px;
	right: 0;
	top: 11px;
	background-color: rgba(32, 90, 238, 1);
}
.realTimeCon .realTimeCon_list .li .text::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	right: 0;
	top: 7px;
	background-color:rgba(32, 90, 238, 1);
	transform: rotate(45deg);
}
.realTimeCon  .img_con{
	height: 151px;
	margin-top: 18px;
}
.realTimeCon  .img_con .imgLeft{
	width: 240px;
	height: 151px;
	padding: 0 20px;
}
.realTimeCon  .img_con .imgLeft{
	float: left;
	width: 240px;
	height: 151px;
}
.realTimeCon  .text_con{
	float: left;
	width: 450px;
}
.realTimeCon  .right .text_con .text{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	margin: 14px 0;
}
.realTimeCon .abt{
	width: 92px;
	height: 29px;
	border: 1px solid #304FE8;
	display: block;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	text-align: center;
	line-height: 29px;
}
.realTimeCon  .right_time{
	width: 66px;
	height: 56px;
	background: #304FE8;
	font-size: 13px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	margin-right: 17px;
}
.realTimeCon  .right_time .max{
	font-size: 21px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
}

.purpose{
	padding: 50px 0;
	height: 200px;
	background: #205AEE;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
}
.purpose span{
	font-size: 20px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}
.purpose .text{
	margin-bottom: 10px;
}
.purpose .abt{
	display: block;
	width: 157px;
	height: 47px;
	line-height: 47px;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
}
.maptxt{
	background: rgb(0 0 0 / 53%);
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
}