@charset "utf-8";
/* ------------------banner开始------------------ */
.swiper-banner{
    overflow: hidden;
    position: relative;
    min-width: 1100px;
}
.swiper-banner a{
    display: block;
    overflow: hidden;
}
.swiper-banner img{
    width: 100%;
    transition: all .3s;
}
.swiper-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: .9;
}
.swiper-banner .swiper-pagination-bullet-active{
    background: #77001a;
}
/* 按钮 */
.swiper-banner .banner-button-prev,.swiper-banner .banner-button-next{
    width: 66px;
    height: 66px;
    background: url(../img/left_btn.png) no-repeat center center;
    /* background-size: 100% 100%; */
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -64px;
    z-index: 3;
    transition: all.3s;
    transform: translatex(-100%);
    opacity: 0;
    visibility: hidden;
}
.swiper-banner .banner-button-next{
    transform: translateX(100%);
    background: url(../img/right_btn.png) no-repeat center center;
    left: auto;
    right: 20px;
}
.swiper-banner:hover .banner-button-prev,.swiper-banner:hover .banner-button-next{
    transform: translatex(0);
    visibility: visible;
    opacity: 1;
}
/* 分页器 */
.banner-pagination {
    text-align: center;
    margin-top: -21px;
    position: relative;
    z-index: 2;
}
.banner-pagination span{
    width: 14px;
    height:14px;
    border-radius: 50%;
    background: #fff;
}
.banner-pagination .swiper-pagination-bullet-active{
    background: #128aa5;
}
.swiper-banner .swiper-slide-active img{
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}
@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.05);}
}
/* ------------------banner结束------------------ */

.mian_wrapper{
    background: url(../img/main_bg.png) no-repeat right center;
    padding-top: 40px;
}

/* ------------------通用标题 开始------------------ */
.common_title{
    border-bottom: 1px solid #d2d2d2;
    padding-left: 36px;
    background: url(../img/title_bg.png) no-repeat left bottom;
}
.common_title a{
    display: block;
}
.common_title a p{
    line-height: 32px;
    color: #191919;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}
.common_title a span{
    color: #1d1d1d;
    font-size: 14px;
    line-height: 32px;
    float: right;
}
/* ------------------通用标题 开始------------------ */

/* ------------------认证要闻 开始------------------ */
.rzyw{
    margin-bottom: 30px;
}
.rzyw_l{
    width:640px;
    height: 395px;
    position: relative;
    overflow: hidden;
}
.rzyw_l a{
    display: block;
    width: 100%;
    height: 100%;
}
.rzyw_l img{
    display: block;
    width: 100%;
    height: 100%;
}
.rzyw_r{
    width: 630px;
}
.rzyw-button-prev,.rzyw-button-next{
    width: 47px;
    height: 80px;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rzyw-button-prev{
    background: url(../img/rz_l.png) no-repeat center center;
    left: 0;
}
.rzyw-button-next{
    background: url(../img/rz_r.png) no-repeat center center;
    right: 0;
}
/* 右侧列表 */
.rzyw_list{

min-height: 328px;
}
.rzyw_list ul{

}
.rzyw_list ul li{
    border-bottom: solid #dcdcdc 1px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rzyw_list ul li::after{
    content: "";
    width: 4px;
    height: 4px;
    background: #128aa5;
    position: absolute;
    left: 0;
    top: 27%;
}
.rzyw_list ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.rzyw_list ul li:hover a>p,.first_li:hover a .cont p{
    color: #128aa5;
}
.rzyw_list ul li a span{
    float: right;
    font-size: 12px;
    color: #a6a8ab;
}
.rzyw_list ul li>a>p{
    font-size: 15px;
    color: #434343;
    margin-right: 40px;
}
.rzyw_list ul li:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.rzyw_list ul .first_li{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.rzyw_list ul .first_li::after{
    width: 0;
}
.rzyw_list .first_li{
    padding-left: 0;
}
.first_li a{
    display: block;
    width: 100%;
}
.first_li a .time{
    background: url(../img/time_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 13px 17px;
}
.first_li a .time p{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.first_li a .time span{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
}
.first_li a .cont{
    width: 84%;
}
.first_li a .cont p{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.first_li a .cont span{
    color: #636363;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    margin-top: 13px;
}

/* ------------------认证要闻 结束------------------ */

/* ------------------第二部分------------------ */
.section2{
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 25px;
}
.section2>div{
    width: 32%;
    float: left;
}
.section2>div:nth-child(2){
    margin: 0 2%;
}


.section2_1 .common_list ul li{
    background: url(../img/list_ico1.png) no-repeat left center;
    padding-left: 23px;
}
.section2_2 .common_list ul li{
    background: url(../img/list_ico2.png) no-repeat left center;
    padding-left: 23px;
}
.section2_3 .common_list ul li{
    background: url(../img/list_ico3.png) no-repeat left center;
    padding-left: 23px;
}
/* ------------------第二部分------------------ */

/* ------------------通用文字列表 开始------------------ */
.common_list{
    min-height: 160px;
    margin-top: 10px;
}
.common_list ul{
    
}
.common_list ul li{
    position: relative;
    padding-left: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #eeeeee;
}
.common_list ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.common_list ul li:hover a{
    font-weight: 600;
}
.common_list ul li a{
    color: #5f5f5f;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 46px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.common_list ul li span{
    float: right;
    line-height: 46px;
    font-size: 12px;
    color: #a3a3a3;
}
/* ------------------通用文字列表 结束------------------ */

.section3_carousel{
    position: relative;
    padding: 30px 0;
    min-height: 200px;
}
.section3_ul{
    overflow: hidden;
    padding: 0 40px;
    min-height: 195px;
}
.section3_ul ul{
    padding-top: 10px !important;
}

.section3_ul ul li{
    width: 25%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section3_ul ul li:hover{
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.section3_ul ul li:hover a div{
    box-shadow: 0px 4px 6.09px 0.91px rgba(0, 0, 0, 0.2);
}
.section3_ul ul li a{
    display: block;
    padding: 0 10px;
}
.section3_ul ul li a div{
    /* width: 130px; */
    height: 185px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section3_ul ul li a div img{
    display: block;
    width: 100%;
    height: 100%;
}
.section3_ul ul li a p{
    font-size: 16px;
    color: #000;
    text-align: center;
}
.section3_carousel>a{
    position: absolute;
    width: 30px;
    height: 78px;
    top: 50%;
    margin-top: -50px;
}
.section3_p{
    left: 0;
    background: url(../img/left_btn2.png) no-repeat center center;
}
.section3_n{
    right: 0;
    background: url(../img/right_btn2.png) no-repeat center center;
}


/* ------------------友情链接 结束------------------ */
.links{
    padding: 20px 0;
}
.links ul li{
    float: left;
    margin-right: 30px;
    padding: 0 20px 0 50px;
    background: url(../img/link_ico.png) no-repeat 20px center;
    background-color: #2da178;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
}
.links ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.links ul li a{
    display: block;
    color: #ffffff;
    line-height: 50px;
    font-size: 17px;
}
/* ------------------友情链接 结束------------------ */
