.banner .banner-video .banner-background {
    width: 100%;
	object-fit: fill;
}
.banner .banner-video .vid_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
	background: rgba(0,0,0,0.1) url(../images/v_cover.png) center;
}

.banner .banner_tools .banner_mouse {
	display: block;
	width: 23px;
	height: 40px;
	position: absolute;
	right: 180px;
	bottom: 50px;
	z-index: 10;
	margin-top: 50px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.5s linear infinite;
}
.banner .banner_tools .banner_mouse:after, .banner_mouse:before {
	content: '';
	position: absolute;
}
.banner .banner_tools .banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}
.banner .banner_tools .banner_mouse:after {
	background-color: #fff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.banner .red_line em {
	background: #ff8a00;
	width: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes certFlag {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes certFlag {
	0% {
		-moz-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-moz-transform: transform:translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes certFlag {
	0% {
		-webkit-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: transform:translateY(0);
		opacity: 1;
	}
}
@-o-keyframes certFlag {
	0% {
		-o-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-o-transform: transform:translateY(0);
		opacity: 1;
	}
}
@-ms-keyframes certFlag {
	0% {
		-ms-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-ms-transform: transform:translateY(0);
		opacity: 1;
	}
}

.xc_banner {
	position: relative;
	overflow: hidden;
	height: 492px;
}
.xc_banner img {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	max-width: none;
}
.xc_banner .content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 120px;
}
.xc_banner .content .wrap {
	position: relative;
}
.xc_banner .content .tit {
	font-size: 38px;
	color: #fff;
	display: inline-block;
}
.xc_banner .banner_mouse {
	bottom: -50px;
	right: 0;
}
/* 首页公共标题 */
.home_product .infor .tit_en {
	font-size: 17px;
	color: #ff8a00;
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.home_product .infor .tit_en:after {
	content: '';
	position: absolute;
	left: 110%;
	width: 50px;
	height: 2px;
	background: #ff8a00;
	top: 50%;
	margin-top: -1px;
}
.home_product .infor .tit {
	color: #121212;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
}
.home_product .top_ .left {
	float: left;
	width: 60%;
    margin-top: 40px;
}
.home_product .top_ .right {
	float: left;
	width: 40%;
}
.prodbox .top_ {
	margin-top: -40px;
	padding: 80px 0 50px;
}
.prodbox .top_ .right .dots_btn {
	margin-top: 10px;
}
.prodbox .top_ .right .dot {
	float: left;
	width: 33.3333%;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.prodbox .top_ .right .dot .img {
	width: 70px;
	height: 73px;
	background-repeat: no-repeat;
	display: inline-block;
}
.prodbox .top_ .right .dot:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 36px;
	background: #eftcd;
	top: 9px;
	left: 0;
}
.prodbox .top_ .right .dot:first-child:after {
	display: none;
}
.prodbox .top_ .right .dot .txt {
	font-size: 17px;
	color: #000;
}
.prodbox .top_ .right .dot.active .img {
	background-position: 0 -73px;
	transform: rotateY(180deg);
	transition: transform .3s ease;
}
.prodbox .top_ .right .dot.active .txt {
	color: #ff8a00;
}
.prodbox .top_ .right .dot:before {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	height: 14px;
	background: url(../images/cert_btm.png) no-repeat center;
	opacity: 0;
	animation-fill-mode: forwards;
}
.prodbox .top_ .right .dot.active:before {
	animation: certFlag infinite linear 1.8s;
	-webkit-animation: certFlag infinite linear 1.8s;
	-moz-animation: certFlag infinite linear 1.8s;
	-o-animation: certFlag infinite linear 1.8s;
	-ms-animation: certFlag infinite linear 1.8s;
}
.prodbox .bott_ .item {
	display: none;
	position: relative;
	overflow: hidden;
}
.prodbox .bott_ .owl-item .item {
	display: block;
}
.prodbox .bott_ .item img {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	max-width: none;
	top: 0;
}
.prodbox .bott_ .item .orange_block {
	background: #ff8a00;
	width: 41.5%;
	height: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.prodbox .bott_ .item .content {
	position: relative;
	z-index: 2;
	padding: 75px 0 110px;
}
.prodbox .bott_ .item .right {
	float: right;
	width: 51.4%;
	height: 385px;
	overflow: hidden;
	background: #fff;
}
.prodbox .bott_ .item .right .box {
	padding: 50px;
}
.prodbox .bott_ .item .right .box .t {
	width: 120px;
	height: 20px;
	background: url(../images/hwlogo_en_small.png) no-repeat;
}
.prodbox .bott_ .item .right .box .tit {
	font-size: 36px;
	font-weight: bold;
	color: #ff8a00;
    margin-top: 5px;
}
.prodbox .bott_ .item .right .box .con {
	color: #333;
	height: 86px;
	line-height: 28px;
	overflow: hidden;
	margin: 20px 0;
}
.prodbox .bott_ .item .right .box .links {
	line-height: 1.8;
}
.prodbox .bott_ .item .right .box .links a {
	position: relative;
	display: inline-block;
	min-width: 180px;
	color: #ff8a00;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding-right: 5px;
	margin-right: 20px;
}
.prodbox .bott_ .item .right .box .links a:nth-child(4n) {
	margin-right: 0;
}
.prodbox .bott_ .item .right .box .links a i {
	margin: 0 0 2px 0;
	transition: .5s ease;
}
.prodbox .bott_ .item .right .box .links a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #ff8a00;
	transition: .5s ease;
}
.prodbox .bott_ .item .right .box .links a:hover:after {
	width: 100%;
}
.prodbox .bott_ .item .right .box .links a:hover i {
	transform: translateX(5px);
}

.home_news {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.home_news .row {
	--bs-gutter-x: 30px;
    --bs-gutter-y: 0;
	display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.home_news .row > * {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.news-page {
    padding-bottom: 120px;
}

.home_news_item {
    position: relative;
    display: block;
	flex: 0 0 auto;
	width: 33.3333%;
}
.home_news_img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}
.home_news_img img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}
.home_news_item:hover .home_news_img img {
    transform: scale(1.05);
}
.home_news_img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.36);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}
.home_news_img > a > span {
    position: relative;
}
.home_news_img > a > span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.home_news_img > a > span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_news_img > a:hover > span::before, .home_news_img > a:hover > span::after {
    background-color: #ff8a00;
}
.home_news_item:hover .home_news_img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.home_news_date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,188,0,0.8);
    padding: 12px 15px;
}
.home_news_date-box p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 17px;
    text-align: center;
}
.home_news_content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .05);
    padding: 25px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 4px solid transparent;
    transition: all 500ms ease;
}
.home_news_item:hover .home_news_content {
    border-bottom: 4px solid #ff8a00;
}
.home_news_meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}
.home_news_meta li+li {
    margin-left: 10px;
}
.home_news_meta li a {
    color: var(--thm-gray);
    font-size: 14px;
    transition: all 500ms ease;
}
.home_news_meta li a:hover {
    color: var(--thm-extra);
}
.home_news_meta li a i {
    color: var(--thm-extra);
}
.home_news_title {
	height: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.home_news_title a {
    color: #232323;
    transition: all 500ms ease;
}
.home_news_item:hover .home_news_title a {
    color: #ff8a00;
}
.home_news_text {
	color: #666;
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 0 15px;
    margin: 0;
}
.home_news_read-more {
	text-align: right;
}
.home_news_read-more-btn {
    font-size: 14px;
    color: #777;
    display: inline-block;
    transition: all 500ms ease;
}
.home_news_read-more-btn:hover {
    color: #ff8a00;
}
.home_news {
	width: 100%;
	padding: 60px 0 75px;
	box-sizing: border-box;
	background: url('../images/home_new_bg.jpg') 0 0 no-repeat;
	background-size: cover;
}
.home_news .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_news .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(../images/title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_news .title p {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
}
.home_news .title p a {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_news .title p a span {
	display: block;
	color: #999;
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_news .new_center {
	width: 100%;
	height: 480px;
	margin-top: 30px;
	padding: 20px 0;
	list-style: none;
	box-sizing: border-box;
	position: relative;
	background-image: url('../images/home_new.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.home_news .new_center .owl-stage-outer, .home_news .new_center .owl-item, .home_news .new_center .owl-stage {
	width: 100%;
	height: 100%;
}
.home_news .new_center .item {
	width: 30%;
	height: 100%;
	float: left;
	background: none !important;
	position: relative;
	padding: 30px 25px;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-0-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.home_news .new_center .item .wrap {
	width: 300px;
}
.home_news .new_center .item .wrap span {
	font-size: 16px;
	color: #fff;
}
.home_news .new_center .item .wrap p {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.home_news .new_center .item .wrap h3 {
	width: 100%;
    height: 60px;
    margin: 20px 0;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: block;
}
.home_news .new_center .item .wrap h4.num {
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-style: inherit;
	color: rgba(255, 255, 255, 0.2);
	font-size: 100px;
	position: absolute;
	left: 20px;
	bottom: 0;
	font-weight: inherit;
}
.home_news .new_center .item a {
	text-decoration: none;
	color: #fff;
}
.home_news .new_center .item a span {
	background: none;
}
.home_news .new_center .item.active {
	width: 40%;
}
.home_news .new_center .item.active .wrap {
	width: 400px;
	overflow: hidden;
}
.home_news .new_center .item.active a {
	opacity: 1;
	visibility: visible;
}
/* .home_news .new_center .item .img {
	display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.home_news .new_center .item:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
} */
.home_news .new_center .owl-controls {
	position: absolute;
	right: 20px;
	bottom: 6%;
}
.home_news .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 4px;
}
.home_news .owl-theme .owl-dots .owl-dot.active span, .home_news .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
	opacity: 1;
}
.home_center {
	width: 100%;
	padding: 4% 0 9%;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../images/center_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
}
.home_center .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.home_center .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7.5%;
	z-index: 11;
}
.home_center .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(../images/title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_center .title p {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.home_center .title p a {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_center .title p a span {
	display: block;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_center ul {
	width: 100%;
	margin-top: 50px;
	position: relative;
	z-index: 10;
}
.home_center ul li {
	width: 25%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	display: inline-block;
	float: left;
	text-align: center;
}
.home_center ul li:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.home_center ul li img {
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.home_center ul li h4 {
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	font-weight: 500;
	margin: 8% 0 3% 0;
	color: #fff;
}
.home_center ul li h4 span {
	color: #ff8a00;
	font-size: 36px;
	margin-right: 6px;
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-weight: 700;
}
.home_center ul li p {
	font-size: 15px;
	letter-spacing: 0.6px;
	color: #eee;
}
.home_center a.more {
	float: right;
	display: inline-block;
	width: 220px;
	font-size: 15px;
	color: #aca7a4;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 8%;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home_center a.more i {
	font-size: 14px;
	padding-left: 5px;
	position: absolute;
	left: 65%;
	top: 10px;
}
.home_center a.more:hover {
	background: #ff8a00;
	color: #fff;
}
.home_center a.more:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.home_add_bg {
    width: 100%;
    background: url(../images/add_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.home_strategy {
	width: 100%;
	padding: 60px 0 75px;
}
.home_strategy .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_strategy .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(../images/title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_strategy .title p {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
}
.home_strategy .title p a {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_strategy .title p a span {
	display: block;
	color: #999;
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_strategy .home_add {
	width: 100%;
	margin: 38px 0 0 0;
}
.home_strategy .home_add .owl-item {
	overflow: hidden;
}
.home_strategy .home_add .item {
	width: 32%;
	float: left;
	display: inline-block;
	margin: 0 1%;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-0-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.home_strategy .home_add .item img.bg {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-0-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home_strategy .home_add .item h4.tit {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-0-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.home_strategy .home_add .item.item1 {
	margin-left: 0;
}
.home_strategy .home_add .item.item3 {
	margin-right: 0;
}
.home_strategy .home_add .item:hover {
	box-shadow: 0px 0px 20px rgba(36, 36, 36, 0.35);
}
.home_strategy .home_add .item:hover h4.tit {
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	opacity: 0;
}
.home_strategy .home_add .item:hover .text_block {
	-webkit-transform: translate3d(0%, 0px, 0px);
	-moz-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px);
	left: 0;
	top: 0;
}
.home_strategy .home_add .item:hover img.bg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.home_strategy .home_add .item .text_block {
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	z-index: 9;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-0-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.home_strategy .home_add .item .text_block h4 {
	font-size: 28px;
	color: #fff;
}
.home_strategy .home_add .item .text_block p {
	font-size: 16px;
	color: #fff;
	margin-top: 20%;
	line-height: 30px;
}
.home_strategy .home_add .item .text_block a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-top: 30px;
}
.home_strategy .home_add .item .text_block a img {
	width: 37px;
	position: relative;
	left: 10px;
	top: -6px;
	border-style: none;
}
.home_strategy .home_add .owl-controls {
	position: absolute;
	right: 20px;
	bottom: 6%;
}
.home_strategy .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 4px;
}
.home_strategy .owl-theme .owl-dots .owl-dot.active span, .home_strategy .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
	opacity: 1;
}
.home_aboutus {
	width: 100%;
	margin-top: 60px;
}
.home_aboutus .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_aboutus .title p {
	font-size: 26px;
	color: #000;
}
.home_aboutus .title p.sm {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.home_aboutus .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #ed2e2e;
}
.home_aboutus #swiper-container3 {
	padding: 50px 0 60px 0;
}
.home_aboutus #swiper-container3 .swiper-slide {
	width: 100%;
}
.home_aboutus #swiper-container3 .swiper-slide ul {
	width: 100%;
	list-style: none;
}
.home_aboutus #swiper-container3 .swiper-slide ul li {
	width: 20%;
	float: left;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.home_aboutus #swiper-container3 .swiper-slide ul li h4 {
	font-size: 22px;
	color: #333;
	font-weight: initial;
}
.home_aboutus #swiper-container3 .swiper-slide ul li h4.active {
	color: #1e89e0;
}
.home_aboutus #swiper-container3 .swiper-slide ul li img {
	width: 115px;
	height: 115px;
	display: inline-block;
	margin: 30px auto;
}
.home_aboutus #swiper-container3 .swiper-slide ul li p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home_aboutus #swiper-container3 .swiper-pagination span {
	background: #d2d2d2;
	opacity: 1;
}
.home_aboutus #swiper-container3 .swiper-pagination span.swiper-pagination-bullet-active {
	width: 25px;
	background: #1e89e0;
	border-radius: 10px;
}
.home_center .intro {
	float: left;
	position: relative;
	width: 43%;
	color: #eee;
	padding-top: 5px;
	z-index: 10;
}
.home_center .intro h3 {
	font-size: 36px;
	text-indent: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	position: relative;
	padding-bottom: 25px;
}
.home_center .intro h3 a {
	color: #eee;
}
.home_center .intro h3:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 35px;
	height: 36px;
	width: 4px;
	background-color: #ff8a00;
}
.home_center .intro .txt {
	line-height: 2.2;
	font-size: 16px;
}
.home_center .intro .txt a.cname {
	color: #eee;
}
.home_center .intro .txt p {
	margin-bottom: 20px;
}
.home_center .right-map {
	float: right;
	width: 53.2%;
	height: 306px;
	position: relative;
	margin-right: 0;
	background: url(../images/mapbg.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home_center .right-map .point-area {
	text-align: center;
	position: absolute;
	width: 80px;
	height: 80px;
	transition: opacity .5s ease-out
}
.home_center .right-map .point-area:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #eee;
	display: inline-block;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
	left: 50%
}
.home_center .right-map .point-area:nth-child(1) {
	top: 1%;
	left: 30%;
}
.home_center .right-map .point-area:nth-child(2) {
	top: 5%;
	left: 55%;
}
.home_center .right-map .point-area:nth-child(3) {
	top: 5%;
	left: 60%;
}
.home_center .right-map .point-area:nth-child(4) {
	top: 8%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(5) {
	top: 10%;
	left: 10%;
}
.home_center .right-map .point-area:nth-child(6) {
	top: 10%;
	left: 40%;
}
.home_center .right-map .point-area:nth-child(7) {
	top: 13%;
	left: 23%;
}
.home_center .right-map .point-area:nth-child(8) {
	top: 15%;
	left: 45%;
}
.home_center .right-map .point-area:nth-child(9) {
	top: 15%;
	left: 60%;
}
.home_center .right-map .point-area:nth-child(10) {
	top: 17%;
	left: 55%;
}
.home_center .right-map .point-area:nth-child(11) {
	top: 18%;
	left: 75%;
}
.home_center .right-map .point-area:nth-child(12) {
	top: 20%;
	left: 76%;
}
.home_center .right-map .point-area:nth-child(13) {
	top: 21%;
	left: 68%;
}
.home_center .right-map .point-area:nth-child(14) {
	top: 23%;
	left: 80%;
}
.home_center .right-map .point-area:nth-child(15) {
	top: 25%;
	left: 10%;
}
.home_center .right-map .point-area:nth-child(16) {
	top: 25%;
	left: 40%;
}
.home_center .right-map .point-area:nth-child(17) {
	top: 25%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(18) {
	top: 25%;
	left: 73%;
}
.home_center .right-map .point-area:nth-child(19) {
	top: 30%;
	left: 63%;
}
.home_center .right-map .point-area:nth-child(20) {
	top: 30%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(21) {
	top: 36%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(22) {
	top: 40%;
	left: 40%;
}
.home_center .right-map .point-area:nth-child(23) {
	top: 45%;
	left: 45%;
}
.home_center .right-map .point-area:nth-child(24) {
	top: 46%;
	left: 72%;
}
.home_center .right-map .point-area:nth-child(25) {
	top: 51%;
	left: 80%;
}
.home_center .right-map .point-area:nth-child(26) {
	top: 58%;
	left: 28%;
}
.home_center .right-map .point-area:nth-child(27) {
	top: 60%;
	left: 25%;
}
.home_center .right-map .point-area:nth-child(28) {
	top: 64%;
	left: 48%;
}
.home_center .right-map .point-area .txt {
	width: 60px;
	position: absolute;
	left: 50px;
	top: 40%;
	color: #ff8a00
}
.home_center .right-map .point {
	position: absolute;
	width: 100%;
	height: 100%
}
.home_center .right-map .point:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	opacity: 0
}
.home_center .right-map .point.p10:after {
	animation: 4.5s ease-out 225ms infinite ripple
}
.home_center .right-map .point.p40:after {
	animation: 4.5s ease-out .9s infinite ripple
}
.home_center .right-map .point.p80:after {
	animation: 4.5s ease-out 1.8s infinite ripple
}
.home_center .right-map .point.psh:after {
	box-shadow: inset 0 0 5em rgba(234, 86, 18, 0.3)
}
.home_future {
	width: 100%;
	min-height: 200px;
	position: relative;
	padding: 4% 0 7%;
	box-sizing: border-box;
	overflow: hidden;
	background: url('../images/future_bg.png') center center no-repeat;
	background-size: cover;
}
.home_future img.bg {
	width: 100%;
	height: 500px;
	display: block;
}
.home_future img.dom {
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 0;
	bottom: 0;
}
.home_future .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	z-index: 10;
	left: 0;
	top: 0;
}
.home_future .text {
	width: 1200px;
	position: relative;
	z-index: 11;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
}
.home_future .text ul {
	width: 80%;
	list-style: none;
	margin: 0 auto 10px;
}
.home_future .text ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.home_future .text ul li:nth-child(2) {
	position: relative;
	left: 5px;
}
.home_future .text ul li img {
	width: 46px;
	height: 40px;
	display: block;
	margin: 0 auto 15px;
}
.home_future .text ul li p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.home_future .text .title {
	position: relative;
	padding-bottom: 10px;
	top: -20px;
}
.home_future .text .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(../images/title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_future .text .title p {
	color: #f2d0b0;
	font-size: 36px;
	font-weight: 600;
}
.home_future .text .title p img {
	width: 142px;
	height: 34px;
	display: block;
	margin-bottom: 10px;
}
.home_future .text .title p a {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_future .text .title p span {
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	color: #999;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_future .text p.sm {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: left;
}
.home_future .pages_footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin-top: 70px;
}
.home_window {
	width: 100%;
	margin-top: 50px;
}
.home_window .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_window .title p {
	font-size: 26px;
	color: #000;
}
.home_window .title p.sm {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.home_window .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #ed2e2e;
}
.home_window ul {
	width: 100%;
	margin-top: 44px;
}
.home_window ul li {
	width: 32%;
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 1%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.home_window ul li:first-child {
	margin-left: 0;
}
.home_window ul li:last-child {
	margin-right: 0;
}
.home_window ul li:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(36, 36, 36, 0.2);
}
.home_window ul li img {
	width: 100%;
	display: block;
}
.home_window ul li .content {
	padding: 25px 10%;
	border: 1px solid #dcdcdc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.home_window ul li .content h4 {
	width: 223px;
	color: #333;
	font-size: 18px;
	position: relative;
	font-weight: initial;
	text-align: center;
}
.home_window ul li .content h4:after {
	content: '';
	width: 30px;
	height: 2px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	background: #1e89e0;
}
.home_window ul li .content p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: left;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pages_footer.mt {
	margin-top: -76px;
}