@charset "utf-8";
.banner a{
    display: block;
    height: 100%;
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}

.banner .slick-dots{
    font-size: 0;
    bottom: 36px;
}
.banner .slick-dots button{
    display: none;
}
.banner .slick-dots li{
    width: 18px;
    height: 18px;
    background: transparent no-repeat 50%;
    border: 1px solid #fff;
    margin: 0 31px;
    opacity: 1;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
}
.banner .slick-dots li:after{
    position: absolute;
    content: '';
    width: 60px;
    border-bottom: 1px dashed #fff;
    top: 50%;
    left: -60px;
}
.banner .slick-dots li:first-child:after{
    display: none;
}
.banner .slick-dots li.slick-active{
    width: 38px;
    height: 38px;
    border: 1px dashed #fff;
    background-image: url("../images/dots.png");
}

.title001{
    position: relative;

}
.title001 .titl{
    display: inline-block;
    position: relative;
}
.title001 .titl h2{
    font-size: 30px;
    color: #2E2E2E;
    line-height: 32px;
    font-family: 'songti', sans-serif;
}
.title001 .titl p{
    font-size: 16px;
    line-height: 32px;
    color: #005BAC;
    font-family: 'songti', sans-serif;
}
.title001 .titl:after{
    position: absolute;
    content: '';
    top: -34px;
    right: -30px;
    width: 77px;
    height: 95px;
    background: url("../images/tit_bg.png") no-repeat 50%;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 32px;
    padding-right: 63px;
    background: url("../images/more.png") no-repeat right center;
}

.homea .left{
    width: 946px;
}

.list1wBox{
    overflow: hidden;
    background: #E5EDF9;
}
.list1wl{
    float: left;
    width: 473px;
    height: 342px;
}
.list1wl div{
    width:100%;
    height:100%;
}
.list1wl div img{
    width:100%;
    height:100%;
}
.list1wl a{
    display: block;
}
.list1wl a .pic{
    height: 342px;
}

.list1wr{
    float: right;
    width: 473px;
    padding: 47px 40px 45px 42px;
}
.list1wT a{
    display: block;
}
.list1wT a h2{
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: 600;
    transition: .5s;
    height: 64px;
    margin-bottom: 35px;
}
.list1wT a p{
    font-size: 16px;
    color: #7E7E7E;
    line-height: 32px;
    height: 64px;
    margin-bottom: 51px;
}
.list1wT a .time{
    font-size: 18px;
    color: #678AA8;
    line-height: 32px;
    height: 36px;
}
.list1wT a .time i{
    display: inline-block;
    font-size: 36px;
    font-family: 'songti', sans-serif;
    line-height: 36px;
    margin-right: 10px;
    color: #005BAC;
}
.list1wT .slick-dots {
    font-size: 0;
    left: auto;
    width: auto;
    right: 0;
    bottom: 10px;
}
.list1wT .slick-dots button{
    display: none;
}
.list1wT .slick-dots li{
    width: 13px;
    height: 13px;
    background: #BAD6F0;
    margin: 0 10px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
}
.list1wT .slick-dots li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 23px;
    height: 23px;
    border: 1px dashed #005BAC;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}
.list1wT .slick-dots li.slick-active{
    width: 9px;
    height: 9px;
    background: #005BAC;
}
.list1wT .slick-dots li.slick-active:after{
    opacity: 1;
    visibility: visible;
}

.list_box1 li{
    float: left;
    width: 450px;
    margin-left: 45px;
    margin-top: 22px;
    padding-top: 17px;
}
.list_box1 li:nth-child(2n+1){
    margin-left: 0;
}
.list_box1 li a{
    display: block;
    position: relative;
    padding: 33px 72px 32px 34px;
    border: 1px solid #D0E1F1;
    border-radius: 20px 0px 20px 0px;
    transition: .5s;
}
.list_box1 li a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 46px;
    height: 52px;
    background: url("../images/s1-img02.png") no-repeat 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li a p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    transition: .5s;
}
.list_box1 li .time{
    position: absolute;
    top: -17px;
    left: 34px;
    width: 106px;
    height: 37px;
    background: #E5EDF9;
    line-height: 37px;
    font-size: 16px;
    color: #0A58A6;
    font-family: 'songti', sans-serif;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
}
.list_box1 li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover a{
    box-shadow: 0px 0px 10px 0px rgba(10, 88, 166, 0.4);
}
.list_box1 li:hover a p{
    font-weight: 600;
    color: #0A58A6
}

.homea .right{
    width: 500px;
}

.list_box2{
    padding: 13px 14px 0 0;
    position: relative;
}
.list_box2:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 484px;
    height: 644px;
    background: #E5EDF9;

}
.list_box2 ul{
    position: relative;
    z-index: 3;
    padding: 18px 23px 27px 33px;
    border-radius: 20px 0 20px 0;
    background: url("../images/s1-img03.jpg") no-repeat 50%;
}
.list_box2 li a{
    display: block;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    z-index: 3;
}

.list_box2 li .time{
    float: left;
    width: 81px;
    height: 82px;
    color: #fff;
    border: 1px solid #6595C1;
    text-align: center;
    padding: 8px 0 6px;
}
.list_box2 li .time span{
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-family: 'songti', sans-serif;
    margin-bottom: 4px;
}
.list_box2 li .time em{
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.list_box2 li .txt{
    overflow: hidden;
    padding-left: 22px;
    margin-top: 7px;
}
.list_box2 li .txt p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    height: 64px;
}
.list_box2 li{
    position: relative;
    border-top: 1px dashed #6595C1;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: -32px;
    right: -22px;
    top: 0;
    bottom: 0;
    background: #1D78CA;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:first-child{
    border: none;
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover,
.list_box2 li:hover + li{
    border-color: transparent;
}

.homea .title001{
    margin-bottom: 44px;
}
.homea{
    padding-top: 76px;
    padding-bottom: 26px;
}
.list_box3 li{
    float: left;
    width: 474px;
    margin-left: 39px;
    margin-bottom: 24px;
}
.list_box3 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box3 li a{
    display: block;
    padding: 38px 40px;
    background: url("../images/s2-img03.png") no-repeat 50%;
    transition: .5s;
}
.list_box3 li .time{
    font-size: 16px;
    color: #5F8AB0;
    line-height: 40px;
    height: 40px;
    margin-bottom: 17px;
}
.list_box3 li .time i{
    display: inline-block;
    font-size: 30px;
    color: #005BAC;
    font-family: 'songti', sans-serif;
    line-height: 40px;
    margin-right: 8px;
}
.list_box3 li p{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: .5s;
    margin-bottom: 25px;
}
.list_box3 li h6{
    font-size: 16px;
    line-height: 30px;
    color: #0A58A6;
    margin-right: 32px;
    padding-right: 30px;
    text-align: right;
    background: url("../images/s2-img01.png") no-repeat right center;
}
.list_box3 li:hover a{
    background-image: url("../images/s2-img04.png");
}
.list_box3 li:hover a .time,
.list_box3 li:hover a .time i{
    color: #fff;
}
.list_box3 li:hover a p{
    color: #fff;
    font-weight: 600;
}
.list_box3 li:hover a h6{
    color: #fff;
    background-image: url("../images/s2-img02.png");
}

.homeb .title001{
    text-align: center;
    margin-bottom: 68px;
}

.homeb{
    padding-top: 164px;
    padding-bottom: 148px;
    background: url("../images/homeb.png") no-repeat top center;
    background-size: 100% 100%;
}

.list2w a{
    display: block;
    overflow: hidden;
    border-radius:  0 20px  0 20px;
    margin: 0 19px;
}
.list2w a .pic{
    padding-top: 40.46%;
}
.list2w .slick-list{
    margin: 0 -19px;
}
.list2w .slick-arrow{
    z-index: 3;
    width: 16px;
    height: 27px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.list2w .slick-prev{
    left: -38px;
    background-image: url("../images/s3-img05.png");
}
.list2w .slick-next{
    right: -38px;
    background-image: url("../images/s3-img06.png");
}

.homec .title001{
    text-align: center;
    margin-bottom: 73px;
}
.homec {
    padding-top: 16px;
    padding-bottom: 116px;
}