﻿@charset "utf-8";

.module0109{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
}

.module0109_quan{
	width:60vh;
	height: 60vh;
	left: calc((73vw - 60vh) / 2);
	left: calc((var(--mainwidth) - 60vh) / 2);
	top: 5vh;
	border: 20px #edf2f8 solid;
	border-radius: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	z-index: 10;
}
.module0109_quan img{
	width:70%;
	height: 70%;
	object-fit: cover;
	object-position: center;
	margin: 0px auto;
	border-radius: 50%;
}
.module0109_quan_text{
	position: absolute;
	width:70%;
	height: 70%;
	top: 15%;
	left: 15%;
	text-align: center;
	font-size: 1.625rem;
	color: var(--FontWhiColor);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.module0109_con{
	position: relative;
	z-index: 20;
	width:100%;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.module0109_box{
	width:100%;
	height: 15vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.module0109_box:nth-child(2n) .module0109_box_box{
	width: 35%;
}
.module0109_box:nth-child(2n) .module0109_box_box:nth-child(1) .module0109_box_box_right{
	background: #73c7c8;
}
.module0109_box:nth-child(2n) .module0109_box_box:nth-child(2n) .module0109_box_box_right{
	background: #1f57a7;
}

.module0109_box_box{
	
	width: 45%;
}
.module0109_box_box a{
	display: flex;
	justify-content: space-between;
}

.module0109_box_box:nth-child(2n) .module0109_box_box_left{
	text-align: left;
}
.module0109_box_box:nth-child(2n) .module0109_box_box_right{
	background: #73c7c8;
}

.module0109_box_box:hover .module0109_img img{
	transform: rotate(360deg);
}

.module0109_box_box_left{
	width:calc(100% - 17vh);
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

.module0109_1{
	font-size:1.625rem;
	color: var(--FontOneColor);
	height:2rem;
	line-height:2rem;
	overflow:hidden;
}
.module0109_2{
	font-size:1rem;
	color: var(--FontTowColor);
	line-height: 1.5rem;
	height: auto;
	max-height: 3rem;
	overflow: hidden;
	margin-top: 0.5rem;
}
.module0109_box_box_right{
	width:15vh;
	height: 15vh;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #1f57a7;
	
	overflow: hidden;
}
.module0109_img img{
	    max-height: 10vh;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width:1023px)and (min-width:300px){
	.module0109{
		width: 96vw;
	}

	.module0109_quan{
		display: none;
	}

	.module0109_con{
		position: relative;
		z-index: 20;
		width:100%;
		height:  auto;
		display: flex;
		flex-direction: column;
		justify-content:  center;
	}
	.module0109_box{
		width:100%;
		height:  auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 2vh;
	}

	.module0109_box:nth-child(2n) .module0109_box_box{
		width: 50%;

	}

	.module0109_box_box{
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
		width: 50%;
	}
		.module0109_box_box:nth-child(2n){
			flex-direction: column;
		}
	.module0109_box_box:nth-child(2n) .module0109_box_box_left{
		text-align:  center;
	}


	.module0109_box_box_left{
		width:calc(100% - 90px);
		margin: 0 auto;
		height:  auto;
		padding: 5px 0;
		text-align:  center;
	}

	.module0109_1{
		font-size:1.25rem;
	}

	.module0109_box_box_right{
		width:80px;
		height: 80px;
		margin: 0 auto;
	}
	.module0109_img img{
			max-height: 50px;
	}


}
