/* 首页 rem*/
body {
    padding-top: 100vh;
}

.top-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-banner .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    align-items: flex-start;
    padding: 40px 50px;
    color: #ffffff;
    justify-content: flex-end;
    flex-direction: column;
}

.top-banner .swiper-slide h1 {
    font-size: 24px;
    font-weight: lighter;
}

.top-banner .swiper-slide h2 {
    font-size: 16px;
    font-weight: lighter;
    text-transform: Uppercase;
}

.top-banner .swiper-button-prev {
    opacity: 0;
    transition: opacity 300ms;
    width: 120px;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.top-banner .swiper-button-prev::after {
    color: #ffffff;
}

.top-banner .swiper-button-prev:hover {
    opacity: 1;
}

.top-banner .swiper-button-next {
    opacity: 0;
    transition: opacity 300ms;
    width: 120px;
    height: 100%;
    top: 0;
    right: 0;
    margin-top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.top-banner .swiper-button-next::after {
    color: #ffffff;
}

.top-banner .swiper-button-next:hover {
    opacity: 1;
}

.center-box {
	max-width:1600px;
	margin:0 auto;
}

.main {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
}

.title {
    width: 100%;
	text-align:center;
}

.title .item-title {
	line-height: 1.8;
	font-size: 40px;
    font-weight: bold;
    color: rgba(17,17,17,1);
}

.title .en-title {
	font-size: 40px;
    color: rgba(211,211,211,1);
    display-radio: 1;
    font-family: "zhongjianjianshe";
    font-weight: normal;
}


.main .new-case {
    width: 100%;
	background-color:#f5f5f5;
	padding:90px 0;
	overflow:hidden;
}

.main .new-case .center-box .title {
    margin-bottom: 33px;
}

.main .new-case .center-box .img-flex {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}

.main .new-case .center-box .img-flex .img-link {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .new-case .center-box .img-flex .img-link .hover-title {
    width: 100%;
    min-height: .6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    transform: translateY(20px);
    opacity: 0;
    transition: 300ms;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.main .new-case .center-box .img-flex .img-link:hover .hover-title {
    opacity: 1;
    transform: translateY(0px);
}

.main .new-case .center-box .img-flex .img-link .hover-title .type-text {
    font-size: 16px;
    margin-bottom: 4px;
    color: #ffffff;
}

.main .new-case .center-box .img-flex .img-link .hover-title .class-name {
    font-size: 22px;
    color: #ffffff;
}

.main .new-case .center-box .img-flex .img-link img {
    min-width: 100%;
    min-height: 100%;
    /*max-height: 100%;*/
}

.main .new-case .center-box .img-flex .img-link:nth-child(1) {
    width: 4.9rem;
    height: 3.5rem;
    margin-bottom: .1rem;
}

.main .new-case .center-box .img-flex .img-link:nth-child(2) {
    width: 4.9rem;
    height: 3.5rem;
    margin-bottom: .1rem;
}

.main .new-case .center-box .img-flex .img-link:nth-child(3) {
    width: 6.1rem;
    height: 3.5rem;
    margin-bottom: .1rem;
}

.main .new-case .center-box .img-flex .img-link:nth-child(4) {
    width: 4.0rem;
    height: 3.5rem;
}

.main .new-case .center-box .img-flex .img-link:nth-child(5) {
    width: 4.0rem;
    height: 3.5rem;
}

.main .new-case .center-box .img-flex .img-link:nth-child(6) {
    width: 7.93rem;
    height: 3.5rem;
}

.main .about-us {
    width: 100%;
	overflow:hidden;
	margin:90px 0;
}

.main .about-us .title {
    margin-bottom: 47px;
}

.main .about-us .space-box {
    display: flex;
    align-items: flex-start;
	align-items: center;
    justify-content: space-between;
}

.main .about-us .space-box .left-img {
    width: 50%;
    height: 100%;
}

.main .about-us .space-box .left-img .cover-img {
    min-height: inherit;
}

.main .about-us .space-box .left-img img {
    width: 100%;
    height: 100%;
}

.main .about-us .space-box .right-text {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: 0 .8rem 0;
}

.main .about-us .space-box .right-text .en-title {
	font-size: 40px;
    color: rgba(211,211,211,1);
    font-family: "zhongjianjianshe";
}

.main .about-us .space-box .right-text .zh-title {
	font-size: 32px;
    font-weight: bold;
    color: rgba(17,17,17,1);
    line-height: 1.8;
}
.main .about-us .space-box .right-text .s-line{
    border-top-style: solid;
    width: 80px;
    margin-right: 0px;
    margin-left: 0px;
}
.main .about-us .space-box .right-text .text-con{
	margin-top: 3%;
    margin-bottom: 8%;
	
}

.main .about-us .space-box .right-text .text-con p {
	font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 32px;
}

.e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.e_container-9 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
	position: relative;
    border-left: solid 1px #0172c0;
    padding-left: 15px;
}
.e_scrollNumber-24 {
    line-height: 1.2;
    font-size: 40px;
    color: rgba(1,114,192,1);
}
.e_scrollNumber-24 .p_num {
    font-size: 40px;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "zhongjianjianshe";
}
.e_scrollNumber-24 .p_plus {
    font-size: 14px;
}
.e_text-25 {
    line-height: normal;
    font-size: 14px;
    color: rgba(85,85,85,1);
}




.main .news {
    width: 100%;
	overflow:hidden;
	margin:90px 0;
}

.main .news .news-list {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.main .news .news-list .news-item {
    width:31.5%;
	overflow:hidden;
    margin-right:40px;
	margin-top:40px;
	background-color: rgba(248,248,248,1);
	padding:10px;
	transition: .8s;
}
.main .news .news-list .news-item:hover{
	background: #0080d2;
}
.main .news .news-list .news-item:nth-child(3n) {
    margin-right: 0;
}

.main .news .news-list .news-item .img{
	width:100%;
	height:308px;
	position:relative;
	overflow:hidden;
}
.main .news .news-list .news-item .img img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}

.main .news .news-list .news-item .news-box {
    width: 100%;
	padding:30px 20px;
}

.main .news .news-list .news-item .news-box .news-title {
    font-size: 18px;
    color: rgba(51,51,51,1);
}

.main .news .news-list .news-item .news-box .date {
    font-size: .15rem;
	 color: rgba(153,153,153,1);
	 margin:10px 0;
}


.main .news .news-list .news-item .news-box .miaosu{
	font-size: 16px;
    color: rgba(153,153,153,1);
}

.main .news .news-list .news-item:hover .news-title {
	color:#fff;
}
.main .news .news-list .news-item:hover .date {
	color:#fff;
}
.main .news .news-list .news-item:hover .miaosu{
	color:#fff;
}
.main .news .news-list .news-item:hover .img img {
    transform: scale(1.06);
}