.lytab1 .conty>.nac{
	box-shadow: 0px 0px 10px #CCCCCC;
}
.tabl {
	width: 70%;
}
.tabr {
	height: 303px;
	background-color: #008578;
	color: #FFFfff;
}
.textbox {
	/* width: 100%; */
	margin: 15px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
}

.textbox textarea {
	border: none;
	width: 100%;
	height: 100%;
	resize: none;
	padding: 10px;
	-webkit-appearance: none;
}
.tabl>.nac {
	margin: 15px;
}

.title {
	text-align: center;
	padding: 1.6rem 1.6rem;
}

.inx {
	padding: 2rem 0;
}
.inx .text {
	
}
.inx .text>div {
	margin-top: 1rem;
}
.inx .text h2 {
	color: #009F95;
	font-weight: 600;
}
.inx .text h3 {
	font-weight: 600;
	padding-bottom: 0.6rem;
}
.inx .text p {
	color: #888888;
	padding-bottom: 0.2rem;
}

.inx3,.inx5,.inx7 {
	background-color: #F2F2F2;
}
.inx4 .text .layui-icon {
	color: #009688;
	font-size: 3rem
}
.inx5 .text {
	background-color: #FFFFFF;
	padding: 2rem 1rem;
	margin:2rem 0.4rem;
	box-shadow: 1px 1px 12px #CCCCCC;
}
.inx6 .text {
	display: block;
	padding: 2rem 1rem;
	transition: all .3s ease-out;
	
}
.inx6 .text:hover {
	background-color: #F6F6F6;
}
.inx6 .text h3 {
	font-weight: 500;
}
.icon-61 {
	display: block;
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-image: url(../../EPimg/inxico.png);
    background-size: 400% 100%;
    margin: 0 auto 24px;
	background-position: 0 0;
}
.icon-62 {
	display: block;
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-image: url(../../EPimg/inxico.png);
    background-size: 400% 100%;
    margin: 0 auto 24px;
	background-position: -88px 0;
}
.icon-63 {
	display: block;
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-image: url(../../EPimg/inxico.png);
    background-size: 400% 100%;
    margin: 0 auto 24px;
	background-position: -176px 0;
}
.inx7 {
	background-color: #009688;
	color: #FFFFFF;
}
.inx7 ul li {
	width: 20%;
}
.inx7 ul li h2{
	font-size: 2rem;
	padding-bottom: 0.8rem;
}
.inx7 a {
	color: #eeeeee;
}
.inx7 a:hover {
	color: #FFFFFF;
}
.inx8 {
	padding-bottom: 4rem;
}



@media screen and (max-width: 768px){
	.inx {
		padding: 1rem;
	}
	
}
@media screen and (min-width: 768px){
	.inx3 .layui-tab .layui-tab-title{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
}
