*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
    background: #fff;
}

html {
    font-size: 16px;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.width_1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.hidden {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.flex_box_space {
    display: flex;
    justify-content: start;
    align-items: center;
}

.banner{
margin-top:131px;
}

.banner,.swiper-container{
    width: 100%;
}
.swiper-container img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}
.hjsm{
    width: 100%;
    height: 245px;
    padding-top: 85px;
}
.hjsm>div{
    font-size: 40px;
    color: #00508e;
    width: 100%;
    text-align: center;

}
.hjsm>div span{
    font-size: 35px;
}
.hjsm p{
    font-size: 18px;
    color: #00508e;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
.hjsm_con{
    width: 100%;
    height: 670px;
    background: url(banner1.png) no-repeat center;
    background-size: 100%;
}
.hjsm_con .hjsmCon{
    width: 1457px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}

.hjsm_con .hjsmCon .flash-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hjsm_con .hjsmCon .flash-container {
    width: 820px;
    height: 462px;
    border: 1px solid #fff;
    margin: 105px 0 0 44px;
    background: #333333;
    position: relative;
    overflow: hidden;
}
.hjsm_con .hjsmCon .flash-container:hover::after{
    display: block;
    animation: move 1s infinite ease-out;
}
.hjsm_con .hjsmCon .flash-container::after {
    content: "";
    height: 200%;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .6;
    filter: blur(6px);
    display: none;
}
  
  @keyframes move {
    0% {
      transform: translate(-200px, -200px) rotate(45deg);
    }
    100% {
      transform: translate(200px, 200px) rotate(45deg);
    }
  }
  @-webkit-keyframes move {
    0% {
      transform: translate(-200px, -200px) rotate(45deg);
    }
    100% {
      transform: translate(200px, 200px) rotate(45deg);
    }
  }
.hjsm_con .hjsmCon>div.hjsmCon_right{
    max-width:500px;
    margin:128px 30px 0 60px;
    font-size: 16px;
    color: #fff;

}
.hjsm_con .hjsmCon .icon{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    margin-bottom: 25px;
}
.hjsm_con .hjsmCon .icon span{
    font-size: 200px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    width: 85px;
}
.hjsm_con .hjsmCon p{
    line-height: 30px;
}
.zxzx>p{
font-size: 51px;
width: 100%;
text-align: center;
margin:100px auto 65px auto;
color: #00508f;
font-weight: bold;
}

.zxzx_slide{
    position: relative;
    background-color: #fff;
    
}
.zxzx_slide .slide_container1{
   width: 1457px;
   margin: 0 auto;
   padding-bottom: 85px;
}
.slide_container1 .swiper-slide{
    background-color:#f7f8f8;
    padding-bottom: 30px;
    transition: transform .5s, filter .5s;
      height: 618px;
}
.slide_container1 .swiper-slide:hover{
    transform: translateY(-6px);
    box-shadow: -5px 10px 25px 8px rgba(0, 0, 0, .08);
}
.slide_container1 .swiper-slide:hover img{
    transform: scale(1.1);
  }
.slide_container1 .swiper-slide .img{
    width: 100%;
    height: 286px;
     overflow: hidden;
}
.slide_container1 .swiper-slide .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .3s;
}
.slide_container1 .swiper-slide .slide_con{
    border-top: 10px solid #00508f;
    padding: 0 14px
}
.slide_container1 .swiper-slide .slide_con .time{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.slide_container1 .swiper-slide .slide_con .time>p{
    width: 80px;
    height: 80px;
    background-color: #00508f;
    padding: 11px 0 0 12px;
}
.slide_container1 .swiper-slide .slide_con .time>p span:first-child{
    font-size: 29px;
    color: #dfb32c;
}
.slide_container1 .swiper-slide .slide_con .year{
    font-size: 15px;
    color: #fff;
}
.slide_container1 .swiper-slide .slide_con .time>span{
    font-size: 15px;
    color: #083a79;
}
.slide_container1 .swiper-slide .slide_con .title{
    font-size: 22px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 59px;
    border-bottom: 1px solid #00508e;
    color: #083a79;
}
.slide_container1 .swiper-slide .slide_con .abstract{
    font-size: 14px;
    color: #7a7877;
    line-height: 23px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxzx_slide .swiper-button-prev,.zxzx_slide .swiper-button-next{
    background: linear-gradient(to right ,#fff, #dbe6ef);
    width: 77px;
    height: 300px;
    display: flex;
    align-items: center;
    top: calc(50% - 150px);
}
.zxzx_slide .swiper-button-prev img,.zxzx_slide .swiper-button-next img{
    width: 27px;
    height: 218px;
}
.zxzx_slide .swiper-button-prev{
    transform: rotateY(180deg);
    left: 0;
}
.zxzx_slide .swiper-button-next {
    right: 0;
}
.bottom_con{
    background: url(banner2.png) no-repeat center;
	background-size: 100% 100%;
    padding:65px 0;
}
.bottomCon{
    width: 1457px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: start;
}
.bottomCon li{
    margin: 0 113px 0 0;
  width:258px;
}
.bottomCon .title{
    font-size: 60px;
    font-weight: bold;
    color: #00508f;
    text-align: center;
}
.bottomCon .abstract{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 35px 0 0 0;
}
.bottomCon a{
    width: 100%;
    line-height: 43px;
    margin: 15px 0 0 0;
    border-radius: 5px;
    border: 1px solid;
    text-align: center;
    transition: all ease .3s;
    display: block;
}
.bottomCon a.color_00508f{
    border-color: #00508f;
    color: #00508f;
}
.bottomCon a.color_d0121b{
    border-color: #d0121b;
    color: #d0121b;
}
.bottomCon a.color_00508f:hover{
    background-color: #00508f;
    color: #fff;
}
.bottomCon a.color_d0121b:hover{
    background-color: #d0121b;
    color: #fff;
}