body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
/* 酌情修改 */
body {
	background:#F6F7FC;
	color:#333;
	font-size:12px;
	font-family:"微软雅黑","宋体","Arial Narrow";
    overflow-x: hidden;
}

/* 短引用的内容可取值：''或"" */
q:before,q:after {content:"";}

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym {border: 0 none;}
abbr,acronym {font-variant: normal;}
legend {color:#000;}

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

/* 上下标 */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}   

/* 表格标题及内容居左显示 */
caption,th {text-align: left;}
input,img,select {vertical-align:middle;}

/* 清除列表样式 */
ol,ul {list-style: none;}  

/* 输入控件字体 */
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

/* 标题元素样式清除 */ 
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}   

/* 链接样式，颜色可酌情修改 */
a {text-decoration:none;}

/* 鼠标样式 */
input[type="submit"] {cursor: pointer;}
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}

.w100p{width: 100%}
.clear {clear:both;}
.fixed_link{
	position: fixed;
	right: 10px;
	bottom: 30%;
}
.fixed_link a{
	display: block;
	margin-bottom: 20px;
}
.fixed_link img{
	width: 140px;
}
/*代码开始*/
.body-wrap{
	background-color: white;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.body-wrap .body-content{
	width: 1250px;
	margin: 0px auto;
}
.body-wrap .body-content.absolute{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -600px;
}

.body-wrap .body-content h4{
	font-size: 36px;
	margin-bottom: 10px;
	color: #333;
}
.body-wrap .body-content .title-desc{
	font-size: 18px;
	color: #666666;
}
.link-btn{
	color: #00a2e9;
	border: 1px solid #00a2e9;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 18px;
}
/*首页顶部导航*/
.body-wrap .header-bg{
	width: 100%;
	height: auto;
}
.body-wrap .header{
	display: flex;
	justify-content: space-between;
}
.body-wrap .header .logo{
	height: 40px;
}

.body-wrap .header ul li{
	float: left;
	margin: 0px 15px;
	line-height: 30px;
	height: 30px;
}
.body-wrap .header ul li a{
	color: white;
	font-size: 16px;
}
.body-wrap .header ul li .phone{
	color: white;
	font-size: 16px;
}
.body-wrap .header2 ul li .phone{
	color: #000;
	font-size: 16px;
}
.body-wrap .header ul li .phone img{
	position: relative;
	top: -2px;
}

.body-wrap .header ul li a.active, .body-wrap .header ul li a:hover{
	color: #0285ff;
}
/*内页头部*/
.body-wrap .header2{
	padding: 10px 0px;
}
.body-wrap .header2 ul{
	margin-top: 3px;
}
.body-wrap .header2 ul li a {
	color: #333;
}

/*首页产品中心*/
.body-wrap .product{
	padding: 80px 0px;
	text-align: center;
}
.body-wrap .product .product-list{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.body-wrap .product .product-list .product-info{
	width: 20%;
	margin: 0px 2.5%;
	border: 1px solid #F2F2F2;
	padding: 30px 0px;
}

.body-wrap .product .product-list .product-info .product-image{
	height: 160px;
	width: 90%;
	margin-left: 5%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.body-wrap .product .product-list .product-info p{
	margin-top: 20px;
	margin-bottom: 30px;
	color: #333;
	font-size: 18px;
}
.body-wrap .product .product-list .product-info a{
	background: #00a2e9;
	color: white;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 18px;
	margin-top: 10px;
}
.body-wrap .product .product-list .product-info a:hover{
	background: #0068e9;
}
/*首页解决方案*/
.body-wrap .solution{
	padding: 80px 0px;
	text-align: center;
}
.body-wrap .solution .solution-list{
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.body-wrap .solution .solution-info{
	width: 460px;
	height: 333px;
	margin: 0px 50px;
	background-size: center 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;

	border-radius: 10px;
}
.body-wrap .solution .solution-info .solution-title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
}
.body-wrap .solution .solution-info .solution-title p{
	position: relative;
	z-index: 2;
	font-size: 16px;
}
.body-wrap .solution .solution-info .solution-content-wrap{
	position: absolute;
	left: 0px;
	top: 333px;
	width: 100%;
	height: 100%;
	color: white;

	padding-top: 50px;
}
.body-wrap .solution .solution-info .solution-content{
	z-index: 2;
	position: relative;
	font-size: 16px;
	text-align: center;
}
.body-wrap .solution .solution-info .solution-content .solution-content-title{
	margin-top: 60px;
}
.body-wrap .solution .solution-info .solution-content .solution-content-desc{
	padding: 0px 20px;
	text-indent: 2em;
	margin-top: 20px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 20px;
	text-align:justify; 
	text-justify:inter-ideograph;
}
.body-wrap .solution .solution-info .solution-content .solution-content-btn{
	color: white;
	background: #0068e9;
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 16px;
}
.body-wrap .solution .solution-info .solution-mask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	z-index: 1;
	background-color: black;
	opacity: .4;
}

/*客户案例*/
.body-wrap .customer{
	padding: 80px 0px;
	text-align: center;
}
.body-wrap .customer .customer-list{
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.body-wrap .customer .customer-list a{
	margin: 0px 30px;
	display: block;
	width: 200px;
	height: 200px;
	background-size: 70% auto;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
}
.body-wrap .customer .customer-list a:hover{
	box-shadow: 0px 7px 35px 0px rgba(101, 101, 101, 0.13);
}

/*底部*/
.body-wrap .footer{
	font-size: 15px;
	color: white;
	padding: 20px 0px 15px;
	/* 底部字体间距 */
	letter-spacing: 1px;
}
.body-wrap .footer a{
	color: white;
}
.body-wrap .footer .footer-menu{
	display: flex;
	justify-content: space-between;
}
.body-wrap .footer .footer-menu ul{
	width: 280px;	
}
.body-wrap .footer .footer-menu ul.contact{
	width: 320px;	
}

.body-wrap .footer .footer-menu ul li.title{
	font-size: 18px;
	margin-bottom: 10px;
	float: none !important;
	clear: both;
	color: #f7ffbe;
}
.body-wrap .footer .footer-menu ul li{
	line-height: 25px;
	height: 25px;
}
.body-wrap .footer .footer-menu ul.link-menu li{
	float: left;
	width: 100px;
}
.body-wrap .footer .footer-menu .qrcode{
	width: 200px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	
	margin-left: 40px;
}

.body-wrap .footer .footer-menu .qrcode img{
	width: 120px;
	/* margin-right: 20px; */
}

.body-wrap .footer .footer-menu .qrcode li {
	margin-right: 20px;
}

.body-wrap .footer .friends-link{
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
}
.body-wrap .footer .friends-link a{
	margin:0px 13px;
}
.body-wrap .footer .friends-link span{
	opacity: .4;
}
.body-wrap .footer .copyright{
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}
/*内容详情*/
.body-wrap h1{
	text-align: center;
	padding: 20px 0px 15px;
	/* font-size: 36px; */
	font-size: 24px;
	color: #333;
	background: white;
}
.body-wrap .content-menu{
	display: flex;
	justify-content: center;
	font-size: 18px;
	border-bottom: 1px solid #F2F2F2;
	/* background-color: white; */
	/* background-image: url(./../images/product_tab_background.jpg); */
	background-color: #f6f7fc;

}
.body-wrap .content-menu a{
	margin: 10px 40px 0px;
	/* border-bottom: 2px solid white; */
	display: block;
	line-height: 40px;
	height: 40px;
	color: #333;
}
.body-wrap .content-menu a.active{
	/* border-bottom-color: #0285ff; */
	border-bottom: 2px solid #0285ff;
	color: #0285ff;
}
.body-wrap.content-bg{
	background: #f6f7fc;
}
.body-wrap .product-title{
	text-indent: 0px;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	background-color: rgb(0, 0, 0, 0);
}
.body-wrap .product-title:after{
	content: "";
	display: block;
	margin: 20px auto 0px;
	width: 40px;
	border-top: 2px solid #0285ff;
}

.body-wrap .text-content{
	padding: 20px 0px;
	line-height: 25px;
	font-size: 16px;
	text-align:justify; 
	text-justify:inter-ideograph;
	text-align: center;
}
.body-wrap .text-content p{
	text-align: left;
}
.body-wrap .text-content img{
	margin: 20px 0px;
}
/*班牌产品优势*/
.body-wrap .product-advantage{
	display: flex;
	justify-content: space-between;
	padding: 20px 0px 80px;
}
.body-wrap .product-advantage .product-advantage-item{
	width: 20%;
	text-align: center;
	border: 1px solid #D5EFFF;
	border-radius: 6px;
	padding: 30px 20px 60px;
	background: white;
	color: #666;
}
.body-wrap .product-advantage .product-advantage-item .product-advantage-item-title{
	color: #1A91FF;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin: 10px 0px 20px;
}
.body-wrap .product-advantage .product-advantage-item .product-advantage-item-content{
	line-height: 28px;
	font-size: 16px;
}
.body-wrap .product-advantage .product-advantage-item .product-advantage-item-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	margin: 0px auto;
}
.product-brand .product-advantage .product-advantage-item .product-advantage-item-image_1{
	background-image: url(./../images/product-advantage_1.png);
}
.product-brand .product-advantage .product-advantage-item .product-advantage-item-image_2{
	background-image: url(./../images/product-advantage_2.png);
}
.product-brand .product-advantage .product-advantage-item .product-advantage-item-image_3{
	background-image: url(./../images/product-advantage_3.png);
}
.product-brand .product-advantage .product-advantage-item .product-advantage-item-image_4{
	background-image: url(./../images/product-advantage_4.png);
}

.product-temperature-aio .product-advantage .product-advantage-item .product-advantage-item-image_1{
	background-image: url(./../images/product_temperature_aio/product-advantage-1.png);
}
.product-temperature-aio .product-advantage .product-advantage-item .product-advantage-item-image_2{
	background-image: url(./../images/product_temperature_aio/product-advantage-2.png);
}
.product-temperature-aio .product-advantage .product-advantage-item .product-advantage-item-image_3{
	background-image: url(./../images/product_temperature_aio/product-advantage-3.png);
}
.product-temperature-aio .product-advantage .product-advantage-item .product-advantage-item-image_4{
	background-image: url(./../images/product_temperature_aio/product-advantage-4.png);
}



.body-wrap .product-advantage .product-advantage-item .product-advantage-item-image_5{
	background-image: url(./../images/product-advantage_5.png);
}
.body-wrap .product-advantage .product-advantage-item .product-advantage-item-image_6{
	background-image: url(./../images/product-advantage_6.png);
}
.body-wrap .product-advantage .product-advantage-item .product-advantage-item-image_7{
	background-image: url(./../images/product-advantage_7.png);
}
.body-wrap .product-advantage .product-advantage-item .product-advantage-item-image_8{
	background-image: url(./../images/product-advantage_8.png);
}
.body-wrap .product-advantage .product-advantage-item:hover{
	background: linear-gradient(138deg, #02A2F7, #02E9EC);
	color: white;
}
.body-wrap .product-advantage .product-advantage-item:hover .product-advantage-item-title{
	color: white;
}
.product-brand .product-advantage .product-advantage-item:hover .product-advantage-item-image_1{
	background-image: url(./../images/product-advantage_1_active.png);
}
.product-brand .product-advantage .product-advantage-item:hover .product-advantage-item-image_2{
	background-image: url(./../images/product-advantage_2_active.png);
}
.product-brand .product-advantage .product-advantage-item:hover .product-advantage-item-image_3{
	background-image: url(./../images/product-advantage_3_active.png);
}
.product-brand .product-advantage .product-advantage-item:hover .product-advantage-item-image_4{
	background-image: url(./../images/product-advantage_4_active.png);
}

.product-temperature-aio .product-advantage .product-advantage-item:hover .product-advantage-item-image_1{
	background-image: url(./../images/product_temperature_aio/product-advantage-1-active.png);
}
.product-temperature-aio .product-advantage .product-advantage-item:hover .product-advantage-item-image_2{
	background-image: url(./../images/product_temperature_aio/product-advantage-2-active.png);
}
.product-temperature-aio .product-advantage .product-advantage-item:hover .product-advantage-item-image_3{
	background-image: url(./../images/product_temperature_aio/product-advantage-3-active.png);
}
.product-temperature-aio .product-advantage .product-advantage-item:hover .product-advantage-item-image_4{
	background-image: url(./../images/product_temperature_aio/product-advantage-4-active.png);
}

.body-wrap .product-advantage .product-advantage-item:hover .product-advantage-item-image_5{
	background-image: url(./../images/product-advantage_5_active.png);
}
.body-wrap .product-advantage .product-advantage-item:hover .product-advantage-item-image_6{
	background-image: url(./../images/product-advantage_6_active.png);
}
.body-wrap .product-advantage .product-advantage-item:hover .product-advantage-item-image_7{
	background-image: url(./../images/product-advantage_7_active.png);
}
.body-wrap .product-advantage .product-advantage-item:hover .product-advantage-item-image_8{
	background-image: url(./../images/product-advantage_8_active.png);
}
/*一体机产品优势*/
.body-wrap .product-advantage-2 {
	height: 100%;
}
.body-wrap .product-advantage-2 .product-advantage-item{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 80%;
	color:#666;
	line-height: 20px;
}
.body-wrap .product-advantage-2 .product-advantage-item a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	color: white;
	background: #00B4FF;
	border-radius: 28px;
	font-size: 24px;
	margin-bottom: 10px;
}
.body-wrap .product-advantage-2 .product-advantage-item p{
	font-size: 18px;
	color: #666;
	line-height: 28px;
}

/*班牌产品功能*/
.body-wrap .product-function{
	display: flex;
	justify-content: center;
	align-items: center;
}
.body-wrap .product-function .product-function-item{
	margin: 0px 30px
}
.body-wrap .product-function .product-function-item:nth-child(odd){
	margin-right: 200px;
}
.body-wrap .product-function .product-function-item:nth-child(even){
	margin-left: 200px;
}

.body-wrap .product-function .product-function-item img{
	text-indent: 0em;
	font-size: 0px;
}
.body-wrap .product-function .product-function-item-title{
	text-align: center;
	color: #1A91FF;
	font-size: 24px;
	text-indent: 0px;
}
.body-wrap .product-function .product-function-item-desc{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	text-indent: 0px;
}

/*一体机产品功能*/
.body-wrap .product-function-2{
	text-indent: 0px;
	text-align: left;
}
.body-wrap .product-function-2 img{
	height: 400px;
	margin: 50px 0px;
}

.body-wrap .product-function-2 img:nth-child(odd){
	margin-right: 200px;
}
.body-wrap .product-function-2 img:nth-child(even){
	margin-left: 200px;
}

.body-wrap .product-function-2 .product-function-item-title{
	text-align: left;
	line-height: 30px;
	height: 30px;
	color: #333;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.body-wrap .product-function-2 .product-function-item-title:before{
	content: "";
	display: block;
	border-radius: 100%;
	background: #70AEF5;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -10px;
	right: -15px;
}
.body-wrap .product-function-2 .product-function-item-title:after{
	content: "";
	display: block;
	background: #70AEF5;
	width: 25px;
	height: 6px;
	position: absolute;
	bottom: -2px;
	left: 0px;
}
.body-wrap .product-function-2 .product-function-item-desc{
	text-align: left;
	color: #666;
}
.body-wrap .product-function-2.text-right{
	text-align: right;
}
.body-wrap .product-function-2.text-right, .body-wrap .product-function-2.text-right .product-function-item-desc, .body-wrap .product-function-2.text-right .product-function-item-title{
	text-align: right;
}
.body-wrap .product-function-2.text-right .product-function-item-title:after{
	left: unset;
	right: 0px;
}
/*OA产品功能*/
.body-wrap .product-function-3{
	text-indent: 0px;
	text-align: left;
}
.body-wrap .product-function-3 .product-function-item-title{
	text-align: left;
	margin-bottom: 5px;
}
.body-wrap .product-function-3 .product-function-item-desc{
	text-align: left;
	position: relative;
	text-indent: 1.5em;
	color: #666;
}
.body-wrap .product-function-3 .product-function-item-desc:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #0090FF;
	position: absolute;
	left: 2px;
	top: 10px;
}
.body-wrap .product-function-3 img{
	width: 360px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.body-wrap .product-function-3 img:nth-child(odd){
	margin-right: 250px;
}
.body-wrap .product-function-3 img:nth-child(even){
	margin-left: 250px;
}

/*客户案例*/
.body-wrap .product-case div{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.body-wrap .product-case a{
	display: inline-block;
	width: 400px;
	height: 270px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 10px;
}

/*解决方案页面*/
.body-wrap .solution-page{
	display: flex;
	flex-wrap: wrap;
}
.body-wrap .solution-page .solution-item{
	display: inline-block;
	width: 22%;
	margin: 20px 1.5%;
}
.body-wrap .solution-page .solution-item a{
	display: block;
	height: 200px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.body-wrap .solution-page .solution-item p{
	text-align: center;
	background-color: white;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #333;
}
/*客户案例页面*/
.body-wrap .case-page{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
}
.body-wrap .case-page a{
	display: block;
	display: flex;
	padding: 20px 30px;
	align-items: center;
	border-bottom: 1px solid #F2F2F2;
}
.body-wrap .case-page a .case-logo{
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 40px;
}
.body-wrap .case-page a .case-data{
	flex: 1;
	line-height: 20px;
}
.body-wrap .case-page a .case-title{
	color: #333;
	font-size: 16px;
}
.body-wrap .case-page a .case-time{
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}
.body-wrap .case-page a .case-content{
	font-size: 14px;
	color: #666;
}

.hide {
	display: none;
}

.cursor-default {
	cursor: default;
}


/* 解决方案改版 */
.solution-detail .text-content {
	width: auto;
	padding: 0;
}
.solution-detail .text-content img {
	margin: 0;
}

.solution-detail {
	background-color: #FFF !important;
}
.solution-detail .character, .process {
	margin-bottom: 100px;
}
.solution-detail .scene {
	padding-bottom: 84px;
}
.solution-detail .body-content img {
	/* max-width: 100%; */
	object-fit: cover;
}

.solution-detail h1 {
	font-size: 36px;
	line-height: 40px;
	padding: 0;
	margin: 60px 0;
}
.solution-detail .text-content .main-title {
	display:flex;align-items:center;justify-content:center;
	font-size: 26px;
	line-height: 30px;
	color: #333;
	margin-bottom: 60px;
}
.solution-detail .text-content .main-title .line {
	width: 55px;height: 2px;margin:0 21px;padding:0px;background-color:#CCCCCC;overflow:hidden;display:inline-block;
}
.solution-detail .text-content .character .main {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.solution-detail .text-content .character .main .item {
	box-shadow: 0px 0px 11px 3px rgba(119, 187, 255, 0.15);
	/* opacity: 0.8; */
	border-radius: 5px;
	margin: 0 13px;
	width: 280px;
	height: 400px;
 }
.solution-detail .text-content .character .main .item:hover {
	background-color: #DFF0FF;	
}
.solution-detail .text-content .character .main .item .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.solution-detail .text-content .character .main .item .img img {
	margin: 28px 0;
}
.solution-detail .text-content .character .main .item .content {
	font-size: 16px;
	line-height: 32px;
	color: #333333
}
.solution-detail .text-content .character .main .item .title img {
	margin-right: 4px;
}
.solution-detail .text-content .process {
	background-color: #E5F3FF;
	padding-bottom: 60px;
}

.solution-detail .text-content .process .main-title {
	/* margin-bottom: 15px; */
	padding: 100px 0 30px 0;
	margin-bottom: 0;
}

.solution-detail .text-content .scene .main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.solution-detail .text-content .scene .main-title {
	margin-bottom: 53px;
}

.solution-detail .text-content .scene .main-outer {
	display: flex;
	justify-content: center;
}
.solution-detail .text-content .scene .main {
	width: 1250px;
}
.solution-detail-aio .text-content .scene .main img {
	margin: 0 36px;
}

.solution-detail-gate .text-content .process {
	padding-bottom: 100px;
}
.solution-detail-gate .text-content .character .main .item {
	width: 353px;
}
.solution-detail-gate .text-content .character .main .item {
	margin: 0 20px;
}
.solution-detail-gate .text-content .character .main .item .content span {
	font-weight: bold;
}

.solution-detail-gate .text-content .scene .main img {
	margin: 0 6px;
}
.solution-detail-gate-kindergarten .text-content .scene .main img:nth-child(4),img:nth-child(5),img:nth-child(6) {
	margin-top: 10px;
}
.solution-detail-gate-school .text-content .scene .main img:nth-child(4) {
	margin-right: 10px;
	margin-top: 10px;
}
.solution-detail-gate-school .text-content .scene .main img:nth-child(5) {
	margin-top: 10px;
}
.solution-detail-brand .text-content .character .main {
	margin: 0 10%;
	flex-wrap: wrap;
}
.solution-detail-brand .text-content .character .main .item {
	width: 400px;
	height: auto;
	margin-right: 0;
	padding-bottom: 20px;
	box-shadow: none;
	padding-top: 0;
}

.solution-detail-brand .text-content .character .main .item .img img {
	margin: 0;
}

.solution-detail-brand .text-content .character .main .item .content {
	font-size: 16px;
	line-height: 24px;
}

.solution-detail-brand .text-content .scene .main img {
	margin: 0 6px;
}
