@charset "utf-8";

body {
    background: #eff5fb;
}

html, body {
    width: 100%;
    height: 100%;
}


#downPage {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 90px;
	z-index: 9;
	cursor: pointer;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	/* border: 1px solid rgba(255, 255, 255, .4); */
	font-size: 0;
	text-align: center;
	line-height: 68px;
	background: rgba(255, 255, 255, .3);
}

#downPage::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	animation: circle infinite 3s linear 1.5s;
	opacity: 0;
}

#downPage::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	animation: circle infinite 3s linear;
	opacity: 0;
}

@keyframes circle {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: .6;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

#downPage img {
	display: inline-block;
	vertical-align: middle;
}

.index {
    font-size: 0;
    background: #fff;
}

.section1 {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 65px;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}



.title {
    position: relative;
    line-height: 36px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.title h2 {
    font-size: 36px;
    line-height: 47px;
    color: #333333;
    font-weight: normal;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/more.png) no-repeat;
    background-position: left center;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    line-height: 20px;
    color: #005bac;
    border-radius: 50%;
}

.title a::before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 5px;
    height: 1px;
    background-color: #005bac;
    opacity: 0.4;
    top: 50%;
    width: 60px;
}

.title a:hover {
    background: #005bac url(../images/more-w.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.s1-l {
    width: 65.875%;
    overflow: hidden;
}

.s1-r {
    width: 34.125%;
}

.s1-l>ul {
    margin: 0 -20px;
}

.s1-l ul li a {
    display: block;
    margin: 0 20px;
}

.s1-l li a .pic {
    padding-top: 75%;
}

.s1-l li a .info {
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    border-top: none;
    padding: 10px 30px 30px 30px;
}

.s1-l li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.s1-l li a .info p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 3px;
}

.other-info {
    display: flex;
    align-items: center;
}

.other-info .data {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 30px;
    background: url(../images/data.png) no-repeat;
    background-position: left center;
    margin-right: 25px;
}


.other-info .liulan {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 30px;
    background: url(../images/eyes.png) no-repeat;
    background-position: left center;
}

.s1-l li a:hover .info h3 {
    color: #005bac;
}


.s1-l .slick-dots {
    position: relative;
    margin-top: 45px;
    width: 52%;
    margin: 70px auto 0 auto;
    font-size: 0;
    padding-bottom: 6px;
}

.s1-l .slick-dots li {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    height: 2px;
}

.s1-l .slick-dots li button {
    width: 0;
    height: 100%;
    transition: all 0.3s;
    background-color: #023c90;
    margin: 0;
    padding: 0;
}

.s1-l .slick-dots li.slick-active button {
    width: 100%;
}

.s1-l .slick-arrow {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    top: auto;
    width: 15px;
    height: 15px;
}

.s1-l .slick-prev {
    right: 76%;
    left: auto;
    margin-right: 20px;
    background: url(../images/s1-prev.png) no-repeat;
    background-position: center center;
}

.s1-l .slick-next {
    left: 76%;
    margin-left: 20px;
    background: url(../images/s1-next.png) no-repeat;
    background-position: center center;
}

.s1-r ul li a {
    display: block;
    padding: 3.6% 0 4.5% 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.s1-r ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 15px;
}

.s1-r ul li a .other-info .data {
    background-size: 19px auto;
}

.s1-r ul li a .other-info .liulan {
    background-size: 21px auto;
}


.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 60px;
}

.s2-tslick {
    position: relative;
    overflow: hidden;
}

.s2-tslick ul {
    position: relative;
    z-index: 9;
    margin: 0 -20px;
}

.s2-tslick::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    bottom: 9px;
    height: 1px;
    background: #999999;
    opacity: .3;
    display: block;
    z-index: 1;
}

.s2-tslick ul li a {
    display: block;
    margin: 0 20px;
    background: url(../images/s2-tslick-item-bj.png) no-repeat;
    background-position: center top;
    background-size: 100% 170px;
    padding: 20px 30px 95px 30px;
    position: relative;
}

.s2-tslick ul li a::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    background: url(../images/s2-lslick-dot.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.s2-tslick ul li a div {
    font-size: 0;
    color: #999999;
}

.s2-tslick ul li a div b {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 5px;
    display: inline-block;
}

.s2-tslick ul li a div span {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    display: inline-block;
}

.s2-tslick ul li a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin: 10px 0 0 0;
}

.s2-tslick ul li a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s2-tslick ul li a p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999999;
}

.s2-tslick ul li a:hover {
    background: url(../images/s2-tslick-item-bj-h.png) no-repeat;
    background-position: center top;
    background-size: 100% 170px;
}

.s2-tslick ul li a:hover div {
    color: #fff;
    opacity: .5;
}

.s2-tslick ul li a:hover h3 {
    color: #fff;
}

.s2-tslick ul li a:hover::after {
    background: url(../images/s2-lslick-dot-h.png) no-repeat;
    background-size: 100% 100%;
}


.s2-b {
    margin-top: 20px;
}

.s2-bslick ul {
    margin: 0 -20px;
}

.s2-bslick ul li a {
    display: block;
    margin: 0 20px;
    border-radius: 15px;
    overflow: hidden;
}

.s2-bslick ul li a .pic {
    padding-top: 62.8%;
}

.s2-bslick .slick-arrow {
    width: 80px;
    height: 55px;
    z-index: 9;
    transition: all 0.3s;
}

.s2-bslick .slick-prev {
    background: url(../images/s2-bprev.png) no-repeat;
    background-size: 100% 100%;
}

.s2-bslick .slick-prev:hover {
    background: #005bac url(../images/s2-bprev.png) no-repeat;
    background-size: 100% 100%;
}

.s2-bslick .slick-next {
    background: url(../images/s2-bnext.png) no-repeat;
    background-size: 100% 100%;
}

.s2-bslick .slick-next:hover {
    background: #005bac url(../images/s2-bnext.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1520px) {}

@media screen and (max-width:1400px) {
    .title h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:1200px) {
    .s1-l>ul, .s2-tslick ul, .s2-bslick ul {
        margin: 0 -10px;
    }

    .s1-l ul li a, .s2-tslick ul li a, .s2-bslick ul li a {
        margin: 0 10px;
    }
    .s2-tslick ul li a{
        padding: 15px 15px 90px 15px;
    }
    .s2-bslick .slick-arrow{
        width: 40px;
        height: 27px;
    }
}

@media screen and (max-width:1024px) {

    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
    }

    .title h2 {
        font-size: 24px;
    }

    .s1-l li a .info h3, .s1-r ul li a h3 {
        font-size: 16px;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-r {
        width: auto;
        margin-top: 25px;
    }

   

    .s1-l li a .info {
        padding: 15px;
    }

    .other-info .data {
        margin-right: 10px;
    }

    .s1-l .slick-dots {
        margin-top: 35px;
    }

    .s1-r ul li a {
        padding: 15px 5px;
    }
    .section1{
        padding-top: 0;
        padding-bottom: 35px;
    }
    .section2{
        padding-bottom: 35px;
    }
    .title{
        padding-top: 30px;
        padding-bottom: 20px;
    }

}

@media screen and (max-width:768px) {
    .s1-l>ul, .s2-tslick ul, .s2-bslick ul {
        margin: 0 -5px;
    }

    .s1-l ul li a, .s2-tslick ul li a, .s2-bslick ul li a {
        margin: 0 5px;
    }
    .s2-bslick .slick-arrow{
        width: 30px;
        height: 20px;
    }
}

@media screen and (max-width:480px) {}