.clearfix:after{
content: "";
clear: both;
display: block;
height: 0px;
visibility: hidden;
}
.clear{
	clear: both;
}
/*t导航部分*/
nav{
	width: 100%;
    background: #00000000 linear-gradient(to bottom, #22222273, rgb(255 255 255 / 0%));
    height: 90px;
    min-width: 1200px;
}
.top{
	position: relative;
	min-width: 1200px;
}
.top nav{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.nav-box:first-child{
	border-bottom: 1px #fff3 solid;
}
.nav-box .nav-box-top{
	display: flex;
    line-height: 30px;
    justify-content: flex-end;
    width: 1200px;
    min-width: 1200px;
	margin: 0px auto;
	color: #fff;
}
.nav-box .nav-box-top a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 20px;
}
.nav-box .nav-box-top img{
	width: 15px;
    position: relative;
    top: 3px;
    left: -5px;
}
.nav-box .nav-box-top .dl-pic{
	position: relative;
}
.nav-box .nav-box-top .dl-pic img{
	position: absolute;
    width: 153px;
    top: 23px;
    left: -39px;
    opacity: 0;
    transition: all .4s ease;
}
.nav-box .nav-box-top .dl-pic:hover img{
	opacity: 1;
	z-index: 999;
}
.nav-box .nav-box-top .zc-pic{
	position: relative;
}

.nav-box .nav-box-top .zc-pic img{
	position: absolute;
    width: 153px;
    top: 23px;
    left: -39px;
    opacity: 0;
    transition: all .4s ease;
}
.nav-box .nav-box-top .zc-pic:hover img{
	opacity: 1;
	z-index: 999;
}
.nav-box-bottom{
	display: flex;
    justify-content: space-between;
    color:#fff;
    font-size: 14px;
    width: 1200px;
    min-width: 1200px;
	margin: 0px auto;
}
.nav-box-bottom .logo img{
	
    margin-top: 10px;
}
.nav-box-bottom .nav-ul1{
	display: flex;
    justify-content: space-between;
    padding-top: 12px;
}
.nav-box-bottom .nav-li1{
	position: relative;
	line-height: 48px;
    padding: 0px 20px;
}
.nav-box-bottom .nav-ul1 a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.nav-box-bottom .nav-ul2{
	position: absolute;
	right:10000px;
	z-index: 999;
	background: #2e4ce8;
	text-align: center;
	width: 110px;
}
.nav-box-bottom .nav-ul2 li{
	padding: 0px 20px;
	line-height: 40px;
	z-index: 999;
}
.nav-box-bottom .nav-ul2 li:hover{
	background: #516dff;
}
.nav-box-bottom .nav-li1:hover .nav-ul2{
	position: absolute;
	right: -7px;
	top:48px;
	z-index: 999;
}
/*搜索*/
.sousuo{
	width: 600px;
    margin: 0px auto;
    position: relative;
}
.sousuo .sousuotext{
    bottom: 60px;
    z-index: 2;
    width: 600px;
    height: 60px;
    border: 0px;
    padding-left: 25px;
    border-radius: 50px;
    outline: none;
    box-shadow: 0px 0px 5px 5px #00125430;
    font-size: 14px;
}
.sousuo .ss{
	    display: flex;
    justify-content: space-between;
    position: relative;
}
.sousuo form{
	position: absolute;
    bottom: 60px;
}
.sousuo .sous{
	position: absolute;
    z-index: 9;
    right: 24px;
    top: 25%;
    background: url(../images/sousuo.png) no-repeat;
    border: 0px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.sousuo .sous:hover{
	cursor:pointer;
}
/*列表页搜索*/
.list .sousuo{
	width: 1200px;
}
.list .sousuotext{
	width: 500px;
}
/*新闻中心*/
.news{
	background: #fff;
	min-width: 1200px;
}
.news .new-center{
	width: 1200px;
	min-width: 1200px;
	padding:65px 15px;
	margin: 0px auto;
	display: flex;
    justify-content: space-between;
}
.news .new-center .news-l{
	width: 65%;
	margin-right: 20px;
}
.news .new-center .news-r{
	width: 33%;
}
.title{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.title .title-l{
	font-size: 18px;
    color: #00f;
    font-weight: bold;
}
.title .title-l span{
	font-weight: 100;
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}
.title .title-r a{
	font-size: 14px;
	color: #00f;
	text-decoration: none;
}
.news-a{
	display: flex;
    justify-content: space-between;
}
/*带图新闻*/
.news-l .news-b{
	width: 50%;
    margin-right: 25px;
}
.news-l .news-b .news-tit a{
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 35px;
	display: block;
}
.news-l .news-b .news-tit a:hover{
	color: #00f;
}
.news-l .news-b .news-tit p{
	font-size: 13px;
	color: #999;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}
.news-l .news-b img{
	width: 100%;
}
.news-l .news-c{
	width: 50%;
}
.news-l .news-c li{
	display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px #e1e1e1 dashed;
    padding:12px 0px;
}
.news-l .news-c li:first-child{
	padding-top: 3px;
}
.news-l .news-c li a{
	color: #333;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    height: 47px;
}
.news-l .news-c li a:hover{
	color: #00f;
}
.news-l .news-c li span{
	position: absolute;
    bottom: 13px;
    right: 12px;
    font-size: 14px;
    color: #999;
}
/*通知公告*/
.news-r .notice li{
	display: flex;
	justify-content:flex-start;
	margin-bottom: 23px;
}
.news-r .notice .time{
	background: #516dff;
    color: #fff;
    width: 19%;
    margin-right: 15px;
    height: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 10px;
}
.news-r .notice .time span{
	font-size: 12px;
}
.news-r .notice .nr a{
	font-size: 16px;
	display: block;
	margin: 5px 0px;
}
.news-r .notice .nr a:hover{
	color: #00f;
}
.news-r .notice .nr{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 81%;
}
.news-r .notice .nr span{
	font-size: 13px;
    color: #999;
    line-height: 18px;
}

/*服务部分*/
.fuwu{
	background-image:url(../images/fuwu-bg.jpg); 
	background-size: 100% 100%;
	min-width: 1200px;
	background-repeat: no-repeat;
    background-attachment: fixed;
    height: 850px;
}

.fuwu .title{
	width: 1200px;
	min-width: 1200px;
	padding:65px 15px 0px 15px;
	margin: 0px auto;
	display: flex;
    justify-content: space-between;
}
.fuwu .title{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.fuwu .title .title-l{
	font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.fuwu .title .title-l span{
	font-weight: 100;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
}
.fuwu .title .title-r a{
	font-size: 14px;
	color: #fff;
}
.fuwu .fuwubox{
	width: 1200px;
	min-width: 1200px;
	padding:5px 15px 15px 15px;
	margin: 0px auto;
	display: flex;
    justify-content: space-between;
}
.fuwu .fuwubox .fuwu-item{
	width: 32.5%;
	background:#fff;
	border-radius: 5px;

}
/*服务支持半圆标题*/
.tit1{
	width: 255px;
    background: url(../images/fuwu-t1.png) no-repeat center top;
    text-align: center;
    height: 90px;
    margin: 0px auto;
    padding:18px 0px;
}
.tit1 h3{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.tit1 p{
	font-size: 12px;
	color: #ffffff87;
	margin-top:2px;
}
.tit2{
	width: 255px;
    background: url(../images/fuwu-t2.png) no-repeat center top;
    text-align: center;
    height: 90px;
    margin: 0px auto;
    padding:18px 0px;
}
.tit2 h3{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.tit2 p{
	font-size: 12px;
	color: #ffffff87;
	margin-top:2px;
}
.tit3{
	width: 255px;
    background: url(../images/fuwu-t3.png) no-repeat center top;
    text-align: center;
    height: 90px;
    margin: 0px auto;
    padding:18px 0px;
}
.tit3 h3{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.tit3 p{
	font-size: 12px;
	color: #ffffff87;
	margin-top:2px;
}
.fuwubox ul{
	padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
}
.fuwubox ul li{
	width: 33.3%;
	text-align: center;
	padding-bottom: 25px;
	cursor: pointer;
}
.fuwubox ul li img {
	width: 62px;
	height: 62px;
	transition: all .4s ease;
}
.fuwubox ul li p{
	margin-top:10px;
}
.fuwubox ul li:hover img {
    filter:drop-shadow(0px 0px 3px #4d5fe3);
}
.fuwubox .fuwu-item:first-child li:hover img{
	filter:drop-shadow(0px 0px 3px #009f82);
}
.fuwubox .fuwu-item:last-child li:hover img{
	filter:drop-shadow(0px 0px 3px #ec8565);
}
.fuwubox ul li:hover p {
   color:#00f;
}
.fuwubox .fuwu-item:first-child li:hover p{
	color:#009f82;
}
.fuwubox .fuwu-item:last-child li:hover p{
	color:#ec8565;
}
/*常用软件*/
.ruanjian{
	width: 1200px;
	min-width: 1200px;
	height: 200px;
	margin: 0px auto;
	padding:0px 15px;
}
.ruanjian .ruanjianb{
	background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: space-between;
    padding:15px;
}
.ruanjian .rj-item{
	width: 32.5%;
	height: auto;
	background: #ee9d10;
	position: relative;
}
.ruanjian .rj-item:first-child{
	background: #e0280a;
}
.ruanjian .rj-item:last-child{
	background: #4d5fe3;
}
.ruanjian .rj-item img{
	position: absolute;
    left: 0;
    bottom: 0;
}
.ruanjian .rj-item p{
	font-size: 24px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    transition: all .4s ease;
}
.ruanjian a:hover p{
	padding-right: 58px;
}



/*视频*/
.vedio{
  padding:30px 0px 65px 0px;
}
.vedio-box{
  width: 1200px;
  margin:0px auto;
  background: #fff;
  border-radius: 5px;
  padding:15px 20px;
  box-shadow: 0px 0px 5px 5px #f5f5f5;
}
.vedio-box .vedio-img{
  width: 100%;
  height: 207px;
  overflow:hidden;
  position: relative;
border-radius: 3px;
}
.vedio-box .vedio-pic img{
  width: 100%;
  
}

.vedio-box .vedio-img .bof{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:#00000085;
	transition: all 0.5s ease;
	opacity: 0;
}
.vedio-box .vedio-img .bof img{
	width: 0px;
	height: 0px;
	margin: 80px auto;
	display: block;
	transition: all 0.5s ease;
}
.vedio-box .vedio-img:hover .bof img{
	width: 47px;
	height: 47px;
}
.vedio-box .vedio-img:hover .bof{
	opacity:1;
}
.vedio-box .vedio-img:hover .vedio-pic img{
	filter:blur(1px);/*图片加模糊*/
}
.vedio-box .vedio-title{
  font-size: 16px;
  margin-top:15px;
}
.vedio-box .swiper-slide{
  margin:10px;
}

#tab{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#tab li:hover{
cursor: pointer;
}
#tab .item{
  padding: 10px 20px;
    box-shadow: 0px 0px 5px 5px #f5f5f5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 20px 15px;
}
#tab .current span{
  background: #4d5fe3;
  color: #fff;
}

/*底部*/
footer{
	width:100%;
	min-width: 1200px;
	background:#262626;
	padding-top: 65px;
}
.footerbox{
	width: 1200px;
	padding:0px 15px;
	margin:0px auto;
	display: flex;
    justify-content: space-between;
}
.footerbox a{
	color: #919191;
}
.footerbox a:hover{
	text-decoration: underline;
}
.footerbox .footer-l{
	width: 60%;
}
.footerbox .footer-l .footer-ltop{
	display: flex;
    justify-content: space-between;
}
.footerbox .footer-l ul li{
	font-size: 14px;
	line-height: 35px;
}
.footerbox .footer-l ul li:first-child{
	font-size: 16px;
	font-weight:600;
	border-bottom: 1px solid #ffffff1f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footerbox .footer-l ul li:first-child a{
	color:#d7d7d7;
}
.youpinglink{
	width: 100%;
	border-top: 1px solid #ffffff1f;
	margin-top:20px;
	padding-top: 15px;
	color: #d7d7d7;
	font-size: 16px;
	font-weight:600;
	display: flex;
    justify-content: space-between;
}
.youpinglink a{
	font-size: 14px;
	color: #919191;
	font-weight:400;
	padding:0px 7px;
	margin-bottom: 5px;
	display: inline-block;
}
.youpinglink p:first-child{
	width: 110px;
}
.footerbox .footer-r{
	width: 27%;
	color: #919191;
}
.footerbox .footer-r ul{
	display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.footerbox .footer-r ul li{
	width: 50%;
	margin-bottom: 10px;
}
.bq{
	width: 100%;
	min-width: 1200px;
	background: #1a1a1a;
	color: #919191;
	margin-top:30px;
}
.bqbox{
	width: 1200px;
    margin: 0px auto;
    text-align: center;
    padding: 20px 15px;
}

/*列表list1*/
.listbox{
	background: #f5f5f5;
	width:100%;
	min-width:1200px;
}
.listcenter{
	width: 1200px;
	min-width: 1200px;
	margin:0px auto;
	display: flex;
    justify-content: space-between;
    padding:60px 0px;
}
.lisrleftn{
	width: 100%;
	margin-right:20px;
	background: #fff;
}
.listleft{
	width: 23%;
	margin-right: 20px;
}
.listleft .biaoti{
	background: #2e4ce8;
    line-height: 48px;
    color: #fff;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}
.listleft .biaoti .sm-n{
	font-weight: 600;
	font-size: 14px;

}
.listright,.listright1,.listright2,.listright3,.listright4{
	width:77%;
}
.lisrleftn li{
	display: flex;
    justify-content: space-between;
    padding:0px 20px;
    line-height: 50px;
	border-bottom: 1px #ddd dashed;
}
.lisrleftn li a:hover{
	color: #2e4ce8;
}
.lisrleftn li:hover .jt{
	color: #2e4ce8;
}
.navbread{
	border-left:5px #2e4ce8 solid;
	padding-left:15px;
	margin-bottom: 20px;
}
.listright1 ul{
		
}
.listpic{
	width: 100%;
	height: 198px;
	overflow: hidden;
}
.listright1 ul li img{
	width: 100%;
	height: 198px;
	border-radius: 5px 5px 0px 0px;
	transform: scale(1.0);
	transition: all .6s;
}
.listright1 ul li:hover  img{
	transform: scale(1.2);
}
.listright1 ul li img{
	width: 100%;
	height: 198px;
	border-radius: 5px 5px 0px 0px;
}
.listright1 ul li{
	width: 32.3%;
	background: #fff;
	margin:6px;
	transition: all 0.4s ease;
	border-radius: 5px;
	float: left;
}

.listright1 ul li:nth-child(3n){
	margin-right: 0px;
}
.listright1 ul li:nth-child(3n+1){
	margin-left: 0px;
}
.listright1 ul li:hover{
	box-shadow: 0px 0px 5px 5px #ddd;
}
.listright1 .listnr{
	padding:12px 15px;
}
.listright1 .listnr h3{
	line-height: 22px;
	font-weight: 600;
	height: 44px;
}
.listright1 .listnr p{
	font-size: 14px;
	color:#999;
	margin-top:10px;
	height: 57px;
}
.listright1 .listnr .time{
	display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.listright1 .listnr .time span{
	font-size: 14px;
	color: #999;
}
.listright1 .listnr .time a{
	font-size: 14px;
	color: #333;
	transition: all 0.4s ease;
}
.listright1 ul li:hover .time a{
	color:#2e4ce8;
	font-weight:400;
}
.listright1 ul li:hover .listpic img{

}
/*列表list2    通知公告*/
.listright2 ul{
	background: #fff;
	padding:0px 20px;
}
.listright2 ul li{
	border-bottom: 1px #ddd dashed;
	line-height: 58px;
	display: flex;
	justify-content: space-between;
}
.listright2 ul li:last-child{
	border-bottom:none;
}
.listright2 ul li a:hover{
	color: #2e4ce8;
}
.listright2 ul li span{
	color: #999;
}


.listright4 ul{
	background: #fff;
	padding:0px 20px;
}
.listright4  ul li{
	display: flex;
    flex-direction: column;
    border-bottom: 1px #ddd dashed;
	line-height: 48px;
	padding-top:15px;
	padding-bottom:15px;
}

.listright4  ul li .pp{
	display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 900;
    justify-content: space-between;
}
.listright4  ul li .pp a:hover{
	color:#2e4ce8;
}
.listright4  ul li .pp span{
	color:#999;
	font-size: 14px;
	font-weight: 400;
}
.listright4  ul li .ppp{
	line-height: 24px;
	color:#999;
}
/*内容页*/
.infobox{
	background: #fff;
	padding:50px;
}
.infobox h2{
	text-align: center;
}
.infobox  .infod{
	text-align: center;
	line-height: 58px;
	color: #999;
	border-bottom:1px #e3e3e3 solid;
}
.infobox  .info-nr{
	font-size: 18px;
	text-indent: 28px;
	padding-top:20px;
	color:#333;
	line-height: 32px;
	margin-bottom: 50px;
}
.infobox  .info-nr p{
	margin-bottom:15px;
}
.infobox .pages{
	color: #999;
	line-height: 28px;

}
.infobox .pages a{
	color: #999;
}
.infobox .pages a:hover{
	color: #2e4ce8;
}

.cu a{
	color: #00f;
        font-weight:600;
}
.cu .jt{
        color: #00f;
        font-weight:600;
}
.shangyipian p{
line-height:28px;
color:#999;
}
.shangyipian p a:hover{
  color:#2e4ce8;
  text-decoration: underline;
}


.vedio-box1{
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 0px 0px 5px 5px #f5f5f5;
}
.vedio-box1 li{
	width: 269px;
	margin:10px;
	float:left;
	height: 255px;
}
.vedio-box1 .vedio-img{
  width: 100%;
  height: 207px;
  overflow:hidden;
  position: relative;
border-radius: 3px;
}
.vedio-box1 .vedio-pic img{
  width: 100%;
  height: 207px;
}

.vedio-box1 .vedio-img .bof{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:#00000085;
	transition: all 0.5s ease;
	opacity: 0;
}
.vedio-box1 .vedio-img .bof img{
	width: 0px;
	height: 0px;
	margin: 80px auto;
	display: block;
	transition: all 0.5s ease;
}
.vedio-box1 .vedio-img:hover .bof img{
	width: 47px;
	height: 47px;
}
.vedio-box1 .vedio-img:hover .bof{
	opacity:1;
}
.vedio-box1 .vedio-img:hover .vedio-pic img{
	filter:blur(1px);/*图片加模糊*/
}
.vedio-box1 .vedio-title{
  font-size: 16px;
  margin-top:15px;
}
.vedio-box1 .vedio-title:hover{
  color: #2e4ce8;
}

.vedio-box1 .swiper-slide{
  margin:10px;
}
