@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Bold.ttf');
}

input,
textarea,
select,
button,
area,
body {
	font-family: "HarmonyOS_Sans_SC_Regular";
}

.section {
	width: 88%;
	margin: auto;
	max-width: 1300px;
}

.header {
	width: 100%;
	background: #fff;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 200px;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 74%;
	float: right;
	margin-right: 45px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li a.a1 {
	display: block;
	position: relative;
	line-height: 105px;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 300px;
	left: 0;
	padding: 20px 30px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	padding: 2px 0;
	display: inline-block;
	font-weight: normal;
	line-height: 26px;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #fe5e14;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.header .menu li .drop li a:hover:before {
	width: 100%;
}

.header .menu li .drop li::after {
	display: none;
}

.search_icon {
	position: absolute;
	right: 0;
	top: 42px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
	background-image: url(../icon01.png);
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 25px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
	z-index: 9999999;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 3px;
	background: #fe5e14;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.header .menu ul li a.on,
.header .menu ul li a.a1:hover {
	color: #fe5e14
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 90%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 60px;
	background: none;
}

.searchform form .submit {
	width: 10%;
	height: 50px;
	border: none;
	outline: none;
	background: url(../icon01.png) center no-repeat;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 25px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	border-radius: 50%;
}

.searchform .close:hover {
	background: #003b95;
	color: #fff;
}

.index-title {
	width: 100%;
	color: #000;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}

.index-title h1 {
	font-family: "HarmonyOS_Sans_SC_Bold";
}

.index-title p {
	color: #6c6c6c;
}

.blue_color {
	color: #003b95;
}

.white_color {
	color: #ffffff;
}

.main-more {
	width: 100%;
}

.main-more a {
	color: #fff;
	display: block;
	line-height: 60px;
	transition: 0.4s;
	position: relative;
	max-width: 190px;
	padding: 2px 2px 2px 25px;
	border: 1px solid #003b95;
	background-color: #003b95;
	border-radius: 35px;
}

.main-more i {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 60px;
	height: 60px;
	transition: 0.3s;
	background-color: #fff;
	border-radius: 50%;
}

.main-more i img {
	width: 60%;
}

.main-more a:hover i {
	opacity: 1;
}

/**/
.banner-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
}

.swiper-slide-txt h1 {
	font-size: 45px;
	max-width: 735px;
	font-weight: bold;
	animation-delay: 0.4s;
	color: #000;
	text-transform: uppercase;
	font-family: "Roboto-Black";
}

.swiper-slide-txt h4 {
	font-size: 22px;
	color: #565656;
	max-width: 795px;
	font-weight: initial;
	margin-top: 1%;
	animation-delay: 0.8s;
}

.swiper-slide-txt a.pc-link {
	color: #fff;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	padding: 10px 35px;
	margin-top: 4%;
	border-radius: 40px;
	transition: 0.4s;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background: #0146ae;
	animation-delay: 1.2s;
}

.swiper-slide-active .banner-icon02 {
	animation-name: fadeInDown;
}

.swiper-slide-active h1,
.swiper-slide-active h4,
.swiper-slide-active a {
	animation-name: fadeInUp;
}

.index-banner-img {
	height: 730px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-next,
.banner-prev {
	top: 50%;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	margin-top: -23px;
	border-radius: 50%;
	opacity: 0;
	transition: 0.4s;
}

.banner-next:after,
.banner-prev:after {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.banner-next {
	right: -100px;
}

.banner-prev {
	left: -100px;
}

.banner-swiper:hover .banner-prev {
	left: 10px;
	opacity: 1;
}

.banner-swiper:hover .banner-next {
	right: 10px;
	opacity: 1;
}

.banner-next:hover,
.banner-prev:hover {
	border: 1px solid #fe5e14;
	background: #fe5e14;
}

.search_key {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.productsearch_key {
	background: #f2f2f2;
	border-bottom: 1px solid #626262;
}

.search_key .section {
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 35px;
	justify-content: space-between;
}

.key-content {
	width: 40%;
	position: relative;
	font-size: 17px;
	color: #000;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.key-form {
	border: 1px solid #000;
}

.key-form form {
	display: flex;
	flex-wrap: wrap;
}

.key-form .search {
	border: none;
	outline: none;
	width: 200px;
	font-size: 15px;
	color: #000;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 35px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.key-form .submit {
	width: 80px;
	line-height: 35px;
	height: 35px;
	border: none;
	outline: none;
	background: #fff;
	background-image: url(../submit.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	padding: 150px 0 90px 0;
}

.about-content {
	position: relative;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-content:before {
	content: '';
	position: absolute;
	top: -13%;
	left: -134px;
	z-index: 10;
	width: 76px;
	height: 605px;
	background-image: url(../about-content.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.about-txt {
	width: 48%;
}

.about-txt .txt {
	margin: 20px 0 60px 0;
	color: #5a5a5a;
}

.about-img {
	width: 46%;
	position: relative;
}

.about-img img {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	margin-top: -6%;
	border-top-left-radius: 160px;
}

.num-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 90px 0;
}

.num-box ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.num-box .num {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.num-box .num .counter {
	font-weight: bold;
	font-size: 3.4vw;
	line-height: 60px;
	color: #003b95;
	margin: 0 8px;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.num-box .num .text {
	font-size: 1vw;
	color: #003b95;
}

.num-box span {
	display: block;
	margin-top: 10px;
	color: #2a2a2a;
}

/*index-service*/
.service-wrap {
	width: 100%;
	overflow: hidden;
	background-image: url(../service.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0 120px 0;
}

.service-list {
	position: relative;
	z-index: 20;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	text-align: center;
}

.service-list a {
	display: block;
	width: 24%;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service-list a img.service-img {
	width: 100%;
}

.service-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	z-index: 10;
	position: absolute;
	height: 100%;
	text-align: center;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.25);
}

.service-content em {
	display: block;
	background: #fff;
	width: 24px;
	height: 2px;
	margin: 0 auto;
}

.service-content i {
	display: block;
	width: 80px;
	margin: 0 auto;
	font-style: normal;
	line-height: 30px;
	padding: 0 5px;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.service-list a:hover .service-content {
	background: rgba(0, 59, 149, 0.85);
}

/*index-cases*/
.index-cases {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background-image: url(../product.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.casescontent-warp .left {
	width: 25%;
	float: left;
}

.casescontent-warp .right {
	width: 75%;
	float: right;
	padding: 10px 10px;
	background-color: #fff;
}

.productcontent-warp .left {
	width: 22%;
	float: left;
}

.productcontent-warp .right {
	width: 75%;
	float: right;
}

.content-class {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.content-class ul {
	width: 100%;
}

.content-class ul li {
	display: block;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.casescontent-class ul li {
	padding: 12px 15px;
}

.content-class ul li a:hover {
	color: #0146ae;
}

.casescontent-warp .left .box {
	padding: 40px 25px;
	background-image: url(../product-class.jpg);
	background-size: cover;
}

.casescontent-warp .content {
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
	color: #fff;
}

.casescontent-warp .content span {
	display: block;
}

.casescontent-warp .content h1 {
	margin: 5px 0 15px 0;
}

.casescontent-class ul {
	border-top: 1px solid #fff;
	padding-top: 10px;
}

.casescontent-class ul li {
	border-bottom: 1px solid #2673b2;
}

.casescontent-class ul li a {
	color: #fff;
}

.casescontent-class ul li.on a {
	color: #0146ae;
}

.casescontent-class ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	width: 6px;
	height: 9px;
	margin-top: -4.5px;
	background-image: url(../icon03.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.productcontent-warp .left .box {
	background: #f2f2f2;
	overflow: hidden;
}

.productcontent-warp .content {
	border-left: 18px solid #fd5d14;
	margin-bottom: 12px;
	color: #fff;
	padding: 25px 10px;
	text-align: center;
	background-color: #0045ad;
}

.productcontent-warp .content span {
	display: block;
}

.productcontent-class {
	padding: 5px 10px 55px 10px;
}

.productcontent-class h3 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 22px;
	padding: 12px 10px;
	text-align: center;
	background-color: #0045ad;
}

.productcontent-class ul li {
	padding: 8px 25px;
}

.productcontent-class ul li a {
	color: #626262;
	display: block;
	font-size: 20px;
	padding-right: 25px;
	position: relative;
}

.productcontent-class ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	background-image: url(../icon13.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.casesadv {
	width: 100%;
	background-image: url(../productadv.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 20px;
	color: #fff;
	margin-top: 10px;
}

.recommend-img {
	padding: 10px 10px;
}

.recommend-img img {
	width: 100%;
	background: #fff;
	border: 2px solid #e3e3e3;
}

.recommend-img p {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}

.product-contact {
	width: 100%;
	padding: 5px 8px;
}

.product-contact-div {
	color: #626262;
	font-size: 15px;
	padding-left: 25px;
	margin: 10px 0;
	position: relative;
}

.product-contact-div::before {
	display: block;
	content: '';
	width: 17px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 1px;
	background-size: 100%;
}

.product-contact-div.adr::before {
	background-image: url(../icon14.png);
}

.product-contact-div.gh::before {
	background-image: url(../icon15.png);
}

.product-contact-div.mail::before {
	background-image: url(../icon16.png);
}

.product-contact-div.tel::before {
	background-image: url(../icon17.png);
}

.product-contact-div.ph::before {
	background-image: url(../icon18.png);
}

.productcontent-warp .left .box .img {
	padding: 20px 20px;
}

.productcontent-warp .left .box .img img {
	width: 100%;
}

.productcontent-warp .left .box .img p {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}

.content-list-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.content-list-ul a {
	display: block;
	overflow: hidden;
	width: 32%;
	margin: 0 0 15px 0;
	text-align: center;
}

.content-list-ul a:nth-child(3n-1) {
	margin: 0 2% 15px 2%;
}

.content-list-ul a .box {
	overflow: hidden;
}

.content-list-ul a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.content-list-ul a h3 {
	padding: 15px 10px;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.recommend-product-link:hover h4,
.content-list-ul a:hover h3 {
	color: #fff;
	background: #0045ad;
}

.content-list-ul a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.cases-list-ul a {
	color: #000000;
	padding: 10px;
	border: 5px solid #f5f5f5;
}

.product-list-ul a {
	color: #000000;
	border: 1px solid #626262;
}

.recommend-product {
	background-color: #f2f2f2;
	padding: 30px 12px 50px 12px;
}

.recommend-product h5 {
	font-size: 20px;
	color: #626262;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 25px;
	border-bottom: 1px solid #626262;
	position: relative;
	padding-left: 20px;
}

.recommend-product h5:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	z-index: 10;
	background: #fd5d14;
	left: 0;
	top: 50%;
	margin-top: -4.5px;
}

.recommend-product .swiper-slide {
	background-color: #fff;
}

.recommend-product .swiper-slide h4 {
	text-align: center;
	padding: 15px 10px;
}

.BrandAdvantage {
	width: 100%;
	background-image: url(../BrandAdvantage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0;
	color: #fff;
}

.BrandAdvantage-content {
	width: 553px;
	margin: 0 auto;
	position: relative;
}

.BrandAdvantage-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: block;
}

.BrandAdvantage-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #fff;
	z-index: 30;
}

.BrandAdvantage-txt span {
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
}

.BrandAdvantage-txt dl {
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	z-index: 8;
}

.BrandAdvantage-txt dl dt {
	margin: 0 15px;
}

.BrandAdvantage-txt dl dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.BrandAdvantage-txt dl dd h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

.czt01 {
	left: -55%;
	top: 10.7%;
}

.czt02 {
	left: -61%;
	top: 41.7%;
}

.czt03 {
	left: -55%;
	top: 77.7%;
}

.czt04 {
	right: -55%;
	top: 10.7%;
}

.czt04,
.czt05,
.czt06 {
	flex-direction: row-reverse;
}

.czt04 dd,
.czt05 dd,
.czt06 dd {
	text-align: right;
}

.czt05 {
	right: -61%;
	top: 41.7%;
}

.czt06 {
	right: -55%;
	top: 77.7%;
}

.BrandAdvantage-circle {
	width: 100%;
}

.BrandAdvantage-circle img {
	width: 100%;
}

.index-soultion {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
	background-image: url(../bg6.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.soultiontxt {
	width: 26%;
	float: left;
}

.soultiontxt span {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding-left: 32px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.soultiontxt span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 20px;
	height: 11px;
	margin-top: -5.5px;
	background-image: url(../icon09.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.soultiontxt .content {
	width: 100%;
	overflow: hidden;
	padding: 25px 30px;
	background-color: #f1f1f1;
}

.soultiontxt .content ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.soultiontxt .content ul li {
	width: 45%;
	margin: 5px 0;
	position: relative;
	padding-left: 22px;
	font-size: 14px;
	color: #333;
}

.soultiontxt .content ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-image: url(../icon09.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.soultiontxt .content a {
	position: relative;
	display: block;
	width: 110px;
	line-height: 46px;
	background: #003b95;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.soultionimg {
	width: 70%;
	float: right;
}

.soultionimgslide {
	text-align: center;
}

.soultionimgslide h4 {
	font-weight: bold;
	margin-top: 10px;
}

.index-news {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
	background-color: #f1f1f1;
}

.news-news {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-news a {
	width: 31%;
	margin: 15px 0;
	position: relative;
	display: block;
}

.news-news .box {
	overflow: hidden;
}

.news-news .box .img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-news .news-txt {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
}

.news-news .news-txt h4 {
	font-size: 24px;
	color: #313131;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
}

.news-news .news-txt .txt {
	font-size: 16px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-news .news-txt span {
	display: block;
	overflow: hidden;
	color: #454545;
	font-size: 16px;
	margin: 25px 0;
}

.news-news a:hover img.img {
	transform: scale(1.3, 1.3);
}

.news-news a:hover h4 {
	color: #0146ae;
}

/*banner*/
.banner-class {
	position: relative;
}

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
	margin-top: 105px;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.banner h2 {
	font-size: 50px;
	position: relative;
	font-weight: bold;
}

.banner h3 {
	font-size: 40px;
	position: relative;
}

.banner em {
	width: 50px;
	height: 3px;
	margin: 20px 0;
	background: #fff;
	display: block;
}

.banner p {
	font-size: 22px;
	position: relative;
}

.inner-banner-img {
	height: 320px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	color: #434343;
	background-color: #eeeeee;
}

.product-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #626262;
}

.nav-now {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 45px;
}

.nav-now a {
	display: inline-block;
	color: #434343;
	transition: color .3s;
	position: relative;
}

.nav-now i {
	font-style: normal;
	margin: 0 10px;
	color: #434343;
	display: inline-block;
}

.nav-now a:hover {
	color: #0045ad;
}

.inner-title {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #61616b;
}

.inner-title span {
	display: inline-block;
	font-size: 35px;
	border-bottom: 5px solid #0146ae;
	color: #000;
	padding-right: 25px;
	font-family: 'Roboto-Black';
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 10;
}

.inner-title p {
	font-size: 19px;
	line-height: 35px;
	color: #151515;
	width: 100%;
	max-width: 1315px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.color-fff {
	color: #fff;
}

.inner_section {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.detail-content {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 50px;
	padding: 15px 15px;
	border: 1px solid #626262;
}

.detail-content dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.detail-content dl dt {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #ededed;
}

.detail-content dl dd {
	width: 45%;
	margin-left: 5%;
}

.detail-content dl dd h3 {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
	color: #0045ad;
}

.detail-content dl dd h4 {
	font-size: 16px;
	padding-bottom: 5px;
	position: relative;
	color: #414141;
	border-bottom: 1px solid #626262;
}

.detail-content dl dd h4 span {
	font-size: 12px;
}

.detail-content dl dd .box {
	color: #4e4e4e;
	position: relative;
	margin: 27px 0;
	font-size: 16px;
	line-height: 28px;
}

.detail-content dl dd .box ul li {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}

.detail-content dl dd .box p::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 20;
	background: #0146ae;
}

.product-email {
	width: 164px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.product-email a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 34px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	background-image: url(../icon19.png);
	background-size: 100% 100%;
}

.product-email:hover {
	margin-left: 15px;
}

.product-email a i {
	max-width: 20px;
	margin-right: 10px;
}

.product-email a i img {
	max-width: 100%;
}

.intro-title {
	width: 100%;
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 7px solid #0146ae;
}

.intro-title span {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding: 0 20px;
	background: #0146ae;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.productcontent {
	width: 100%;
	overflow: hidden;
}

.mroproductcontent {
	width: 100%;
	overflow: hidden;
}

.productcontent,
.mroproductcontent {
	font-size: 16px;
	line-height: 30px;
}

.mroproductcontent img {
	max-width: 100%;
}

.detail-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #626262;
	padding: 15px 0;
}

.detail-title h4 {
	font-size: 24px;
}

.detail-title h3 {
	font-size: 22px;
}

.product-table table {
	width: 100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

.product-table table td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 24px;
}

.product-table table td.product-table-td01 {
	width: 5%;
}

.product-table table td.product-table-td02 {
	width: 25%;
}

.product-table table td.product-table-td03 {
	width: 55%;
}

.product-table table td.product-table-td04 {
	width: 15%;
}

.product-table table td a {
	color: #0146ae
}

.product-table table td a:hover {
	font-weight: bold;
}

.product-table table td.center {
	text-align: center;
}

.product-table-bj {
	background: #eee;
	color: #000;
	font-size: 20px;
	line-height: 24px;
}

.product-table-bj td {
	font-size: 20px;
	padding: 15px 10px;
}

.product-table-body td {
	font-size: 16px;
	padding: 10px 10px;
}

.productcontent img {
	max-width: 100%;
	margin: 10px auto;
}

.productcontent h5 {
	font-size: 20px;
	color: #0146ae;
	margin-bottom: 15px;
	font-family: 'Roboto-Black';
	position: relative;
	padding-left: 20px;
}

.productcontent h5::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 10;
	background-color: #0146ae;
}

.productcontent .list-paddingleft-2 {
	padding: 0 20px;
}

.mroproductcontent h1,
.productcontent h1 {
	font-size: 23px;
	color: #0146ae;
	margin-bottom: 15px;
	font-family: 'Roboto-Black';
}

.moldwork-memo {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}

.moldwork-memo .content {
	width: 69.57%;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 2.625rem;
}

.moldwork-title {
	border-bottom: 1px solid #003b95;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
}

.moldwork-memo .moldwork-title {
	margin-bottom: 1.875rem;
}

.moldwork-memo .moldwork-title::after {
	position: absolute;
	content: '';
	width: 0.375rem;
	height: 0.375rem;
	background: #003b95;
	right: 0;
	bottom: 0;
}

.moldwork-title strong {
	-webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%);
	padding: 0 2%;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #003b95;
}

.moldwork-title span {
	display: block;
	font-size: 15px;
	color: #999;
	margin-left: 18px;
}

.moldwork-memo .content p {
	color: #666;
	line-height: 34px;
}

.moldwork-memo .pic {
	width: 25%;
}

.moldwork-memo.pic img {
	display: block;
	width: 100%;
}

.moldwork-list {
	margin-bottom: 50px;
}

.moldwork-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.moldwork-list ul::after {
	content: '';
	width: 32%;
}

.moldwork-list ul li {
	width: 32%;
	overflow: hidden;
	position: relative;
	margin-bottom: 2.8125rem;
}

.moldwork-list ul li .pic img {
	display: block;
	width: 100%;
}

.moldwork-list ul li .icon {
	transition: 0.6s;
	position: absolute;
	content: '';
	width: 7.75rem;
	height: 7.75rem;
	border-radius: 50%;
	right: -3.2rem;
	bottom: -17%;
	background: rgba(0, 59, 149, 0.8);
}

.moldwork-list ul li .icon .products-icon {
	display: block;
	top: 2rem;
	left: 2rem;
	position: absolute;
	content: '';
}

.moldwork-list ul li .text {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 81%;
}

.moldwork-list ul li:hover .icon {
	height: 100%;
	width: 13.4375rem;
	border-radius: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 3.8%;
}

.moldwork-list ul li:hover .icon .products-icon {
	display: none;
}

.moldwork-list ul li:hover .text {
	display: block;
}

.moldwork-list ul li .text strong {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 1.0625rem;
	padding-top: 1.5rem;
}

.moldwork-list ul li .text i {
	display: block;
	width: 1.3125rem;
	height: 1px;
	background: #ffffff;
	margin-bottom: 1.3125rem;
}

.moldwork-list ul li .text p {
	font-size: 0.9375rem;
	line-height: 1.4375rem;
	color: #fff;
	margin-bottom: 36px;
}

.moldwork-list ul li .text b {
	display: block;
	font-size: 1rem;
	color: #fff;
}

.moldwork-list ul li .text b>img {
	display: inline-block;
	margin-left: 0.5625rem;
}

.finish-bg {
	position: relative;
	margin-bottom: 50px;
}

.finish-bg .pic {
	height: 550px;
}

.finish-bg .pic img {
	display: none;
	width: 100%;
}

.finish-bg .pic {
	border-radius: 1.25rem 1.25rem 0px 1.25rem;
}

.finish-bg::after {
	position: absolute;
	content: '';
	width: 54.57%;
	height: 2rem;
	border-radius: 1.5rem;
	z-index: -1;
	background: #003b95;
	bottom: -0.5rem;
	left: -0.2rem;
}

.finish-bg::before {
	position: absolute;
	content: '';
	width: 2rem;
	height: 100%;
	border-radius: 1.5rem;
	z-index: -1;
	background: #003b95;
	left: -0.5rem;
	top: 0.8%;
}

.finish-info {
	display: flex;
	align-items: center;
	position: absolute;
	content: '';
	width: 33%;
	background: url(../finish-info.png) no-repeat right 32px top 18px #003b95;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}

.finish-info .text {
	width: 100%;
}

.finish-info h2 {
	display: block;
	font-size: 22px;
	color: #fff;
	height: 75px;
	position: relative;
	font-weight: bold;
	margin-bottom: 3.125rem;
}

.finish-info h2:before,
.finish-info h2:after {
	position: absolute;
	content: '';
}

.finish-info h2:before {
	width: 100%;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	height: 1px;
}

.finish-info h2:after {
	width: 21px;
	height: 3px;
	background: #ffffff;
	bottom: -1.5px;
	left: 0;
}

.finish-info ul {
	margin-bottom: 3.75rem;
}

.finish-info ul li {
	margin-bottom: 2.1875rem;
}

.finish-info ul li a {
	display: flex;
	align-items: center;
}

.finish-info ul li:last-child {
	margin-bottom: 0;
}

.finish-info ul li .icon {
	position: relative;
	width: 1.5625rem;
	height: 1.5625rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-right: 6%;
}

.finish-info ul li .icon::before {
	position: absolute;
	content: '';
	width: 0.5625rem;
	height: 0.5625rem;
	border-radius: 50%;
	background: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.finish-info ul li strong {
	display: block;
	font-size: 1.125rem;
	color: #fff;
}

.finish-contact a {
	width: 142px;
	height: 46px;
	border: 1px solid #ffffff;
	border-radius: 1.6875rem;
	color: #ffffff;
	transition: 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.finish-contact em {
	font-size: 15px;
	font-style: normal;
}

.finish-contact img {
	margin-left: 0.5625rem;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.finish-contact a:hover {
	background: #fff;
}

.finish-contact a:hover em {
	color: #003b95;
}

.finish-contact a:hover img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

.specification {
	margin-bottom: 3.875rem;
}

.specification-list {
	position: relative;
	overflow: hidden;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.inner-news .box {
	width: 100%;
	overflow: hidden;
	padding: 0 55px;
	border: 1px solid rgb(221, 221, 221);
}

.news_list ul li {
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px dotted #dddddd;
}

.news_list ul li a {
	display: inline-block;
}

.news_list ul li a.title {
	color: #333333;
}

.news-dl-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-dl-box dt {
	width: 20%;
	overflow: hidden;
}

.news-dl-box dt img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-dl-box dd {
	width: 78%;
	overflow: hidden;
	position: relative;
	margin-left: 2%;
	color: #333333;
}

.news-dl-box dd .txt {
	display: -webkit-box;
	overflow: hidden;
	color: #333333;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-dl-box dd span {
	float: right;
	margin-top: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.news_list ul li a.more {
	color: #fe5e14;
}

.news_list ul li a.more:hover,
.news_list ul li a.title:hover {
	color: #003b95;
}

.news-dl-box dt:hover img {
	transform: scale(1.05, 1.05);
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.news-detail .box {
	width: 100%;
	overflow: hidden;
	padding: 50px 55px;
	border: 1px solid rgb(221, 221, 221);
}

.news-detail .box h1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}

.news-detail-titme {
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	color: #999;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
}

.news-detail .txt {
	color: #333;
	padding: 40px 0;
}

.gduo {
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	overflow: hidden;
	margin: 15px 0px;
	padding: 0 10px;
}

.gduo ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gduo ul li {
	max-width: 40%;
	overflow: hidden;
}

.gduo a {
	color: #999;
}

.gduo a:hover {
	color: #003b95;
}

.button-next,
.button-prev {
	top: 50%;
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	margin-top: -24px;
	transition: 0.4s;
}

.button-next:after,
.button-prev:after {
	font-size: 16px;
	color: #fff;
}

.button-next {
	right: 10px;
}

.button-prev {
	left: 10px;
}

.button-next:hover,
.button-prev:hover {
	background: #2b427f;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 3px;
	font-size: 15px;
	min-width: 35px;
	line-height: 35px;
	padding: 0 3px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #0146ae;
	color: #fff;
	border: 1px solid #0146ae;
}

/*footer*/
.footer {
	width: 100%;
	overflow: hidden;
	background: #003b95;
	color: #fff;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.foot-menu {
	float: left;
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 24px;
}

.foot-box em {
	display: block;
	width: 19px;
	height: 1px;
	margin: 15px 0;
	background: #fff;
}

.foot-menu .foot_contlis {
	float: left;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}

.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin: 10px 0;
}

.foot-menu ul li a {
	color: #fff;
	opacity: 0.7;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.foot-menu ul li a:hover {
	opacity: 1;
}

.foot-img {
	width: 10%;
	float: left;
	margin-left: 14%;
	text-align: center;
}

.foot-img img {
	max-width: 100%;
}

.foot-contact {
	float: right;
}

.foot-logo img {
	max-width: 100%;
}

.foot-txt {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.foot-txt a {
	display: block;
	color: #fff;
}

.foot-txt .foot-tel {
	font-size: 1.5vw;
	margin-bottom: 5px;
}

.foot-txt a:hover {
	opacity: 0.7;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.footer-copyright {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-copyright a {
	color: #fff;
}

.footer-copyright a:hover {
	opacity: 0.7;
}

.cd-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 5%;
	right: 3%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #0861cc;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media (max-width:1160px) {
	.header .section {
		width: 100%;
		padding: 0 25px;
	}

	.header .menu {
		width: 68%;
		float: left;
		margin-left: 5%;
	}

	.header .logo a {
		width: 115px;
	}
}

@media (max-width:999px) {
	.header .section {
		width: 100%;
		padding: 0 25px;
	}

	.section {
		width: 100%;
		padding: 0 25px;
	}

	.contact-ul ul li {
		width: 50%;
	}

	.contact-ul ul li h3 {
		font-size: 18px;
	}

	.contact-ul ul li .content {
		padding-left: 55px;
	}

	.contact-ul ul li img.img {
		max-width: 40px;
	}

	.header {
		background: #fff;
	}

	.m_menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .menu {
		position: fixed;
		left: 0;
		top: 0;
		background: #20222a;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		display: none;
		z-index: 999;
		margin: 0;
		padding: 40px 0;
	}

	.header .menu ul li a.on,
	.header .menu ul li a.a1:hover,
	.fixnav .menu ul li.on a.a1 {
		color: #fff !important;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #292929;
	}

	.header .menu ul li a.a1 {
		display: inline-block;
		padding: 0;
		margin: 0 25px;
		font-size: 18px;
		line-height: 55px;
		color: #fff;
		font-weight: normal;
		text-transform: math-auto;
	}

	.header .menu ul li:nth-child(2),
	.header .menu ul li:nth-child(3),
	.header .menu ul li:nth-child(4) {
		padding-right: 0;
	}

	.header .menu ul li:nth-child(2):after,
	.header .menu ul li:nth-child(3):after,
	.header .menu ul li:nth-child(4):after {
		right: 25px;
		background: url(../menu-span-w.png);
		top: 26px;
		margin-top: 0;
	}

	.search-box {
		height: 100%;
	}

	.search-box .sea form {
		width: 96%;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		padding: 20px 25px
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		text-align: left;
		font-size: 15px;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 90px;
	}
}

@media (max-width:658px) {}