/*全局样式*/
* {
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}
input{ outline:none;}
a {
	text-decoration: none;
	transition: all .2s;
	cursor:pointer;
}
a:visited{
	color:#333;
}
*:hover {
	transition: all .2s;
}
.container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
li {
	list-style: none
}
img {
	max-width: 100%;
	display: block;
}
.column{ flex-direction:column;}
.new_card{
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	padding:20px 41px 20px 31px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #B0B0B0;	
}
.new_card_time{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B0B0B0;	
}
.new_card_des{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.new_card_title{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;	
}
/*通用样式*/
.flex {
	display: flex;
}
.head_btn {
	padding: 15px 13px;
	display: flex;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
.login_btn {
	padding: 15px 46px;
	font-size: 20px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
.blue_bg {
	background: #004ea2;
	display: flex;
}
.white {
	color: #FFFFFF
}
.gray {
	color: #333333;
}
.yellow_bg {
	background: #F5C800
}
.yellow_bd {
	border: 5px solid #F5C800;
}
.tr_bd {
	border: 5px solid transparent;
}
.blue1_bd {
	border: 5px solid #BECBFB;
}
.white1_bd {
	border: 5px solid #FFF3BD;
}
.white_bd {
	border: 5px solid #fff;
}
.inblock {
	display: inline-block
}
.br28 {
	border-radius: 28px;
}
.w50 {
	width: 50%;
}
.w100 {
	width: 100%;
}
.big {
	font-size: 34px;
	font-weight: bold;
	color: #004ea2;
}
.pd80 {
	padding: 80px;
}
.pd110 {
	padding: 110px;
}
.pd100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*模块样式*/
.logo {
	display: flex;
	align-items: center;
}
.logo .logoimg {
	margin: 0;
}
.logo .logoimg img {
	height: 54px;
}
.logo .logoflex {
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0px;
}
.logo .head_btn_group {
	margin: 0;
}
.logoleft{ margin:0;}
.login_ui{ margin:0;}
/*模块样式*/
.nav.nav_flex {
	background: #FAFBFF;
	align-items: center;
}
.nav .nav_ul {
	display: flex;
	justify-content: space-between;
}
.nav .nav_ul a {
	align-items: center;
	display: flex;
	padding: 27px 0px;
	margin: 0;
	cursor: pointer;
}
.nav .nav_itme .main {
	font-weight: 400;
	color: #000000;
	font-size: 16px;
}
.nav .nav_itme .main:after {
	content: "/";
	padding: 0 2px;
}
.nav .nav_itme .sub {
	font-weight: 400;
	color: #8C8C8C;
	font-size: 16px;
}
.head_split {
	opacity: .5;
	margin-left: 5px;
	margin-right: 5px;
}
/*模块样式*/
.banner {
	position: relative
}
.banner_container {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	flex-direction: column;
}
.banner_content {
	margin: 0;
}
.banner_content .main {
	font-size: 48px;
	font-family: PangMenZhengDao;
	font-weight: 400;
	color: #004ea2;
}
.banner_content .sub {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 400;
	color: #004ea2;
}
.banner_content .des {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	opacity: 0.83;
}
.banner_content .head_btn {
	margin-top: 20px;
}
/*模块样式*/
.login_bar {
	position: relative;
}
.login_bar .login_bar_container {
	position: absolute;
	height: 100%;
	justify-content: flex-end;
	left: 50%;
	transform: translateX(-50%);
	display: flex
}
.login_bar_tool {
	width: 50%;
	align-items: center;
	justify-content: space-around;
	margin: 0;
}
.head_navf {
	width: 100%;
	position: fixed;
	z-index: 99;
	background: #fff;
	box-shadow: 0 3px 3px -3px rgb(1 31 130 / 13%);
	top:0px;
}
.head_nav {
	align-items: center;
	padding: 10px 0px;
	justify-content: space-between;
}
.nav_list a {
	padding: 0 10px;
	font-size: 16px;
	color: #43485E;
}
.login_ui a {
	padding: 0 5px;
	font-size: 16px;
	color: #43485E;
}
.nav_list a:hover, .login_ui a:hover {
	color: #2040bb;
}
.logoimg img {
	height: 60px;
}
.nav_list {
	margin-left: 60px;
}
.aicenter {
	align-items: center;
}
.childnav {
	position: fixed;
	display: none;
	top: 68px;
	left: 0;
	width: 100%;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 80px;
	box-shadow: 0 6px 9px 0 rgb(0 34 89 / 4%);
	background-color: #fff;
	z-index: 99
}
.childnav ul {
	justify-content: space-between;
}
.childnav ul a {
	padding: 0 30px 30px 0;
	display: block;
	width: 33%;
}
.childnav ul li {
	width: 100%;
	border-radius: 4px;
	color: #222;
	font-weight: 400;
	line-height: 16px;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.1);
	align-items: center;
	justify-content:space-between;
	
}
.childnav ul li img{ margin:0;}

.nav_list .icon {
	width: 24px;
	transition: all .3s;
	margin-right:30px;
	float:right;
}
.childnavicon{
	flex: 0 0 20px;
	margin: 0;
}
.child_nav_title {
	margin-bottom: 10px;
	color: #2040bb;
	font-weight: 700;
}
.child_nav_des {
	font-size: 13px;
}
.childnav ul li:hover {
	border: 1px solid #2040bb;
}
.nav_list .childnav ul li:hover .icon {
	color: #2040bb;
	opacity: 1;
	transform: translateX(5px);
}
.nav_list .childnav ul li:hover .icon path {
	fill: #2040bb !important;
}
.nav_row{ height:27px; line-height:21px;}
.nav_row .icon1 {
	width: 20px;
	transform: rotate(90deg);
	position: relative;
	top: 5px;
	transition: all .3s
}
.nav_row:hover .icon1 {
	transform: rotate(270deg);
}
.nav_row:hover .icon1 path {
	fill: #2040bb !important;
}
/*模块样式*/
.aboutus {
	padding: 0 0 10px 0px;
	background:#f7f7f7;}
.aboutus .container {
	display: flex;
	align-items: stretch;
}
.aboutus .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 35px;
	align-items: center;
}
.aboutus .title {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
}
.aboutus .title_row {
	justify-content: space-between;
}
.aboutus .title .text {
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
.aboutus .title .img {
	align-items: center;
	justify-content: flex-end;
	margin: 0;
}
.aboutus .des {
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 2;
}
.aboutus .num_list {
	justify-content: space-between;
}
.aboutus .w50 {
	display: flex;
	align-items: center;
}
.aboutus .num_item {
	font-size: 48px;
	font-family: Montserrat;
	font-weight: bold;
	color: #004ea2;
	padding: 15px 0px;
	text-align:center;
}
.aboutus .num_des {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align:center;
}

.aboutus .tab_group{ display:flex; justify-content:space-between; width:100%}

.aboutus .tab{
padding:27px 0;
background: #FFFFFF;
border-radius: 24px;
width:31%;
top:-57px;
margin:0;
position:relative;
z-index:1;
cursor:pointer;
}
.aboutus .hover1{
	display:none;
}
.tab:hover .hover1{
	display:block;
}
.tab:hover .hover{
	display:none;
}
.aboutus .tab_middle{ width:32%; background:#fff; flex:0 0 32%;}
.aboutus .tab_title{
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #464955;
text-align:center;
padding:11px 0px;
}
.news_i_cate.flex{ justify-content:space-between; width:100%;}
.aboutus .tab_des{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;
text-align:center;
}
.aboutcontent{
	padding:80px 0;
	position:relative;
	padding-top:80px;
	flex-direction:column;
}
.aboutcontent_title{
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #464955;
}
.aboutcontent_content{ position:relative; padding-top:80px; width:100%; height:100%; }
.aboutcontent_info{position:absolute; left:0px; top:0px; width:100%; height:100%; display:flex; align-items:center;}
.aboutcontent_content_img{ display:flex; justify-content:flex-end;}
.aboutcontent_content_img img{ margin:0;}
.aboutcontent_info_title{
font-size: 30px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #464955;
}
.aboutcontent_info_des{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;
padding-top:59px; padding-bottom:78px;
width:40%;
margin:0px;
line-height:36px;
}
.aboutcontent_info_more:hover{
	background: #004ea2;
	color: #fff;
}
.aboutcontent_info_more{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;
border: 1px solid #464955;
border-radius: 18px;
padding:10px 41px;
display:inline-block;
margin-bottom:55px;
cursor:pointer;
	}
.num_list_num{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #004EA2;	
}
.num_list{ display:flex;background: #FFFFFF;
border-radius: 24px; padding:67px 101px;}
.num_list_des{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;	
}
/*模块样式*/
.cate {
	background: url(../img/cate_bg.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0px;
	background-attachment: fixed;
}
.cate .title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 0px 0 30px 0;
	text-align: center
}
.cate .title .big{
	color:#F5C800;
}
.cate .cate_list .btn {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding: 14px 34px;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	border-radius: 2px;
	overflow: hidden;
}
.cate .cate_list .btn:hover {
	background: #004ea2;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.cate_list .left {
	justify-content: space-between
}
.link-button {
    flex: 0 0 auto;
    width: 50%;
}
.link-button *{
	transition:.5s all;
	color:#fff;
	margin: 0;
}
.link-button:not(:last-child) {
	border-right:1px solid #fff;
}
.link-button_tit {
    font-size: 24px;
    font-weight: bold;
	padding-bottom: 10px;
}
.link-button a {
    display: flex;
	justify-content: space-evenly;
	align-items:center;
	padding: 20px 4%;
}
.link-button_t {
	padding-right: 5%;
}
.link-button i {
    font-style: normal;
    font-size: 24px;
}
.link-button a:hover i {
    transform: translateX(10px);
}
.link-button_img {
    width: 20%;
    margin-right: 16px;
}
/*who*/
.whobtn {
	padding: 50px 100px;
	background: #01a29a;
}
/*模块样式*/
.whychoose {
	padding: 100px 0px;
}
.whychoose .title {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 42px;
}
.why_list .why_itme {
	width: 32%;
	padding: 45px;
	position: relative;
}
.why_list .why_itme div img.play2,.why_list .why_itme div img.play{    transition: transform 1s;transform: translate(0, 0);}
.why_list .why_itme:hover div img.play2{    transition: transform 1s;transform: translate(0, -10px);}
.why_list .why_itme:hover div img.play{    transition: transform 1s;transform: translate(-10px, 0);}
.why_itme {
	background: url(../img/whybg.png) no-repeat;
	background-size: cover;
}
.why_itme .title1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin: 0;
	padding-top: 25px;
}
.why_itme .des {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #666666;
	padding-top: 19px;
}
.why_itme .more {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding-top: 35px;
	text-align: right;
	cursor: pointer;
}
.why_itme .more img {
	float: right;
	margin-left: 20px
}
.why_list2 .why_itme {
	width: 49%;
}
.why_list .bbar {
	height: 5px;
	width: 100%;
	background: #f0f2fe;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.why_list2 {
	margin-top: 40px
}
.why_list.why_list2.flex > div:hover > div.bbar, .why_list.why_list.flex > div:hover > div.bbar {
	background: #004ea2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
/*模块样式*/
.how {
	background: url(../img/how.jpg) no-repeat right;
}
.how .title {
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 60px;
}
.how .des {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	background: #00346d;
	padding: 4% 10%;
	border-left: 15px solid #F5C800;
	margin-bottom: 32px;
	border-radius: 10px;
	overflow: hidden; 
}
.how .des:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F5C800;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;z-index: 1
}
.how .des:hover:before, .how .des:focus:before, .how .des:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	z-index: 1;	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.how .des img {
	display: block;
	content: " ";
	background-size: cover;
	position: absolute;
	left: 15px;
	top: 50%;
	width: 21px;
	height: 21px;
	transform: translateY(-50%);
	z-index: 1
}
.how .des p {
	z-index: 12;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.how .des:hover p {
	z-index: 12;
	position: relative;
	color: #333;
}
/*模块样式*/
.case {
	background: #FCFBFC;
}
.case .container {
	position: relative;
}
.case > .container > .title {
font-size: 34px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #464955;
text-align:center;
}
.case .case_row {
	cursor: pointer;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
}
.case .case_head img{
	object-fit: cover;
	height:100%;
	width:100%;
}
.case .case_head {
	background: #f1f2f7;
	width: 100%;
	height:180px;
	overflow:hidden;
}
.case .title {
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;
display:flex;
align-items:center;
justify-content:space-between;
padding-left:16px;
}
.case .tag {
	padding: 25px 0;
}
.case .tag span {
	padding: 5px 10px;
	font-size: 16px;
	background: #2849B9 ;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.case .tag span:hover {
	background: #F5C800;
	color: #333333;
}
.case .case_list {
	width: 100%;
	position: relative;
	margin-top: 35px;
}
.case .case_content {
	line-height: 1.2;
	background: #FFFFFF;
	padding:21px 16px ;
	white-space:pre;
	color: #464955;
}
.case_content p {
	color: #666
}
.case .swiper-wrapper {
	height: auto;
	padding: 1% 0;
}
.case .swiper-slide {
	height: auto;
	padding: 0px;
}
.case .swiper-slideshaw {
background: #FFFFFF;
box-shadow: 0px 0px 18px 0px rgba(170,169,169,0.44);
border-radius: 24px;
width:100%;
overflow:hidden;
}
.casemore{   
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #2849B9;
padding:30px 16px;
}
.case_row_title{ margin:0;font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;
line-height: 20px;}
.case_row_tag{
	margin:0;
	margin-right:16px;
}
/*模块样式*/
.process {
	background: url(../img/processbg.png) no-repeat;
	background-size: cover;padding-bottom: 0
}
.process .title {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 60px;
}
.process .process_flex {
	background-size: cover; 
}
 
.process .card {
	background: #ffffff40;
	border-radius: 20px;
	padding: 19px;
	position: relative; 
}
.process .card .cardimg {
	width: 100%;
}
.process .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.process .card .dot {
	position: absolute;
	bottom: 0px;
	right: 0px;
	transform: translate(40%, 40%);
	z-index: -1;
}
.process .sub_title {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 30px;
}
.process .des {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.process .content {
    padding: 0px 91px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.process .right_card .dot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: auto;
	transform: translate(-40%, 40%);
	z-index: -1;
}
.process .process_flex2 {
	background: url(../img/ybg.png) no-repeat;
	background-size: cover; 
}
.replayprocess em{    display: flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    width: 60px;
    height: 60px;
    margin: 20px 0 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    animation: zoom 1s infinite;
    -moz-animation: zoom 1s infinite;
    -webkit-animation: zoom 1s infinite;
    -o-animation: zoom 1s infinite;
    -ms-animation: zoom 1s infinite;
    animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;}

@keyframes zoom{
	0% {
    box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 0px, rgba(16, 128, 199, 0.12) 0px 0px 0px 0px;
    -moz-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 0px, rgba(16, 128, 199, 0.12) 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 0px, rgba(16, 128, 199, 0.12) 0px 0px 0px 0px;
    -o-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 0px, rgba(16, 128, 199, 0.12) 0px 0px 0px 0px;
    -ms-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 0px, rgba(16, 128, 199, 0.12) 0px 0px 0px 0px;
}
100% {
    box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 5px, rgba(16, 128, 199, 0.12) 0px 0px 0px 10px;
    -moz-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 5px, rgba(16, 128, 199, 0.12) 0px 0px 0px 10px;
    -webkit-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 5px, rgba(16, 128, 199, 0.12) 0px 0px 0px 10px;
    -o-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 5px, rgba(16, 128, 199, 0.12) 0px 0px 0px 10px;
    -ms-box-shadow: rgba(16, 128, 199, 0.21) 0px 0px 0px 5px, rgba(16, 128, 199, 0.12) 0px 0px 0px 10px;
}	
}




/*模块样式*/

.news{    background: #FCFBFC;}
.news .title {
font-size: 34px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #464955;
text-align:center;
}
.new_title {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}
.newsimg {
	padding-bottom: 20px;
	width: 100%;
}
.newsimg img {
	width: 100%;
	object-fit: cover;
}
.news .des {
	font-size: 14px;
	font-weight: 400;
	color: #666666;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;    margin-top: 15px;
}
.news .time {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding-top: 20px;
}
.news .tag_group {
	justify-content: flex-end;
}
.news .tag_group_btn {
	display: inline-block;
	
	padding: 3px 20px;
	cursor: pointer;
background: #FFFFFF;
border: 1px solid #E4E4E4;
	margin: 0 5px;
	display:inline-block;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;	
border-radius: 4px;
}
.news .tag_group_btn:hover {
	background: #004ea2;
	color: #fff;
}
.news .tag_group_list {
	margin: 0;
}
.news .new_list {
	padding-top: 50px;
}
.news .new_list li {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	padding: 30px 0;
	line-height: 30px;
	
}

.news .left {
	padding-right: 35px
}
.news .right {
	padding-left: 35px
}
.new_listflex{ display:flex; width:100%; justify-content:space-between; align-items:center;border-top: 1px solid #EBEBEB;}
.new_listflex div,.new_listflex li{ margin:0;}
.new_bj{
	background: #000000;
	opacity: 0.48;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:12px 17px;
	
}
.new_index_title{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FEFEFE;
width:60%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
margin:0;
}
.new_index_time{
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
margin:0;
}
.news_i_rowflex{ display:flex;}
.news_i_row{position:relative;width:32%;display:flex; justify-content:space-between; flex-direction:column}
.news_i_row a{position:relative; width:100%; display:inline-block}
.news_i_row a+ a{ margin-top:16px;}
.news_i_cate{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #464955;
border-left:3px solid #2849B9;
padding-left:13px;
margin-left:0px;
margin-bottom:30px;
}
.news_i_rowa1{ height:100%;}
.news_i_row_c_img{ height:145px; width:100%; overflow:hidden;}
.news_i_row_c_img img{ width:100%; height:100%;object-fit:cover;}
.new_card_list{ display:flex; flex-direction:column;}
.news_i_cate.flex a{
	display:inline;
	width:auto;
	margin:0;
}
/*模块样式*/
.bottom {
	background: #004ea2;padding-bottom: 0
}
.bottom.pd80 > div.container.flex{padding-bottom: 3%}
.bottom .btn {
	    padding: 6px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff; 
    margin-right: 19px;
    cursor: pointer;
    background:#003670;
}
.bottom .nav_img {
	padding-bottom: 30px;    margin-top: 50px;
}
.bottom .nav_img {max-width: 150px;}
.bottom .nav_main {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 20px;position: relative
}
.bottom .nav_main:before{ 
    content: "";
    display: block;
    width: 5px;
    height: 15px;
    background: #f5c800;
    position: absolute;
    left: -15px;
    top: 5px;
}
.bottom .nav {
	font-size: 16px;
	font-weight: 300;
	color: #ffffffa6;
	padding-bottom: 20px;
}
.bottom .big {
	font-size: 30px;
	font-family: Montserrat;
	font-weight: bold;
	color: #f5c800;
}
.Copyright_txt{ color:#ffffffa6; text-align:right; border-top:1px solid #e4e4e426; padding:10px;    display: flex;    justify-content: flex-end;}
.Copyright_txt a {margin: 0 8px 0 0;    color: #ffffffa6;}
/*page*/
.page a {
	z-index: 3;
	line-height: 24px;
	color: #66686F;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	margin: 0 5px;
}
.page {
	text-align: center;
}
.page a:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.page .current {
	z-index: 3;
	line-height: 24px;
	color: #fff;
	background-color: #004ea2;
	border: #004ea2;
	cursor: default;
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	margin: 0 5px;
}

.swiper-button-prev, .swiper-button-next {

	background: rgb(255 255 255 / 7%) !important;	

}
.swiper-button-prev, .swiper-button-next{

background: rgb(255 255 255 / 7%) !important;	

}
.page{ display:flex; margin:20px; justify-content:flex-end}

.swiper-button-prev:hover, .swiper-button-next:hover {
	
color:#333;
border: 0px !important
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {

color:#333;
;
}
.top_bar_img{
	position: relative;
}
.side-hover{
	position: absolute;
	right: calc(100% + 2em);
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
	box-shadow: 0 0 13px 4px rgb(177 181 185 / 40%);
    background-color: #fff;
	padding-bottom: 1em;
	border-radius: 4px;
}
.side-add:hover .side-hover{
	opacity: 1;
	visibility: visible;
}
.teladd{
	padding-left: 16px;
}
.side-add{
	display: inline-block;
	box-shadow: 0 0 13px 4px rgb(177 181 185 / 40%);
    background-color: #fff;
    padding: 30%;
    border-radius: 30px 0 0 30px;
	margin-bottom: 5px;
}
.side-add_text{
	color: #bbb;
    font-weight: bold;
}
.top_bar ul .side-hover a {
	color: #333;
    padding: 6px 12px;
	white-space: nowrap;
	box-shadow: none;
	background: none;
}