
.index-equip {
	padding: 3% 0;
}

.index-equip .title {
	text-align: center;
}

.index-equip .title h2 {
	font-weight: bold;
	font-size: 48px;
	color: #000;
}

.index-equip .title p {
	font-size: 18px;
	margin-top: 18px;
	color: #666;
	line-height: 32px;
}

.index-equip .list {
	margin-top: 3%;
}

.index-equip .list li {
	margin-bottom: 24px;
	width: calc(33.33333333% - 18px);
}

.index-equip .list li:nth-child(1) {
	width: calc(67.28% - 18px);
}

.index-equip .list li a {
	display: block;
	position: relative;
}

.index-equip .list li a .img {
	overflow: hidden;
}

.index-equip .list li a .img img {
	width: 100%;
	transition: all .5s;
}

.index-equip .list li h3 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.index-equip .list li a:hover img {
	transform: scale(1.05);
}

.equip-more {
	text-align: center;
	margin-top: 30px;
}

.equip-more a {
	display: inline-block;
	width: 300px;
	height: 42px;
	line-height: 42px;
	background: #0055a2;
	border-radius: 42px;
	color: #fff;
	font-size: 16px;
}






.index-news {
	padding: 100px 0;
}

.index-news .wrap {
	margin-top: 50px;
	justify-content: space-between;
}

.index-news .wrap .left {
	width: 32.5%;
}

.index-news .wrap .left .item {
	overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: relative;
}

.index-news .wrap .item .img a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.index-news .wrap .item .img a img {
	width: 100%;
	transition: all .5s;
}

.index-news .wrap .item:hover .img img {
	transform: scale(1.1);
}

.index-news .wrap .left .text_box {
	width: 80%;
	height: 13.5rem;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 3;
}

.index-news .wrap .left .text_box .cname {
	display: block;
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
    color: #fff;
}

.index-news .wrap .left .text_box .time {
	font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.index-news .wrap .left .text_box .t {
	font-size: 24px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

.index-news .wrap .left .text_box:hover .t a {
	color: #fff;
}

.index-news .wrap .item:hover .left .text_box .t {
	color: #42a838;
}

.index-news .wrap .text_box .more {
	color: #fff;
	font-size: 16px;
	transition: all .3s ease;
    display: inline-block;
}

.index-news .wrap .text_box .more img {
	-moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    margin-left: 10px;
}

.index-news .wrap .item:hover .text_box .more {
	padding-left: 10px;
}

.index-news .wrap .item:hover .text_box .more img {
	-moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index-news .wrap .middle {
	width: 32.33%;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
}

.index-news .wrap .middle .img {
	width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-news .wrap .middle .text_box {
	width: 80%;
    margin: 0 auto;
    padding-top: 2.2rem;
    color: #333333;
}

.index-news .wrap .middle .text_box .cname {
	display: block;
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
    color: #00a063;
}

.index-news .wrap .middle .text_box .t {
	font-size: 24px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px;
}

.index-news .wrap .middle .text_box .time {
	font-size: 14px;
    color: #666666;
    line-height: 1;
    margin-bottom: 25px;
}

.index-news .wrap .middle .text_box .c {
	font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 20px;
}

.index-news .wrap .middle .text_box .more {
	color: #00a063;
}



.index-news .wrap .right {
	width: 32.33%;
    background: #00a063;
    border-radius: 10px;
}

.index-news .wrap .right .title h3 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-bottom: 6px;
}

.index-news .wrap .right .title p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.index-news .wrap .right .item {
	width: 85%;
	margin: 0 auto;
	padding-top: 2.5rem;
}

.index-news .wrap .right .list {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 25px 0;
}

.index-news .wrap .right .list .t {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

.index-news .wrap .right .list .t a:hover {
	color: #fff;
}

.index-news .wrap .right .list .time {
	color: #fff;
	font-size: 14px;
	font-family: arial;
	line-height: 28px;
}

.index-news .wrap .right .text_box a {
	margin-top: 3rem;
}

.index-news .wrap .right .item:hover .text_box .more {
	padding-left: 0;
}

.index-news .wrap .right .item .text_box .more:hover{
	padding-left: 10px;
}



@media (max-width: 768px) {

    .index-news {
    	padding: 30px 0;
    }

    .index-news .wrap {
    	margin-top: 20px;
    }

    .index-news .wrap .left {
    	width: 100%;
    }

    .index-news .wrap .text_box {
    	margin-top: 15px;
    }

    .index-news .wrap .middle .text_box .time {
    	font-size: 14px;
    	margin-bottom: 10px;
    }

    .index-news .wrap .left .text_box .t {
    	font-size: 16px;
    	line-height: 24px;
    }

    .index-news .wrap .middle .text_box .c {
    	font-size: 12px;
    	line-height: 22px;
    	margin-bottom: 10px;
    }

    .index-news .wrap .right {
    	width: 100%;
    	margin-top: 20px;
    }

    .index-news .wrap .middle {
    	width: 100%;
    }

    .index-news .wrap .middle .img {
    	position: relative;
    	margin-top: 30px;
    }

    .index-news .wrap .middle .text_box .t {
    	font-size: 16px;
    }

    .index-news .wrap .middle .text_box .more {
    	font-size: 14px;
    }

    .index-news .wrap .right .title p {
    	font-size: 16px;
    }

    .index-news .wrap .right .list .t {
    	font-size: 14px;
    }

    .index-news .wrap .right .list {
    	padding: 10px 0;
    }

    .index-news .wrap .text_box .more {
    	font-size: 14px;
    }

    .index-news .wrap .right .title h3 {
    	font-size: 14px;
    }
}




.flex-row {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container {
	width: 96%;
	margin: 0 auto;
	max-width: 1510px;
}


/*产品*/
.index-pro {
	padding: 100px 0;
}

.index-title {
	text-align: center;
}

.index-title h3 {
	color: #181818;
	font-size: 48px;
	font-weight: bold;
}

.index-title p {
	color: #666666;
	font-size: 20px;
	line-height: 64px;
}

.pro-hd {
	margin-top: 15px;
	margin-bottom: 20px;
}

.pro-hd .flex-row {
	justify-content: center;
    align-items: center;
}

.pro-tabs .layer_tab_item {
	display: inline-block;
    color: #444444;
    line-height: 62px;
    background: url(../images/pro_hd_bg1.png) 20% 50% no-repeat #f3fbf8;
    padding: 0 1.5em;
    font-size: 18px;
    min-width: 180px;
    text-indent: 28%;
}

.pro-tabs .layer_tab_item+.layer_tab_item {
	margin-left: 15px;
}

.pro-tabs .layer_tab_item.active,.pro-tabs .layer_tab_item:hover {
	background: url(../images/pro_hd_bg2.png) 20% 50% no-repeat #00a063;
    color: #fff;
}

.pro-bd .panel_hide {
	display: none;
}

.pro-bd .layer_tab_panel.panel_active {
	opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
}

.pro-bd .pro_pd_items {
	margin: -12px;
	padding: 0;
}

.pro-bd .pro_pd_items li {
	padding: 0 12px;
    width: 25%;
    list-style: none;
    margin-top: 30px;
}

.pro-bd .pro_pd_items li a {
	display: block;
}

.pro-bd .pro_pd_items li a .item_info h3 {
	color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    background: #00a063;
    line-height: 54px;
}

.pro-bd .pro_pd_items li a .item_img {
	text-align: center;
	overflow: hidden;
}

.pro-bd .pro_pd_items li a .item_img img {
	display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.pro-bd .pro_pd_items li a:hover .item_img img {
	transform: scale(1.05);
}

@media(max-width: 768px) {
	.index-pro {
		padding: 50px 0;
	}

	.pro-hd {
		margin-bottom: 30px;
	}

	.index-title h3 {
		font-size: 24px;
		line-height: 40px;
	}

	.index-title p {
		font-size: 16px;
		line-height: 32px;
	}

	.pro-tabs .layer_tab_item {
		padding: 0 1em;
		font-size: 14px;
		line-height: 32px;
		margin: 0 4px;
		width: calc(50% - 8px);
		min-width: auto;
		margin-bottom: 4px;
	}

	.pro-tabs .layer_tab_item+.layer_tab_item  {
		margin-left: 0;
	}

	.pro-bd .pro_pd_items {
		margin: -5px;
	}

	.pro-bd .pro_pd_items li {
		padding: 5px;
		width: 50%;
		margin-top: 15px;
	}

	.pro-bd .pro_pd_items li a .item_info h3 {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 0;
	}
}



.fl {
	float: left;
}

.fr {
	float: right;
}

.index-choose {
	padding-top: 115px;
}

.adv {
	margin-top: 40px;
}

.adv_l, .adv_r {
	width: 50%;
}

.adv_w li {
	float: left;
    width: 50%;
    height: 13.5vw;
    min-height: 280px;
    text-align: center;
    box-sizing: border-box;
    padding: 1vw 3vw;
    list-style: none;
}

.adv_l .adv_w li:nth-child(2) {
	background: #f5f5f5;
}

.adv_w li p {
	font-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-bottom: 20px;
    color: #333333;
    font-weight: bold;
    padding: 70px 0 0 0;
}

.adv_w li span {
	font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.adv_l .adv_m img {
	width: 100%;
}

.adv_l .adv_w li:nth-child(1) p {
	background-image: url(../images/choose1.png);
}

.adv_l .adv_w li:nth-child(2) p {
	background-image: url(../images/choose2.png);
}

.adv_r .adv_w li:nth-child(1) {
	background: #00a063;
}

.adv_r .adv_w li:nth-child(2) {
	background: #00804f;
}

.adv_r .adv_w li:nth-child(1) p {
	background-image: url(../images/choose3.png);
}

.adv_r .adv_w li:nth-child(2) p {
	background-image: url(../images/choose4.png);
}

.adv_r .adv_w li p {
    color: #fff;
}

.adv_r .adv_w li span {
    color: #fff;
}

.adv_r .adv_m img {
	width: 100%;
}

@media(max-width: 768px) {
	.index-choose {
		padding-top: 40px;
	}
	.adv_l, .adv_r {
		width: 100%;
	}
	.adv_w li p {
		font-size: 20px;
	}
	.adv_w li span {
		font-size: 14px;
    	line-height: 24px;
	}
}


/*行业应用*/
.index-case {
	background: #f5f5f5;
	padding: 80px 0 70px 0;
}

.index-case .flex-row {
	justify-content: space-between;
}

.case-hd {
	margin-top: 45px;
}

.case-hd h2 {
	color: #000;
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	margin-top: 24px;
}

.case-hd h4 {
	color: #333;
	font-size: 24px;
	margin-top: 10px;
}

.case-tabs {
	background: #fff;
	height: 110px;
	overflow: hidden;
}

.case-tabs a {
	display: block;
    padding-top: .6rem;
    float: left;
    height: 110px;
    width: calc(100% / 8);
    text-align: center;
    box-sizing: border-box;
}

.case-tabs a:not(:last-child) {
	border-right: 1px solid #f5f5f5;
}

.case-tabs a i {
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.case-tabs a i img {
    display: inline-block;
    transition: all .3s linear 0s;
}

.case-tabs a em {
	font-style: normal;
	color: #333333;
	font-size: 22px;
	line-height: 32px;
}

.case-tabs a.active,.case-tabs a:hover {
	background: #00a063;
	color: #fff;
}

.case-tabs a.active img,.case-tabs a:hover i img {
	filter: brightness(100);
	transform: rotateY(180deg);
}

.case-tabs a.active em,.case-tabs a:hover em {
	color: #fff;
}

.case-bd {
	position: relative;
}

.case-bd .panel_hide {
	display: none;
}

.case-bd .layer_tab_panel {
	margin-top: 36px;
	background: #fff;
	padding: 24px 20px;
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.03)
}

.case-bd .layer_tab_panel.panel_active {
	opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
}

.case-bd .layer_tab_panel .img {
	position: relative;
	overflow: hidden;
	width: 48%;
	float: left;
}

.case-bd .layer_tab_panel .img img {
	width: 100%;
	-webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.case-bd .layer_tab_panel .img:hover img {
	transform: scale(1.05);
}


.case-bd .layer_tab_panel .intro {
	width: 47%;
	float: right;
	padding-top: 3rem;
	padding-right: 5rem;
}

.case-bd .layer_tab_panel .intro h3 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.case-bd .layer_tab_panel .intro .summary {
	color: #666666;
	font-size: 17px;
	line-height: 32px;
	margin-top: 25px;
}

.case-bd .layer_tab_panel .intro a {
	display: block;
	width: 168px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: #00a063;
	border-radius: 54px;
	color: #fff;
	font-size: 17px;
	margin-top: 4rem;
}

@media(max-width: 1400px) {
	.case-bd .layer_tab_panel .intro h3 {
		font-size: 24px;
	}

	.case-bd .layer_tab_panel .intro {
		padding-top: 1.5rem;
		padding-right: 0;
	}

	.case-bd .layer_tab_panel .intro a {
		margin-top: 2rem;
	}

	.index-news .wrap .right .text_box a {
		margin: 1.5rem 0 1rem 0;
	}
}

@media(max-width: 768px) {
	.index-case {
		padding: 40px 0;
	}

	.case-hd {
		width: 100%;
		margin-top: 20px;
	}

	.case-hd h2 {
		font-size: 24px;
	}

	.case-hd h4 {
		font-size: 16px;
	}

	.case-tabs {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.case-tabs a {
		font-size: 14px;
		line-height: 32px;
		padding: 0 10px;
		min-width: auto;
		width: 25%;
		margin-bottom: 1px;
		height: 90px;
	}

	.case-tabs a:nth-child(-n+4) {
		border-bottom: 1px solid #f5f5f5;
	}

	.case-tabs a img {
		max-width: 35px;
	}

	.case-tabs a i {
		margin-top: 10px;
	}

	.case-bd {
		width: 100%;
		margin-top: 20px;
	}

	.case-bd .layer_tab_panel {
		position: relative;
		width: 100%;
	}

	.case-bd .layer_tab_panel .img .link a {
		font-size: 12px;
		line-height: 24px;
	}

	.case-bd .layer_tab_panel .img .link {
		left: 15px;
		bottom: 15px;
	}

	.case-bd .layer_tab_panel .img .link a+ a {
		margin-left: 10px;
	}

	.case-tabs a em {
		font-size: 14px;
	}
	.case-bd .layer_tab_panel .img {
		width: 100%;
	}
	.case-bd .layer_tab_panel .intro {
		width: 100%;
	}
	.case-bd .layer_tab_panel .intro h3 {
		font-size: 18px;
	}
	.case-bd .layer_tab_panel .intro .summary {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.case-bd .layer_tab_panel .intro a {
	    width: 130px;
	    height: 45px;
	    line-height: 45px;
	    border-radius: 45px;
	    font-size: 14px;
	}
}


/*合作伙伴*/
.index-partner {
	padding: 65px 0;
	margin-top: 100px;
}

.index-partner .title {
	text-align: center;
	color: #fff;
}

.index-partner .title h2 {
	font-size: 40px;
	font-weight: bold;
}

.index-partner .title h4 {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
}

.partner-list {
	margin-top: 6rem;
	position: relative;
}

.partner-list .title {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 40px;
}

.partner-list li .img {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
}

.partner-list li .img:hover {
	border-color: #00a063;
}

.partner-list li .img img {
	width: 100%;
}

.partner-list .swiper_prev, .partner-list .swiper_next {
	display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -6px;
    z-index: 50;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.partner-list .swiper_prev {
	background-image: url(../images/par_prev.png);
    right: 78px;
}

.partner-list .swiper_prev:hover {
	background-image: url(../images/par_prev_h.png);
}

.partner-list .swiper_next {
	background-image: url(../images/par_next.png);
    right: 0
}

.partner-list .swiper_next:hover {
	background-image: url(../images/par_next_h.png);
}

@media(max-width: 1530px) {
}

@media(max-width: 1440px) {
}

@media(max-width: 1366px) {
}

@media(max-width: 768px) {

	.partner-list .swiper_prev, .partner-list .swiper_next {
		display: none;
	}
	.partner-list {
		margin-top: 3rem;
	}
	.partner-list .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}


/*关于我们*/
.index-about {
	position: relative;
	padding-bottom: 110px;
}

.content_box {
	box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding-top: 100px;
}

.about_box .ab_box {
	width: calc(50% - 45px);
    float: left;
}

.about_box .ab_box p.title {
	font-size: 48px;
    line-height: 64px;
    font-weight: bold;
    color: #019f63;
}

.about_box .ab_box .summary {
	color: #333333;
	font-size: 28px;
	line-height: 64px;
}

.about_box .ab_box span {
	font-size: 18px;
    color: #555555;
    line-height: 36px;
    display: block;
    max-height: 216px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-top: 20px;
}

.about_box .ab_box a {
	display: block;
    margin-top: 55px;
    width: 184px;
    height: 60px;
    line-height: 60px;
    background: #00a063;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.about_box .ab_box a .more {
	display: inline-block;
    background: url(../images/right.png);
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
    margin-left: 12px;
}

.about_box .out_box {
	width: calc(50% - 45px);
    float: right;
}

.about_box .out_box .img {
	position: relative;
}

.about_box .out_box .img img {
	width: 100%;
}

.number_box {
	margin-top: 100px;
}

.number_item {
	width: 25%;
    float: left;
    background: #00a063;
    text-align: center;
    padding: 43px 0;
}

.number_item p {
	font-family: arial;
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
}

.number_item p i {
	font-size: 17px;
    font-family: Arial;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin-left: 5px;
    font-style: normal;
}

.number_item b {
	font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
    font-weight: normal;
    display: block;
}

.number_item+.number_item {
	border-left: 2px solid #F8F8F8;
}

.number_item:hover {
	background: #fece3a;
	
}

.number_item:hover p,.number_item:hover p i,.number_item:hover b {
	color: #000;
}

@media(max-width: 1400px) {
	.about_box .ab_box p.title {
		font-size: 44px;
	}
	.about_box .ab_box .summary {
		font-size: 24px;
		line-height: 48px;
	}
	.about_box .ab_box span {
		font-size: 16px;
		line-height: 32px;
		max-height: 192px;
	}
	.about_box .ab_box a {
		margin-top: 35px;
	}
}


@media(max-width: 768px) {
	.index-about {
		background-size: cover !important;
		padding: 2rem 0;
	}
	.about-box {
		position: relative;
		top: 0;
    	transform: translateY(0);
	}
	.about-box h2 {
		font-size: 20px;
	}
	.about-box h4 {
		font-size: 16px;
	}
	.about-box .desc {
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
	}
	.about-box .more a {
		max-width: 120px;
		margin-top: 20px;
		line-height: 36px;
		font-size: 14px;
		padding-left: 15px;
	}
	.content_box {
		padding-top: 20px;
	}
	.about_box .ab_box {
		width: 100%;
	}
	.about_box .ab_box p.title {
		font-size: 24px;
		line-height: 36px;
	}
	.about_box .ab_box .summary {
		font-size: 14px;
    	line-height: 30px;
	}
	.about_box .ab_box span {
		font-size: 12px;
	    line-height: 24px;
	    max-height: 100%;
	}
	.about_box .ab_box a {
		margin-top: 20px;
		width: 120px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.about_box .out_box {
		width: 100%;
		margin-top: 20px;
	}
	.number_box {
		margin-top: 40px;
	}
	.number_item {
		width: 50%;
		margin-bottom: 10px;
		padding: 25px 0;
	}
	.number_item b {
		font-size: 12px;
	}
	.number_item p {
		font-size: 36px;
		line-height: 48px;
	}
}



/*进一步了解*/
.index-learn {
	padding: 88px 0;
	text-align: center;
}

.index-learn h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.index-learn h4 {
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
}

.index-learn a {
	display: inline-block;
	width: 170px;
	height: 54px;
	line-height: 54px;
	background: rgba(66, 168, 56, 0.8);
	border-radius: 54px;
	color: #fff;
	font-size: 18px;
	margin-top: 48px;
}

.index-learn a:hover {
	background: rgba(66, 168, 56, 1);
}

@media(max-width: 768px) {
	.index-learn {
		padding: 45px 0;
	}

	.index-learn h2 {
		font-size: 20px;
	}

	.index-learn h4 {
		font-size: 14px;
		margin-top: 10px;
	}

	.index-learn a {
		width: 100px;
		height: 36px;
		line-height: 36px;
		border-radius: 36px;
		font-size: 14px;
		margin-top: 20px;
	}
}



.index-heng {
	background-size: cover !important;
	padding: 75px 0;
}

.index-heng .flex-row {
	justify-content: space-between;
	align-items: center;
}

.heng-left h3 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	line-height: 62px;
}

.heng-left p {
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
}

.heng-right .title {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.heng-right p {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	font-family: arial;
	line-height: 64px;
	margin-top: 8px;
}

.heng-right a {
	display: block;
	text-align: center;
	background: #128e53;
	width: 222px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}

@media(max-width: 1400px) {
	.heng-left h3 {
		font-size: 42px;
	}
	.heng-left p {
		font-size: 26px;
	}
}

@media(max-width: 768px) {
	.index-heng {
		padding: 50px 0;
	}
	.heng-left h3 {
		font-size: 18px;
		line-height: 40px;
	}

	.heng-left p {
		font-size: 14px;
		margin-top: 10px;
	}
	.heng-right {
		margin-top: 15px;
	}
	.heng-right p {
		font-size: 28px;
		line-height: 48px;
	}
	.heng-right a {
	    width: 200px;
	    font-size: 14px;
	    margin-top: 20px;
	}
}