/* Banner Slider */
.banner-carousel .slide-item {
	position: relative;
	overflow: hidden;
	min-height: 90vh;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-carousel .slide-item .image-layer::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/* background: linear-gradient(260deg, rgba(27,168,241,0.4) 0%, rgba(0,0,0,0.5) 90%); */
}

.banner-carousel .two .image-layer::before {
	background: linear-gradient(260deg,
			rgba(27, 168, 241, 0.4) 0%,
			rgba(0, 0, 0, 0.5) 90%);
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.banner-carousel .active .slide-item .slide-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}

.banner-carousel .active .slide-item .slide-content h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	margin: 0 0 30px 0;
}

.banner-carousel .active .slide-item .slide-content h1 span {
	color: #fff;
	-webkit-text-fill-color: #1ba8f1;
	-webkit-text-stroke-width: 1px;
}

.banner-carousel .active .slide-item .slide-content p {
	color: #fff;
	margin: 0 0 50px 0;
}

.layer {
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.layer::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.layer h2,
.layer h3 {
	color: white;
	margin-bottom: 10px;
}

/* 装饰元素 */
.decoration {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	z-index: 1;
}

.decoration-1 {
	top: -30px;
	right: -30px;
}

.decoration-2 {
	bottom: -40px;
	left: -40px;
	width: 150px;
	height: 150px;
}

.banner {
	top: -100px;
}

/* 必要布局样式css */
a {
	text-decoration: none;
	color: #2e5bfc;
}

.trade-content {
	padding: 30px 0;
}

.trade-box-item {
	/* flex: 1; */
	text-align: center;
	position: relative;
	height: 38rem;
	background: no-repeat center;
	background-size: 100% auto;
}

.trade-content .trade-box-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.trade-box-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-logo {
	margin: 0 auto;
	display: block;
}

.trade-content .trade-box-item .item-logo {
	position: relative;
	margin-top: 50%;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.item-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.item-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	position: relative;
}

.trade-content .item-title:before {
	content: "";
	position: relative;
	display: block;
	width: 20px;
	border-bottom: 2px solid #fff;
	margin: 0 auto 20px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.item-text {
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	margin-top: 10px;
}

.item-text p {
	color: #fff;
	font-size: 0.85rem;
	margin-bottom: 5px;
}

.trade-content .item01 {
	background-image: url(../img/pics/hover-icon-at01.jpg);
	background-size: 100% 100%;
}

.trade-content .item02 {
	background-image: url(../img/pics/hover-icon-at02.jpg);
	background-size: 100% 100%;
}

.trade-content .item03 {
	background-image: url(../img/pics/hover-icon-at03.jpg);
	background-size: 100% 100%;
}

.trade-content .item04 {
	background-image: url(../img/pics/hover-icon-at04.jpg);
	background-size: 100% 100%;
}

.trade-content .trade-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
	padding: 2rem;
}

.trade-content .trade-box-item:hover:before {
	background-color: #1f55b7b3;
}

.trade-content .trade-box-item:hover .item-logo {
	margin-top: 80px;
}

.trade-content .trade-box-item:hover .item-title:before {
	opacity: 0;
	margin-bottom: 0;
}

.about-process-item-details {
	margin-bottom: 20px;
}

#img_show img {
	border: none;
}

#img_show_nav {
	text-align: center;
}

#img_show_nav a {
	display: block;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.4);
	margin: 20px auto 20px 20px;
}

#img_show_nav img {
	height: 120px;
}

#img_show_output {
	overflow: hidden;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin: 20px auto;
}

#img_show_output img {
	display: block;
	margin: 0px auto 0 auto;
}

#img_show_output span {
	font-size: 1.25rem;
	font-family: var(--heading-font-family);
	font-weight: var(--heading-font-weight);
	color: rgba(0, 0, 0, 0.4);
	/* margin-top: 5rem; */
	display: block;
}

.zz {
	background: linear-gradient(to right, #529ae694, #bde2fc8c);
	/* border-radius: 10px; */
	/* color: white; */
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.card {
	width: 80%;
	/* height: 180px; */
	/* background: linear-gradient(to right, #6a80cf, #bbe5fb); */
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding-bottom: 10px;
}

.card::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 150%;
	background-color: rgba(255, 255, 255, 0.1);
	transform: rotate(-20deg);
	transition: transform 0.5s ease;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card:hover::before {
	transform: rotate(-15deg) translateX(10px);
}

/* rotation3D */
/*
  椭圆会使内部失真    transform: rotateX(50deg);
*/
.rotation3D {
    position: absolute;
    width: 800px;
    height: 800px;
    cursor: move;
    user-select: none;
    margin: 0 auto;
    top: -150px;
    left: 20%;
    /*border: 1px solid white; border-radius: 100%;*/
}

.rotation3D .center {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rotation3D .itemList {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.rotation3D .lineList {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform-style: preserve-3d;
}

/*---------------------------点样式---------------------------*/
.rotation3D__item {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 161px;
    height: 188px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: white;
    /*background: #2292ef; border-radius: 4px;*/
}

.rotation3D__item .scale {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.rotation3D__item .cont {
    position: relative;
    z-index: 2;
}

.rotation3D__item .cont .iconfont {
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 55px;
    display: block;
    width: 100%;
    height: 100%;
}

.rotation3D__item .cont p {
    color: #fff;
}

.rotation3D__item.blue {
    color: #01e9fc;
}

.rotation3D__item.green {
    color: #02e943;
}

.rotation3D__item.yellow {
    color: #ffd200;
}

/*底座*/
.rotation3D__item .baseImg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rotation3D__item.blue .baseImg {
    background: url("../img/pics/blue.png");
}

.rotation3D__item.green .baseImg {
    background: url("../img/pics/green.png");
}

.rotation3D__item.yellow .baseImg {
    background: url("../img/pics/yellow.png");
}

/*---------------------------
    线样式
    线高为总高的一般
---------------------------*/
.rotation3D__line {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2px;
    height: 50%;
    padding-top: 60px;
    color: #fff;
    font-size: 50px;
    /*background: #fff;*/
    /*原点设置在中间*/
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.rotation3D__line .pos {
    position: absolute;
    top: 0;
}

.rotation3D__line svg {
    position: absolute;
    top: 0;
}

.rotation3D__line svg path {
    stroke: #fff;
    fill: none;
    stroke-width: 3;
    animation: path-animation 100s linear 0s infinite normal;
}

@keyframes path-animation {
    0% {
        stroke-dashoffset: 500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.rotation3D__line .dot {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    /*width: 35px; height: 35px; font-size: 35px; */
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.rotation3D__line .dot1,
.rotation3D__line .dot3,
.rotation3D__line .dot4 {
    animation: svg-path-animation 6s ease-in-out 0s infinite normal;
}

.rotation3D__line .dot1 {
    offset-path: path("0 0, M0 400");
    offset-distance: 0%;
}

.rotation3D__line .dot2 {
    offset-path: path("M0 200, 0 0");
    offset-distance: 0%;
    background: #ffd200;
    border-radius: 100%;
    font-size: 22px;
    color: #000;
}

.rotation3D__line .dot3 {
    offset-path: path("M20 400 S 0 200, 20 0");
    offset-distance: 0%;
}

.rotation3D__line .dot4 {
    offset-path: path("M20 0 S 40 200, 20 400");
    offset-distance: 0%;
}

@keyframes svg-path-animation {
    from {
        offset-distance: 0%;
    }

    to {
        offset-distance: 100%;
    }
}

/*颜色*/
.rotation3D__line.blue {
    color: #07b2f9;
}

.rotation3D__line.green {
    color: #00ff5b;
}

.rotation3D__line.yellow {
    color: #ffd500;
}

.rotation3D__line.blue svg path {
    stroke: #07b2f9;
}

.rotation3D__line.green svg path {
    stroke: #00ff5b;
}

.rotation3D__line.yellow svg path {
    stroke: #ffd500;
}

.rotation3D-baseMap {
	position: absolute;
	height: 600px;
	width: 100%;
	background: url("../img/pics/baseMap.png") no-repeat center;
}

.rotation3D-baseMap::before {
	position: absolute;
	margin: auto;
	top: 14%;
	left: 39%;
	width: 21%;
	height: 45%;
	display: block;
	content: "";
	background: url("../img/pics/logo_move.png") no-repeat center;
	animation: 10s bounceUpDown infinite;
	z-index: 100;
	background-size: 100% 100%;
}