@charset "utf-8";
/* CSS Document */
main{
	width:100%;
}

main .abstruct{
	text-align:center;
	padding:40px 0;
	
}
main .abstruct p{
	font-size:17px;
	line-height:32.4px;
}
main section{
	background:#CFE5F9;
	margin-top:100px;
	margin-bottom:60px;
	height:400px;
	width:100%;
	box-sizing: border-box;
	
}
main section .inner{
	height:100%;
	position:relative;
}
main section .inner .title{
	height:80px;
}

main section .inner .left{
	position:absolute;
	top:-36px;

}
main section .inner .right{
	position:absolute;
	top:-36px;
	left:55%;
}


main section .inner .wrapper{
	display:flex;
	justify-content:space-between;
	padding-top:50px;
}
main section .wrapper .description{
	width:50%;
	
	
	
}
main section .wrapper .description .container{
	width:80%;
}

.container-right{
	margin:0 0 0 10%;

}

main section .wrapper .description .container .content{
	width:100%;
	font-size:14px;
	line-height:24.5px;

}

main section .wrapper .img-box{
	position:relative;
	width:525px;
	
}
main section .wrapper .img-box img{
	position:absolute;
	top:-96px;
	max-width:100%;
	
}
main section .wrapper .img-box .img-right{
	right:0;
}
main section .wrapper .img-box .img-left{
	left:0;
}


.btn.todetail{
	margin:80px auto 20px auto;
}


@media screen and (max-width: 896px){
	main .abstruct{
			padding:20px 10px;
	}
	main .abstruct p{
		font-size:16px;
		line-height:28px;
	}
	
	main section{
		height:auto;
	}
	main section .inner .title{
		position:absolute;
		top:-50px;
		left:50%;
	  	transform: translateX(-50%);

	}

	main section .inner .wrapper{
		padding-top:10px;
		justify-content: space-around;
	}

	
    main section .wrapper .description .container{
        width:100%;

    }

    .container-right{
        margin:0;
    }

	main section .wrapper .description .container .content{
		font-size:12px;
		padding:0 5px;
		box-sizing: border-box;
	}

	main section .wrapper .description .container a{
		width:100%;
		max-width:210px;
		margin:30px auto 0 auto;
	}
	

	main section .wrapper .img-box{
		position:static;
		max-width:260px;
		width:48%;
		margin:0 auto;
		
	}
	main section .wrapper .img-box img{
		position:static;
		/*top:0px;*/
		max-width:100%;
	}
	main section .wrapper .img-box .img-right{
		right:auto;
	}
	main section .wrapper .img-box .img-left{
		left:auto;
	}
	.btn.todetail a{
		margin:30px auto 0 auto;
	}
}