/*
Theme Name: theme-css
Author: theme
Description: 
Version:1.0
*/

* {
	box-sizing: border-box;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.main-container {
	width: 1200px;
	margin: 0 auto;
}

.themes_global_header .wide {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.themes_global_header .logo {
	width: 200px;
	padding: 10px 0;
	margin-right: 4%
}


.themes_global_header .logo img {
	width: 100%;
}

.themes_global_header .nav {
	padding: 20px 0;
	flex: 1;

}

.themes_global_header .nav li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	position: relative;
}

.themes_global_header .nav ul li a {
	color: var(--ThemesNavTextColor);
	font-size: 18px;
	padding: 0 20px;
	font-family: var(--ThemesNavFont)
}

.themes_global_header .nav ul li a:hover {
	text-decoration: none;
	color: var(--ThemesNavTextHoverColor)
}

.themes_global_header .nav {
	font-family: var(--ThemesNavFont)
}

.themes_global_header .tool {
	min-width: 370px;
	display: flex;
	align-items: center;
	cursor: pointer
}

.themes_global_header .tool a:hover {
	text-decoration: none
}

.themes_global_header .tool .tool_search {
	padding: 0 12px
}

.themes_global_header .tool .tool_search .icon-search1 {
	color: var(--ThemesHeaderIconColor);
	font-size: 20px
}

.themes_global_header .tool .tool_inquiry_btn {
	margin-left: 15px
}

.themes_global_header .tool .tool_inquiry_btn a {
	display: block
}

.themes_global_header .tool .tool_inquiry .tool_inquiry_icon {
	display: block;
	padding: 0 10px
}

.themes_global_header .tool .tool_inquiry .icon-inquiry1 {
	color: var(--ThemesHeaderIconColor);
	font-size: 20px
}

.themes_global_header .tool .tool_menu {
	display: none;
	color: var(--ThemesHeaderIconColor);
	font-size: 20px;
	margin: 0 10px
}

.themes_global_header .tool_user .tool_member_entrance {
	display: block;
	padding: 0 12px
}

.themes_global_header .tool_user a {
	color: var(--ThemesHeaderTextColor);
	font-size: 14px;
	text-decoration: none
}

.themes_global_header .tool_user a:hover {
	text-decoration: none
}

.themes_global_header .tool_line {
	width: 1px;
	height: 13px;
	background-color: var(--ThemesHeaderLineColor)
}

.themes_global_header .tool_language {
	padding: 0 12px
}

.themes_global_header .tool_language .default_language_currency_style {
	line-height: 25px
}

.themes_global_header .tool_language .default_language_currency_style dt {
	padding: 0
}

.themes_global_header .tool_language .default_language_currency_style dt i {
	position: static;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px
}

.themes_global_header .tool_language .icon-language1,
.themes_global_header .tool_user .icon-member7 {
	font-size: 20px
}

.themes_global_header .default_language_currency_style {
	color: var(--ThemesHeaderTextColor)
}

.themes_global_header .tool_inquiry {
	position: relative;
	display: flex;
	align-items: flex-start
}

.themes_global_header .tool_inquiry .list_numner {
	display: flex;
	padding: 0 10px;
	line-height: 18px;
	border-radius: 18px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	font-size: 12px
}

.themes_global_header .tool .tool_inquiry_btn a {
	font-family: Roboto-Bold;
	color: #ffffff;
	background-color: #003a62;
	border: 1px solid #00000000;
	font-size: 18px;
	border-radius: 23px !important;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.home-banner img {
	width: 100%;
}

.home-banner .swiper-button-prev {
	color: #fff;
	left: 5%;
}

.home-banner .swiper-button-next {
	color: #fff;
	right: 5%;
}


.poster_top {
	text-align: center;
}

.top_subtitle {
	font-size: 20px;
	color: #808080;
	line-height: 1.2;
}

.top_title {
	font-size: 50px;
	color: #212121;
	line-height: 1.2;
	margin-top: 10px;
	font-weight: 550;
}

.ly_poster_94 {
	background-color: #f0f3f6;
	padding-top: 90px;
	padding-bottom: 90px;
}

.ly_poster_94 .poster_box .poster_list {
	display: grid;
	gap: 30px;
	padding: 48px 0;
	grid-template-columns: repeat(4, 1fr);
}

.poster_item .info_box {
	display: none;
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.compute_item_img .compute_process_img {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.compute_item_img .compute_process_img>a {
	width: 100%;
	height: 100%;
	display: block;
}

.compute_item_img .compute_process_img img {
	width: 100%;
	height: calc(100% + 15px);
	object-fit: cover;
}

.ly_poster_94 .pic_box .themes_box_title {
	padding: 40px 20px;
	display: block;
	/* width: 100%; */
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.ly_poster_94 .poster_item {
	background: #fff;
	position: relative;

	overflow: hidden;
	border-radius: 12px;
}

.poster_item:hover .info_box {
	display: block;
}

.poster_item:hover .pic_box {
	display: none;
}

.poster_item .info_box .compute_process_img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.poster_item .info_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center
}

.ly_poster_94 .info_box .i_title {
	padding: 40px 20px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.poster_item .info_box .i_content {
	padding: 0px 20px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 30px;
}

.info_box_item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.poster_item .i_button {
	font-family: Roboto-Bold;
	color: #FFFFFF;
	background-color: #00000000;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	border-radius: 26px !important;
	text-align: center;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
}

.poster_item .i_button:hover {
	background: #fff;
	color: #003a62;
	font-weight: 550;
}

.poster_item .hover_img::after {
	display: inline-block;
	background-color: rgba(0, 58, 98, 50%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
	pointer-events: none;

}

.poster_btn {
	margin-top: 48px;
	text-align: center;
}

.poster_box .poster_btn .r_button {
	font-family: Roboto-Bold;
	color: #FFFFFF;
	background-color: #00b95e;
	border: 1px solid #00000000;
	font-size: 20px;
	border-radius: 30px !important;
	text-align: center;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline-block;
}

.poster_box .poster_btn .r_button:hover {
	color: #00b95e;
	background-color: #00000000;
	border: 1px solid #00b95e;
}

/***case**/

.ly_poster_95 {
	padding-top: 90px;
	padding-bottom: 45px;
	background-color: #FFFFFF;
}

.item_banner {
	margin-top: 30px;

	position: relative;
}

.item_banner .swiper  {
	padding-bottom: 100px;
}

.case_item_box {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
}

.case_item_box .img_box {
	display: inline-block;
	width: 100%;
	height: 420px;
	overflow: hidden;
	border-radius: 20px;
}

.case_item_box .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	border-radius: 20px;
}

.case_item_box .content_box {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 10;
	box-sizing: border-box;
	padding: 30px;
}

.case_item_box .title_box {
	color: #ffffff;
	font-size: 24px;
}

.case_item_box .c_content {
	display: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}

.case_item_box .box_icon {
	display: none;
	font-family: Roboto-Bold;
	color: #FFFFFF;
	background-color: #00000000;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	border-radius: 26px !important;
	text-align: center;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 22px;
}

.case_item_box::after {
	transition: all 0.3s;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	display: inline-block;
	content: '';
	z-index: 2;
}

.case_item_box .swiper-slide:hover .img_box {}

.item_banner .swiper-slide:hover .case_item_box::after {
	background-color: rgba(0, 58, 98, 50%);
}

.item_banner .swiper-slide:hover .case_item_box .box_icon {
	display: inline-block;
}

.item_banner .swiper-slide:hover .case_item_box .c_content {
	display: block;
}

.item_banner .swiper-slide:hover .case_item_box .box_icon:hover {
	color: #003a62;
	background-color: #FFFFFF;
	border: 1px solid #00000000;
	font-weight: 550;
}

.swiper-button {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	height: 51px;
	align-items: flex-end;
}

.item_banner .swiper-button-prev {
	position: unset;
	color: #FFFFFF;
	background-color: #00b95e;
	border: 1px solid #00000000;
	border-radius: 50%;
	width: 51px;
	height: 51px;
	margin-right: 20px;
}

.item_banner .swiper-button-next {
	color: #FFFFFF;
	background-color: #00b95e;
	border: 1px solid #00000000;
	border-radius: 50%;
	width: 51px;
	height: 51px;
	position: unset;
}

.item_banner .swiper-button-next.swiper-button-disabled,
.item_banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.item_banner .swiper-button-next:after,
.item_banner .swiper-button-prev:after {
	font-size: 22px;
}

.item_banner .swiper-button-next:hover,
.item_banner .swiper-button-prev:hover {
	color: #00b95e;
	background-color: #00000000;
	border: 1px solid #00b95e;
}

/***about us***/
.ly_about_24 .about_box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap
}

.ly_about_24 .about_box .a_left_box {
	width: 37.52%
}

.ly_about_24 .about_box .a_right_box {
	width: 52.43%;
	overflow: hidden
}

.ly_about_24 .a_left_box .l_title {
	margin-top: 15px;
	line-height: 1.2
}

.ly_about_24 .a_left_box .l_subtitle {
	line-height: 1.2
}

.ly_about_24 .a_left_box .l_content {
	margin-top: 18px;
	line-height: 1.4;
	font-size: 20px;
	color: #a3afbb;
}

.ly_about_24 .a_left_box .l_button {
	margin-top: 40px;
	display: inline-block;
	text-decoration: none
}

.ly_about_24 .a_right_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px
}

.ly_about_24 .a_right_box .item {
	width: 28%;
	margin: 0 8px 12px;
	text-align: center
}

.ly_about_24 .a_right_box .item .img_box {
	width: 84px;
	margin: 0 auto
}

.ly_about_24 .a_right_box .item .r_title {
	margin-top: 35px
}

.ly_about_24 .a_right_box .item .r_content {
	margin-top: 15px;
	line-height: 1.375
}

@media screen and (max-width: 1200px) {
	.ly_about_24 .a_right_box {
		margin-top: 30px
	}

	.ly_about_24 .a_left_box .l_button {
		margin-top: 30px
	}
}

@media screen and (max-width: 1000px) {
	.ly_about_24 .a_left_box .l_content {
		margin-top: 16px
	}

	.ly_about_24 .about_box .a_right_box,
	.ly_about_24 .about_box .a_left_box {
		width: 100%
	}
}

.ly_about_24 .about_box .l_button {
	font-family: Roboto-Bold;
	color: #FFFFFF;
	background-color: #00000000;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	border-radius: 26px !important;
	text-align: center;
	padding-left: 53px;
	padding-right: 53px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ly_about_24 .about_box .l_button:hover {
	color: #003a62;
	background-color: #FFFFFF;
	border: 1px solid #00000000;
}

.ly_about_24 {
	padding-top: 105px;
	padding-bottom: 105px;
	background-color: #003a62;
}

.ly_about_24 .wide {
	box-sizing: border-box;
	padding-left: 0%;
	padding-right: 0%;
}

@media screen and (max-width: 1000px) {
	.ly_about_24 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

}

.ly_about_24 .about_box .a_left_box .l_title {
	font-size: 50px;
	color: #FFFFFF
}

.ly_about_24 .about_box .a_left_box .l_subtitle {
	font-size: 20px;
	color: #a3afbb
}

.ly_about_24.about_box .a_left_box .l_content {
	font-size: 20px;
	color: #a3afbb
}

.ly_about_24 .about_box .a_right_box .item.About-1 .r_title {
	font-size: 54px;
	color: #FFFFFF;
}

.ly_about_24 .about_box .a_right_box .item.About-1 .r_content {
	font-size: 16px;
	color: #a3afbb;
}

.ly_about_24 .about_box .a_right_box .item.About-2 .r_title {
	font-size: 54px;
	color: #FFFFFF;
}

.ly_about_24 .about_box .a_right_box .item.About-2 .r_content {
	font-size: 16px;
	color: #a3afbb;
}

.ly_about_24 .about_box .a_right_box .item.About-3 .r_title {
	font-size: 54px;
	color: #FFFFFF;
}

.ly_about_24 .about_box .a_right_box .item.About-3 .r_content {
	font-size: 16px;
	color: #a3afbb;
}

@media screen and (max-width: 1000px) {
	.ly_about_24 .about_box .a_left_box .l_title {
		font-size: 30px;
	}

	.ly_about_24 .about_box .a_left_box .l_subtitle {
		font-size: 16px;
	}

	.ly_about_24 .about_box .a_left_box .l_content {
		font-size:16px;
	}

	.ly_about_24 .about_box .a_right_box .item.About-1 .r_title {
		font-size: 32px;
	}

	.ly_about_24 .about_box .a_right_box .item.About-1 .r_content {
		font-size: 16px;
	}

	.ly_about_24 .about_box .a_right_box .item.About-2 .r_title {
		font-size: 32px;
	}

	.ly_about_24 .about_box .a_right_box .item.About-2 .r_content {
		font-size: 16px;
	}

	.ly_about_24 .about_box .a_right_box .item.About-3 .r_title {
		font-size: 32px;
	}

	.ly_about_24 .about_box .a_right_box .item.About-3 .r_content {
		font-size: 16px;
	}
}


.ly_carousel_45 {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

.carousel_item {
	width: 100%;
	height: 100%;
	position: relative;
}

.carousel_item .carousel_img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.carousel_item .carousel_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ly_carousel_45 .carousel_info {
	width: 1400px;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.ly_carousel_45 .carousel_info .carousel_title {
	margin-bottom: 25px;
	line-height: 1.1;
	font-size: 44px;
	color: #FFFFFF;

}

.ly_carousel_45 .carousel_info .carousel_title h2 {
	font-weight: 550;
}

.ly_carousel_45 .carousel_info .carousel_content {
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
	line-height: 1.8
}

.ly_carousel_45 .tab_type_position {
	position: absolute;
	bottom: 23px;
	width: 100%;
	text-align: center;
	z-index: 10
}

.ly_carousel_45 .carousel_tab.btn_none {
	display: none
}

.ly_carousel_45 .carousel_tab .tab_btn {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: calc(100% / 4 - 30px);
}

.ly_carousel_45 .carousel_tab .tab_dots {
	margin: 0 10px;
	border-radius: 10px;
	padding: 35px 50px;
	line-height: 1.4;
	color: #333;
	background-color: rgba(255, 255, 255, 70%);
	font-size: 20px
}


.ly_carousel_45 .carousel_tab .tab_btn.activity,
.ly_carousel_45 .carousel_tab .tab_btn:hover {
	background-color: rgba(0, 185, 94, 100%);
	color: #FFFFFF
}


.ly_carousel_45 .animate_transition {
	transition: transform 0.5s ease-in 0.05s, opacity 0.5s ease-in 0.05s
}

/**news**/


.ly_news_32 .img_wrapper {
	margin-top: 55px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.ly_news_32 .img_wrapper .side_item {
	width: calc(51% / 2 - 19px)
}

.ly_news_32 .img_wrapper .side_item.center_side {
	width: 49.5%
}

.ly_news_32 .img_wrapper .side_item.center_side {
	margin-bottom: 0
}

.ly_news_32 .img_wrapper .side_item.center_side img {
	height: 495px;
}

.ly_news_32 .img_wrapper .side_item .img_box {
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

.ly_news_32 .img_wrapper .side_item .img_box:last-child {
	margin-bottom: 0;
}

.ly_news_32 .img_wrapper .side_item .img_box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.ly_news_32 .img_wrapper .side_item .img_box .info_box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px 28px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
	pointer-events: none
}

.ly_news_32 .img_wrapper .side_item .img_box .info_box .n_info_time {
	font-size: 16px;
	color: #fff
}

.ly_news_32 .img_wrapper .side_item .img_box .info_box .n_info_title {
	margin-top: 15px;
	font-size: 26px;
	color: #fff
}

.ly_news_32 .about_btn {
	text-align: center
}

.ly_news_32 .about_btn .a_button {
	margin-top: 40px;
	display: inline-block;
	font-weight: 550;
}

.ly_news_32 a:hover {
	text-decoration: unset
}

@media screen and (max-width:1000px) {
	.ly_news_32 .img_wrapper {
		flex-wrap: wrap
	}

	.ly_news_32 .img_wrapper .side_item,
	.ly_news_32 .img_wrapper .side_item.center_side {
		width: 100%
	}
}

.ly_news_32 .a_button {
	font-family: Roboto-Bold;
	color: #808080;
	background-color: #00000000;
	border: 1px solid #999999;
	font-size: 18px;
	border-radius: 30px !important;
	text-align: center;
	padding-left: 53px;
	padding-right: 53px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ly_news_32 .a_button:hover {
	color: #FFFFFF;
	background-color: #00b95e;
	border: 1px solid #00000000;
}

.ly_news_32 .wide {
	width: 1440px;
	margin: 0 auto;
}

.ly_news_32 {
	padding-top: 90px;
	padding-bottom: 95px;
}

.ly_news_32 .wide {
	box-sizing: border-box;
	padding-left: 0%;
	padding-right: 0%;
}

@media screen and (max-width: 1480px) {
	.ly_news_32 .wide {
		width: auto;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px) {
	.ly_news_32 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.ly_news_32 .wide {
		width: 98%;
		min-width: inherit;
		padding-left: 3%;
		padding-right: 3%;
	}
}

.ly_news_32 {
	background-color: #ffffff;
}

.ly_news_32 .top_title {
	font-size: 50px;
	color: #212121;
}

.ly_news_32 .top_subtitle {
	font-size: 20px;
	color: #808080;
}

.ly_news_32 .img_wrapper .side_item .img_box::after {
	background-color: rgba(0, 0, 0, 0%);
}

.ly_news_32 .img_wrapper .side_item .img_box .info_box {
	text-align: left;
}

.ly_news_32 .img_wrapper .left_side .img_box:nth-of-type(1) {
	background-color: #003a62;
	height: 100%;
	width: 100%;
}

.ly_news_32 .img_wrapper .left_side .img_box:nth-of-type(1)::after {
	background-color: #003a62;
	height: 100%;
	width: 100%;
}


.ly_news_32 .img_wrapper .right_side .img_box:nth-of-type(2)::after {
	background-color: #00afb7;
}

.right_side .compute_process_img img {
	height: 240px;
}

.left_side .compute_process_img img {
	height: 240px;
}



@media screen and (max-width: 1000px) {
	.ly_news_32 {
		margin-bottom: 40px;
	}

	.ly_news_32 .top_title {
		font-size: 30px;
	}

	.ly_news_32 .top_subtitle {
		font-size: 16px;
	}
}

/***ç•™è¨€**/
.ly_form_8 {
	position: relative;
}

.form_bg .compute_process_img img {
	width: 100%;
}

.ly_form_8 .form_bg::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-color: rgba(0, 0, 0, 20%);
}

.ly_form_8 .form_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 60px;
	border-radius: 45px;
	width: 1000px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 100%);
}

.form_table .themes_box_subtitle {
	padding-left: 3px;
	font-size: 14px;
	color: #1a1d22;
	margin-bottom: 6px;
	display: block;
	color: #4c4c4c;
}

.ly_form_8 .form_box .input_txt {
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	background-color: #f2f2f2;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
}


.contact_right .form_box .input_txt {
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	background-color: #f2f2f2;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
}

.ly_form_8 .form_table {
	width: 100%;
	margin-top: 40px;
}

.form_table .colums_order_1 .input_box,
.form_table .colums_order_1 .input_box>p {
	width: 100%;
}

.form_table .colums_order_1 {
	margin-bottom: 25px;
}

.form_box .textarea_txt {
	width: 100%;
	border-radius: 3px;
	background-color: #f2f2f2;
	border: 0;
	box-sizing: border-box;
	padding: 20px;
	height: 180px;
}

.form_box .wpcf7-submit {
	font-family: Roboto-Bold;
	color: #FFFFFF;
	background-color: #00b95e;
	border: 1px solid #00000000;
	font-size: 20px;
	border-radius: 30px !important;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form_box .wpcf7-submit:hover {
	color: #00b95e;
	background-color: #00000000;
	border: 1px solid #00b95e;
	cursor: pointer;
}

.form_box .button_rows {
	text-align: center;
}

/***footer**/
.ly_footer_43 {
	background-color: #262626;
	border-top: 1px solid #434343;
}

.ly_footer_43 .foot_nav {
	padding-top: 85px;
	padding-bottom: 45px;
}

.ly_footer_43 .copy {
	padding: 25px 0;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #434343;
}

.default_foot_menu {
	display: flex;
	flex-wrap: wrap;
}

.ly_footer_43 .menu_list {
	width: 25%;
}

.ly_footer_43 #menu-foot_nav {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.ly_footer_43 #menu-foot_nav>li {
	width: 33.3%;

}

.ly_footer_43 #menu-foot_nav>li>a {
	font-size: 30px;
	color: #fff;

}

.menu_list_contact dl dt {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.menu_list_contact dl dd {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
}

.menu_list_contact dl dd a {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
}

.ly_footer_43 #menu-foot_nav .sub-menu {
	width: 100%;
	margin-top: 30px;
}

.ly_footer_43 #menu-foot_nav .sub-menu>li {
	margin-bottom: 15px;
	width: 100%;
}

.ly_footer_43 #menu-foot_nav .sub-menu>li>a {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

#chat_window {
	position: fixed;
	right: 30px;
	bottom: 90px;
	z-index: 10000;
}


/**å¯¼èˆªæ **/
.ly_other_2 {
	background-color: #f7f7f7;
}

.ly_other_2 .other_wrapper {
	position: relative;
	padding: 25px 0;

}

.ly_other_2 .other_wrapper .bread_crumb,
.ly_other_2 .other_wrapper .bread_crumb a {
	color: #555555;
	font-size: 14px;
}

.ly_article_1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.article_content_box {
	width: 100%;
}

.article_content_box .article_title {
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	padding: 0 2% 35px;
	color: #000000;
}

.ly_article_1 .editor_txt {
	color: #212121;
}

/***category**/
.prdocuts_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.ly_product_list_2 .products_category_wrapper {
	width: 20%;
	margin-right: 2%;
	
}

.category_title {
	padding-left: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-word;
	background-color: #003a62;
}




/* category */
.products_category_wrapper{border: 1px solid #efefef; margin-bottom: 16px; border-radius: 6px; overflow: hidden;}
.products_category_wrapper .list{padding: 0 12px;}
.products_category_wrapper .list>li{ border-bottom: 1px solid #efefef; position: relative;}
.products_category_wrapper .list>li>a{height: 45px; display: inline-block; font-size: 16px; cursor: pointer; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;line-height: 45px; width: 90%;}
.products_category_wrapper .list>li .sub-menu em{margin-left: auto; background: #00b95e; width: 20px; height: 100%}
.products_category_wrapper .list>li .sub-menu{display: none; padding-bottom: 12px; padding-left: 12px;}
.products_category_wrapper .list>li .sub-menu a{display: block; line-height: 30px; font-size: 14px; background: url(./images/icon_dot.svg) no-repeat 0 center; padding-left: 20px; background-size: 8px 8px;}
.products_category_wrapper .list>li.active>a{color: #00b95e; }
.products_category_wrapper .list>li:last-child{border-bottom: none;}
.products_category_wrapper .list>li::after{display: inline-block;height: 45px;width: 15px;background: url(./images/icon_jia.png) no-repeat center;position: absolute;right: 0px;top: 0;content: '';cursor: pointer;}
.products_category_wrapper .list>li.active::after{ background: url(./images/icon_jian.png) no-repeat center;}
.default_category_nav{border: 1px solid #efefef; margin-bottom: 16px; border-radius: 6px; overflow: hidden;}
.news_nav_list{padding: 0 12px;}
.news_nav_list li{border-bottom: 1px solid #efefef; position: relative;}
.news_nav_list li a{height: 45px; display: inline-block; font-size: 16px; cursor: pointer; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;line-height: 45px; }

.content-text img{
	max-width: 100%;
	height: auto !important;
}
.ly_product_list_2{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.ly_product_list_2 .list_wrapper{
	flex: 1;
	width: 76%;
	position: relative
}
.ly_product_list_2 .list_box{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, calc((100% - 90px) / 4));
}
.ly_product_list_2 .list_box .themes_prod{
	border-radius: 3px;
	border:1px solid #efefef;
}
.ly_product_list_2 .list_box .themes_prod:hover{
	border:1px solid #00b95e;
}


.ly_product_list_2 .list_box .themes_prod .name{
	margin-bottom: 20px;
	line-height: 1.8;
	color:#222222;
	font-size: 14px;
	padding:0 30px
}
.ly_product_list_2 .list_box .themes_prod .name a{
	text-decoration: none;
	color:var(--ThemesProductsTitleColor);
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.ly_product_list_2 .list_box .themes_prod .pic_box{
	
	overflow: hidden
}
.ly_product_list_2 .list_box .themes_prod .pic_box.hover_scale_img:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

/* --- pro --- */
@media (min-width:1024px){
	.pc{display:block;}
.wap{display:none;}
.wrap{/* max-width:1280px; */margin:0 auto;}
.flex{display: flex;/* align-items: center; */flex-wrap: wrap;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0;}
::-webkit-input-placeholder {color:#ccc;}
}

/* box */
.pro_box {margin-bottom: 20px;overflow: hidden;}
.pro_box_bg{display: flex;justify-content: space-between;}

/* column */
.pro_column{font-size: 22px; margin-bottom: 20px;}

/* title */
.pro_title{height: 56px; line-height: 56px; border-bottom: 1px solid #efefef;}
.pro_title h3{padding: 0 26px;color: #fff;text-align: center;text-transform: uppercase;border-right: 1px solid #efefef;line-height: 56px;font-size: 20px;font-weight: bolder;transition: all .3s;background: #003a62;display: inline-block;}

/* small */
.pro_small{width: 140px; justify-content: center;} 
.pro_small .mySwiper{height: 460px;}
.pro_small .small_pic{display: flex; align-items: center; justify-content: center; width: 106px; height: 106px; border: 1px solid #efefef; border-radius: 6px; background: #fff; overflow: hidden; transition: all .3s;}
.pro_small .small_pic:hover{border: 1px solid #00b95e; box-shadow: 0 3px 8px #efefef;}
.pro_small .small_arrow{height: 45px; cursor: pointer; transition: all .3s;}
.pro_small .small_arrow.up{background: url(./images/icon_arrow_top.png) no-repeat center center;}
.pro_small .small_arrow.up:hover{background: url(./images/icon_arrow_top_active.png) no-repeat center center;}
.pro_small .small_arrow.down{background: url(./images/icon_arrow_down.png) no-repeat center center;}
.pro_small .small_arrow.down:hover{background: url(./images/icon_arrow_down_active.png) no-repeat center center;}
.pro_small .swiper-slide-thumb-active{border: 1px solid #00b95e; box-shadow: 0 3px 8px #efefef;}

/* big */
.pro_big{width: 500px; height: 500px; border: 1px solid #efefef; overflow: hidden; border-radius: 6px;} 
.pro_big .mySwiper{height: 100%;}
.pro_big .swiper-wrapper{height: 100%;}
.pro_big .big_pic{display: flex; align-items: center; justify-content: center; height: 100%; }
.pro_small .small_pic img{
	border-style: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    -webkit-touch-callout: none;
    max-width: 100%;
}
.pro_box_item{
	display: flex;
	flex-direction: row-reverse;
	width: 46%;
}
.ly_product_purchase_2{
	width: 100%;
	margin-top: 40px;
}
/* about */
.pro_about{width: 50%;position: relative;}
.pro_about .about_title{font-size: 30px;font-weight: bolder;color: #00b95e;line-height: 125%;margin-bottom: 16px;}
.pro_about .about_text{margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
    background-color: unset;}
.pro_about .about_text p{line-height: 1.8;color: #333;font-size: 16px;}
.pro_about .about_more {margin-top: 8px;}
.pro_about .about_more a{background: #00b95e; color: #fff; width: 180px; height: 45px; text-align: center; display: block; line-height: 45px; border-radius: 6px;}
.pro_about .about_more a:hover{width: 200px; background: #212121; }
.about_more{
	font-family: Roboto-Bold;
    color: #ffffff;
    background-color: #00b95e;
    border: 1px solid #00000000;
    font-size: 18px;
    border-radius: 23px !important;
    text-align: center;
    padding-left: 48px;
    padding-right: 48px;
    height: 46px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
	width: 48%;
	cursor: pointer;
}
.about_more:hover{
	color: #00b95e;
    background-color: #00000000;
    border: 1px solid #00b95e;
}
/* dep */
.pro_dep{padding: 32px;}
.pro_dep p{margin-bottom: 8px; color: #666; line-height:1.8;font-size:16px;}
.pro_dep h3{font-size: 18px; font-weight: bolder; color: #00b95e; margin-bottom: 20px;}
.pro_dep img{    border-style: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    -webkit-touch-callout: none;
    max-width: 100%;}
/* arrow */
.page_arrow{background: #212121; color: #fff; width: 40px; height: 64px; border-radius: 8px; transition: all .3s; font-size: 12px; top: calc(45% - 32px); opacity: 0; transition: all .3s}
.page_arrow:hover{background: #00b95e;}
.page_arrow.swiper-button-prev{left: 0; border-radius: 0 8px 8px 0;}
.page_arrow.swiper-button-next{right: 0; border-radius: 8px 0 0 8px;}
:root{--swiper-navigation-size: 20px;}
/* related */
.pro_related{padding: 16px;}
.pro_related .mySwiper{padding-bottom: 56px;}
.pro_related .item a{border: 1px solid #efefef; display: block; height: 305px; width: 99.5%; text-align: center; border-radius: 6px; margin-left: .5%;}
.pro_related .item_pic{height: 80%; display: flex; align-items: center; justify-content: center; overflow: hidden;margin-bottom: 15px;}
.pro_related .item_text{height: 20%; padding: 0 16px; line-height: 125%; display: flex; align-items: center; justify-content: center;}
.pro_related .item a:hover{border: 1px solid #00b95e; box-shadow: 0 3px 8px #efefef;}
.pro_related:hover .page_arrow{opacity: 1;}


/***news**/
.ly_news_list_2 .news_wrapper{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.ly_news_list_2{width: 100%;margin-top: 20px;}
.ly_news_list_2 .left_side{width: 19.06%;}
.right_side{  width: 78.62%;}
.news_list .item{border-radius: 6px;margin-bottom: 40px;display: flex;}
.news_list .item_pic{width: 383px; border-radius: 6px; overflow: hidden;}
.news_list .item_box{width: calc(100% - 410px); margin-left: auto; position: relative;}
.news_list .item_title{font-size: 24px;color: #222222;font-weight: bolder;/* height: 45px; */line-height: 45px;margin-bottom: 20px;}
.news_list .item_date{color: #666;margin-bottom: 20px;font-size: 14px;}
.news_list .item_dep{line-height: 1.8; color: #666;font-size: 16px;}
.news_list .item_more{position: absolute; bottom: 0; left: 0;font-family: Roboto-Bold;
    color: #FFFFFF;
    background-color: #00B95E;
    border: 1px solid #00B95E00;
    font-size: 16px;
    border-radius: 40px !important;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 10px;
    padding-bottom: 10px;}
.news_list .item_pic .img{width:100%;transition:all 0.5s;}
.news_list .item:hover .img{transform: scale(1.1);transition:all 0.5s;}
.news_list .item_more a{color:#fff;}
.news_list .item_more:hover{color: #00B95E;
    background-color: #00000000;
    border: 1px solid #00B95E;cursor:pointer}
.news_list .item_more:hover a{color: #00B95E;}

.content-title h1{
	position: relative;
    font-size: 36px;
    line-height: 1.2;
}
.content-text{
	padding-bottom: 20px;
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    margin-top: 30px;
	background: #fff;
}
.right_news_info{
	margin-top: 12px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
}

.right_news_info .n_date{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 26px;
	margin-right: 10px;
}

.right_news_info .n_date::after{
	content: "\e61b";
    font-size: 16px;
	position: absolute;
    font-family: "iconfont" !important;
    font-size: 20px;
    color: #010101;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.right_news_info .n_views{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 26px;
	
}

.right_news_info .n_views::after{
	content: "\e657";
    position: absolute;
    font-family: "iconfont" !important;
    font-size: 20px;
    color: #010101;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content-page{
	margin: 50px 0;
    line-height: 1.8;
    font-size: 16px;
}
/***case**/
.ly_cases_list_2{
	width: 100%;
	margin-top: 20px;
}
.case_list{
	display: grid;
    gap: 44px;
    width: 100%;
	grid-template-columns: repeat(3, 1fr);
}
.case_list .themes_cases{
	text-align: left;
    position: relative;
    overflow: hidden;
}
.case_list .compute_item_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case_list .compute_item_img img{
	transition: all .3s ease-in-out;
	
}
.case_list .compute_item_img:hover img{
	transition: all .3s ease-in-out;
	transform: scale(1.1);
}
.case_list .text_box {
	width: 83%;
    z-index: 10;
    position: absolute;
    left: 10%;
    bottom: 13%;
}
.case_list .text_box .name{
	margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
    font-size: 20px;
}
.case_list .button{
	display: inline-block;
}
.case_list .themes_box_button{
	font-family: Roboto-Bold;
    color: #FFFFFF;
    background-color: #00B95E;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 40px !important;
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 15px;
    padding-bottom: 15px;
	text-transform: uppercase;
}
.case_list .themes_box_button:hover{
	color: #00B95E;
    background-color: #FFFFFF;
    border: 1px solid #00B95E00;
}
/*contactus**/
.contact_box{
	display: flex;
	justify-content: space-between;
}
.contact_left{
	width: 48%;
}

.contact_right{
	width: 48%;
}














