@font-face {
	font-family: "iconfont";
	src: url('../fonts/font_2794249_33uu0wqh3nh.woff2') format('woff2'), url('../fonts/font_2794249_33uu0wqh3nh.woff') format('woff'), url('../fonts/font_2794249_33uu0wqh3nh.ttf') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-more:before {
	content: "\e622";
}
.icon-arrow-left01:before {
	content: "\ea66";
	color: #fff;
}
.icon-arrow-right01:before {
	content: "\ea65";
	color: #fff;
}
.posi {
	position: relative
}
.row {
	width: 86%;
	margin: 0 auto;
}
@media(max-width:1400px) {
	.row {
		width: 100%;
		padding: 0 10px;
	}
}
.col-1 {
	width: 100%
}
.col-2 {
	width: 50%
}
.col-3 {
	width: 33.333333%
}
.col-4 {
	width: 25%
}
.col-5 {
	width: 20%
}
.col-6 {
	width: 16.666666%
}
.col-7 {
	width: 14.285714%
}
.col-8 {
	width: 12.5%
}
.col-9 {
	width: 11.111111%
}
.a {
	text-decoration: none;
}
.mg0 {
	margin: 0 auto;
}
.lump {
	display: block;
}
.hidden {
	overflow: hidden;
}
.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.transition02 {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.transition035 {
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
}
.transition05 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.transition075 {
	transition: all 0.75s;
	-moz-transition: all 0.75s;
	-webkit-transition: all 0.75s;
	-o-transition: all 0.75s;
}
.transition1 {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.transition1_5 {
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
}
#business {
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	margin-top: 91px;
}
.business_item:hover .business_num {
	color: #fff
}
.business_item,
.business_item>a {
	height: 100%;
	overflow: hidden
}
.business_item .business_img {
	width: 110%;
	height: 110%;
	object-fit: cover;
	position: absolute;
	left: -5%;
	top: -5%
}
.business_item .business_txt {
	position: absolute;
	left: 0;
	bottom: 8vw;
	z-index: 5;
	padding: 0 4vw
}
.business_item .business_num {
	color: #d6d6d6;
	margin-bottom: 2vw;
	font-size: 38px
}
.business_item .business_name {
	font-size: 34px;
	margin-bottom: 2vw;
	font-weight: bold;
	color: #fff;
}
.business_item .business_p {
	color: #d6d3d3;
	font-size: 16px;
	margin-bottom: 4vw;
	line-height: 26px;
	width: 80%;
	text-align:justify
}
.business_item .business_del {
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.business_item .business_del:after {
	content: '';
	position: absolute;
	left: 0;
	top: -;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s
}
.business_item .business_del i {
	font-size: 28px
}
.business_item>a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 78, 165, .7);
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
#business .business_btn {
	bottom: 1.5vw;
	top: initial;
	color: #4b4848;
	width: auto;
	height: auto
}
#business .business_btn i {
	font-size: 24px
}
#business .business_btn:after {
	display: none
}
#business .business_btn.swiper-button-prev {
	left: 1.5vw
}
#business .business_btn.swiper-button-next {
	right: 1.5vw
}
.guide__mouse {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 50;
	display: none
}
@keyframes moveDownSpot1 {
	from {
		opacity: 1;
		-webkit-opacity: 1
	}
	to {
		opacity: 0;
		-webkit-opacity: 0;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px)
	}
}
.guide__mouse img {
	width: 140px;
	margin: 0 auto;
	animation: moveDownSpot1 linear 1s infinite;
	-webkit-animation: moveDownSpot1 linear 1s infinite
}
.guide__mouse p {
	color: rgba(255, 255, 255, .6);
	text-align: center;
	margin-top: 10px
}
@media screen and (min-width:992px) {
	.footer_bottom .footer_href a:hover {
		color: #fff
	}
	.footer_bottom .footer_prepare a:hover {
		color: #fff
	}
	.footer_top .search .search_form button:hover {
		background-color: #cc3020
	}
	.works_item a:hover .works_arrow {
		transform: none;
		-webkit-transform: none
	}
	.works_item a:hover .works_arrow>i:first-child {
		opacity: 1;
		-webkit-opacity: 1;
		visibility: visible
	}
	.works_item a:hover .works_arrow>i:last-child {
		opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden
	}
	.works_item a:hover .works_img img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1)
	}
	.plate_item>a:hover .plate_content:after {
		background-color: rgba(204, 48, 32, .9)
	}
	.plate_item>a:hover .plate_p {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s
	}
	.plate_item>a:hover .plate_btn {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}
	.plate_item>a:hover .plate_title,
	.plate_item>a:hover .plate_p,
	.plate_item>a:hover .plate_btn {
		opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		transform: none;
		-webkit-transform: none
	}
	.plate_item>a:hover .plate_img img {
		top: 0
	}
	.navA_item.on>a {
		font-weight: bold
	}
	.navA_item:hover .navB {
		opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		z-index: 2
	}
	.navB .navB_item>a:hover {
		color: #cc3020
	}
	.new_item>a:hover .nes_title h6 {
		color: #cc3020
	}
	.new_item>a:hover .new_img img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1)
	}
	.introduce_video_box:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		-webkit-transition: ease 1.5s;
		transition: ease 1.5s;
		background-color: #fff
	}
	.introduce_video_box.animated:after {
		transform: translateX(100%);
		-webkit-transform: translateX(100%)
	}
	.master_title .master_name:hover {
		color: #cc3020
	}
	.works_t .works_lick>a:hover {
		color: #cc3020
	}
	.works_t .works_lick>a:hover:after {
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform-origin: 0;
		-webkit-transform-origin: 0
	}
	.works_li>a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1)
	}
	.works_li>a:hover:after {
		opacity: 1;
		-webkit-opacity: 1
	}
	.rollMORE>a:hover {
		background: #cc3020;
		color: #fff
	}
	.otn .otn_btn:hover:before {
		width: 0;
		height: 0;
		left: 50%;
		top: 50%
	}
	.otn .otn_btn:hover:after {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
	.related_list .related_li>a:hover .related_name:after {
		width: 3vw;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}
	.related_list .related_li>a:hover .related_name {
		padding-left: 4.2vw
	}
	.related_list .related_li>a:hover>img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1)
	}
	.related_list .related_li>a:hover:after {
		opacity: 0.8;
		-webkit-opacity: 0.8
	}
	.news_item>a:hover:after {
		opacity: .8;
		-webkit-opacity: .8
	}
	.news_item>a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1)
	}
	.pageList li a:hover {
		background-color: #cc3020;
		border-color: #cc3020;
		color: #fff
	}
	.header .menu>a:hover .menu_btn span {
		background-color: #cc3020
	}
	.header .menu>a:hover,
	.header .other .other_item>a:hover {
		color: #cc3020
	}
	.works02_name a:hover {
		color: #cc3020
	}
	.contact_tab>li>a:hover:after {
		top: 0
	}
	.contact_tab>li>a:hover {
		color: #fff
	}
	.contact_map_txt .spot_psn .spot_close:hover {
		display: inline-block;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		background-color: #cc3020
	}
	#gallery_close:hover {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		color: #cc3020
	}
	.header .other .other_item .other_ce_ul .other_ce_item a:hover {
		background-color: #eee
	}
	.header .other .other_item .other_searc_in .other_searc_close a:hover {
		background-color: #cc3020
	}
	.Pworks_loc>a:hover {
		color: #cc3020;
		text-decoration: underline
	}
	.business_item>a:hover .business_img {
		top: 0
	}
	.business_item>a:hover .business_num,
	.business_item>a:hover .business_name,
	.business_item>a:hover .business_p,
	.business_item>a:hover .business_del>i {
		color: #fff
	}
	.business_item>a:hover .business_del:after {
		border-color: #fff
	}
	.business_item>a:hover .business_del {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	.business_item>a:hover:after {
		background-color: rgba(0, 0, 0, 0.2)
	}
	.contact_list_txt .contact_list_name:hover {
		background-color: #656565
	}
}
@media screen and (max-width:1400px) {
	.master_title .master_name {
		font-size: 36px
	}
	.master_title .master_letter {
		font-size: 22px
	}
	.plate_item .plate_title h4 {
		font-size: 28px
	}
	.plate_item {
		width: 33.333333%
	}
	.plate_item .plate_btn {
		width: 38px;
		height: 38px
	}
	.plate_item .plate_btn>i {
		font-size: 22px
	}
	.business_item .business_name {
		font-size: 26px
	}
	.Habout_txt .Habout_info {
		font-size: 26px
	}
	.data_item .data_number>span {
		font-size: 52px
	}
	.data_item .data_p {
		font-size: 20px
	}
	.data_item .data_number>em {
		font-size: 22px
	}
	.explain_title {
		font-size: 58px
	}
	.explain_info .leexplain_me {
		font-size: 28px
	}
	.explain_info {
		max-width: 540px
	}
	.works_item .works_content .works_title>h5 {
		font-size: 22px
	}
}
@media screen and (max-width:1200px) {
	.master_title .master_name {
		font-size: 30px
	}
	.master_title .master_letter {
		font-size: 20px
	}
	.plate_item .plate_title h4 {
		font-size: 24px
	}
	.contact_type {
		width: 280px
	}
	.contact_tab>li>a {
		height: 44px;
		line-height: 44px;
		font-size: 16px
	}
	.contact_list_txt .contact_list_name {
		font-size: 15px;
		line-height: 38px;
		height: 38px
	}
	.contact_map_txt .spot_psn .spot_psn_btn {
		font-size: 14px
	}
	.contact_map_txt .spot_psn span,
	.contact_map_txt .spot_psn span:after {
		width: 7px;
		height: 7px
	}
	.contact_plate {
		font-size: 14px;
		width: 240px
	}
	.contact_plate .contact_plate_line {
		line-height: 24px
	}
	.Habout_txt .Habout_info {
		font-size: 24px
	}
	.data_item .data_number>span {
		font-size: 48px
	}
	.data_item .data_p {
		font-size: 18px
	}
	.data_item .data_number>em {
		font-size: 20px
	}
	.explain_title {
		font-size: 54px
	}
	.explain_info .leexplain_me {
		font-size: 25px
	}
	.explain_info {
		max-width: 530px
	}
	.explain_info .explain_line {
		line-height: 2.2
	}
	.navA_item:nth-child(3) .navB {
		width: 330px
	}
	.navA_item:nth-child(5) .navB {
		width: 110px
	}
	.works_item .works_content .works_title>h5 {
		margin-bottom: 1px;
		font-size: 20px
	}
	.works_t .works_lick {
		font-size: 16px
	}
}
@media screen and (max-width:992px) {
	.business_item .business_txt {
		bottom: 120px;
		padding: 0 28px
	}
	.business_item .business_del {
		width: 36px;
		height: 36px
	}
	.business_item .business_p {
		font-size: 14px
	}
	.business_item .business_name {
		font-size: 22px;
		margin-bottom: 15px
	}
	.business_item .business_num {
		font-size: 26px;
		margin-bottom: 15px
	}
	.business_item .business_del i {
		font-size: 22px
	}
	.business_item .business_p {
		margin-bottom: 25px
	}
	#business .business_btn.swiper-button-next {
		right: 28px
	}
	#business .business_btn.swiper-button-prev {
		left: 28px
	}
	#business .business_btn {
		bottom: 15px
	}
	#business .business_btn i {
		font-size: 22px
	}
	.business_item>a:after {
		background-color: rgba(16, 78, 165, .7);
	}
	.business_item>a .business_num,
	.business_item>a .business_name,
	.business_item>a .business_p,
	.business_item>a .business_del>i,
	#business .business_btn {
		color: #fff
	}
	.business_item>a .business_del:after {
		border-color: #fff
	}
	.guide__mouse {
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
		z-index: 50;
		display: block;
		text-align: center;
	}
	#business{
	    margin-top: 70px;
	    height: calc(100vh - 70px);
	}
}
@media screen and (max-width:768px) {
	.guide__mouse {
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
		z-index: 50;
		display: block;
		text-align: center;
	}
	.business_item>a:after {
		background-color: rgba(16, 78, 165, .7);
	}
}
@media screen and (max-width:425px) {
	.guide__mouse {
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
		z-index: 50;
		display: block;
	}
}