/*
	公共部分
*/
:root{
	--swiper-theme-color: #ffffff;
	--swiper-pagination-color: var(--theme-color);
}
/* #swiper-banner{
	max-height: 70vh;
} */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:1rem;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 999;
}
.banner-title-module{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 2;
	color: #ffffff;
}
.banner-title-module .banner-title-center{
	position: relative;
	width: var(--module-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.banner-title-module .banner-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 2px 15px rgba(0,0,0);
}
.banner-title-module .banner-title span{
    padding: 0.25rem 0;
}
.banner-title-module .banner-down{
	position: absolute;
	left: 0;
	bottom: 2.5rem;
	width: 3.5rem;
	height: 3.5rem;
}
.home-row-module{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.nav-path-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	margin-top: 1.87rem;
}
.nav-path-module .nav-path{
	font-size: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav-path-module .nav-path img{
	width: 0.87rem;
	height: 0.87rem;
}
.nav-path-module .nav-path span{
	margin-right: 0.3rem;
}
.nav-path-module .nav-path a{
	color: #303030;
	cursor: pointer;
	margin-right: 0.3rem;
}
.nav-path-module .nav-page-list{
	/*display: flex;*/
	display: none;
	justify-content: flex-end;
	align-items: center;
	margin-top: -2px;
	font-size: 0.87rem;
}
.nav-path-module .nav-page-list .nav-page-item{
	margin: 0px 0.62rem;
	font-size: 0.87rem;
	color: #303030;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav-path-module .nav-page-list .nav-page-item .item-line{
	background:rgba(255,255,255,0);
	height: 4px;
	width: 0.1%;
	transition: width 500ms;
}
.nav-path-module .nav-page-list .active .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}
.nav-path-module .nav-page-list .nav-page-item:hover .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}
.tactic-module{
	width: var(--module-width);
	position: relative;
	padding-bottom: 2rem;
}
.tactic-module .yinhao{
	position: absolute;
	left: 0;
	top: 3rem;
}
.tactic-detail-body{
    width: 100%;
	margin-top: 3rem;
	text-align:justify;
}
.customize{
	display: none;
}
.cus-default{
	display: block;
}
.tactic-detail-body h2{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 0;
}
.tactic-detail-body h3{
    font-size: 1.12rem;
    /* font-weight: 600; */
	font-family: SourceHanSansCN-Medium;
}
.tactic-detail-body img{
    width:100%;
    display: flex;
    margin: 1.25rem 0;
}
.tactic-detail-body p{
	margin: 0.62rem 0;
    line-height: 1.5rem;
}
.tactic-detail-body strong{
	font-weight: 600;
}
.tactic-detail-body video{
	width: 100%;
	margin: 1.25rem 0;
    border-radius: 0.31rem;
}
.tactic-detail-body .swiper-container{
	width: 100%;
	margin: 1.25rem 0;
}
.tactic-detail-body .s-e-time{
    background: url(https://images.ivyonecct.com/yuange-pc/s-e-time.png) no-repeat;
    padding-left: 1.6rem;
    background-size: 1.2rem;
    background-position: 0 0.1rem;
    margin-top: 1rem;
}
.project-title{
	width: 100%;
	text-align: center;
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.project-in-short{
    padding: 1rem 0;
}
.project-item{
	position: relative;
	padding-bottom: 2rem;
	margin-top: 3rem;
}
.item-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.item-left .item-text{
	right: 0;
}
.item-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.item-right .item-text{
	left: 0;
}
.project-item .item-img{
	width: 65%;
	height: calc(var(--module-width) * 0.4);
	overflow: hidden;
}
.project-item .item-img img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
	transition: transform 2000ms;
}
.project-item .item-img:hover img{
	transform: scale(1.1);
}
.project-item .item-text{
	position: absolute;
	width: 40%;
	background: #ffffff;
    padding:2rem 1.5rem;
    box-shadow: 1px 1px 1px #f1f1f1;
}
.project-item .item-title{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #303030;
}
.project-item .item-line{
	width: 1.25rem;
	height: 0.37rem;
	background: var(--theme-color);
}
.project-item .item-desc{
	line-height: 1.5rem;
	margin: 1rem 0;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #303030;
	text-align:justify;
}
.project-item .item-data-d{
    margin:1rem 0;
    display: flex;
    justify-content: left;
}
.project-item .item-data-d .data-item-s{
    float: left;
    width:33%;
}
.detail-module{
	width: calc(var(--module-width) - 4rem);
	padding: 0 2rem 2rem 2rem;
	margin-top: 3rem;
}
.text-menu-list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0 1rem 0;
}
.text-menu-line{
	width: 1px;
	height: 1.2rem;
	margin-top: 0.5rem;
	background: #e7e7e7;
}
.text-menu{
	margin: 0 2.5rem;
}
.switch-menu{
	width: var(--module-width);
	margin-left: -2rem;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.switch-menu .menu-item{
	width: auto;
	min-width: auto;
	color: #303030;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 3rem;
}
.switch-menu .menu-item .item-line{
	height: 6px;
	background: #ffffff;
	width: 100%;
}
.switch-menu .active .item-line{
	background: var(--theme-color);
}
.sport-img-list{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.sport-img-list .list-item{
	width: calc(var(--module-width) * 0.325);
	display: flex;
	flex-direction: column;
}
.sport-img-list .list-item img{
	width: 100%;
	display: flex;
	margin-top: 1rem;
}

.group-type{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.group-type .group-item{
	width: 48%;
	display: flex;
	flex-direction: column;
	background: #f9f9f9;
	margin-top: 1rem;
	transition: all 1s;
}
.group-type .group-item:hover{
	background: var(--theme-color);
}
.group-type .group-item:hover .item-info{
	color: #ffffff;
}
.group-type .group-item .item-info{
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #303030;
}
.group-type .group-item .item-img{
	width: 100%;
	display: flex;
	object-fit: cover;
	height: 18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.group-type .group-item .item-title{
	width: 90%;
	margin: 1.5rem 5% 0 5%;
	text-align: center;
}
.group-type .group-item .item-desc{
	width: 90%;
	margin: 0 5% 2.5rem 5%;
	text-align: left;
	line-height: 1.5rem;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.group-type .group-item .item-btn{
	width: 90%;
	margin: 0 5% 1.5rem ;
	display: flex;
	justify-content: center;
}
.group-two{
	justify-content: space-between;
}
.group-two .group-item{
	width: 48%;
}
.group-three{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.group-three .group-item{
	width: 32%;
}
.group-three .group-item:nth-child(3n+2){
	margin: 1rem 2% 0 2%;
}
.group-three .group-item .item-img{
	height: 10rem;
}
.group-item .see-more:hover{
	background:#ffffff;
	border:1px solid #ffffff;
	color: var(--theme-color);
}
.bottom{
	width: 100%;
	height: 4rem;
}
.bgffffff{
	background: #ffffff;
}
.bgf9f9f9{
	background: #f9f9f9!important;
}
.orther-project-module{
    width: var(--module-width);
}
.orther-project-module .orther-title{
    width: 100%;
    padding: 2rem 0;
    text-align: center;
}
.orther-project-module .orther-project-list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 4rem;
}
.orther-project-module .orther-project-list .list-item{
    width: calc(var(--module-width) * 0.235);
    height: calc(var(--module-width) * 0.235 * 1.25);
    margin-right: calc(var(--module-width) * 0.02);
    border-radius: 0.4rem;
    position: relative;
    overflow: hidden;
}
.orther-project-module .orther-project-list .list-item:hover img{
    transform: scale(1.1);
}
.orther-project-module .orther-project-list .list-item:nth-child(4n){
    margin-right: 0;
}
.orther-project-module .orther-project-list .list-item .list-item-img{
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    transition: all 1s;
}
.orther-project-module .orther-project-list .list-item .list-item-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 60%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.orther-project-module .orther-project-list .list-item .list-item-cover p{
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.custom-cut{
    width: 100%;
    height: calc(var(--module-width) * 0.36);
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.custom-cut .swiper-slide{
    width: 10%;
    height: calc(var(--module-width) * 0.36);
    display: flex;
    align-items: center;

}
.custom-cut .active{
    width: 80%;
    height: calc(var(--module-width) * 0.36);
    display: flex;
    align-items: center;
}
.custom-cut .swiper-slide img{
    width: 100%;
    object-fit: cover;
    display: flex;
    height: 80%;
}
.custom-cut .active img{
    width: 100%;
    object-fit: cover;
    display: flex;
    height: 100%;
}
.custom-cut .btn-img{
    position: absolute;
    top:50%;
    width: 4rem;
    height: 8rem;
    margin-top: -4rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 222;
}
.custom-cut .btn-img img{
    width: 1rem;
    height: 2rem;
}
.custom-cut .btn-left{
    left: 10%;
}
.custom-cut .btn-right{
    right: 10%;
}
.custom-cut .btn-right img{
    transform: rotate(180deg);
}

.item-detail-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, .7);
    z-index: 105;
    overflow: hidden;
    text-align: center;
    display: none;
}

.item-detail-box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    background: #fff;
    width: 85%;
    max-width: 990px;
    min-height: 250px;
    max-height: 90%;
    overflow: auto;
    text-align: left;
}

.item-detail-box-cont .cont-box-desc {
    position: relative;
    padding: 0;
}

.cont-box-desc:before {
    display: table;
    content: " ";
}

.item-detail-box-cont .close {
    position: absolute;
    top: -30px;
    right: -25px;
    font-size: 36px;
    color: #000;
    line-height: .8;
    cursor: pointer;
    opacity: 1;
}

.item-detail-box-img {
    position: relative;
    width: 50%;
    float: left;
}

.item-detail-box-slide {
    width: 100%;
}

.item-detail-box-slide li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item-detail-box-img ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height:16rem;
}

.item-detail-box-tum {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.item-detail-box-tum li.active {
    background: #428bca !important;
}

.item-detail-box-tum li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: 0 0;
    margin: 0 3px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
}

.item-detail-box-img > img {
    width: 100%;
}

.item-detail-box-info {
    width: 45%;
    text-align: left;
    float: right;
    display: table-cell;
}

.item-detail-box-info h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}

.item-detail-box-info h3 {
    height: auto !important;
}

.item-detail-box-info .cont-info {
    height: auto !important;
}

.item-detail-box-info h5 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #939598;
}

.cont-box-desc p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.cont-box-desc:after {
    clear: both;
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.display_none {
    display: none;
}
.display_block {
    display: block;
}
.list-text-info {
    margin: 1rem 0;
    justify-content: center;
}
.list-text-info .list-text-menu {
    margin: 0 2.5rem;
    text-align: center;
}

/* --------------------- 公共 end --------------------- */




/* --------------------- 移动端 --------------------- */
@media screen and (min-width:1600px){
	.content-title-module img{
		height: 5rem;
	}
	.tactic-detail-body p{
		margin: 0.62rem 0;
	    line-height: 1.5rem;
		font-size: 1rem;
	}
}
@media (max-width: 1600px) {
	.content-title-module img{
		height: 4rem;
	}
	.tactic-detail-body p{
		margin: 0.62rem 0;
	    line-height: 1.5rem;
		font-size: 0.87rem;
	}
}
@media (max-width: 768px) {
	#swiper-banner{
		min-height: 30vh;
	}
	#swiper-banner .banner-img{
		min-height: 30vh;
	}
	.banner-title-module .banner-title-center{
		justify-content:flex-end;
	}
	.banner-title-module .banner-title{
		padding-bottom: 1rem;
	}
	.content-title-module img{
		height: 2.5rem;
	}
	.nav-path-module{
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		margin-top: 0.93rem;
	}
	.banner-title-module .banner-down{
		position: absolute;
		left: 0;
		bottom: 1.25rem;
		width: 1.62rem;
		height: 1.62rem;
	}
	.nav-path-module .nav-path{
		font-size: 0.87rem;
		display: none;
		justify-content: flex-start;
		align-items: center;
	}
	.nav-path-module .nav-page-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.nav-path-module .nav-page-list .nav-page-item{
		margin: 0px 1rem;
		font-size: 0.87rem;
		display: flex;
	}
	.project-item{
		position: relative;
		padding-bottom: 0rem;
		margin-top: 1rem;
		flex-direction: column;
		background: #ffffff;
	}
	.item-left{
		display: flex;
		justify-content: flex-start;
	}
	.item-left .item-text{
		right: 0;
	}
	.item-right{
		display: flex;
		justify-content: flex-start;
	}
	.item-right .item-text{
		left: 0;
	}
	.project-item .item-img{
		width: 100%;
		max-height: calc(var(--module-width) * 0.45);
		overflow: unset;
	}
	.project-item .item-img img{
		width: 100%;
		height: 100%;
		display: flex;
		object-fit: cover;
		transition: transform 2000ms;
	}
	.project-item .item-img:hover img{
		transform: scale(1.1);
	}
	.project-item .item-text{
		position: unset;
		bottom: 0;
		width: 90%;
		background: unset;
		padding: 0.5rem 0 1rem 0;
		margin: 0 5%;
		box-shadow: unset;
	}
	.project-item .item-title{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.project-item .item-line{
		width: 1.25rem;
		height: 0.37rem;
		background: var(--theme-color);
	}
	.project-item .item-desc{
		line-height: 1.5rem;
		margin: 1rem 0;
	}

	.detail-module{
		width: calc(var(--module-width) - 2rem);
		padding: 0 1rem;
		margin-top: 2rem;
	}
	.text-menu{
		margin: 0 1.5rem
	}
	.switch-menu{
		display: flex;
		justify-content: flex-start;
		white-space: nowrap;
		width: 100%;
		margin-left: -1rem;
		padding: 0 1rem;
		overflow-x: scroll;
	}
	.switch-menu .menu-item{
		padding: 0 1rem;
		margin: 0;
	}
	.sport-img-list .list-item{
		width: 49%;
		display: flex;
		flex-direction: column;
	}
	.yinhao{
		width: 2rem;
	}
	.group-two{
		justify-content: space-between;
		flex-direction: column;
	}
	.group-two .group-item{
		width: 100%;
	}
	.group-three{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.group-three .group-item{
		width: 100%;
	}
	.title-short{
		width: 100%;
		line-height: 1.25rem;
		height: 2.5rem;
		white-space: normal;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
