@charset "utf-8";

body {
    overflow-x: hidden;
}


.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
height:376px;
}

.banner .slick-prev, .banner .slick-next {
    width: 45px;
    height: 45px;
    z-index: 9;
    transition: all 0.5s;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    left: 20px;
}

.banner .slick-next {
    right: 20px;
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
}

.banner .slick-dots {
    margin-bottom: 20px;
    font-size: 0;
}

.banner .slick-dots li {
    width: 11px;
    height: 11px;
    background-color: rgba(0, 0, 0, .22);
    border-radius: 50%;
    margin: 0 10px;
}

.banner .slick-dots .slick-active {
    background: #bc180e;
}

.title {
    position: relative;
}

.tit-text {
    font-size: 0;
    margin-bottom: 25px;
}

.tit-text h2 {
    vertical-align: middle;
    position: relative;
    color: #1a4ea4;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #d7dfea;
}

.tit-text h2 b {
    display: inline-block;
    position: relative;
    z-index: 9;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 14px;
    border-bottom: 3px solid #007db8;
    transform: translateY(1px);
}

.tit-text h2 span {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #888888;
    display: block;
    opacity: 0.79;
    margin-top: 10px;
}

.tit-text h2 img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.tit-text h2 p {
    position: absolute;
    left: 48px;
    bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(204, 204, 204, .5);
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    z-index: 2;
    font-weight: 600;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 9;
}

.tit-more a {
    display: none;
    float: left;
    transition: all 0.5s;
    color: #aaaaaa;
    padding-right: 10px;
    position: relative;
}

.tit-more a span {
    display: block;
    color: #007db8;
}

.tit-more a img {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tit-more a:nth-child(1) {
    display: block;
}

.section1 {
    margin-top: 30px;
}

.s1-l {
    float: left;
    width: 620px;
    margin-right: 30px;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 63%;
}

.s1-l ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    background: #007db8;
    z-index: 8;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px 40px 20px;
    text-align: center;
    font-weight: 600;
}

.s1-l .slick-dots {
    bottom: 15px;
    font-size: 0;
    text-align: center;
}

.s1-l .slick-dots li {
    transition: all 0.3s;
    width: 13px;
    height: 13px;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 8px;
    margin: 0 10px;
    overflow: hidden;
}

.s1-l .slick-dots li.slick-active {
    background: #fff;
}

.s1-r {
    overflow: hidden;
}


.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 58px;
    padding: 0px 90px 0 20px;
    border-bottom: 1px solid rgb(65 46 112 / 10%);
}

.i-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #8f9dc1;
    border-radius: 50%;
}

.i-list li:hover::before {
    background: #8f9dc1;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.i-list li a:hover {
    color: #007db8;
    font-weight: 600;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 16px;
}


.text-list2 li a {
    color: #333;
    display: flex;
    align-items: center;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    position: relative;
    padding: 12px 0;
}

.text-list2 li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(51, 51, 51, .10);
    z-index: 8;
}

.text-list2 li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: all 0.3s;
    bottom: 0;
    height: 1px;
    background: #007db8;
    z-index: 9;
}

.text-list2 li:first-child a {
    border-top: none;
}

.date2 {
    transition: all 0.3s;
}

.date2 p {
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #007db8;
}

.date2 span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #5d5d5d;
    border-top: none;
    background: rgb(238 238 238 / 60%);
}

.text-list2 li a .date2 {
    float: left;
    color: #000;
    margin-right: 10px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #cbcbcb;
    width: 50px;
}

.text-list2-p {
    overflow: hidden;
    font-size: 0;
    flex: 1;
    min-width: 0;
}

.text-list2-p div {
    font-size: 0;
    overflow: hidden;
    line-height: 32px;
    vertical-align: middle;
}

.text-list2-p p {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.text-list2 li a:hover .date2 {
    border-color: #007db8;
}

.text-list2 li a:hover .date2 span {
    color: #fff;
    background: #007db8;
}

.text-list2 li a:hover .text-list2-p p {
    color: #007db8;
    font-weight: 600;
}

.text-list2 li a:hover::after {
    width: 100%;
}

.section2 {
    margin-top: 50px;
}

.section4 {
    margin-top: 40px;
}

.s2-c, .s4-c {
    display: flex;
    justify-content: space-between;
}

.s2-l, .s4-l {
    width: 48%;
}

.s2-r, .s4-r {
    width: 48%;
}

.section3 {
    margin-top: 50px;
    background: url(../images/s3-bj.png) no-repeat;
    background-position: center top;
    background-size: 1330px 209px;
}

.s3-c {
    padding: 35px 0;
}

.s3-c h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    color: #000000;
}

.s3-c ul {
    display: flex;
    margin-top: 10px;
}

.s3-c ul li {
    width: 20%;
}

.s3-c ul li a {
    display: block;
    position: relative;
    border-left: 1px solid rgba(5, 70, 140, .1);
    padding-top: 10px;
}

.s3-c ul li:nth-child(1) a {
    border: none;
}

.s3-c ul li a div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.s3-c ul li a p {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}

.s3-c ul li a:hover p {
    color: #007db8;
    font-weight: 600;
}

.section5 {
    background: #f4f8f8;
    padding: 30px 0;
    margin-top: 45px;
}

.s5-c ul {
    margin: 0 -10px;
}

.s5-c ul li a {
    display: block;
    margin: 0 10px;
}

.s5-c ul li a .pic {
    padding-top: 51.5%;
}

.s5-c ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
    padding: 0 10px;
    margin-top: 10px;
}

.s5-c ul li a:hover p {
    color: #007db8;
}