@charset "utf-8";
/****reset style*****/

.banner-box {
    position: relative;
    /* z-index: -1; */
}

.bannertxt {
    position: absolute;
    top: 305px;
    z-index: 2;
    width: 100%;
}

.ban-box {
    /* width: 1500px; */
    /* margin: 0 auto; */
    position: relative;
}

.ban-box:before {
    content:"";
    display: block;
    width: 80%;
    height: 620px;
    background: linear-gradient(90deg, rgb(255 255 255 / 95%) 20%, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.search {
    width: 996px;
    height: 80px;
    /* background: #f00; */
    margin: 0 auto;
    position: relative;

}

.search input {
    width: 994px;
    height: 78px;
    border: none;
    background: #fff;
    padding: 24px 30px;
    font-size: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px #ccc;
    font-weight: normal;
}

.search span {
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    height: 80px;
    width: 120px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}

.search-box {
    z-index: 10;
    position: relative;
    width: 1418px;
    margin: 0 auto;
    top: -40px;
}
.s-title {
    /* padding: 40px 0; */
    text-align: center;
    width: 1418px;
	margin: 44px auto;
	/**
    margin: 0 auto;
    margin-bottom: 44px;
	*/
}

.s-title h3 a {
    font-size: 40px;
    font-weight: bold !important;
    /**letter-spacing: -3px;*/
	letter-spacing: 3px;
}
.s-box {
    position: relative;
    width: 1418px;
    height: 550px;
}

.sol-box {
    margin-bottom: 100px;
    position: absolute;
    right: 0;
    /* overflow: hidden; */
}

.sol-box li {
    float: left;
    width: 312px;
    height: 403px;
    margin: 0 6px;
    border-bottom: 9px solid #000;
    position: relative;
}

.sol-box li span {
    height: 95px;
    width: 100%;
    display: block;
    background: linear-gradient(45deg, #fff, transparent);
    position: absolute;
    bottom: 22px;
    left: 0;
    font-size: 30px;
    color: #242424;
    line-height: 94px;
    padding-left: 24px;
}
.left-bg {
    width: 1418px;
    /* margin: 0 auto; */
    position: absolute;
    left: 0;
    top: 0;
}
.left-bg:before {
    content: "";
    display: block;
    width: 26%;
    height: 553px;
    position: absolute;
    background: #3364a8;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn-box {
    position: absolute;
    left: -116px;
    top: 100px;
}

.btn-next {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    top: 78px;
    cursor: pointer;
}

.btn-prev{
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    top: 0;
    cursor: pointer;
}

.right-box {
    padding-top: 77px;
    width: 1280px;
    position: absolute;
    right: -6px;
    top: 0;
}

.right-box .safe-width {
    position: relative;
}

.news-box {
    height: 608px;
}

.news-box li {
    float: left;
    width: 832px;
    height: 555px;
    position: relative;
}

.news-box .swiper-slide-prev .news-title, .news-box .swiper-slide-next .news-title, .news-box .swiper-slide-active .news-title {
	bottom: 0;
}
.news-box li .news-title {
    position: absolute;
	height: 130px;
    /**
	bottom: 45px;
	top: 284px;
    height: 220px;
    height: 128px;**/
    width: 604px;
    background: rgba(0,0,0,0.4);
    padding-left: 44px;
    color: #fff;
    padding-right: 24px;
}
.news-img img{
    width: 100%;
    height: auto;
}
.news-title h4 {
    font-size: 26px;
    line-height: 56px;
    padding-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-title p {
    font-size: 18px;
}

.s3-btn-box {
    position: absolute;
    bottom: 45px;
    left: 48%;
}

.s3-btn-box .btn-r,.s3-btn-box .btn-l {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.s3-btn-box img {
    width: 100%;
}










