@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}
.banner .slick-slide img {
    width: 100%;
    height: 100%;
}

body {
    /*overflow-x: hidden;*/
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 335px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6667) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-dots {
    bottom: 50px;
}
.banner .slick-dots li {
    width: 12px;
    height: 12px;
}
.banner .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    padding: 0;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active button {
    background: rgba(240, 103, 45, 1);
}


.tit {
    line-height: 40px;
    padding: 20px 0;
    position: relative;
}
.tit h3 {
    float: left;
    font-size: 0;
    line-height: 40px;
}
.tit h3 a {
    display: block;
}

.tit h3 img {
    vertical-align: middle;
    max-height: 76px;
}

.section1 {
    background: #f6f6f6;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 1;
}
.section1 .tit{
	z-index: 9;
        margin-right:150px;
}

.center .slick-slide a {
    display: block;
    margin: 30px;
}

.center .slick-slide .pic {
    padding-top: 82%;
}
.center .slick-slide .s1-linfo {
    padding-right: 30%;
    padding-top: 30px;
}

.center .slick-slide .s1-linfo h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.center .slick-slide .s1-linfo span {
    display: block;
    font-size: 15px;
    color: rgba(162, 162, 162, 1);
    margin-top: 10px;
}
.center .slick-dots {
    left: 50%;
    margin-left: 608px;
    text-align: left;
    position: absolute;
    top: -60px;
    bottom: auto;
}
.center .slick-dots li {
    font-size: 22px;
    font-weight: 600;
    color: rgba(217, 217, 217, 1);
    width: auto;
    height: auto;
    margin: 0;
    display: none;
}
.center .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    background: rgba(72, 82, 157, 0.33);
}
.center .slick-dots li.slick-active button {
    background: rgba(72, 82, 157, 1);
}


.center .slick-dots li.slick-active {
    display: inline-block;
}
.center .slick-dots li.slick-active span {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #000;
}
.center .slick-dots li span {
    font-size: 22px;
    font-weight: 600;
    color: rgba(217, 217, 217, 1);

}

.center .slick-arrow {
    position: absolute;
    top: -44px;
    right: 0;
}
.center .slick-prev {
    width: 12px;
    height: 23px;
    background: url(/esther/img/prev.png) no-repeat;
    background-size: 100% auto;
    left: auto;
    left: 50%;
    margin-left: 580px;
    z-index: 1;
}

.center .slick-next {
    width: 12px;
    height: 23px;
    background: url(/esther/img/next.png) no-repeat;
    background-size: 100% auto;
    left: 50%;
    margin-left: 688px;
    z-index: 1;
}
.center-dot {
    padding-bottom: 60px;
}

.center-dot .slick-list {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.center-dot ul li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(72, 82, 157, 0.33);
}

.center-dot ul li.slick-current button {
    background: rgba(72, 82, 157, 1);
}


.section2 {
    background: #48529D;
    background-size: cover;
    padding: 40px 0;

}
.s2-t {
    position: relative;
    min-height: 660px;
}
.s2-t-l {
    max-width: 1400px;
    margin: 0 auto;
    /*padding-right: 850px;*/
}

.s2-t-l>div{
	float: left;
	width: 40%;
}

.S2-tx p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-indent: 2em;
}


.s2-t-r {
    width: 48%;
    overflow: hidden;
    position: absolute;
    /*right: 0;*/
    left:45%;
    top: 50px;
}

.s2-t-r .pic {
    padding-top: 0;
    width: 100%;
    height: 615px;
}

.s2-t-r .pic img{
	object-fit: cover;
}

.s2-t-r p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.s2-c {
    position: relative;
}

.s2-c > div {
    overflow: hidden;
    padding: 30px 45px;
}

.s2-c ul {
    margin-left: -12px;
    margin-right: -12px;
}

.s2-c ul li a {
    display: block;
    margin: 0 12px;
}

.s2-c ul li a .pic {
    padding-top: 61%;
}

.s2-c ul li a .s2-cinfo p {
    font-size: 22px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.s2-c ul li a .s2-cinfo p {
    display: inline-block;
    background: url(/esther/img/jt.png) no-repeat right center;
    background-size: 8px 15px;
    padding-right: 30px;
    transition: all 0.5s;
}

.s2-c ul li a:hover .s2-cinfo p {
    margin-left: 5px;
}

.s2-c .slick-prev,
.s2-c .slick-next {
    display: none !important;
}

.s2-btn {
    font-size: 24px;
    font-family: ËÎÌå;
    font-weight: 600;
    color: #0e599d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    padding: 0 !important;
}

.s2-prev {
    left: 15px;
}

.s2-next {
    right: 15px;
}


@media screen and (max-width: 1400px) {
	.s2-t-l{
		margin: 0 2%;
	}
    .center .slick-next {
        right: 2%;
        left: auto;
        margin-left: 0;
    }
    .center .slick-prev {
        left: auto;
        right: 12%;
        margin-left: 0;
    }
    .center .slick-dots {
        left: auto;
        right: 4%;
        margin-left: 0;
        text-align: right;
    }
    .center .slick-slide .s1-linfo{
    	padding-right: 10%;
    }

}
@media screen and (max-width: 1200px) {
    .center .slick-slide a {
        margin: 30px 20px;
    }
    .s1-r ul li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1210px) {
    .section3 ul li {
        width: 29%;
    }
}
@media screen and (max-width: 1100px) {
    .s2-l ul li a {
        padding: 26px 0;
    }
}
@media screen and (max-width: 1072px) {
    .section4 ul li {
        width: 30%;
    }
}
@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }
    .banner .slick-dots {
        bottom: 20px;
    }
    .banner .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .banner .slick-slide a:after {
        height: 235px;
    }
    .center .slick-dots li {
        font-size: 18px;
    }
    .center .slick-dots li span {
        font-size: 18px;
    }
    .center .slick-dots li.slick-active span{
    	font-size: 18px;
    }
    .center .slick-arrow{
    	top: -40px;
    }

    .tit h3 img {
        max-height: 36px;
    }
    .center .slick-slide .s1-linfo h3{
    	font-size: 18px;
    }
    .center .slick-dots{
    	top: -52px;
    }
    .s2-t-l>div{
    	float: none;
    	width: 100%;
    }
    .s2-t-r{
    	position: static;
    	width: 100%;
    	margin-top: 30px;
    }
    .s2-t-r .pic{
    	height: auto;
    	padding-top: 47%;
    }
    .s2-c>div{
    	padding: 30px 0;
    }
    .s2-c ul li a .s2-cinfo p{
    	font-size: 18px;
    }
    .center-dot ul li button{
    	width: 10px;
    	height: 10px;
    }
    .center-dot{
    	padding-bottom: 30px;
    }
    .center-dot .slick-list{
    	max-width: 114px;
    }
    


    
}

@media screen and (max-width: 768px) {
    .banner .slick-slide a:after {
        height: 135px;
    }
    .tit h3 span {
        font-size: 26px;
    }
    .tit h3 img {
        max-height: 26px;
    }
.center .slick-dots{
      right: 5%;
}
	.center .slick-slide .s1-linfo h3{
    	font-size: 16px;
    }
    .center .slick-slide .s1-linfo span{
    	font-size: 13px;
    }
    .center .slick-dots{
    	
    }
    .center .slick-prev{
    	right: 14%;
    }
    .S2-tx p{
    	font-size: 16px;
    }
    .s2-t-r p{
    	font-size: 18px;
    	line-height: 36px;
    	padding: 0 2%;
    }
    .s2-c ul li a .s2-cinfo p{
    	font-size: 16px;
    }
    .center .slick-slide .s1-linfo{
    	padding-top: 15px;
    }
    

}
@media screen and (max-width: 640px) {
.center .slick-prev {
    right: 16%;
}
}
@media screen and (max-width: 480px) {
    .banner .slick-slide a:after {
        height: 100px;
    }
    .center .slick-dots {
    right: 6%;
}
    .center .slick-prev{
    	right: 18%;
    }
    .center .slick-dots li{
    	font-size:16px ;
    }
    .center .slick-dots li span{
    	font-size:16px ;
    }
    .center .slick-dots li.slick-active span{
    	font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .tit h3 span {
        font-size: 22px;
    }
    .center .slick-arrow{
    	top: 0;
    }
    .center .slick-dots{
    	top: -14px;
    }
    .section1{
    	padding: 0;
    }
    .center .slick-dots{
    	top: -12px;
    }
    .center .slick-slide .s1-linfo h3{
    	font-size: 14px;
    	line-height: 26px;
    }
    .center .slick-slide a{
    	margin: 20px;
    }
    .section2{
    	padding: 20px 0;
    }
    .S2-tx p{
    	font-size: 14px;
    }
    .s2-t-r p{
    	font-size: 16px;
    	line-height: 30px;
    }
    .s2-c ul li a .s2-cinfo p{
    	font-size: 14px;
    }
    .s2-c>div{
    	padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 320px) {
}