@charset "utf-8";

.Bannerslick img {
    width: 100%
}

.Bannerslick {
    position: relative;
    background: #3f52f4
}

.banner-b {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    pointer-events: none;
}

.Bannerslick .slick-slide a {
    display: block;
    position: relative
}

.Bannerslick .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top
}

.Bannerslick .slick-dots {
    bottom: 101px;
    font-size: 0;
}

.Bannerslick .slick-dots li button {
    width: 30px;
    height: 30px;
    padding: 0;
    display: none;
}

.Bannerslick .slick-dots li.slick-active button {
    border: 1px solid #ffffff;
    border-radius: 50%
}

.Bannerslick .slick-dots li button:before {
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px
}

.Bannerslick .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff
}

.Bannerslick .slick-dots li {
    transition: all 0.5s;
    margin: 0 13px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.Bannerslick .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #fff;
}

.Bannerslick .slick-dots li.slick-active button::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 48px;
    background-color: #ffffff;
    right: 50%;
    top: 100%
}

.Bannerslick.slick-dotted.slick-slider {
    margin-bottom: 0px
}

.Bannerslick .slick-prev {
    display: none !important;
}

.Bannerslick .slick-next {
    display: none !important;
}


.title {
    position: relative;
    line-height: 40px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    overflow: hidden;
}

.title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    float: left;
    position: relative;
    z-index: 9;
}

.title h2 span {
    float: right;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-left: 15px;
}

.title img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.title a {
    float: right;
    font-size: 14px;
    color: #999999;
    position: relative;
    z-index: 9;
}

.title a:hover {
    color: #0970da;
}

.index{
    overflow:hidden;
}

.section1 {
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
}

.section1 canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.section1 .px1500 {
    position: relative;
    z-index: 9;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 720px;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 70%;
}

.s1-r {
    padding-left: 55px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s1-rb ul {
    margin: 0 -15px;
}

.s1-rb ul li a {
    display: block;
    margin: 0 15px;
    border: 5px solid transparent;
    border-radius: 5px;
}

.s1-rb ul li a .pic {
    padding-top: 70%;
}

.s1-rb ul li.slick-current a {
    border-color: rgb(243, 237, 237);
}

.s1-rt ul li a {
    display: block;
}

.s1-rt ul li a span {
    display: block;
    font-family: Georgia;
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: 1px;
    color: #333333;
}

.s1-rt ul li a h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 38px;
    height: 76px;
    overflow: hidden;
    color: #333333;
    margin: 25px 0 15px 0;
}

.s1-rt ul li a p {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    color: #999999;
}

.s1-rb .slick-prev, .s1-rb .slick-next {
    width: 74px;
    height: 74px;
}

.s1-rb .slick-prev {
    background: url(../images/s1-prev.png) no-repeat;
    background-size: 100%;
    left: -85px;
}

.s1-rb .slick-next {
    right: -85px;
    background: url(../images/s1-next.png) no-repeat;
    background-size: 100%;
}


.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 60px 0;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 475px;
}

.s2-l a {
    display: block;
}

.s2-l a img {
    display: block;
    width: 100%;
}

.s2-r {
    padding-left: 60px;
    flex: 1;
    min-width: 0;
}

.text-item {
    color: #333;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    /* display: flex; */
    /* justify-content: space-between; */
}


.text-item .tidate {
    color: #000;
    text-align: center;
    transition: all 0.3s;
    width: 80px;
    background: #2b69be;
    float: left;
    padding: 10px 10px 15px 10px;
}

.text-item .tidate p {
    transition: all 0.3s;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    color: #fff;
}

.text-item .tidate span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.text-item .tidate i {
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b5ccec;
    display: block;
    background: #235fb1;
    text-align: center;
    font-style: normal;
}

.text-item .tiinfo {
    padding-left: 30px;
    overflow: hidden;
}

.text-item .tiinfo h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.text-item .tiinfo div {
    font-size: 0;
    overflow: hidden;
    max-height: 84px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.text-item .tiinfo p {
    font-size: 15px;
    color: #999999;
    line-height: 28px;
    height: 56px;
    margin-top: 20px;
}

.text-item:hover .tidate {
    border-color: #be9b60;
}

.text-item:hover .tiinfo h3 {
    color: #2b69be;
    font-weight: 600;
}

.i-list {
    margin-top: 25px;
}

.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 58px;
    padding: 0px 110px 0 20px;
    border-bottom: 1px dashed #cccccc;
}

.i-list li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    font-family: fangsong;
}



.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.i-list li a:hover {
    color: #2b69be;
    font-weight: 600;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
}

.section3 {
    padding: 80px 0 60px 0;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 660px;
    position: relative;
}

.s3-lbtn {
    position: absolute;
    right: 20px;
    padding-top: 60%;
    top: 0;
    z-index: 9;


}

.s3-lbtn>div {
    background: #0949b7;
    background-image: linear-gradient(0deg,
            #0949b7 1%,
            #0067e3 100%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.s3-lbtn div div {
    width: 40%;
    cursor: pointer;
}

.s3-lbtn div div img {
    display: block;
    margin: 0 auto;
}

.s3-r {
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}

.s3-l ul li a {
    display: block;
    position: relative;
}

.s3-l ul li a .pic {
    padding-top: 60%;
}

.s3-l ul li a .pic span {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100px;
    height: 32px;
    background-color: rgba(197, 20, 20, .8);
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #ffffff;
}

.s3-linfo h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-right: 110px;
}

.s3-linfo p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999999;
}

.s3-l ul li a:hover .s3-linfo h3 {
    color: #0970da;
    font-weight: 600;
}

.s3-first a {
    display: block;
    background: url(../images/s3-first-bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 70px 60px 60px;
    position: relative;
}

.s3-first a span {
    position: absolute;
    right: 70px;
    top: 5px;
    background: url(../images/span-bj.png) no-repeat;
    background-size: 100% 100%;
    width: 130px;
    line-height: 36px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.s3-first a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #333;
}

.s3-first a p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999999;
    margin-top: 5px;
}

.s3-first a:hover h3 {
    color: #094cba;
    font-weight: 600;
}

.s3-r .i-list li {
    line-height: 48px;
    border: none;
}

.s3-r .i-list li span {
    font-family: Georgia;
    font-weight: 600;
}
@media screen and (max-width:1700px) {
    .s1-rb .slick-prev, .s1-rb .slick-next{
        width: 50px;
        height: 50px;
        z-index: 9;
    }
    .s1-rb .slick-prev{
        left: 0;
    }
    .s1-rb .slick-next{
        right: 0;
    }
}
@media screen and (max-width:1500px) {
    .title h2{
        font-size: 30px;
    }
    .title h2 span{
        font-size: 22px;
    }
    .s1-rb ul{
        margin: 0 -5px;
    }
    .s1-rb ul li a{
        margin: 0 5px;
    }
    .s1-l{
        width: 650px;
    }
    .s1-r{
        padding-left: 30px;
    }
    .s2-r{
        padding-left: 30px;
    }
    .s3-r{
        padding-left: 30px;
    }
}
@media screen and (max-width:1200px) {
    .s1-l{
        width: 600px;
    }
    .s1-rt ul li a h3{
        font-size: 20px;
        line-height: 32px;
        height: 64px;
        margin: 15px 0 10px 0;
    }
    .s1-rt ul li a p{
        line-height: 30px;
        height: 90px;
    }
    .text-item .tiinfo h3{
        font-size: 20px;
    }
    .s3-l{
        width: 570px;
    }
    .s3-first a{
        padding: 55px 50px 60px 45px;
    }
    .s3-r .i-list li{
        line-height: 40px;
    }
}
@media screen and (max-width:1024px) {
    .text-item .tiinfo h3,.s1-rt ul li a h3,.s3-first a h3{
        font-size: 18px;
    }
    .i-list li{
        font-size: 16px;
        line-height: 48px;
    }
    .title h2{
        font-size: 24px;
    }
    .title h2 span{
        font-size: 18px;
        margin-left: 5px;
    }
    .s1-c{
        display: block;
    }
    .s1-l{
        width: auto;
    }
    .s1-r{
        padding-left: 0;
    }
    .s2-l{
        width: 410px;
    }
    .s1-rb{
        margin-top: 20px;
    }
    .s3-c{
        display: block;
    }
    .s3-l{
        width: auto;
    }
    .s3-r{
        padding-left: 0;
        margin-top: 20px;
    }
    .s3-lbtn{
        right: 0;
    }
    .s3-lbtn>div{
        width: 60px;
        height: 60px;
    }
    .s3-linfo h3{
        padding-right:60px;
    }
    .section1,.section2,.section3{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title{
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .title img{
        max-height: 40px;
        max-width: 100%;
    }
    .text-item .tiinfo{
        padding-left: 15px;
    }
    .s1-rb .slick-prev, .s1-rb .slick-next{
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:768px) {
    .s2-c{
        display: block;
    }
    .s2-l{
        width: auto;
    }
    .s2-r{
        padding-left: 0;
        margin-top: 20px;
    }
}