header{
	width: 100%;
	height: 140px;
	position: absolute;
	top:0;
	z-index: 9;
	padding: 20px 160px;
	transtion:0.3s ease;
	background:linear-gradient(to bottom,rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}


header .header-box{
	height:80px;
	display: flex;
	justify-content: space-around;
        align-items:center;
}
header  .logo{	
	
	/*background: url(../img/logo.jpg) no-repeat;*/
}
header  .logo img{
	width:410px;
}
header .nav{
	display: block;
}
header .navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	text-align: center;
}
header .navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
header .navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	padding:0 16px;
	line-height: 50px;
	font-size:18px;
	font-weight: bold;
	color: white;
 }
header .navbar_nav li .top-title:after{
    content: "";
    width: 0;
    height: 3px;
   	background:#f83600;
    position: absolute;
    bottom: 0;
    left: 50%;
	transition: all 0.8s ease 0s;
}
header .navbar_nav li .top-title:hover:after{
    width: 50%;
    background: #f9d423;
    color: #FFFFFF;
    position: absolute;
}
header .navbar_nav li .top-title:before{
    content: "";
    width: 0;
    height: 3px;
   	background:#f83600;
    position: absolute;
    bottom: 0;
    left: 50%;
	transition: all 0.8s ease 0s;
}
header .navbar_nav li .top-title:hover:before{
	content: "";
    width: 50%;
    height: 3px;
   	background:#f9d423;
    position: absolute;
    bottom: 0;
    left: 0%;
    transition: all 0.8s ease 0s;
}

/*header .navbar_nav li .top-title:hover{
	background: #0a237e;
	color: #FFFFFF;
}*/

header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(255,255,255,0.9);
    top:50px;
    width: 100%;
    text-align: center;
}

header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	text-align: center;

} 
header .navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
}
header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}
header .search {
	border:#fff 1px solid;
	border-radius: 50%;
	height: 40px;
	width:40px;
	
}
header .search .fdj{
	padding-left: 10px;
	padding-top: 10px;
	cursor: pointer;
	
}
header .search .search-mask{
	width:100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top:0;
	transition:height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s
}
header .search .on{
	opacity: 1;
	visibility: visible;
	height:100vh;
}
header .search .search-mask .xx{
	width:50px;
	height: 50px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right:50px;
	top: 50px;
	border-radius: 50%;
	transition:0.3s ease;
	-moz-transition:0.3s ease;
	-webkit-transition:0.3s ease;
	
}
header .search .search-mask .xx i{
	display: inline-block;
	position: relative;
	left: 5px;
	top:5px;
	width: 40px;
	height: 40px;
	background: url(../img/xx.png) no-repeat center center;
	transition:0.3s ease;
	-moz-transition:0.3s ease;
	-webkit-transition:0.3s ease;
	
}
header .search .search-mask .xx i:hover{
	transform: rotate(180deg);
}
header .search .search-mask .xx:hover img{
	transform: rotate(180deg);
	transform-orgion: center center;
}
header .search .search-mask .search-box{
	width:625px;
	height:68px;
	background: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
header .search .search-box input[type="submit"]{
	width:88px;
	height: 100%;
	border: none;
	background: #2658BD;
	float:right;
	color:#fff;
	font-size:18px;
	cursor: pointer;
}
header .search .search-box input[type="text"]{
	height: 100%;
	width:calc(100% - 88px);
	background: #fff;
	padding:0px 10px;
	border:none;
	float: left;
}
header .search .search-box input[type="text"]:focus{
	outline: none;
}
header .nav_p{
	display: none;
	height: calc(100vh - 105px);
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:105px;
	left: 0px;
	z-index: 99;
	
}
header .navbar_nav_t{
	padding: 0px 2rem;
}
header .navbar_nav_t li{
	
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
header .navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
header .navbar_nav_t li a{
	line-height: 3.6rem;
}
header .navbar_nav_t .dropdown_menu{
	display: none;
}
header .navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}
.fix-nev{
	background: #2658BD;
	position: fixed;
	z-index: 999;
	transition: 0.5s all linear;
	transform: translateY(-100%);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);;
}
.swiper {
    width: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}
.mySwiper .swiper-slide img{
	width:100%;
	height:100%;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
.mySwiper .swiper-slide-active img,.swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
}
.newsSwiper {
	width: 100%;
}
.newsSwiper .swiper-slide{
      background:#f2f2f2
}
.newsSwiper .swiper-slide .cut-img{
	width:100%;
	height:402px;
	min-height:100%;
	transition:1s linear 2s;
	
}
.newsSwiper .swiper-slide .cut-img img{
     width:100%;
     height:100%
}
/*.newsSwiper .swiper-pagination2{
  
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.newsSwiper .swiper-pagination-bullet2{
	width: 10px;
	height: 10px;
	color:#FFFFFF;
	text-align: center;
	font-size:16px;
}*/
.news{
	overflow: hidden;
	margin:60px auto;
}
 .news .news-left{
 	float:left;
 	width: 50%;
	height:520px;
}
.news .news-right{
	float: right;
	width: 50%;
	background: #FFFFFF;
	
}
 .news .swiper-slide .news-left-title{
 	background: #F2F2F2;
 }
.news .swiper-slide .news-left-title a{
	display: block;
  	line-height: 50px;
  	padding: 30px;
}


.news .title {
	position: relative;
}
.news .title p{
	font-size:30px;
	color:#2658BD;
	padding-left: 40px;
	font-weight: bold;
}
.news .title .get-more{
	position: absolute;
	right:45px;
}
.news .title .get-more:before{
	content: "";
	display:inline-block;
	width: 64px;
	height: 2px;
	background: #0064A6; 
}

.news .title .get-more .round{
	position: absolute;
	top:11px;
	left: 58px;
	z-index: 2;
	display: inline-block;
	width:8px;
	height: 8px;
	background: #0064A6;
	border-radius: 50%;
	
}
.news .title .get-more .dot{
	position: absolute;
	z-index: -1;
	left: 54px;
    top: 7px;
    -webkit-border-radius: 100;
    -moz-border-radius: 100;
    border: 8px solid #CADDE9;
    border-radius: 100%;
    z-index: 2;
    
}
.news .title a{
	position: absolute;
	top:4px;
	right: 0;
	font-size:14px;
	padding-left: 10px;
	line-height: 24px;
}
.news .news-right .news-detail{
	padding-top: 30px;
}
.news .news-right .news-detail  ul li{
	height: 89px;
	width: 100%;
	border-bottom: #E5E5E5 solid 1px;
	padding-left: 40px;
}
.news .news-right .news-detail .date{
	padding-top: 14px;
}
.news .news-right .news-detail .date .day{
	color:#0064A6;
	font-size:34px;
	font-family: georgia;
	font-style: italic;
	text-align: center;
}
.news .news-right .news-detail .date .year{
	font-size:12px;
	color: #636363;
	font-style: italic;
	font-family: georgia;
}
.news .news-right .news-detail  ul li a{
	display: flex;
	
}
.news .news-right .news-detail .bt{
	line-height: 89px;
	padding-left: 30px;
}
.cards{
	background: url(../img/load.png) no-repeat center;
	min-height:776px ;
}
.cards .cards-box{
	display: flex;
	justify-content: space-between;
	padding: 55px 0px 0px;
}
.cards .cards-box .box{
	width: 424px;
	padding-bottom: 20px;
	background: #FFFFFF;
	box-shadow: #D0D0D0 0 0 10px;
}
.cards .cards-title{
	width: 100%;
	height:246px;
	position: relative;
}
.cards .cards-img-one{
	background: url(../img/c1.jpg) no-repeat;
}
.cards .cards-img-two{
	background: url(../img/c2.jpg) no-repeat;
}
.cards .cards-img-three{
	background: url(../img/c3.jpg) no-repeat;
}
.cards .cards-list{
	padding: 20px 30px;
	
}
.cards .cards-title p{
	position: absolute;
	bottom:0;
	left: 116px;
	width:192px;
	height: 86px;
	line-height: 66px;
	font-size:24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	
}
.cards .cards-title a{
	position: absolute;
	bottom:6px;
	left: 186px;
	color: #FFFFFF;
}
.cards .cards-list ul li a{
	font-size:14px;
	line-height: 38px;
}
.cards .cards-list .first-one {
	height: 80px;
}
.cards .cards-list .first-one .cards-list-date{
	width: 69px;
	height: 56px;
	background: #f2f2f2;
	text-align: center;
	margin-right: 10px;
}
.cards .cards-list .first-one .cards-list-date .day{
	font-family: georgia;
	font-style: italic;
	font-size:24px;
	color:#0064A6;
	line-height: 34px;
}
.cards .cards-list .first-one .cards-list-date .year{
	font-family: georgia;
	font-style: italic;
	font-size:12px;
}
.cards .cards-list .first-one a{
	display: block;
	line-height: 28px;
	font-weight: bold;
	font-size:16px
}
.platform{
	position: relative;
	min-height: 460px;
	background: url(../img/lou.png) center;
}
.platform .rk{
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
}
.platform .rk a{
	width: 214px;
	height:134px;
	position: relative;
	display: block;
}

.platform .rk .rk-inner{
	width:134px;
	height: 134px;
	margin: 0 auto;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background: url(../img/h5-c.png);
    
}
.platform .rk a:hover .rk-inner{
	/*background: #0064A6;*/
	transform: rotate(360deg);
}

.platform .rk .rk-inner:after{
	content: "";
	position: absolute;
	top:0px;
	left: 40px;
	width: 134px;
	height: 134px;
	display: block;
	
}
.platform .rk a:nth-child(odd){
	transform: translateY(-50px);
}
.platform .rk img{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 24px;
}
.platform .rk p{
	font-size:20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin-top:10px;
}

.pulse {
           position: absolute;
           left: 40px;
           top:0px;
           width: 134px;
           height: 134px;
           
       }
.platform .rk a:hover{
	
}
footer{
	position: absolute;
	bottom: 0;
	width:100%;
	background: rgba(38,88,189,0.9);
	color: #FFFFFF;
}
footer .flex-box
{
	padding:20px 0 0px 0px;
	display: flex;
	gap:50px
}
footer .link {
	width: 40%;
	flex-wrap: wrap;
}
footer .link .link-title{
	line-height: 40px;
}

footer .link .link-title p{
	font-size:18px
}
footer .flex-box .linka{
	
}
footer .flex-box .linka a{
	list-style: circle;
	display: block;
	float:left;
	padding-right: 30px;
	line-height: 30px;
	font-size:14px;
	color: #FFFFFF;
	
}
footer .footer-img{
	/*height: 50px;
	width: 80px;*/
}
footer .footer-img img{
	margin: 0 auto;
}
footer .address p{
	font-size:14px;
	line-height: 30px;
}
footer .copyright p{
	font-size:12px;
	line-height: 24px;
	text-align: center;
}
footer .email a,
footer .contact a{
	color: #FFFFFF;
}
.ban{
	height: 480px;
	background: url(../img/9254.jpg) no-repeat center;
}
.list{
	overflow: hidden;
	padding-bottom: 50px;
	margin-top: 30px;
        min-height:400px
}
.list .list-left{
	width:265px;
	float: left;
}
.list .list-left:before{
	content: "";
	width:367px;
	height: 395px;
	background: url(../img/nav-shad.png) no-repeat;
	position: absolute;
	z-index: -1;
	left: -50px;
	top:-20px
}
.list .list-right{
	width:calc(100% - 335px);
	float: right;
}
.list .list-left-title{
	width: 100%;
	height: 137px;
	background: url(../img/af.png) no-repeat right bottom;
	background-color: #2658BD;
}
.list .list-left-title p{
	font-size:30px;
	color: #FFFFFF;
	line-height: 137px;
	padding-left: 50px;
}
.list .list-left-nav{
	background: #F2F3F7;
	padding: 20px 40px 50px;
	min-height:160px;
}
.list .list-left-nav ul li{
	
	border-bottom:#DBDBDB 1px dashed;
	position: relative;
}
.list .list-left-nav ul li a{
	font-size:18px;
	line-height: 60px;
        display:block;
}
.list .list-left-nav .active:after{
	content: "";
	width:26px;
	height: 26px;
	position: absolute;
	right: 5px;
	top:17px;
	background: url(../img/right-arrow.png) no-repeat;
	
}
.list .list-left-nav .active a{
	color:#BBA723;
	font-weight: bold;
}

.list .list-left-nav .first-nav{
	overflow: hidden;
	padding-bottom: 30px;
}
.list .list-left-nav .first-nav li{
	
	word-wrap: break-all;
	text-align: center;
}

.list .list-left-nav .first-nav li .first_alink{
	padding:14px 80px;
	line-height: 50px;
        font-weight: bold;
	background: url(../img/list_erji_l.png) no-repeat center bottom;
}


.list .list-left-nav .first-nav li.active a{
	color: #003F88;
	font-weight: bold;
	padding: 14px 80px;
        line-height: 50px;
        font-weight: bold;
        background: url(../img/list_erji_l.png) no-repeat center bottom;
}
.list .list-left-nav .navSub{
	background: none;
	padding-top: 5px;
    
}
.list .list-left-nav .navSub li{
	text-align: left;

}
.list .list-left-nav .navSub i{
	padding-right: 10px;
}
.list .list-left-nav .navSub li a{
	font-size: 14px;
	background: none;
	line-height: 32px;
	position: relative;
}
.list .list-left-nav .navSub li:last-child a{
	
}
.list .list-left-nav .navSub li a.button_check{
	color:#003F88;
	font-weight: bold;
}

.list .list-right .list-right-title{
	height: 60px;
	border-bottom: #D0D0D0 2px solid;
	position: relative;
}
.list .list-right .list-right-title p{
	font-size:24px;
	line-height: 58px;
	display: inline-block;
	border-bottom: #0B66AD 2px solid;
}
.list .list-right .list-right-title .local{
	position: absolute;
	right:0;
	top:30px;
	color:#797979
}
.home:before{
	content: "";
	width:14px;
	height: 14px;
	background: url(../img/ic_home.png) no-repeat;
	position: absolute;
	left: -20px;
	top:4px
}
.list .list-right .list-right-ul {
	padding-top: 20px;
}
.list .list-right .list-right-ul ul .news-list{
	height: 50px;
	border-bottom: #D0D0D0 1px solid;
	
}
.list .list-right .list-right-ul ul li .list-link{
	line-height: 50px;
	padding-left: 30px;
}
.list .list-right .list-right-ul ul li .sdate{
	color:#8C8C8C;
	padding-right: 20px;
	border-right:#D0D0D0 1px solid;
}
@media screen and (max-width:1900px){
      header{
         padding:20px;
      }
      header .navbar_nav li .top-title {
        font-weight: bold; 
        font-size:16px;
        
     }
}
@media screen and (max-width:1280px) {
	 
	header{
		padding:20px 10px;
	}
	/*header .logo{
		width:80%;
	}*/
	header .nav{
		display: none;
	}
	
	header .mobile_nav {
		width:20%;
	}
	
	header .search{
		display: none;
	}
	header .mobile_nav .shg{
		display: block !important;
	    text-align: center;
	    font-size: 18px;
	    cursor: pointer;
	    padding: 0 5vw;
	    color: #fff;
	    position: absolute;
	    z-index: 999;
	    right: 0;
	    top: 35px;
	    bottom: 0;
	    line-height: 1;
	    
	}
	header .mobile_nav .shg .icon-order{
		display: block;
		width:32px;
		height:2px;
		background-color: #FFFFFF;
		margin-bottom: 9px;
		transition: 0.3s all ease;
		-webkit-transition:0.3s all ease;
		-moz-transition:0.3s all ease;
	}

	header .mobile_active .shg  .icon-order:nth-of-type(1) {
		margin-top: 10px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(42deg);
	    -ms-transform: rotate(42deg);
	    -o-transform: rotate(42deg);
	    transform: rotate(42deg);
    }
	header .mobile_active .shg  .icon-order:nth-of-type(3) {
		margin-top: -21px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(-42deg);
	    -ms-transform: rotate(-42deg);
	    -o-transform: rotate(-42deg);
	    transform: rotate(-42deg);
    }
    header .mobile_active .shg .icon-order:nth-of-type(2){
    	opacity: 0;
    }
	.news .news-left{
		width: 100%;
		padding: 0 20px;
		height: auto;
	}
	.newsSwiper .swiper-slide .cut-img{
		
		height: 240px;
	}
        .newsSwiper .swiper-slide .cut-img img{
		
		height: 100%;
	}
	.news .news-right{
		width: 100%;
		padding: 20px;
	}
	.news .title p{
		padding-left: 10px;
	}
	.news .news-right .news-detail .bt{
	    line-height: 36px;
	}
	.news .news-right .news-detail  ul li{
	  padding-left: 10px;
    }
	.cards .cards-box{
		display: block;
		padding: 0 ;
	}
	.cards .cards-box .box{
		width: 100%;
	}
	.cards .cards-title{
	width: 100%;
	height: 86px;
	position: relative;
	text-align: center;
}
	.cards .cards-title p{
		position: initial;
		width:100%;
		height: 86px;
		line-height: 66px;
		font-size:24px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.cards .cards-title a{
	position: absolute;
	bottom:6px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #FFFFFF;
	}
	.platform {
		min-height: 0;
		background: none;
	}
	.platform .rk{
		padding-top: 30px;
	}
	.platform .rk .rk-inner{
		display: none;
	}
	.platform .rk  img{
		width: 50px;
	    height: 67px;
	    position: initial;
	    transform: none;
	}
	.platform .rk p{
		line-height: 24px;
    	font-size: 15px;
    	font-weight: 400;
	}
	footer {
		position: initial;
		padding:10px
	}
	footer .flex-box{
		display: block;
	}
	footer .address{
		float: left;
	}
	footer .link{
		display: none;
	}
	footer .email{
		display: none;
	}
	footer .contact{
		display: none;
	}
	.list .list-left{
		width:20%;
	}
	.list .list-left:before{
		background: none;
	}
	.list .list-right{
		width:76%;
	}
	.list .list-left-nav .active:after{
	
	background: none;
	
    }
}
#v_news_content p {
 font-size:16px;
}

.v_news_content table{
   margin:0 auto;
}
.wz-title{
   font-size:24px;
   font-weight:bold;
   padding:20px 0px ;
   text-align:center;
}
	