﻿@charset "utf-8";


.module0035{
	width: 100%;
	height: auto;
	background-size: cover;
	margin: auto;
	
}
.module0035_list{
	width:73vw;
	width:var(--mainwidth);
	height:100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.module0035_box{
	width:25%;
	height: calc(100vw * 500 / 1920);
	position: relative;
	overflow: hidden;
}
.module0035_box:after{
	content: "";
	width: 1px;
	height: 100%;
	background: var(--FontWhiColor);
	opacity: 0.3;
	position: absolute;
	top: 0;
	right: 0;
}

.module0035_box:nth-child(1):before{
	content: "";
	width: 1px;
	height: 100%;
	background: var(--FontWhiColor);
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}
.module0035_box_box{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0035_box:hover .module0035_box_box{
	background: var(--OneColor);
}
.module0035_box_ico{
	position: relative;
	width:90px;
	height:90px;
	margin:0px auto;
	overflow: hidden;
	border-radius: 50%;
	border: 1px var(--FontWhiColor) dashed;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0035_box_ico div{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 15%;
	font-size: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0035_box:hover .module0035_box_ico{
	background: var(--FontWhiColor);
}
.module0035_box_ico div img{
	width:100%;
	height: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0035_box:hover .module0035_box_ico div:nth-child(1){
	margin-top:-100%;
}
.module0035_box_title{
	width:85%;
	text-align: center;
	font-size: 1.625rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	font-weight: bold;
	color: var(--FontWhiColor);
	margin:0px auto;
	margin-top: 2rem;
}
.module0035_box_en{
	width:85%;
	text-align: center;
	font-size: 1.125rem;
	color: var(--FontWhiColor);
	margin:0px auto;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
}
.module0035_box_line{
	width:85%;
	margin:0px auto;
	text-align: center;
	margin-top: 1rem;
}
.module0035_box_line span{
	display: block;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background: var(--FontWhiColor);
	border-radius:50%;
	position: relative;
}
.module0035_box_line span:after{
	content: "";
	width: 4rem;
	height: 1px;
	background: var(--FontWhiColor);
	position: absolute;
	top: 2.5px;
	left: -4.75rem;
}
.module0035_box_line span:before{
	content: "";
	width: 4rem;
	height: 1px;
	background: var(--FontWhiColor);
	position: absolute;
	top: 2.5px;
	right: -4.75rem;
}


.module0035_box_con{
	width:85%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	color:  var(--FontWhiColor);
	margin:0px auto;
	margin-top: 1rem;
	height: 0px;
	opacity: 0;
	max-height: 7.5rem;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0035_box:hover .module0035_box_con{
	height: 6rem;
	opacity: 1;
}
@media screen and (max-width:1023px)and (min-width:300px){

.module0035{
	width: 100%;
	
}
.module0035_list{
	width:100vw;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.module0035_box{
	width:50%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.module0035_box:after{
	content: "";
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
}

.module0035_box:nth-child(1):before,.module0035_box:nth-child(3):before{
	content: "";
	width: 1px;
	height: 100%;
	background: var(--FontWhiColor);
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: inherit;
	right: 0;
}
	
	.module0035_box_box{
		padding: 2rem 0;
	}
.module0035_box_ico{
	width:80px;
	height:80px;
}

.module0035_box_title{
	font-size: 1.375rem;
	margin-top: 1rem;
}


.module0035_box_con{
	height: 6rem;
	opacity: 1;
}
.module0035_box:hover .module0035_box_con{
	height: 6rem;
}
}