header{
	height: 180px;
	background-color: #2758be;
	background-image:url(../img/424.png);
	background-size: 100%;
	background-position-y: -400px;
}
.logo{
	padding-top: 34px;
}
.search{
	position: relative;
	right: 0;
	top:50px
}
.nav{
	height: 50px;
	display: block;
	background: url(../img/Tr_menu_bg.png);
	transition: 0.7s all ease-in-out;
	-webkit-transition: 0.7s all ease-in-out;
	-moz-transition: 0.7s all ease-in-out;
	
}
.navbar_nav li.shouye{
	position: relative;
	display: block;
	width:15%;
	text-align: center;
}
.navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 50px;
	font-size: 18px;
 }


.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(35,85,161,0.9);
    top:50px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;

}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 16px;
	display: block;
	padding:0 2px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
    
} 
.navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
.navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	animation: rotate 300ms ease;
    -webkit-animation: rotate 300ms ease;
    -moz-animation: rotate 300ms ease;
}


.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}
.slideBox {
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-56px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 15px;
	height:15px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;;
	font-size:12px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	
}

@keyframes play{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.slideBox .hd ul li.on {
	background: #FFFFFF;
	/*animation: play 5s linear infinite;*/
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	height:480px;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.slideBox .prev{
	height:80px;
	width:80px;
	position: absolute;
	left: 100px;
	top:45%;
	background: url(../img/leftarrow.png) no-repeat ;
}
.slideBox .next{
	height:80px;
	width:80px;
	right: 100px;
	top:45%;
	background: url(../img/rightarrow.png) no-repeat 20% 45%;
}
.main .part-one{
	margin-top: 40px;
	min-height: 584px;
	margin-bottom:40px;
}
.main-title h4{
	font-size:32px;
	font-weight: bold;
	color:#2758be;
	text-align: center;
	padding-bottom: 40px;
}
.main  .box-three{
	display: flex;
	flex-direction: row;
	justify-content:space-between
}
.main .part-one .box{
	width: 31%;
}
.main  .box-three .img-box{
     
      height:270px;
}
.main  .box-three .img-box img{
     width:100%;
     height:100%;
}
.main .box .content{
	background: #f2f5f9;
	padding:30px;
	text-align: center;
}
.main .tit{
	font-size:16px;
	line-height: 40px;
	position: relative;
}

.main .abs p{
	color:#6A6A6A;
	line-height: 30px;
}
.main .butt{
	display:block;
	height:39px;
	width: 99px;
	margin: 0 auto;
	color:#ffffff;
	line-height: 39px;
	margin-top: 30px;
}
.main .butt1{
	background: #FFC50A;
}
.main .butt2{
	background: #4E7AEC;
}
.main .butt3{
	background: #6ACC08;
}
.main .part-two{
	overflow: hidden;
	padding: 50px 0px;
}

.main .part-two .part-two-left{
	width:48%;
	float: left;
    border: #4e7aec dashed 2px;
    padding:20px;
    background-color:#f5faff;
/*    background: url(../img/shape4.png) left bottom no-repeat;
*/}
.main .part-two .part-two-right{
	width:48%;
	float: right;
}
.main .part-two .part-two-head{
	font-size:28px;
	color:#0270c3;
	font-weight: bold;
	padding-top: 30px;
	line-height: 80px;
}

.main .news-list-ul li{
	display: flex;
	gap:15px;
	width: 50%;
	height: 80px;
	float: left;
	margin-bottom: 20px;
}
.main  .news-list-ul li a{
	line-height: 32px;
}
.main .news-date{
	width:90px;
	height: 80px;
	border-radius: 0 20px 0 20px;
	background: #EFF2F5;
}
.main  .news-date .day{
	font-size:28px;
	color:#0270C3;
	font-family: "calisto mt";
	text-align: center;
	padding-top: 10px;
	line-height: 34px;
}
.main  .news-date .year{
	font-size:14px;
	color:#666;
	text-align: center;
}
.main .part-three{
	min-height:625px;
	position: relative;
	background: url(../img/LSJ_9253.jpg);
	background-position-y: -300px;
}


.main .part-three-inner{
	background: rgba(255,255,255,0.95);
	padding:50px;
	overflow: hidden;
	position: relative;
	top:50px;
	border: #4e7aec dashed 2px;
}
.main .get-more{
	height: 50px;
	position: relative;
	right: 0;
	text-align: right;
}
.main .get-more a {
	line-height: 60px;
	
}
.main .jdjj{
	line-height: 36px;
	text-indent: 2em;
}

.main .kepu-video{
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main .kepu-video .box{
	width: 47%;
}
.main  .kepu-video .box img{
	width: 100%;
}
.main  .kepu-video .box p{
	text-align: center;
}
footer{
	height: 141px;
	background: #2758be;
}
footer .inner{
	padding-top: 30px;
}
footer .inner p{
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color:#FFFFFF
}
.list-banner{
	min-height: 300px;
}
.list{
	margin-top: 30px;
}
.list-left{
	width:266px;
}
.list-left-head{
	height: 78px;
	background: #0270c3;
	border-top:#8C0000 6px solid;
}
.list-left-head p{
	font-size:24px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 70px;
	text-align: center;
}
.list-left-nav ul li{
	height: 60px;
	border: #BBBBBB 1px solid;
	text-align: center;
	background: #FFffff;
    margin-top:-1px;
}
.list-left-nav ul li a{
	line-height:60px;
}
.list-left-nav ul li.active a{
	color:#A42020;
	font-weight:bold
}
.list-right{
	min-height: 500px;
	width:960px;
	background: #FFFFFF;
	padding: 30px;
    box-shadow: 0 0 8px #dedede;
}
.list-right-head{
	height: 50px;
	border-bottom: #BBBBBB 1px solid;
}
.list-right-head p{
	font-size:24px;
	color:#A42020
}
.list-right-body{
	padding-top: 15px;
}
.list-right-body ul li{
	line-height: 50px;
	position: relative;
        border-bottom:#e4e4e4 1px dashed;
}
.list-right-body .list-date{
	color:#A42020;
	float: right;
	font-size:14px
}
.list-right-body ul li a{
	line-height:50px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-right-body ul li:before{
	content: "";
	display: block;
	width:8px;
	height:8px;
	background: #A42020;
	border-radius: 50%;
	position: absolute;
	top:22px
}