﻿
@-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;
	}
}


/* 首页公共标题 */
.indexWrap {
    padding: 0 15px;
    max-width: 1680px;
    margin: 0 auto;
}
.indexTitle {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.indexTitle .cn {
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 56%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.indexTitle .en {
	font-family: 'Hurgeosans', 'Din-Medium', 'HelveticaNeueLTPro', 'Roboto', 'Microsoft Yahei';
    font-size: 36px;
	text-transform: uppercase;
    color: #f2f6f8;
    font-weight: bold; text-align:center;
    display: block;
	line-height: 1;
}
.indexIndustry-list h2 {
	font-family: 'HelveticaNeueLTPro', 'Din-Medium', 'Hurgeosans', 'Roboto', 'Microsoft Yahei';
    font-size: 18px;
    font-weight: 600;
}
.indexIndustry-list h3 {
    padding-top: 5px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.indexIndustry-list h3:after {
    content: '';
    display: block;
    width: 3em;
    height: 3px;
    background-color: #ff7200;
    margin: 8px 0 10px;
}
.indexIndustry-list .content {
    padding: 20px;
    background-color: #0075C0;
    color: #fff;
    -moz-text-align-last: left;
    text-align-last: left;
}
.indexIndustry-list .desc {
    opacity: 0.9;
    line-height: 1.8;
}
.indexIndustry-list .more {
    color: #fff;
    border: 1px solid #f9eecd;
    font-size: 15px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.8;
    margin-top: 15px;
    position: relative;
}
.indexIndustry-list .more:after {
    content: '';
    display: block;
    width: 26px;
    height: 100%;
    background: url("../images/indexIcon01.png") center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.indexIndustry-dot {
    /* background-color: #0075C0; */
    text-align: center;
    padding-bottom: 10px;
}
.indexIndustry-dot span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px;
}
.indexIndustry-dot span.swiper-pagination-bullet-active {
    background-color: #ED6518;
}
.indexIndustry-hd {
    text-align: center;
}
.indexIndustry-hd li {
    cursor: pointer;
    padding: 20px 0;
}
.indexIndustry-hd li:after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #ecf0f2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indexIndustry-hd li:last-child:after {
    display: none;
}
.indexIndustry-hd .box {
    vertical-align: bottom;
    display: inline-block;
    width: 63px;
    height: 65px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.indexIndustry-hd li.swiper-slide:last-child .box {
    width: 66px;
    height: 68px;
}
.indexIndustry-hd .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}
.indexIndustry-hd .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.indexIndustry-hd .hv {
    top: 100%;
}
.indexIndustry-hd img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.indexIndustry-hd h4 {
    display: inline-block;
    color: #64696c;
    font-size: 22px;
	padding-left: 10px;
}
.indexIndustry-hd span {
	font-family: 'HelveticaNeueLTPro', 'Din-Medium', 'Hurgeosans', 'Roboto', 'Microsoft Yahei';
    display: inline-block;
    color: #999;
    font-size: 18px;
	padding-left: 10px;
}
.indexIndustry-hd .on .icon {
    top: -100%;
}
.indexIndustry-hd .on .hv {
    top: 0;
}
.indexIndustry-hd .on h4 {
    color: #ff7200;
}
@media (min-width: 1024px) {
	.indexTitle { width:100%;
        padding-top: 50px;
        padding-bottom: 30px; text-align: center;
    }
    .indexTitle .cn {
        font-size: 36px;
    }
    .indexTitle .en {
        font-size: 50px; text-align:center;
    }
    .indexTitle h3 {
        font-size: 18px;
        padding-top: 5px;
    }
    .indexProduct-list .dot {
        display: none;
    }
    .indexIndustry-list .thumb {
        position: relative;
    }
    .indexIndustry-list .content {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../images/indexBg01.png") left top no-repeat;
        -o-background-size: 100%;
        background-size: 100%;
        padding-right: 10%;
        padding-top: 30px;
    }
    .indexIndustry-list h2 {
        font-size: 26px;
    }
    .indexIndustry-list h3 {
		font-size: 14px;
		font-weight: normal;
    }
    .indexIndustry-list h3:after {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .indexIndustry-list .desc {
        font-size: 16px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .indexIndustry-list .desc a {
		font-size: 16px;
		margin-right: 12px;
	}
    .indexIndustry-list .more {
		display: none;
    }
    .indexIndustry-list .more:after {
        width: 32px;
        right: 10px;
    }
    .indexIndustry-hd li {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .indexIndustry-hd .on {
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 1260px) {
	.indexTitle {
        padding-top: 60px;
        padding-bottom: 40px; text-align:center;
    }
    .indexTitle h4 {
        margin-bottom: 0;
    }
    .indexTitle .cn {
        font-size: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
    }
    .indexTitle .en {
        font-size: 70px; text-align:center;
    }
    .indexIndustry-list .content {
        padding-left: 50px;
        padding-right: 15%;
        padding-top: 50px;
    }
    .indexIndustry-list .more:after {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .indexIndustry-list .more:hover {
        border-color: #fff;
    }
    .indexIndustry-hd {
        width: 100%;
        max-width: 1280px;
        margin: -100px auto 0 !important;
        position: relative;
        z-index: 20;
        padding-top: 5px;
        -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    }
    .indexIndustry-hd ul {
        background-color: #fff;
    }
    .indexIndustry-hd li {
        padding: 30px 0;
        border-bottom: 3px solid transparent;
    }
    .indexIndustry-hd li:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        background-color: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        position: absolute;
        bottom: 100%;
        left: 0;
    }
    .indexIndustry-hd li:after {
        height: 61.11%;
    }
    .indexIndustry-hd li:hover h4 {
        color: #ff7200;
    }
    .indexIndustry-hd li:hover .icon {
        top: -100%;
    }
    .indexIndustry-hd li:hover .hv {
        top: 0;
    }
    .indexIndustry-hd .on {
        border-color: #ff7200;
    }
    .indexIndustry-hd .on:before {
        height: 6px;
    }
}
@media (min-width: 1600px) {
    .indexIndustry-list .content {
        width: 55%;
        padding: 60px 8.6%;
    }
    .indexIndustry-list h2 {
        font-size: 32px;
    }
    .indexIndustry-list h3 {
        font-size: 16px;
		font-weight: normal;
        padding-top: 15px;
    }
    .indexIndustry-list h3:after {
        margin: 25px 0 22px;
    }
    .indexIndustry-list .more {
        width: 160px;
        margin-top: 50px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 18px;
		display: block;
		position: absolute;
    }
    .indexIndustry-list .more:after {
        right: 22px;
    }
    .indexIndustry-list .more:hover:after {
        right: 10px;
    }
    .indexIndustry-hd li {
        padding: 25px 0;
    }
}
@media (min-width: 1800px) {
    .indexWrap {
        padding: 0;
    }
    .indexIndustry-list .content {
        padding-top: 80px;
    }
}

.home_news {
    position: relative;
    display: block;
}
.home_news .row {
	--bs-gutter-x: 30px;
    --bs-gutter-y: 0;
	display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    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: 31.3333%;
}
.home_news_img {
    position: relative;
    display: block;
	height: 228px;
    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%;
	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 8%;
	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: 64px;
	height: 64px;
	-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: 55px;
	line-height: 55px;
	font-size: 17px;
	font-weight: 500;
	margin: 5% 0 3% 0;
	color: #fff;
}
.home_center ul li h4 span {
	color: #ff8a00;
	font-size: 36px;
	margin-right: 6px;
	font-family: 'HelveticaNeueLTPro', 'Din-Medium', 'Hurgeosans', 'Roboto', '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: 200px;
	font-size: 15px;
	color: #aca7a4;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #555;
	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/home_new_bg.jpg) 0 0 no-repeat;
    background-size: cover; */
}
.home_strategy {
	width: 100%;
	padding: 0 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: 8px 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: 15px;
	letter-spacing: 0.3px;
}
.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_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;
}