.x_main {
	max-width: 1800px !important;
	margin: 0px auto !important;
	padding: 0px 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.x_banner_swp {
	margin-top: 130px;
}

.x_banner_swp .swiper-slide {
	height: calc(100vh - 130px);
}

.x_banner_swp .x_main {
	height: 100%;
}

.x_banner_swp .x_main .item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.x_banner_swp .x_main .item strong {
	font-size: 24px;
	color: #fff;
	display: block;
}

.x_banner_swp .x_main .item h3 {
	font-size: 48px;
	color: #fff;
	margin-top: 20px;
}

.x_banner .zdin {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
}

.x_banner {
	position: relative;
}

.x_banner_pag {
	position: absolute;
	right: 20px;
	top: 0px;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.x_banner_pag .swiper-pagination-bullet {
	display: block;
	background: url('../images/x_icon11.png') no-repeat center center;
	width: 28px;
	height: 28px;
	opacity: 0.6;
	margin: 5px 0px;
}

.x_banner_pag .swiper-pagination-bullet-active {
	background: url('../images/x_icon12.png') no-repeat center center;
	width: 28px;
	height: 28px;
	opacity: 1;
}

.x_img img {
	max-height: 100% !important;
	max-width: 100% !important;
	font-size: 0px;
	display: block;
}

.x_inabout {
	display: flex;
	padding: 120px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.x_inabout .fl {
	width: 30%;
}

.x_inabout .fl h3 {
	font-size: 30px;
	color: #4c4c4c;
}

.x_inabout .fl p {
	font-size: 42px;
	color: #2fa139;
	margin-top: 10px;
}

.x_inabout .fr {
	width: 50%;
}

.x_inabout .fr p {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 25px;
	text-align: justify;
}

.x_inabout .fr h6 {
	margin-top: 50px;
}

.m_link {
	padding: 18px 40px;
	color: #fff;
	display: inline-block;
	background: #2fa139;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.m_link:after {
	content: '';
	background: url('../images/x_img1.png') no-repeat left center;
	width: 26px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

.m_link:hover {
	background: #000;
}

.m_link_1 {
	padding: 18px 40px;
	color: #32a23c;
	display: inline-block;
	background: #ffffff;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.m_link_1:after {
	content: '';
	background: url('../images/x_img2.png') no-repeat left center;
	width: 26px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

.m_link_1:hover {
	background: #000;
}

.x_inprogramme {
	background: url('../images/x_img1.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 160px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.x_inprogramme .item {
	display: flex;
	flex-direction: row;
	position: relative;
}

/* .x_inprogramme .item:after { content: ''; background: #fff; width: 4px; height: 120px; position: absolute; top: 50%; left: 0px; } */

.x_inprogramme .tit {
	width: 25%;
	color: #fff;
}

.x_inprogramme .tit h3 {
	font-size: 30px;
}

.x_inprogramme .tit h4 {
	font-size: 42px;
	margin-top: 10px;
}

.x_inprogramme .tit h6 {
	margin-top: 50px;
}

.x_inprogramme .list {
	width: 75%;
}

.x_inprogramme .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.x_inprogramme .list ul li {
	width: 33.33%;
}

.x_inprogramme .list ul li .link {
	position: relative;
	display: block;
	background: #32a23c;
}

.x_inprogramme .list ul li .img {
	overflow: hidden;
}

.x_inprogramme .list ul li .img:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.3);
}

.x_inprogramme .list ul li .img img {
	width: 100%;
	height: 100%;
	font-size: 0px;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.x_inprogramme .list ul li .text {
	padding: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
}

.x_inprogramme .list ul li .text h3 {
	bottom: 30px;
	font-size: 24px;
	color: #fff;
}

.x_inprogramme .list ul li .text .icon {
	background: url('../images/x_img3.png') no-repeat left center;
	width: 26px;
	height: 8px;
	display: block;
	margin-top: 20px;
	bottom: 20px;
}

.x_inprogramme .list ul li .text_top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding: 40px;
}

.x_inprogramme .list ul li .text_top h3 {
	font-size: 24px;
	color: #ffffff;
	display: none;
}

.x_inprogramme .list ul li .text_top p {
	font-size: 16px;
	margin-top: 12px;
	line-height: 26px;
	color: #ffffff;
	display: none;
}

.x_inprogramme .list ul li .link:hover .img img {
	opacity: 0.4;
}

.x_inprogramme .list ul li .link:hover .text_top h3 {
	animation: fadeInDown 0.6s 0.4s both;
	display: block;
}

.x_inprogramme .list ul li .link:hover .text_top p {
	animation: fadeInUp 0.6s 0.4s both;
	display: block;
}

.x_inprogramme .list ul li .link:hover .text h3 {
	animation: fadeOutUp 0.4s 0.1s both;
}

.x_inprogramme .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}


.x_incase {
	padding-top: 110px;
	overflow: hidden;
}

.x_incase .tit {
	text-align: center;
}

.x_incase .tit strong {
	font-size: 30px;
	display: block;
	color: #4c4c4c;
}

.x_incase .tit h3 {
	font-size: 42px;
	color: #000000;
	margin-top: 5px;
}

.x_incase {
	overflow: hidden;
}

.x_incase .list {
	margin-top: 80px;
}

.x_incase .list {
	/* width: 119.4%; */
	width: 100%;
}

.x_incase_swp .swiper-slide {
	display: block;
	background: #f5f5f5;
	height: auto !important;
}

.x_incase_swp .link .text {
	padding: 40px;
	padding-bottom: 60px;
}

.x_incase_swp .link .text:after {
	content: '';
	background: url('../images/x_img4.png') no-repeat left bottom;
	bottom: 30px;
	width: 26px;
	height: 8px;
	position: absolute;
	left: 40px;
}

.x_incase_swp .link .text strong {
	font-size: 16px;
	color: #000000;
}

.x_incase_swp .link .text h3 {
	font-size: 22px;
	color: #000000;
	margin-top: 10px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.x_incase_swp .link .img {
	overflow: hidden;
}

.x_incase_swp .link .img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.x_incase_swp .link:hover .text h3 {
	color: #2fa139;
}

.x_incase_swp .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.x_incase_swp .link:hover .text:after {
	background: url('../images/x_img5.png') no-repeat left bottom;
}


.x_incase_prev {
	position: relative;
	background: #c7c7c7 url('../images/x_img6.png') no-repeat center center;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	left: 0px;
}

.x_incase_next {
	position: relative;
	background: #2fa139 url('../images/x_img7.png') no-repeat center center;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	right: 0px;
	margin-left: 10px;
}

.x_incase .down {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-top: 50px;
	align-items: center;
	border-bottom: 1px solid #dedede;
}

.x_incase .down .wz a {
	color: #2fa139;
}

.x_incase .down .wz a:after {
	content: '';
	background: url('../images/x_img2.png') no-repeat left center;
	width: 26px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.x_incase .down .wz a:hover {
	text-decoration: underline;
}

.x_inproduct_box {
	padding: 110px 0px;
	position: relative;
}

.x_inproduct_box:after {
	content: '';
	background: #f5f5f5;
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.x_inproduct_con {
	position: relative;
	padding-right: 200px;
}

.x_inproduct_con:after {
	content: '';
	height: 120px;
	width: 3px;
	background: #2fa139;
	right: 0px;
	top: 50%;
	position: absolute;
	margin-top: -60px;
	z-index: 3;
}

.x_inproduct {
	display: flex;
	flex-direction: row;
}

.x_inproduct .fl {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.x_inproduct .fl .had {
	border-bottom: 1px solid #dedede;
	padding-bottom: 70px;
}

.x_inproduct .fl .had strong {
	font-size: 30px;
	display: block;
	color: #4c4c4c;
}

.x_inproduct .fl .had h3 {
	font-size: 42px;
	color: #000000;
	margin-top: 5px;
}

.x_inproduct .fl .had p {
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	line-height: 28px;
}

.x_inproduct .fl .list {
	position: relative;
	margin-top: 10px;
}

.x_inproduct .fl .list h4 {
	font-size: 100px;
	color: #2fa139;
}

.x_inproduct .fl .list strong {
	display: block;
	font-size: 72px;
	color: #999999;
	margin-top: 30px;
}

.x_inproduct .fl .list span {
	font-size: 50px;
	display: block;
	color: #e4e4e4;
	margin-top: 20px;
}

.x_inproduct .fl .list i {
	position: absolute;
	right: 0px;
	top: 35px;
	font-size: 18px;
	color: #666666;
}

.x_inproduct .fl h6 {
	margin-top: 80px;
}

.x_inproduct .fr {
	width: 65%;
	padding: 0px 10%;
	display: flex;
	align-items: center;
}

.x_inproduct .fr img {
	max-height: 100%;
	max-width: 100%;
}

.x_inproduct_prev {
	background: #c7c7c7 url('../images/x_img6.png') no-repeat center center;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	left: inherit;
	right: 70px;
	top: 0px;
}

.x_inproduct_next {
	background: #2fa139 url('../images/x_img7.png') no-repeat center center;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	right: 0px;
	margin-left: 10px;
	top: 0px;
}

.x_inproduct_pag {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	right: 0px;
	left: inherit;
	position: absolute;
	bottom: 0px;
	width: 60px;
	text-align: right;
	font-size: 24px;
	color: #999999;
}

.x_inproduct_pag .swiper-pagination-current {
	font-size: 48px;
	color: #999999;
}

.m_link_2 {
	font-size: 16px;
	color: #2fa139;
}

.m_link_2:after {
	content: '';
	background: url('../images/x_img5.png') no-repeat left center;
	width: 26px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
}

.m_link_2:hover {
	text-decoration: underline;
}

.x_inmedia {
	padding: 110px 0px;
}

.x_inmedia .tit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 30px;
	color: #4c4c4c;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

.x_inmedia {
	overflow: hidden;
}

.x_inmedia .had {
	margin-top: 50px;
}

.x_inmedia .had a {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 50px;
	margin-right: 5px;
	min-width: 146px;
	text-align: center;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.x_inmedia .had a:hover {
	background: #2fa139;
	border: 1px solid #2fa139;
	color: #fff;
}

.x_inmedia .had a.active {
	background: #2fa139;
	border: 1px solid #2fa139;
	color: #fff;
}

.x_inmedia .list {
	width: 119.4%;
	margin-top: 50px;
	width: 100%;
}

.x_inmedia_swp .swiper-slide .link {
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
	height: 450px;
	padding: 40px;
	flex-direction: column;
	padding-bottom: 20px;
}

.x_inmedia_swp .swiper-slide .link h3 {
	font-size: 20px;
	color: #000000;
	position: relative;
	z-index: 9;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.x_inmedia_swp .swiper-slide .link .text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	padding-top: 5px;
	text-align: right;
	position: relative;
	z-index: 9;
}

.x_inmedia_swp .swiper-slide .link .text h4 {
	font-size: 100px;
	color: #2fa139;
}

.x_inmedia_swp .swiper-slide .link .text p {
	margin-top: 20px;
}

.x_inmedia_swp .swiper-slide .link .text p strong {
	font-size: 16px;
	color: #666666;
	display: block;
}

.x_inmedia_swp .swiper-slide .link .text p span {
	font-size: 16px;
	display: block;
	color: #666666;
	margin-top: 3px;
}

.x_inmedia .hadbox {
	display: flex;
	flex-direction: row;
	position: relative;
}

.x_inmedia_prev {
	background: #c7c7c7 url('../images/x_img6.png') no-repeat center center;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	left: inherit;
	right: 70px;
	top: 40px;
}

.x_inmedia_next {
	background: #2fa139 url('../images/x_img7.png') no-repeat center center;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	right: 0px;
	margin-left: 10px;
	top: 40px;
}

.x_inmedia_swp .swiper-slide .link .img {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 100%;
	opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	height: 154px;
}

.x_inmedia_swp .swiper-slide .link .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.x_inmedia_swp .swiper-slide .link:hover .img {
	opacity: 1;
}

.x_inmedia_swp .swiper-slide .link:hover h3 {
	/* color: #fff; */
	animation: fadeInDown 0.6s 0.2s both;
}

.x_inmedia_swp .swiper-slide .link:hover .text {
	/* color: #fff;  */
	animation: fadeInUp 0.6s 0.2s both;
}

/* .x_inmedia_swp .swiper-slide .link:hover .text h4 { color: #fff; }
.x_inmedia_swp .swiper-slide .link:hover .text p strong { color: #fff; }
.x_inmedia_swp .swiper-slide .link:hover .text p span { color: #fff; } */


.x_banner .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 600px;
}

.x_banner .text strong {
	font-size: 30px;
	color: #ffffff;
}

.x_banner .text h3 {
	font-size: 34px;
	color: #fff;
	margin-top: 10px;
}

.x_subNav {
	text-align: right;
	padding: 20px 0px;
}

.x_subNav ul li {
	display: inline-block;
	vertical-align: middle;
	background: url('../images/x_img9.png') no-repeat right center;
	margin-right: 10px;
	padding-right: 20px;
}

.x_subNav ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}


.x_systems {
	padding: 0px 0px 60px;
}

.x_systems ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.x_systems ul li {
	width: 48.5%;
	margin-top: 40px;
}

.x_systems ul li .link {
	display: block;
	background: #f5f5f5;
	display: flex;
	flex-direction: row;
}

.x_systems ul li .img {
	width: 38.6%;
	overflow: hidden;
}

.x_systems ul li .img img {
	width: 100%;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.x_systems ul li .text {
	width: 61.4%;
	padding: 50px;
	padding-bottom: 60px;
	position: relative;
}

.x_systems ul li .text h3 {
	font-size: 24px;
	color: #000;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.x_systems ul li .text p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	color: #666;
}

.x_systems ul li .text:after {
	content: '';
	background: url('../images/x_img4.png') no-repeat left center;
	position: absolute;
	width: 26px;
	height: 8px;
	left: 50px;
	bottom: 45px;
}

.x_systems ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.x_systems ul li .link:hover .text h3 {
	color: #43aa4c;
}

.x_systems ul li .link:hover .text:after {
	background: url('../images/x_img5.png') no-repeat left center;
}

.x_systems_con {
	padding: 30px 0px 100px;
}

.x_systems_con {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.x_systems_con .fl {
	width: 30%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.x_systems_con .fl .had strong {
	display: block;
	font-size: 30px;
	color: #4c4c4c;
}

.x_systems_con .fl .had h3 {
	font-size: 42px;
	color: #43aa4c;
	margin-top: 3px;
}

.x_return a {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	color: #666666;
}

.x_return a i {
	margin-right: 10px;
}

.x_return a:hover {
	color: #2fa139;
}

.x_systems_con .fr {
	width: 65.6%;
}

.x_systems_con .fr img {
	max-width: 100% !important;
	height: auto !important;
}

.x_systems_con .fr p {
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
	line-height: 27px;
}

.x_nav {
	border-bottom: 1px solid #dedede;
}

.x_nav .item {
	display: flex;
	flex-direction: row;
}

.x_nav .item a {
	font-size: 18px;
	margin-right: 50px;
	color: #666;
	padding: 18px 0px;
	display: block;
	position: relative;
}

.x_nav .item a:hover {
	color: #43aa4c;
}

.x_nav .item a:hover:after {
	content: '';
	background: #43aa4c;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
}

.x_nav .item a.active {
	color: #43aa4c;
}

.x_nav .item a.active:after {
	content: '';
	background: #43aa4c;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
}


.product {
	padding-bottom: 100px;
}

.product .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product .list ul li {
	width: 48.5%;
	margin-top: 50px;
}

.product .list ul li .link {
	display: block;
	padding: 50px;
	background: #f5f5f5;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	height: 100%;
}

.product .list ul li .link .had {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.product .list ul li .link .had .icon {
	background: url('../images/x_img15.png') no-repeat center center;
	width: 60px;
	height: 60px;
}

.product .list ul li .link .had p {
	width: calc(100% - 80px);
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	opacity: 0;
}

.product .list ul li .link .img {
	margin: 50px auto 0px;
}

.product .list ul li .link .img img {
	display: block;
	margin: 0 auto;
}

.product .list ul li .link .text {
	margin-top: 60px;
}

.product .list ul li .link .text h3 {
	font-size: 36px;
	color: #000;
}

.product .list ul li .link .text p {
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	line-height: 26px;
}

.product .list ul li .link:hover {
	background: #2fa139;
}

.product .list ul li .link:hover .text h3 {
	color: #ffff;
}

.product .list ul li .link:hover .text p {
	color: #fff;
}

.product .list ul li .link:hover .had .icon {
	background: url('../images/x_img16.png') no-repeat center center;
}

.product .list ul li .link:hover .had p {
	opacity: 1;
	animation: fadeInDown 0.4s 0.2s both;
}

.product .list ul li .link:hover .text h3 {
	animation: fadeInUp 0.4s 0.2s both;
}

.product .list ul li .link:hover .text p {
	animation: fadeInUp 0.4s 0.4s both;
}

.product_details {
	background: url('../images/x_img26.jpg') no-repeat center top;
	background-size: cover;
	padding: 60px 0px;
}

.product_details .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.product_details .item .fl {
	width: 45%;
}

.product_details .item .had {
	border-bottom: 1px solid #dedede;
	padding-bottom: 50px;
}

.product_details .item .had strong {
	display: block;
	color: #4c4c4c;
	font-size: 30px;
}

.product_details .item .had h1 {
	font-size: 42px;
	color: #000000;
	margin-top: 10px;
}

.product_details .item .had p {
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	line-height: 28px;
}

.product_details .item .text {
	margin-top: 20px;
	position: relative;
}

.product_details .item .text h3 {
	font-size: 100px;
	color: #2fa139;
}

.product_details .item .text strong {
	display: block;
	font-size: 72px;
	color: #cacaca;
	margin-top: 10px;
}

.product_details .item .text p {
	font-size: 72px;
	color: #e4e4e4;
	margin-top: 10px;
}

.product_details .item .text span {
	position: absolute;
	right: 0px;
	top: 25px;
	font-size: 18px;
	color: #666666;
}

.product_details .item .img {
	width: 45%;
}

.x_chara {
	margin-top: 40px;
	margin-bottom: 100px;
}

.x_chara h3 {
	font-size: 30px;
	color: #4c4c4c;
}

.x_chara .list {
	margin-top: 35px;
}

.x_chara .list ul li {
	display: flex;
	flex-direction: row;
}

.x_chara .list ul li .img {
	width: 50%;
}

.x_chara .list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.x_chara .list ul li .text {
	width: 50%;
	display: flex;
	flex-direction: row;
	/* align-items: center;  */
	height: 400px;
	overflow: auto;
}

/* 滚动条整体 */
.x_chara .list ul li .text::-webkit-scrollbar {
	height: 20px;
	width: 5px;
}

/* 滚动条滑块 */
.x_chara .list ul li .text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #2fa139;
}

/* 滚动条轨道 */
.x_chara .list ul li .text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}


.x_chara .list ul li .text .con {
	display: flex;
	flex-direction: column;
}

.x_chara .list ul li .text .con h3 {
	font-size: 30px;
	color: #000;
	margin-top: 10px;
}

.x_chara .list ul li .text .con p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 10px;
}

.x_chara .list ul li:nth-child(2n+1) .text {
	justify-content: flex-end;
}

.x_chara .list ul li:nth-child(2n+1) .text .con {
	padding: 5% 5%;
	padding-left: 10%;
	/*border-right: 2px solid #2fa139; */
}

.x_chara .list ul li:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.x_chara .list ul li:nth-child(2n) .text .con {
	padding: 5% 5%;
	padding-right: 10%;
	border-left: 2px solid #2fa139;
	text-align: left;
}

.x_video {
	height: 640px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	cursor: pointer;
}

.x_video p {
	font-size: 24px;
	color: #fff;
	margin-top: 10px;
}

.x_field {
	margin-bottom: 100px;
}

.x_field .tit h3 {
	font-size: 30px;
	color: #4c4c4c;
}

.x_field .tit p {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}

.x_field .x_field_swp {
	margin-top: 40px;
	padding-bottom: 60px;
}

.x_field .x_field_swp .swiper-slide p {
	background: #f5f5f5;
	font-size: 18px;
	color: #000000;
	padding: 15px 0px;
	text-align: center;
}

.x_field .x_field_swp .swiper-slide .img {
	overflow: hidden;
}

.x_field .x_field_swp .swiper-slide .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.x_field .x_field_swp .swiper-slide:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.x_field_prev {
	background: #a0a0a0 url('../images/x_icon2.png') no-repeat center center;
	margin-top: 0px;
	top: inherit;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.x_field_next {
	background: #2fa139 url('../images/x_icon3.png') no-repeat center center;
	margin-top: 0px;
	top: inherit;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: 50px;
}


.x_case {
	padding-bottom: 100px;
}

.x_case .list {
	overflow: hidden;
}

.x_case .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
	padding: 0px 5px;
}

.x_case .list ul li {
	width: 25%;
	padding: 1%;
}

.x_case .list ul li .link {
	display: block;
	background: #f5f5f5;
	padding-bottom: 8%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.x_case .list ul li strong {
	display: block;
	font-size: 16px;
	color: #000000;
}

.x_case .list ul li h3 {
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.x_case .list ul li .text {
	padding: 6% 8% 10%;
	background: url('../images/x_icon4.png') no-repeat 8% bottom;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.x_case .list ul li .link:hover .text {
	background: url('../images/x_icon4_m.png') no-repeat 10% bottom;
}

.x_case .list ul li .link:hover {
	box-shadow: 0px 0px 5px 5px rgba(47, 161, 57, 0.1);
	background: #fff;
}

.x_case .list ul li .link .img {
	overflow: hidden;
}

.x_case .list ul li .link .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	width: 100%;
}

.x_case .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.x_case .list ul li .link:hover h3 {
	color: #2fa139;
}


.case_details {
	padding-bottom: 100px;
	margin-top: 30px;
}

.case_details .had {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.case_details .had .text {
	width: 45%;
	border-left: 2px solid #2fa139;
	padding-left: 2%;
	padding-top: 1%;
}

.case_details .had .text h3 {
	font-size: 36px;
	color: #000000;
}

.case_details .had .text p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	color: #666666;
}

.case_details .had .img {
	width: 50%;
}

.case_details .list {
	margin-top: 50px;
}

.case_details .list dl {
	background: #f4f4f4;
	margin-top: 20px;
}

.case_details .list dl dt {
	font-size: 24px;
	border-bottom: 1px solid #dedede;
	padding: 25px;
	background: url('../images/x_icon5.png') no-repeat 98% center;
	cursor: pointer;
}

.case_details .list dl dd {
	padding: 30px 60px;
	display: none;
}

.case_details .list dl dd .con {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.case_details .list dl dd .text {
	width: 48%;
}

.case_details .list dl dd .text p {
	font-size: 16px;
	color: #666666;
	position: relative;
	margin: 18px 0px;
	line-height: 26px;
	padding-left: 15px;
}

.case_details .list dl dd .text p:before {
	content: '';
	background: #2fa139;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	margin-top: -3px;
	border-radius: 50%;
	left: 0px;
}

.case_details .list dl dd .img {
	width: 48%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case_details .dow {
	text-align: center;
	margin-top: 60px;
}

.case_details .dow a {
	font-size: 16px;
	color: #fff;
	background: #2fa139;
	display: inline-block;
	padding: 14px 45px;
	border-radius: 30px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.case_details .dow a:hover {
	background: #000;
}


.statement {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 60px;
}

.statement .fl {
	width: 26%;
	background: #fff;
}

.statement .fl h3 {
	font-size: 28px;
	color: #000000;
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
}

.statement .fl dl {
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
}

.statement .fl dl dt {
	font-size: 18px;
	color: #000000;
}

.statement .fl dl dt a:hover {
	color: #2fa139;
}

.statement .fl dl dt a.active {
	color: #2fa139;
}

.statement .fl dl dd a {
	font-size: 16px;
	color: #666;
	display: block;
	margin-top: 10px;
}

.statement .fl dl dd a:hover {
	text-decoration: underline;
}

.statement .fl dl dd a.active {
	color: #2fa139;
}

.statement .fr {
	width: 71.5%;
	background: #fff;
	padding: 30px 40px;
}

.statement .fr h3 {
	font-size: 28px;
	color: #000000;
	margin-bottom: 30px;
}

.statement .fr p {
	margin-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	padding-left: 16px;
}

.statement .fr p strong {
	font-size: 24px;
	display: block;
	color: #000;
	position: relative;
}

.statement .fr p strong:after {
	content: '';
	background: #2fa139;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 3px;
	position: absolute;
	left: -16px;
}

.phone_return {
	display: none;
}

.x_banner .text .s-title {
	font-size: 42px;
	color: #fff;
	margin-top: 10px;
}

.paging .yiiPager {
	display: flex;
	justify-content: center;
}

.paging .yiiPager li {
	margin: 0 7px;
}

.paging .yiiPager li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #bababa;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #999999;
	transition: all .5s;
}

.paging .yiiPager li.selected a {
	background-color: #2fa139;
	color: #fff;
	border-color: #2fa139;
}

.paging .yiiPager li a:hover {
	background-color: #2fa139;
	color: #fff;
	border-color: #2fa139;
}

.paging .yiiPager li.previous a,
.paging .yiiPager li.next a {
	position: relative;
}

.paging .yiiPager li.previous a,
.paging .yiiPager li.next a {
	background-color: #c7c7c7;
}

.paging .yiiPager li.previous a:hover,
.paging .yiiPager li.next a:hover {
	background-color: #2fa139;
	color: #fff;
	border-color: #2fa139;
}

.paging .yiiPager li.previous a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/left_arrow.png') no-repeat center/cover;
}

.paging .yiiPager li.next a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
	background: url('../images/left_arrow.png') no-repeat center/cover;
}

.paging .yiiPager li.first,
.paging .yiiPager li.last {
	display: none;
}

.paging.systems-paging {
	padding-bottom: 100px;
}




@media screen and (max-width:1600px) {

	.x_banner .text {
		height: 500px;
	}

	/* .x_banner .text h3 { font-size: 34px; } */

	.x_main {
		max-width: 1220px !important;
		padding: 0px 10px;
	}


	.x_inabout .fl h3 {
		font-size: 28px;
	}

	.x_inprogramme .tit h3 {
		font-size: 28px;
	}

	.x_incase .tit strong {
		font-size: 28px;
	}

	.x_inabout .fl p {
		font-size: 32px;
	}

	.x_inprogramme .tit h4 {
		font-size: 32px;
	}

	.x_incase .tit h3 {
		font-size: 32px;
	}

	.x_incase_swp .link .text h3 {
		font-size: 18px;
	}

	.x_inproduct .fl .had strong {
		font-size: 28px;
	}

	.x_inproduct .fl .had h3 {
		font-size: 32px;
	}

	.x_inproduct .fl .list h4 {
		font-size: 60px;
	}

	.x_inproduct .fl .list strong {
		font-size: 45px;
	}

	.x_inproduct .fl {
		width: 40%;
	}

	.x_inproduct .fr {
		width: 60%;
	}

	.x_inproduct .fl .had {
		padding-bottom: 50px;
	}

	.x_inproduct .fl h6 {
		margin-top: 40px;
	}

	.x_inproduct .fl .list strong {
		margin-top: 20px;
	}

	.x_inmedia_swp .swiper-slide .link h3 {
		font-size: 20px;
	}

	.x_inmedia_swp .swiper-slide .link .text h4 {
		font-size: 70px;
	}

	.product .list ul li .link .text h3 {
		font-size: 26px;
	}

	.product .list ul li .link .img img {
		height: 250px;
	}

	.product .list ul li .link .img {
		margin: 20px auto 0px;
	}

	.product .list ul li .link .text {
		margin-top: 30px;
	}

	.x_systems_con .fl .had strong {
		font-size: 26px;
	}

	.x_systems_con .fl .had h3 {
		font-size: 32px;
	}

	.x_case .list ul li h3 {
		font-size: 18px;
	}

	.case_details .had .text h3 {
		font-size: 28px;
	}

	.product_details .item .had strong {
		font-size: 26px;
	}

	.product_details .item .had h1 {
		font-size: 30px;
	}

	.x_chara .list ul li .text .con h3 {
		font-size: 22px;
	}

	.x_systems ul li .text h3 {
		font-size: 22px;
	}

	.x_inabout .fr p {
		font-size: 16px;
		line-height: 26px;
	}

	.x_inprogramme .list ul li .text h3 {
		font-size: 22px;
	}

	.statement .fr p strong {
		font-size: 20px;
	}

	.statement .fr p {
		font-size: 16px;
		line-height: 28px;
	}

	.x_inmedia_swp .swiper-slide .link {
		padding: 20px;
	}


	.x_banner .text .s-title {
		font-size: 34px;
	}
}




@media screen and (max-width:640px) {

	.x_banner_swp .x_main .item h3 {
		font-size: 30px;
	}

	.x_banner_swp .swiper-slide {
		height: calc(70vh - 130px);
	}

	.x_inabout {
		padding: 50px 0px;
	}

	.x_inabout .fr {
		width: 65%;
	}

	.x_inabout .fl p {
		font-size: 32px;
	}

	.x_inprogramme .item {
		display: block;
	}

	.x_inprogramme .tit {
		width: 100%;
		margin-bottom: 40px;
	}

	.x_inprogramme .list {
		width: 100%;
		margin-top: 20px;
	}

	.x_inprogramme {
		padding-top: 50px;
	}

	.x_inprogramme .tit h4 {
		font-size: 30px;
	}

	.x_inprogramme .tit h3 {
		font-size: 24px;
	}

	.x_inprogramme .tit h6 {
		margin-top: 30px;
	}

	.x_inprogramme .list ul li .text_top {
		padding: 10px;
	}

	.x_incase .tit h3 {
		font-size: 30px;
	}

	.x_incase {
		padding-top: 50px;
	}

	.x_incase .list {
		margin-top: 40px;
	}

	.x_incase_swp .link .text {
		padding: 10px;
	}

	.x_incase_swp .link .text:after {
		display: none;
	}

	.x_inproduct_box {
		padding: 40px 0px;
	}

	.x_inproduct_con {
		padding-right: 0px;
	}

	.x_inproduct {
		display: block;
	}

	.x_inproduct .fl {
		width: 100%;
	}

	.x_inproduct .fl .had h3 {
		font-size: 32px;
	}

	.x_inproduct .fl .had strong {
		font-size: 26px;
	}

	.x_inproduct .fl .list h4 {
		font-size: 80px;
	}

	.x_inproduct .fl .list strong {
		margin-top: 0px;
		font-size: 60px;
	}

	.x_inproduct .fl .had {
		padding-bottom: 20px;
	}

	.x_inproduct .fl h6 {
		margin-top: 20px;
	}

	.x_inproduct .fr {
		width: 100%;
	}

	.x_inmedia_next {
		display: none;
	}

	.x_inmedia_prev {
		display: none;
	}

	.x_inmedia {
		padding: 50px 0px;
	}

	.x_systems ul li .link {
		display: block;
		height: 100%;
	}

	.x_systems ul li .img {
		width: 100%;
	}

	.x_systems ul li .text {
		padding: 20px;
		width: 100%;
	}

	.x_systems ul li .text:after {
		display: none;
	}

	.x_banner .text {
		height: 360px;
	}

	/* .x_banner .text h3 { font-size: 28px; } */
	.x_systems_con .fl {
		width: 100%;
	}

	.x_systems_con .fl .had {
		margin-bottom: 30px;
	}

	.x_systems_con .fl .had h3 {
		font-size: 30px;
	}

	.x_systems_con .fr {
		width: 100%;
	}

	.x_systems_con .fr p {
		font-size: 14px;
		line-height: 38px;
	}

	.x_systems_con {
		display: block;
		padding: 30px 0px 40px;
	}

	.pc_return {
		display: none;
	}

	.phone_return {
		display: block;
		margin-top: 30px;
	}

	.x_systems_con .fl .had {
		margin-bottom: 0px;
	}

	.product .list ul {
		display: block;
	}

	.product .list ul li {
		width: 100%;
	}

	.product .list ul li .link .text h3 {
		font-size: 26px;
	}

	.product .list ul li .link .text p {
		font-size: 14px;
		line-height: 30px;
	}

	.product {
		padding-bottom: 80px;
	}

	.product .list ul li .link .text h3 {
		font-size: 22px;
	}

	.x_case .list ul li {
		width: 50%;
	}

	.x_case .list ul li .text {
		background: none;
		padding: 6%;
	}

	.x_case {
		padding-bottom: 50px;
	}

	.x_case .list ul li h3 {
		font-size: 12px;
		line-height: 28px;
	}

	.case_details .list dl dd {
		padding: 10px 30px;
	}

	.case_details {
		padding-bottom: 60px;
	}

	.case_details .dow {
		margin-top: 40px;
	}

	.product_details .item .fl {
		width: 100%;
	}

	.product_details .item {
		display: block;
	}

	.product_details .item .img {
		width: 50%;
		margin: 0 auto;
	}

	.product_details .item .had h1 {
		font-size: 26px;
	}

	.product_details .item .had strong {
		font-size: 20px;
	}

	.product_details .item .had p {
		font-size: 14px;
		line-height: 30px;
	}

	.product_details .item .text h3 {
		font-size: 80px;
	}

	.product_details .item .text strong {
		font-size: 60px;
	}

	.product_details .item .text p {
		font-size: 56px;
	}

	.x_video {
		height: 400px;
		margin-top: 60px;
	}

	.x_field {
		margin: 50px 0px;
	}

	.x_field .tit p {
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}

	.x_inprogramme .list ul li .text {
		padding: 10px;
	}

	.x_banner .text .s-title {
		font-size: 28px;
	}
}