#myModal .modal-header .close {
	margin-top: 0;
	margin-right: .08rem;
	font-size: .26rem
}
.Home-banner {
	position: relative
}
.Home-banner  .swiper-slide a{
    display: inline-block;
    width: 100%;
}
.Home-banner  .swiper-slide img{
    width: 100%;
    object-fit: cover;
}
.Home-banner .swiper-container:before {
	content: '';
	display: block;
	background: url(/res/magic/images/header_bg.png);
	width: 100%;
	height: 2.3rem;
	position: absolute;
	bottom: 0;
	transform: rotate(180deg);
	z-index: 2
}
.Home-banner .swiper-banner .swiper-pagination {
	bottom: 10px
}
.Home-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 10px;
	margin-bottom: 20px;
	border: none
}
.Home-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
	position: relative
}
.Home-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active:after {
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1;
	border-radius: 50%
}
.Home-banner .banner_btn{
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 22;
}
.Home-banner .banner_btn a{
    color: #ffffff;
    background: #ba1c22;
    padding: 10px 20px;
    font-size: 20px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    border-radius: 5px;
}
.Home-banner .banner_btn a:hover{
    color: #ba1c22;
    background: #ffffff;
}
.swiper-banner .item img {
	width: 100%;
	height: auto
}
.indextitle-box {
	margin-top: 5%;
	margin-bottom: 3%;
	text-align: center;
	color: #333;
	font-family: segoeui
}
.indextitle-box h2 {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 15px
}
.indextitle-box h2 span {
	color: #103380
}
.indextitle-box p {
	font-size: 20px
}
.product-box .pcategory-box .pcategory-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.product-box .pcategory-box .pcategory-list .pcategory-item {
	width: 15.8%;
	margin-bottom: 1%
}
.product-box .pcategory-box .pcategory-list .pcategory-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
	position: relative
}
.product-box .pcategory-box .pcategory-list .pcategory-item a>img {
	width: 100%;
	height: auto
}
.product-box .pcategory-box .pcategory-list .pcategory-item a>p {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	margin: auto;
	text-align: center;
	background: rgba(0,0,0,.4);
	transition: all .3s
}
.product-box .pcategory-box .pcategory-list .pcategory-item a>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 20px;
	width: 100%;
	font-family: segoeuib
}
.product-box .pcategory-box .pcategory-list .pcategory-item a:hover>p {
	height: 100%;
	background: rgba(23,48,104,.8)
}
.product-box .pcategory-box .pcategory-list .pcategory-item a:hover>span {
	top: 0;
	bottom: 0
}
.product-box .hot-product-box .hot-product-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2%;
	margin-bottom: 4%
}
.product-box .hot-product-box .hot-product-list .hot-product-item {
	width: 24.5%;
	margin-bottom: 1%;
	border: 2px solid #e5e8f0;
	padding: 20px 30px;
	transition: all .3s
}
.product-box .hot-product-box .hot-product-list .hot-product-item>a {
	display: block
}
.product-box .hot-product-box .hot-product-list .hot-product-item>a .imgbox {
	margin-bottom: 20px
}
.product-box .hot-product-box .hot-product-list .hot-product-item>a .imgbox img {
	width: 100%;
	height: auto
}
.product-box .hot-product-box .hot-product-list .hot-product-item>a .textbox h3 {
	font-size: 18px;
	color: #222;
	line-height: 26px;
	font-family: segoeuisb;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 1.04rem
}
.product-box .hot-product-box .hot-product-list .hot-product-item>a .textbox p {
	font-size: 16px;
	color: #666;
	line-height: 20px;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 40px
}
.product-box .hot-product-box .hot-product-list .hot-product-item>span {
	width: 100%;
	height: 46px;
	line-height: 44px;
	background: #cfd6e6;
	color: #103381;
	font-size: 16px;
	font-family: segoeuisb;
	transition: all .3s;
	border-radius: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin-top: 25px;
	margin-bottom: 5px
}
.product-box .hot-product-box .hot-product-list .hot-product-item:hover {
	border-color: #103381
}
.product-box .hot-product-box .hot-product-list .hot-product-item:hover>span {
	background: #103381;
	color: #fff
}
.about-box {
	position: relative
}
.about-box .about-con {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex
}
.about-box .about-con .about-left {
	width: 58%;
	background: url(../images/aboutbg-btm.png) left top/100% 100% no-repeat;
	color: #fff;
	padding: 2% 12% 2% 14%
}
.about-box .about-con .about-left .indextitle-box h2 {
	color: #fff;
	text-align: left
}
.about-box .about-con .about-left .indextitle-box p {
	margin-bottom: 8%;
	color: #fff;
	text-align: left
}
.about-box .about-con .about-left>img {
	max-width: 100%;
	height: auto;
	margin: 10px 0
}
.about-box .about-con .about-left>p {
	font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.about-box .about-con .about-left .numbox {
	display: flex;
	justify-content: space-between;
	margin: 8% 0
}
.about-box .about-con .about-left .numbox>div {
	width: 16%;
	font-size: 18px;
	line-height: 20px
}
.about-box .about-con .about-left .numbox>div h3 {
	font-size: 30px;
	font-family: segoeuib;
	margin-bottom: 10px
}
.about-box .about-con .about-left>a {
	width: 160px;
	height: 50px;
	background: #ba1b22;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	z-index: 99;
	border: 2px solid #ba1b22;
	position: relative;
	overflow: hidden
}
.about-box .about-con .about-left>a:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -115%;
	background: #fff;
	border-radius: 50px;
	transition: all .3s;
	z-index: -1
}
.about-box .about-con .about-left>a:hover:after {
	left: 0;
	transform: scale(1.2)
}
.about-box .about-con .about-left>a span {
	color: #fff
}
.about-box .about-con .about-left>a:hover span {
	color: #ba1b22
}
.about-box .about-con .about-left>a b {
	font-size: 24px;
	margin-left: 6px
}
.about-box .about-con .about-right {
	position: relative;
	width: 42%
}
.about-box .about-con .about-right img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}
.about-box .about-con .about-right img:first-child {
	cursor: pointer;
	z-index: 2;
	transition: all .3s
}
.about-box .about-con .about-right img:first-child:hover {
	opacity: .8
}
.about-box .about-con .about-right img:last-child {
	animation: rotate 4s linear infinite
}
@keyframes rotate {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}
.factory-box .index_factory_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.factory-box .index_factory_list>div {
	width: 24.6%;
	margin-bottom: .5%;
	overflow: hidden
}
.factory-box .index_factory_list>div:nth-child(-n+3) {
	width: 33%
}
.factory-box .index_factory_list>div img {
	width: 100%;
	height: 100%;
	transition: all .3s
}
.factory-box .index_factory_list>div img:hover {
	transform: scale(1.1)
}
.show-box {
	position: relative
}
.cert-box .swiper-button,.news-box .swiper-button,.show-box .swiper-button {
	width: 60px;
	height: 60px;
	font-size: 60px;
	text-align: center;
	line-height: 43px;
	background: #ccc;
	color: #fff;
	top: 65%;
	transition: all .3s;
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}
.cert-box .cert-prev,.news-box .news-prev,.show-box .show-prev {
	left: 8vw
}
.cert-box .cert-next,.news-box .news-next,.show-box .show-next {
	right: 8vw
}
.cert-box .swiper-button:hover,.news-box .swiper-button:hover,.show-box .swiper-button:hover {
	background: #cfd6e6
}
.choose-box .indextitle-box {
	color: #fff;
	padding-top: 5%
}
.choose-box .choose-list {
	display: flex;
	justify-content: space-between;
	padding: 2% 0 6%
}
.choose-box .choose-list .choose-item {
	width: 24.6%;
	background: rgba(255,255,255,.8);
	padding: 5% 2% 8%;
	color: #222;
	text-align: center;
	cursor: pointer;
	transition: all .3s
}
.choose-box .choose-list .choose-item img {
	max-width: 85px;
	height: auto
}
.choose-box .choose-list .choose-item h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: segoeuisb;
	margin-top: 50px
}
.choose-box .choose-list .choose-item p {
	font-size: 18px;
	line-height: 26px
}
.choose-box .choose-list .choose-item:hover {
	background: rgba(16,47,118,.8);
	color: #fff
}
.choose-box .choose-list .choose-item:hover img {
	filter: brightness(0) invert(1)
}
.cert-box {
	position: relative
}
.cert-box .swiper-button {
	top: 55%
}
.cert-box .cert-swiper p {
	font-size: 16px;
	color: #333;
	margin-top: 30px;
	text-align: center
}
.case-box .bg-list {
	position: relative
}
.case-box .position-box {
	background: url(/res/magic/images/casebg.png) left bottom/100% no-repeat;
	position: absolute;
	width: 28%;
	height: 80%;
	left: 45%;
	top: 9%;
	z-index: 1;
	color: #fff;
	padding: 4% 3%;
	border-radius: 10px
}
.banner {
	position: relative;
	height: 41vw;
	width: 100%;
	background-color: #000
}
.banner .no-transform {
	transform: none!important
}
.banner .swiper-slide {
	height: 41vw;
	width: 100%
}
.banner .swiper-slide .banner-content {
	height: 100%
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
	border-color: #fff;
	margin-bottom: 30px
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: 0 0
}
.case-product-box img {
	max-width: 100%;
	height: auto
}
.case-box .position-box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}
.case-box .position-box .case-item {
	padding-bottom: 5%;
	border-bottom: 1px solid #ccc;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}
.case-box .position-box .case-item h3 {
	font-size: 26px;
	line-height: 36px;
	font-family: segoeuisb
}
.case-box .position-box .case-item p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0
}
.case-box .position-box .case-item a {
	width: 160px;
	height: 50px;
	background: #ba1b22;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	z-index: 99;
	border: 2px solid #ba1b22;
	position: relative;
	overflow: hidden;
	margin: 20px 0
}
.case-box .position-box .case-item a:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -115%;
	background: #fff;
	border-radius: 50px;
	transition: all .3s;
	z-index: -1
}
.case-box .position-box .case-item a:hover:after {
	left: 0;
	transform: scale(1.2)
}
.case-box .position-box .case-item a span {
	color: #fff
}
.case-box .position-box .case-item a:hover span {
	color: #ba1b22
}
.case-box .position-box .case-item a b {
	font-size: 24px;
	margin-left: 6px
}
.case-box .position-box .case-product-box .box1 {
	font-size: 16px;
	font-family: segoeuisb;
	margin: 30px 0 20px
}
.case-box .position-box .case-swiper .case-product-box .box2 {
	width: 100%;
	height: 90px;
	border-radius: 10px;
	background: #fff;
	padding: 5px;
	display: flex
}
.case-box .position-box .case-swiper .case-product-box .box2>a {
	display: flex;
	width: 100%;
	height: 100%
}
.case-box .position-box .case-swiper .case-product-box .box2 img {
	width: 80px;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}
.case-box .position-box .case-swiper .case-product-box .box2 p {
	width: 70%;
	padding: 10px 20px;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	padding-bottom: 0;
}
.news-box {
	position: relative;
	padding-bottom: 3%
}
.news-box .news-swiper {
	padding-top: 2%
}
.news-box .swiper-button {
	top: 58%
}
.news-box .news-swiper .swiper-slide .imgbox {
	overflow: hidden
}
.news-box .news-swiper .swiper-slide .imgbox img {
	width: 100%;
	height: auto;
	transition: all .3s
}
.news-box .news-swiper .swiper-slide .imgbox:hover img {
	transform: scale(1.1)
}
.news-box .news-swiper .swiper-slide .textbox h3 a {
	font-size: 22px;
	color: #222;
	line-height: 36px;
	font-family: segoeuisb
}
.news-box .news-swiper .swiper-slide .textbox h3 a:hover {
	color: #103380
}
.news-box .news-swiper .swiper-slide .textbox p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-bottom: 30px
}
.news-box .news-swiper .swiper-slide .textbox span {
	font-size: 14px;
	color: #103380;
	line-height: 26px;
	font-family: segoeuisb
}
.news-box .news-swiper .one-item h3 {
	margin: 40px 0 20px
}
.news-box .news-swiper .one-item .textbox {
	margin-bottom: 0
}
.news-box .news-swiper .two-item h3 {
	margin: -5px 0 20px
}
.news-box .news-swiper .two-item .textbox {
	margin-bottom: 40px
}
