@charset "utf-8";

/* banner */
.banner {
	position: relative;
	animation: 0.8s ease 0s 1 normal backwards running fadeInDown;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.banner .slider {
	overflow: hidden;
	width: 100%;
	max-height: 100vh;
}

.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
	vertical-align: bottom;
	height: 100vh;
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}
.banner .slick-prev{
	  position:
	  absolute;
	  left: 0;
	  top: 0;
	  background: rgba(0,0,0,0.5) url(../img/linkl.png) no-repeat center center;
	  width: 40px;
	  height: 70px;
	  display:
	  inline-block;
	  z-index: 9;
	  bottom: 0;
	  margin: auto;
}
.banner .slick-next{
	  position:
	  absolute;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  display:
	  inline-block;
	  z-index:9;
	  margin: auto;
	  background: rgba(0,0,0,0.5) url(../img/linkr.png) no-repeat center center;
	  width: 40px;
	  height: 70px;
}
.index1{
	margin-top: 100px;
}
.tit {
	line-height: 45px;
	margin-bottom: 45px;
	position: relative;
}
.tit h2{
	font-size: 45px;
	color: #0e59bb;
	float: left;
}
.tit a{
	float: right;
	font-size: 20px;
	color: #ababab;
	margin-right: 31px;
}
.index1 .news{
	width: 55%;
	float: left;
	margin-right: 2%;
}
.index1 .news .img{
	float: left;
	width: 50%;
	height: 310px;
	overflow: hidden;
}
.index1 .news .img img,.index1 .news .img video{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.news li{
	margin: 0;
	box-sizing: border-box;
}
.news li.first{
	margin: 0 0 20px 0;
	height: 312px;
	overflow: hidden;
}
.news li.first a::before{  display:none}
.news li.first a p{}
.news li.first a p::before{display:none}
.news li .time{
	float: left;
	width: 68px;
}
.news li .time p{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.news li .time p:first-child{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: #dedede;
}
.news li .time p:nth-child(2){
	font-size: 14px;
	color: #999999;
	border: 1px solid #e6e6e6;
}
.news li a{
	float: right;
	width: calc(100% - 95px);
}
.news li h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 40px;
	height: 40px;
}
.news li a p{
	font-size: 14px;
	color: #9b9b9b;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 40px;
	height: 40px;
}
.news .first a{
	float: none;
	width: 100%;
	height: auto;
	padding: 0;
	display: flex;
}
.index1 .news .first .txt{
	padding: 14px 0 7px 20px;
	float: right;
	width: 50%;
}
.news .txt span{
	display: block;
	color: #b2b2b2;
}
.news .first .txt span{
    text-align: left;
}
.news .first .txt h2{
	font-size: 22px;
	line-height: 25px;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 56px;
}
.news .first .txt p{
	color:#808080;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: initial;
	line-height: 30px;
	height: 90px;
	margin-top: 25px;
	padding-left: 0;
}
.news .txt em{
	color:#808080;
	font-size: 16px;
	margin-top: 30px;
	display: inline-block;
	line-height: 1;
	transition: all 0.5s;
}
.news li.first:hover .txt h2,.news li:hover .txt em{
	color: #0089e0;
}
.news li:hover .txt em{
	border-bottom: 1px solid #0089e0;
}
.news li:hover .time p:first-child{
	background: #0089e0;
} 
.news li:hover h3{
	color: #0089e0;
	font-weight:bold;
	text-decoration: underline;
}
.news li:hover .img img{
	transform: scale(1.2);
}

.kxyj{
	float: right;
	width: 42.5%;
}
.kxyj .i_list{
    margin-top: 24px;
}
.kxyj>video,.kxyj>a>img{
	width:100%;
	height: 380px;
	object-fit: cover;
}
.kxyj li{
	padding: 8px 15px;
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.07);
	margin-top: 15px;
}
.kxyj li .time{
	float: left;
	width: 75px;
	background: #f7f7f7;
	padding: 12px 0;
	transition: all 0.5s;
}
.kxyj li .time p{
	color: #ababab;
	text-align: center;
	font-family: "Arial";
	line-height: 1;
}
.kxyj li .time p:nth-child(1){
	font-size: 30px;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
}
.kxyj li .time p:nth-child(2){
	font-size: 16px;
}
.kxyj li a{
	display: block;
	width: calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	float: right;
	font-size: 19px;
	color: #333333;
	line-height: 38px;
	height: 76px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.kxyj li:hover .time{
	background: #0089e0;
} 
.kxyj li:hover .time p{
	color: #fff;
}
.kxyj li:hover a{
	color: #0089e0;
	font-weight: bold;
}

.notice{
	background: url(../img/notice-bg.png) no-repeat top center;
	margin-top: 25px;
	padding: 36px 0 50px;
	position: relative;
	/* background-attachment: fixed; */
	background-size: cover;
	display: flex;
}
.notice_l{
	
float: left;
	
width: 48%;
}
.notice_r{
	
width: 48%;
	
float: right;
}

.notice_r li.first{
	margin: 0 0 20px 0;
	height: 312px;
	overflow: hidden;
}
.notice_r li.first .img{
	float: right;
	width: 48%;
	height: 260px;
	overflow: hidden;
	margin-top: 30px;
}

.notice_r li.first img{
	width: 100%;
	height: 100%;
}
.notice_r li.first a::before{  display:none}
.notice_r li.first a {display: block;}

.notice_r li.first .txt{
	padding: 14px 0 7px 0px;
	float: left;
	width: 50%;
}
.notice_r li.first span{
	display: block;
	color: #b2b2b2;
}
.notice_r li.first span{
    text-align: left;
}
.notice_r li.first h2{
	font-size: 22px;
	line-height: 25px;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 56px;
}
.notice_r li.first p{
	color:#808080;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: initial;
	line-height: 30px;
	height: 90px;
	margin-top: 25px;
	padding-left: 0;
}
.notice_r li.first em{
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
	display: inline-block;
	line-height: 1;
	transition: all 0.5s;
}

.notice_r li.first a p{}
.notice_r li.first a p::before{display:none}

.notice .tit h2{
	color: #fff;
}
.notice .tit a{
	color: #aaadce;
}
.notice .tit{
	padding-bottom: 45px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 97%;
}
.notice .notice-list{
	width: 95%;
	float: left;
}
.notice-list .i_list li a::before{
    background: #efefef;
    display: none;
}
.notice-list .i_list li a p::before{
    border: solid 1px #ffffff !important;
    background: #ffffff;
}
.notice-list .i_list li a p{color:#fff}
.notice-list .i_list li a span{color:#fff;opacity:.8}
.notice-list .i_list li a:hover p{color:#fff;}
.notice-list .i_list li a:hover span{color:#fff;}
.notice-list li .time{
	width: 80px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 12px 0;
	margin-top: 25px;
	margin-left: 10px;
	position: relative;
	transition: all 0.5s;
}
.notice-list li .time::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../img/line.png) no-repeat center center;
	width: 80px;
	height: 76px;
	left: -10px;
	top: -10px;
}
.notice-list li .time p{
	color: #223476;
	font-family: "Arial";
	line-height: 1;
}
.notice-list li .time p:nth-child(1){
	font-size: 30px;
	margin-bottom: 5px;
}
.notice-list li .time p:nth-child(2){
	font-size: 17px;
}
.notice-list li a{
	width: calc(100% - 125px);
	width: -webkit-calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	float: right;
	border-bottom: 1px solid #2666a6;
	padding: 25px 0 15px;
}

.notice-list li:hover .time{
	background: #ffe89d;
}
.notice-list li:hover h2{
	color: #ffe89d;
	font-weight: bold;
	text-decoration: underline;
}
.notice-list li:last-child a{
	border: 0;
}

.notice-lb{
	width: 56%;
	float: right;
	overflow: hidden;
}
.notice-lb .slider{
	overflow: hidden;
}
.notice-lb .slider .img{
	position: relative;
}
.notice-lb .slider .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*  */
.notice_slider{
	width: 48%;
	float: right;
	overflow: hidden;
}
.notice_slider ul li a {
    display: block;
    position: relative;
}

.notice_slider ul li a .pic {
    padding-top: 63%;
    position: relative;
    overflow: hidden;
}


.notice_slider ul li .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

.notice_slider ul li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.notice_slider ul li a:hover .pic img {
    transform: scale(1.05);
}

.notice_slider ul li a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.notice_slider ul li .pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.notice_slider ul li a:hover .pic div {
    width: 110%;
    height: 110%;
}
.notice_slider ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    padding: 0 250px 0 25px;
}
.notice_slider ul li a .info::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 0;
}
.notice_slider ul li a .info span{
    display: block;
    line-height: 30px;
    font-size: 18px;
}
.notice_slider ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    z-index: 9;
    position: relative;
}
.notice_slider ul li a .info i{/* display:block; */}
.notice_slider .slick-dots {
    display: flex;
    align-items: center;
    height: 40px;
    width: 150px;
    bottom: 15px;
    right: 15px;
    left: auto;
    justify-content: flex-end;
}

.notice_slider .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    margin: 0 4px;
    position: relative;
}

.notice_slider .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .5s;
}

.notice_slider .slick-dots li.slick-active {
    border: .02rem solid #fff;
}

.notice_slider .slick-dots li.slick-active button {
    opacity: 0;
}

/*  */
.ztzl{
	margin-top:45px;
}
.ztzl .tit h2{
	float: none;
	text-align: center;
}
.ztzl .tit a{
	position:absolute;
	right:0;
	top: 0;
}
.ztzl li{
	float: left;
	width: 24.25%;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
}
.ztzl li:hover img{
	transform:scale(1.2);
}
.ztzl li:nth-child(4n){
	margin-right: 0;
}
.ztzl li img{
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.ztzl li .txt{
	position: absolute;
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: rgb(2 101 230 / 80%);
	bottom: 0;
	left: 0;
	padding: 0 30px;
	box-sizing: border-box;
}
.ztzl li .txt p{
	font-size: 20px;
	color: #fefefe;
	height: 65px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/zt-r.png) no-repeat right center;
	padding-right: 10px;
}
.ztzl li:hover .txt p{
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
} 
.ztzl li:hover .txt{
	/* background: #e9bd2e; */
}

.link{
	margin-top: 60px;
	padding-bottom: 25px;
}
.link ul{
	padding: 0 15px;
	max-height: 195px;
	overflow: hidden;
}
.link .tit{
	margin-bottom: 15px;
}
.link .tit h2{
	float: none;
	text-align: center;
}
.link li{
	float: left;
	height: 135px;
	position: relative;
	width: 20%;
	padding: 0 12px;
}
.link li a{
	display: block;
	border: 1px solid #f2f2f2;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.link li img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.link li:hover a{
	border-color: #0e4ed0;
	box-shadow: 0 0 29px 0 rgba(7,0,2,0.2);
}
.link .slick-prev,.link .slick-next{
	width: 16px;
	height: 27px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
}
.link .slick-prev{
	background: url(../img/linkl.png) no-repeat center center;
}
.link .slick-next{
	background: url(../img/linkr.png) no-repeat center center;
}
.link .slick-list{
	padding: 30px 10px;
}


.notice .slider{
	padding: 40px 0;
	box-sizing: border-box;
	height: 560px;
	transition: all 0.5s;
}
.notice .slick-center{
	background: #fff;
	box-sizing: border-box;
	padding: 0;
}
.notice .slider .img{
	width: 100%;
	height: 100%;
	position: relative;
}
.notice .slick-center .img{
	padding: 12px;
	background: #fff;
}
.notice .slider .txt{
	position: absolute;
	bottom: 10px;
	width: calc(100% - 24px);
	width: -webkit-calc(100% - 24px);
	width: -moz-calc(100% - 24px);
	height: 80px;
	line-height: 80px;
	background: rgba(0,111,165,0.7);
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 35px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.notice .slider .txt p{
	font-size: 25px;
	color: #fff;
	background: url(../img/iconp.png) no-repeat right center;
	height: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 30px;
}
.notice .slick-center .txt{
	opacity: 1;
	visibility: visible;
}
.notice .slick-prev,.notice .slick-next{
	top: 0;
	bottom: 0;
	margin: auto;
	width: 44px;
	height: 44px;
	z-index: 99;
}
.notice .slick-prev{
	left: 30px;
	background: url(../img/noleft.png) no-repeat center center;
}
.notice .slick-next{
	right: 30px;
	background: url(../img/noright.png) no-repeat center center;
}
.notice .slider .img::before{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.7);
	z-index: 9;
	transition: all 0.5s;
}
.notice .slick-center .img::before{
	display: none;
}
.notice-lb{
	margin-top: 10px;
}

.body_home{
	height:100%;
}
.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 10;
    overflow: auto;
    outline: none;
    padding-top: 70px;
}
.body_b.showdiv {
    top: 0;
}
.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}


/* i_list */
.i_list{
}
.i_list li {}

.i_list li a {
    height: 46px;
    line-height: 46px;
    display: flex;
    align-items: center;
    position: relative;
    float: none;
    width: 100%;
    padding: 10px 0;
}
.i_list li a:hover p{color: #0089e0; margin-left:5px}
.i_list li a:hover span {color: #222;}
.i_list li a:hover::before{background: #dbdbdb;}
.i_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #efefef;
    z-index: 1;
}



.i_list li a p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
    position: relative;
    transition: all .3s;
    font-weight: 400;
}

.i_list li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border: solid 1px #3b74b4;
    background: #3b74b4;
    border-radius: 50%;
    transition: all .3s;
}

.i_list li a span {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #999999;
    text-align: right;
    min-width: 130px;
    margin-right: 15px;
}

.rczpbox{
	margin-top:45px;
}
.rczpbox .tit{
    margin-bottom: 30px;
}
.rczpbox .tit h2{
	float: none;
	text-align: center;
}
.rczpbox .tit a{
	position:absolute;
	right:0;
	top: 0;
}
.rczpbox .i_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1%;
}
.rczpbox .i_list li{
    width: 31.333%;
    padding: 15px 15px;
    box-sizing: border-box;
    overflow: hidden;
    border: #ccc 1px dashed;
    margin: 10px 0.7%;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07);
}
.rczpbox .i_list li a{
 /* border: #ccc 1px dashed; */
 padding: 0;
 border-radius: 5px;
 width: 100%;
}
.rczpbox .i_list li a::before{display:none}
.rczpbox .i_list li:hover{ border: #2463a9 1px dashed;}
.i_list li a span{
    min-width: 100px;
}
/*  */
@media screen and (max-width: 1024px) {
	.news li.first{
    height: auto;
}
	.notice_slider{
    width: 100%;
}
	.notice_slider ul li a .info{
    padding: 0 50px 0 25px;
}
	.notice .slick-dots{
    bottom: 45px;
}
	.rczpbox .i_list li{
    width: 48%;
}
	
}

@media screen and (max-width: 640px) {
	.news li.first{
    margin-bottom: 0;
}
	.news .first a{
    display: block;
}
	.rczpbox .i_list li{
    width: 100%;
    padding: 5px 15px;
    margin: 5px 0.7%;
}
}