﻿
@-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;
}
.indexIndustry-list h3:after {
    content: '';
    display: block;
    width: 3em;
    height: 3px;
    background-color: #ff7200;
    margin: 8px 0 10px;
}
.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-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 li.swiper-slide:last-child .box {
    width: 66px;
    height: 68px;
}
.indexIndustry-hd .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
@media (min-width: 1024px) {
    .indexIndustry-list h3:after {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .indexIndustry-list .more:after {
        width: 32px;
        right: 10px;
    }
}
@media (min-width: 1260px) {
    .indexIndustry-list .more:after {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .indexIndustry-list .more:hover {
        border-color: #fff;
    }
    .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:before {
        height: 6px;
    }
}
@media (min-width: 1600px) {
    .indexIndustry-list h3:after {
        margin: 25px 0 22px;
    }
    .indexIndustry-list .more:after {
        right: 22px;
    }
    .indexIndustry-list .more:hover:after {
        right: 10px;
    }
}
@media (min-width: 1800px) {
}

.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);
}

.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(11,101,164,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 #0B65A4;
}
.home_news_meta li a:hover {
    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: #333333;
}
.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 .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-controls.clickable .owl-page:hover span{
	background: #fff;
	opacity: 1;
}
.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 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 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 .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 .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #fff;
	opacity: 1;
}
.home_aboutus .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #ed2e2e;
}
.home_center .intro h3:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 35px;
	height: 36px;
	width: 4px;
	background-color: #ff8a00;
}
.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: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 .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #ed2e2e;
}
.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 .content h4:after {
	content: '';
	width: 30px;
	height: 2px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	background: #1e89e0;
}
