
.banner{
    float:left;
    width:100%;
}
.banner img{
    float:left;
    width:100%;
}
.banner span.swiper-pagination-bullet{
    background:#d0d0d2;
    width:15px;
    height:15px;
    opacity: 1;
}
.banner span.swiper-pagination-bullet-active{
    width:80px;
    border-radius:15px;
}
.hotNews{
    float:left;
    width:100%;
    margin-top:40px;
    position:relative;
}

.news-title{
    text-align:center;
    position:relative;
    margin-bottom:30px;
    height:90px;
}
.news-title h3{
    font-size:32px;
    color:#333;
    position:absolute;
    z-index:1;
    width:100%;
    top:35px;
}
.news-title h3 a{
	color:#333;
}
.news-title h3 span{
    color:#2b479b;
}
.news-title p{
    color:#dfdfdf;
    font-size:78px;
    font-weight: bold;
    position:absolute;
    width:100%;
    left:0;
    right:0;
}
.more{
    float:right;
    color:#ccc;
    font-size:16px;
    border:1px solid #ccc;
    padding:5px 10px;
    margin-top:50px;
    position:relative;
    z-index:33;
}
.news-2{
    margin:40px 0;
    background:url(../images/news-2-bg.jpg) no-repeat left center;
    padding:100px 0 100px 0;
    background-size: cover;
}
.news-2 .w1400{
    background:#fff;
    padding:40px 40px 80px 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.news-2-left{
    float:left;
    width:60%;

}
.news-2-left h3{
    font-size: 32px;
    margin-bottom:30px;
}
.news-2-left h3 span{
    padding-left:10px;
    border-left:5px solid #2b479b;
}
.news-2-left h3 span em{
    color:#2b479b;
    font-style: normal;
}
.news-2-left h3 a{
    float: right;
color: #333;
font-weight: normal;
font-size: 16px;
margin-top: 15px;
}
.news-2-left .swiper-slide>a{
    margin:30px 0;
    float:left;
    width:40%;
}
.news-2-left img{
    width:100%;
}
.news-2-left-infos{
    float:right;
    width:55%;
    margin:30px 0;
}
.news-2-left-infos h5 a{
    color:#333;
    font-size:16px;
}
.news-2-left-infos h5 a:hover{
	color:#2b479b;
}
.news-2-left-infos p{
    color:#666;
    font-size:14px;
    line-height:180%;
    margin:20px 0;
    width:90%;
}
.news-2-left-infos h6{
    font-size:16px;
    color:#666;
    font-weight: normal;
}
.news-2-left-infos h6 span{
    font-size:20px;
    font-weight: bold;
}
.news-2-left-bg{
    position:absolute;
    top:0;
    right:0;
    height:400px;
    background:#f7f7f7;
    z-index:-1;
    width:80%;
}
.news-2-left .swiper-button-prev{
    left:360px;
    top:240px;
}
.news-2-left .swiper-button-prev::after,.news-2-left .swiper-button-next::after{
    content:''
}
.news-2-left .swiper-button-next{
    right:370px;
    top:240px;
}
.news-2-right{
    width:35%;
    float:right;
}
.news-2-right ul li{
    float:left;
    width:100%;
    padding:10px 0;
}
.news-2-right ul li:nth-last-child(1){
    margin-bottom:0;
}

.news-2-right-date{
    float:left;
    width:15%;
    padding-right:3%;
    padding-left:2%;
    text-align:center;
    color:#333;
    position:relative;
    margin-right:3%;
}
.news-2-right-date::after{
    width:2px;
    height:40px;
    background:#333;
    position:absolute;
    right:0;
    top:5px;
    content:''
}
.news-2-right-date h4{
    font-size:24px;
}
.news-2-right-date p{
    font-size:14px;
}
.news-2-right ul li a{
    color:#333;
    font-size:16px;
    margin-top:5px;
    float:left;
    line-height:40px;
}
.news-2-right ul li:hover{
    background:#2b479b;
    cursor:pointer;
}
.news-2-right ul li:hover>div,.news-2-right ul li:hover p,.news-2-right ul li:hover a{
    color:#fff;
}
.news-2-right ul li:hover .news-2-right-date::after{
    background:#fff;
}

.hotNews-left{
    float:left;
    width:40%;
    background:#2b479b;
    padding:66px 50px 100px 50px;
    box-sizing: border-box;
}
.hotNews-left h5{
    color:#fff;
    font-size:14px;
    height:20px;
    line-height:20px;
}
.hotNews-left h5 img{
    width:20px;
}
.hotNews h6{
    color:#fff;
    font-size:16px;
    margin:20px 0;
}
.hotNews h6:hover{
    color:#eee;
}
.hotNews-left p{
    color:#fff;
    font-size:16px;
    line-height:180%;
}
.hotNews-right{
    float:right;
    width:60%;
}
.hotNews-right img{
    width:100%;
}
.hotNews .swiper-button-prev,.hotNews .swiper-button-next{
    color:#fff;
    font-weight: bold;
    border:1px solid #fff;
    background:rgba(255,255,255,0.5);
    padding:10px;
}
.hotNews .swiper-button-prev{
    left:510px;
}
.hotNews .swiper-button-next{
    right:792px;
}
.hotNews-list{
    padding:30px 0;
}
.hotNews-list li{
    float:left;
    width:32%;
    border-right:1px solid #fff;
    box-sizing: border-box;
    padding-right:35px;
}
.hotNews-list li:nth-child(2){
    margin:0 2%;
}
.hotNews-list li:nth-last-child(1){
    border-right:none;
}

.hotNews .w1400{
    position:relative;
    z-index:2;
}
.hotNews-bg{
    background:#3356a0;
    position:absolute;
    bottom:0;
    left:0;
    height:300px;
    width:100%;
    z-index:-1;
}
.hotNews-list-date{
    float:left;
    text-align:center;
    width:18%;
}
.hotNews-list-date span{
    font-size:32px;
    color:#fff;
}
.hotNews-list-date h5{
    font-size:14px;
    font-weight: normal;
    color:#fff;
}
.hotNews-list-infos{
    float:right;
    width:80%;
}
.hotNews-list-infos a{
    float:left;
    font-size:18px;
    font-weight: lighter;
    color:#fff;
    margin-bottom:10px;
}
.hotNews-list-infos a:hover{
    color:#eee;
}
.hotNews-list-infos p{
    float:left;
    width:100%;
    color:#fff;
    line-height:150%;
    font-size:14px;
}
.news-3{
    background: url(../images/news-3-bg.jpg) no-repeat left top;
    padding:60px 0;
}
.news-3 h3{
    font-size: 32px;
margin-bottom: 30px;
padding-left: 10px;
border-left: 5px solid #fff;
color:#fff;
}
.news-3 h3 a{
	color:#fff;
}
.news-3 img{
    width:100%;
}
.news-3 p{
    color:#fff;
    font-size:16px;
    float:left;
    width:100%;
    text-align:center;
    margin-top:10px;
}

.xyfc-1{
    float:left;
    width:100%;
    padding:20px 20px;
    margin-top:20px;
    box-sizing: border-box;
}
.xyfc-1{
    background:#fff;
    margin-top:0;
}
.xyfc-1 img{
    width:100%;
}

.xzfc{
    position:relative;
}
.xzfc .mySwiper3{
    width:100%;
    float:left;
}


.xyfc-bg{
    background:#2b479b;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:150px;
    z-index:-1;
}
.xzfc{
    margin-top:50px;
}