:root{
	--light-blue:#00a7fb;
	--blue:#0581cd;
	--hight-blue:#1b2841;
	--btn-bg:#0b6bc4;
	--white:#ffffff;
	--orange:#ff7d44;
	--hight-orange:#fe5a2c;
	--grayf4:#f4f4f4;
	--grayf5:#f5f5f5;
	--grayeee:#eeeeee;
	--graye5:#e5e5e5;
	--gray666:#666666;
	--gray999:#999999;
	--graycf:#ccffff;
	--graya0:#a0a0a0;
	--graya6:#a8a8a8;
	--graya8:#a8a8a8;
	--graybf:#bfbfbf;
	--grayc8:#c8c8c8;
	--grayc9:#c9c9c9;
	--black:#000000;
	--black1b:#1b1b1b;
	--size30:30px;
	--size28:28px;
	--size26:26px;
	--size24:24px;
	--size20:20px;
	--size18:18px;
	--size16:16px;
	--size14:14px;
}
*{
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
html{font-size:62.5%; /* 10¡Â16=62.5% */} 
body{font-size:12px;font-size:1.2rem ;line-height: 20px; /* 12¡Â10=1.2 */}

.flex-row{
	display: flex;
	flex-direction: row;
}
.flex-column{
	display: flex;
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex1{
	flex:1;
}
.justify-start{
	justify-content: flex-start;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.justify-center{
	justify-content: center;
}
.justify-end{
	justify-content: flex-end;
}
.align-start{
	align-items: flex-start;
}
.align-center{
	align-items: center;
}
.align-end{
	align-items: flex-end;
}
.fixed-top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.fixed-btm{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
a,a:link,a:hover,a:visited,a:active{
	text-decoration:none;
}
ul,li,ol,dl{
	list-style-type:none;
}
img{
	vertical-align:middle;
}
.w-100 {
	width: 100% !important;
}
.max-width1440{
    max-width:1440px;
    margin:0 auto;
}
.max-width1200{
	margin:0 auto;
	max-width:1200px;
}
.line-clamp{
    display: -webkit-box;
	overflow:hidden;
    text-overflow: -o-ellipsis-lastline;
	-webkit-box-orient:vertical;
}
.line1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.line2{
	-webkit-line-clamp:2;
	line-clamp:2;
}
.line3{
	-webkit-line-clamp:3;
	line-clamp:3;
}
.line4{
	-webkit-line-clamp:4;
	line-clamp:4;
}
.line5{
	-webkit-line-clamp:5;
	line-clamp:5;
}
.radius4{
	border-radius: 4px;
}
.radius6{
	border-radius: 6px;
}
.radius8{
	border-radius: 8px;
}
.radius10{
	border-radius: 10px;
}
.pd-btm60{
	padding-bottom: 60px;
}
.pd-top60{
	padding-top: 60px;
}
.pd-btm100{
	padding-bottom: 100px;
}
.pd-top100{
	padding-top: 100px;
}
.mr-btm60{
	margin-bottom: 60px;
}
.mr-top60{
	margin-top: 60px;
}
.mr-btm100{
	margin-bottom: 100px;
}
.mr-top100{
	margin-top: 100px;
}
.shadow6{
	box-shadow: 1px 2px 6px -2px #f1f1f1;
}
.shadow8{
	box-shadow: 1px 2px 8px -2px #f1f1f1;
}
.shadow12{
	box-shadow: 1px 2px 12px 4px rgb(0 0 0 / 8%);
}

.more-btn,
.more-btn3{
	display: inline-flex;
	width: 140px;
	height: 46px;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	color: var(--white);
	background-color: var(--orange);
}
.more-btn3{
	background-color: var(--white);
	border: solid 1px var(--hight-blue);
	color: var(--hight-blue);
}
.more-btn span,
.more-btn3 span{
	padding-right: 15px;
}
.more-btn.orange,
.more-btn2.orange,
.more-btn3.orange{
	background-color: var(--orange);
	color: var(--white);
}

.more-btn.orange span,
.more-btn2.orange span,
.more-btn3.orange span{
	color: var(--white);
}
.more-btn2{
	display: inline-flex;
	width: 108px;
	height: 32px;
	font-size: var(--size14);
	color: var(--orange);
	border: solid 1px var(--orange);
	justify-content: center;
	align-items: center;
}
.more-btn2 span{
	padding-right: 5px;
}
.more-btn2 .svg,
.more-btn4 .svg{
	fill: currentColor;
	width: 16px;
	height: 16px;
}
.more-btn4{
	height: 30px;
	line-height: 30px;
	color: var(--orange);
}
.more-btn4 span{
	font-size: 16px;
	color: var(--orange);
	letter-spacing: normal;
	padding-right: 5px;
}
.more-btn4:hover span{
	text-decoration: underline;
}
.img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-top2{
	border-top: solid 2px var(--hight-blue);
}

/* ¶¥²¿Óëµ×²¿ */
.header{
	height: 120px;
}
.header-container{
    width: 100%;
    height: 120px;
    background-color:#f6f6f6;
}
.header-content{
    height: 100%;
}
.home-logo{
    padding:0 5px;
    max-width: 217px;
    min-width: 120px;
    width: 18%;
}
.home-logo img{
    width: 100%;
}
.head-nav-content{
    
}
.head-top{
    padding-bottom: 18px;
}
.gs-phone{
    color: var(--hight-blue);
    font-size: 16px;
    padding-right: 20px;
}
.gs-phone:last-child{
    padding-right: 0;
}
.gs-phone .icon{
    margin-right: 4px;
}
.search-view{
    width: 210px;
    padding: 0 4px;
    height: 28px;
    box-sizing: border-box;
    border: solid 1px var(--graya8);
}
.search-input{
    flex:1;
    width: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: var(--hight-blue);
    padding: 0 10px;
}
.head-nav-ul>li{
	position: relative;
    flex:1;
}
.head-nav-ul>li>a{
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 0 25px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: var(--hight-blue);
    background-color: #dddddd;
}
.head-nav-ul>li>a.active{
    color: var(--white);
    background-color: var(--orange);
}
.head-nav-ul>li:hover .menu-dropdown{
	transform: translateY(0);
	opacity: 1;
	display: block;
	z-index: 2;
	visibility: visible;
}
.menu-dropdown{
	z-index: -999;
	visibility: hidden;
	position: absolute;
	background-color: white;
	transform: translateY(20px);
	opacity: 0;
	transition: all .3s ease;
}
.menu-dropdown>a{
	display: block;
	white-space: nowrap;
	padding: 7px 25px;
	color: var(--hight-blue);
	font-size: 16px;
}
.menu-dropdown>a:hover{
	color: var(--white);
	background-color: var(--orange);
}
.wap-menu-btn{
	display: none;
}

.footer-container{
	background-color: #dddddd;
	padding-top: 70px;
}
.footer-home-logo img{
	max-width: 140px;
}
.footer-ul{
	padding-top: 40px;
}
.footer-list{
	flex:1;
	width: 0;
	border-right: solid 1px #4b5858;
	align-items: center;
}
.footer-list:first-child{
	border-left: solid 1px #4b5858;
}
.footer-list .title{
	font-size:18px;
	color:var(--hight-blue);
	line-height:30px;
	font-weight: bold;
	padding:0 0 15px 0;
}
.footer-list .link{
	display: flex;
	font-size:16px;
	line-height:20px;
	margin:5px 0;
	font-weight: 200;
	color:var(--hight-blue);
}
.footer-btm{
	background-color: var(--hight-blue);
	color: var(--white);
	font-size: 16px;
	height: 70px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.footer-btm p{
	padding: 0 10px;
}
.footer-share{
	padding: 30px 0 35px 0;
}
.share-btn{
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:var(--hight-blue);
	width:38px;
	height:38px;
	border-radius:50%;
	margin-left:20px;
}
.share-btn.black{
	background-color:#ededed;
}
.share-btn:first-child{
    margin-left:0;
}

/* end ¶¥²¿Óëµ×²¿ */
.public-banner-container{
	position: relative;
}
.banner-img{
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.resources-banner .banner-img{
	min-height: 360px;
}
.public-banner-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
}
.public-info{
	width: 60%;
	max-width: 600px;
	height: 100%;
}
.resources-banner .public-info{
	width: 70%;
	max-width: 700px;
}
.public-info .title{
	font-size: 48px;
	line-height: 60px;
	color: var(--white);
}
.public-info .title .little{
	font-size: 36px;
	padding-top: 5px;
}
.public-info .title::after{
	content: "";
	display: block;
	width: 45px;
	height: 3px;
	background-color: var(--orange);
	margin-top: 30px;
}
.public-info .desc{
	font-size: 20px;
	color: var(--white);
	line-height: 36px;
	padding-top: 10px;
}
.public-info .desc .little{
	font-size: 18px;
}
.public-info .desc .little:first-child{
	padding-top: 5px;
}
.public-info.hight-blue .title,
.public-info.hight-blue .desc{
	color: var(--hight-blue);
}
.public-info.hight-blue .desc{
	font-size: 30px;
	line-height: 40px;
}
.public-info.hight-blue{
	padding-bottom: 140px;
	box-sizing: border-box;
}
.about-banner .public-info .desc{
	font-size: 24px;
}
.about-banner::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.12);
}
.pub-content{
	flex:1;
	width: 0;
	padding-right: 70px;
	padding-bottom: 20px;
}
.pub-content.one-page{
	padding-right: 0;
}
.pub-right {
	width: 280px;
	margin-right: -130px;
}
.pub-subnav {
	padding: 10px 0;
	background-color: #ededed;
	color: #0c2340;
	font-size: 16px;
}
.pub-subnav a{
	color: #0c2340;
	font-size: 16px;
}
.pub-subnav a:hover{
	color: var(--white);
	background-color: var(--orange);
}
.pub-subnav a.active{
	color: var(--white);
	background-color: var(--orange);
}
.pub-context {
	padding: 40px 50px;
	background-color: #ededed;
	margin-bottom: 90px;
}
.pub-title{
	font-size: 30px;
	color: var(--hight-blue);
	line-height: 48px;
}
.pub-sub-title{
	font-size: 28px;
	color: var(--hight-blue);
	line-height: 48px;
}
.pub-desc{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	padding: 15px 0;
}
.pub-navgation {
	margin-top: 240px;
	border-left: solid 1px #ededed;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.pub-nav-item .title {
	background-color: #ededed;
	height: 50px;
	padding: 0 5px 0 20px;
	margin-top: 30px;
}
.pub-nav-item .name{
	flex:1;
	font-size: 20px;
	color: var(--hight-blue);
}
.pub-icon{
	width: 40px;
	display: flex;
	justify-content: center;
}
.pub-nav-item .info{
	padding: 40px 20px 40px 20px;
}
.pub-nav-item .info p{
	padding: 10px 0;
}
.pub-link-n {
	display: inline;
	font-size: 16px;
	color: var(--hight-blue);
	line-height: 30px;
	/*³¬Á´½ÓÈ¥ÏÂ»®Ïß*/
	text-decoration: none;
}
.pub-link-o {
	display: inline;
	font-size: 16px;
	color: var(--orange);
	line-height: 30px;
}
.pub-link-o:hover{
	text-decoration: underline;
}
.pub-link {
	display: inline;
	font-size: 16px;
	color: var(--hight-blue);
	line-height: 30px;
}
.pub-link:hover{
	text-decoration: underline;
}
.pub-sercive-info{
	position: relative;
}
.pub-sercive-info img{
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.pub-sercive-info::before{
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: calc(100% - 30px);
	background-color: #ededed;
}
.pub-sercive-btn{
	position: absolute;
	bottom:0;
	z-index: 2;
	width: 100%;
	height: 44px;
	background-color: var(--hight-blue);
	color: var(--white);
	font-size: 18px;
}
.pub-sercive-btn .svg{
	width: 20px;
	margin-left: 10px;
	fill: var(--orange);
}

.hard-tab{
	padding-bottom:35px;
}
.hard-tab-item{
	flex:auto;
	max-width:35%;
	margin-right:10px;
	position:relative;
	padding-bottom:10px;
}
.hard-tab-item:last-child{
	margin-right:0;
}
.hard-tab-item a{
	display:flex;
	padding:0 5px;
	justify-content:center;
	align-items:center;
	height:48px;
	color:var(--white);
	background-color:var(--hight-blue);
	font-size:16px;
	white-space:nowrap;
}
.hard-tab-item.active a{
	background-color:var(--orange);
}
.hard-tab-item.active::before{
	content:"";
	position:absolute;
	bottom:0px;
	left:calc(50% - 10px);
	border:solid 10px transparent;
	border-top-color:var(--orange);
	border-bottom-width:0;
}
.hard-title-view{
    height: 50px;
    padding-bottom: 10px;
}
.hard-title-view .name{
    font-size: var(--size24);
    color: var(--hight-blue);
    line-height: 30px;
    padding-left: 10px;
}
.comdy-list{
    margin-bottom: 70px;
}
.c-list-img-view{
    width: 36.5%;
    max-width: 365px;
    aspect-ratio: 365 / 450;
	overflow: hidden;
}
	.c-list-img-view img {
		transition: all .3s ease;
	}
.comdy-order-list .c-list-img-view{
    aspect-ratio: 365 / 310;
}
.comdy-order-list:hover .c-list-img-view img {
	transform: scale(1.1);
}
.commodity-list .c-list-img-view{
    width: 42%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
}
.comdy-list.commodity-list .info{
    padding-left: 90px;
}
.comdy-list .info{
    flex:1;
    width: 0;
    background-color: var(--grayf5);
    padding: 20px 50px 0 60px;
    box-sizing: border-box;
    transition: background-color .3s ease;
    border: solid 1px #b8b8b8;
    border-left: none;
}
.comdy-order-list .info{
    padding-bottom: 20px;
    border: solid 1px #b8b8b8;
    border-left: none;
}
.comdy-list .title{
    font-size: var(--size30);
    color: var(--hight-blue);
    line-height: 44px;
    padding: 20px 0;
    transition: color .3s ease;
}
.comdy-list .desc{
    flex:1;
    height: 0;
    overflow: hidden;
    font-size: var(--size16);
    color: var(--hight-blue);
    line-height: 36px;
    transition: color .3s ease;
}
.comdy-list .more{
    padding: 30px 0 40px 0;
}
.comdy-list:hover .info{
    background-color: var(--hight-blue);
}
.comdy-list:hover .title,
.comdy-list:hover  .desc{
    color: var(--white);
}
.comdy-order-list:hover .title{
    color: var(--orange);
}
.scroll-to-top {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 20px;
	color: #e87722;
	z-index: 10;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.scroll-to-top .scroll-to-top-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/Content/img/top-page-arrow.png) no-repeat;
}

.pub-main {
	padding: 30px 0;
}

.breadcrumb {
	margin: 36px 0 24px 0;
	color: #78879b;
}

	.breadcrumb a {
		color: #78879b;
	}

		.breadcrumb a:after {
			content: ">";
			margin: 0 10px;
		}

.pub-btitle {
	font-size: 50px;
	margin-bottom: 28px;
	line-height: 60px;
}

.pub-btitle1 {
	font-size: 50px;
	line-height: 60px;
}

	.pub-btitle1 span {
		padding: 5px 1em 5px 5px;
		background-color: #ededed;
	}

.pub-title {
	/*font-size: 30px;
	line-height: 48px;*/
	margin-bottom: 30px;
}

.pub-stitle {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 28px;
}

.pub-stitle1 {
	font-size: 24px;
	line-height: 33px;
}

.pub-stitle2 {
	font-size: 24px;
	line-height: 33px;
	padding-left: 25px;
}

	.pub-stitle1 span {
		border-bottom: 1px solid black;
	}

.pub-ov-img, .pub-ov-img1 {
	margin-bottom: 20px;
}

	.pub-ov-img img {
		max-width: 980px;
		max-height: 205px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pub-ov-img1 img {
		max-width: 980px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.pub-jsbz {
	margin: 0 0 50px 50px;
}

.pub-mxw400 {
	max-width: 400px;
}
/*Ö§½â*/
.pub-fg {
	margin-top: 120px;
}

.pub-c-left {
	width: 75%;
}

.pub-c-right {
	width: 25%;
	margin-left: 60px;
}
/*ÉÏÏÂÁÐ±í½á¹¹*/
.pub-ud-li {
	margin-bottom: 50px;
}
/*×óÓÒÍ¼ÎÄ½á¹¹*/
.pub-lr-pat {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

	.pub-lr-pat .pub-l {
		flex-grow: 1;
		margin-right: 50px;
	}

	.pub-lr-pat .pub-r img, .pub-lr-pat .pub-r video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.pub-li {
	margin-top: 20px;
	line-height: 28px;
}
	.pub-li > div {
		display: flex;
	}
	.pub-li a {
		color: #00acf5;
	}
	.pub-li div:before {
		content: "\2022"; /* ÌåÏÖÔ²µãµÄUnicode±àÂë£¬£¬£¬£¬£¬Í¬Ê±Ò²¿ÉÒÔÊ¹ÓÃÆäËû±àÂë»òÍ¼Æ¬×÷Îª±ê¼Ç */
		vertical-align: middle; /* ¾ÓÖÐ */
		font-size: 42px; /* ÉèÖÃÔ²µã¾ÞÏ¸ */
		margin: 0 5px 0 2rem; /* ÉèÖÃÔ²µãÓëÎÄ±¾Ö®¼äµÄ¾àÀë */
	}

.pub-p {
	margin-bottom: 20px;
}
.pub-p1 {
	margin-bottom: 50px;
}
.img_contain {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 252 / 228;
}
.pub-sp {
	font-size: 0.75em;
	line-height: 1.33333333em;
	color: #4b5564;
	margin-top: 10px;
	/*text-align: left;*/
}
.pub-c-h {
	color: #78879b !important;
}
.pub-zj {
	margin-top: 6px;
}
.producttable {
	margin-bottom: 28px;
}

	.producttable .pub-t-head {
		/*background-color: rgba(255, 125, 68, 0.7);*/
	}

	.producttable table {
		border-top: 1px solid #d9dee8;
		border-bottom: 1px solid #d9dee8;
		border-right: 1px solid #d9dee8;
		table-layout: auto;
		position: relative;
		/*width: 100%;*/
		zoom: 1;
		word-break: break-all;
		border-collapse: collapse;
		border-spacing: 0;
	}

		.producttable table thead {
			/*color: #78879b;*/
			background-color: #eef0f2;
			font-size: 14px;
		}

		.producttable table th.center {
			line-height: 1;
			font-weight: 700;
			text-align: left;
		}

		.producttable table tr td, .producttable table td.center {
			text-align: center;
		}

		.producttable table thead tr:first-child th {
			border-top: 0;
		}

		.producttable table tbody tr:first-child {
			border-top: 1px solid #e87722;
		}

		.producttable table td.head, .producttable table th.head {
			border-left: 1px solid #d9dee8;
			text-align: left;
			width: 25%;
		}

		.producttable table th {
			border-top: 1px solid #d9dee8;
			padding: 15px;
			vertical-align: middle;
		}
		/*
.producttable table td, .producttable table th {
    min-width: 40px;
}*/
		.producttable table tbody tr.even {
			background-color: #eef0f2;
		}

		.producttable table tbody tr.hover, .producttable table tbody tr:hover {
			background-color: #e3e3e3;
		}

		.producttable table th:not(.head), .producttable table td:not(.head) {
			border-left: 1px solid #d9dee8;
			text-align: center;
		}

		.producttable table td.left, .producttable table th.left {
			text-align: left;
		}

		.producttable table td {
			color: #4b5564;
			padding: 15px;
			vertical-align: middle;
			/*min-width: 70px;*/
		}
.pub-st-body tbody{
	font-size: 14px;
}
.pub-row-2 {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

	.pub-row-2 > div {
		width: 50%;
	}

.pub-row-item-l {
	border-bottom: 1px solid black;
	margin-right: 30px;
}

.pub-row-item-r {
	border-bottom: 1px solid black;
	margin-left: 30px;
}
/*Í¼ÎÄ*/
.pub-row-pat-l {
	margin-right: 30px;
}
.tw_right {
	/*text-align: center;*/
	padding-left: 4rem;
}
.pub-row-pat-r {
	margin-left: 30px;
}

	.pub-row-pat-l img, .pub-row-pat-r img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-bottom: 28px;
	}

.pub-contact-us {
	background-color: #f5f5f5;
}

.pub-cu-form {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	margin: 0 20px;
	background-color: #f5f5f5;
}

.pub-tips {
	color: red;
	display: none;
}

.pub-w5 {
	width: 50%;
}

.pub-w10 {
	width: 100%;
}

.pcu-f-item {
	margin: 10px;
}

	.pcu-f-item input {
		height: 30px;
		width: 100%;
		background-color: #f5f5f5;
		border: 1px solid #cdcdcd;
	}

	.pcu-f-item textarea {
		width: 100%;
		background-color: #f5f5f5;
		border: 1px solid #cdcdcd;
		resize: vertical;
	}

.pcu-f-btn {
	cursor: pointer;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e87722;
	font-size: 20px;
	color: white;
	padding: 5px;
	border-radius: 20px;
}

#customer-server a:hover {
	text-decoration: underline;
}

.pub-cs-item {
	margin-bottom: 50px;
}

.pub-cs-item-a {
	margin-bottom: 28px;
	font-size: 19px;
}

	.pub-cs-item-a a {
		color: blue;
	}

.pub-cs-stitle {
	font-size: 24px;
	line-height: 33px;
}

.pub-cs-img {
	margin: 50px 0;
}

	.pub-cs-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
/*¿Í·þ¿òÒª×Ô¶¯µ÷Àí£¬£¬£¬£¬£¬Ä©Î²ÓÃpadding*/
.pub-cs-end {
	padding-bottom: 28px;
}

.pub-link-cs {
	display: inline;
	color: var(--orange);
}
/*¿Í·þ²úÆ··âÃæÍ¼*/
#pub-cs-timg{
	display: flex;
}
#pub-cs-timg img{
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#h_wechat {
	position: relative;
	/*display: inline-block;*/
}
.popup_wechat {
	display: none;
	position: absolute;
	top: -250px;
	left: 19px;
	transform: translateX(-50%);
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#h_wechat:hover .popup_wechat {
	display: block;
}
.default-font {
	font-size: 16px;
	line-height: 33px;
}

.w50 {
	width: 50%;
}

.mt50 {
	margin-top: 50px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr20 {
	margin-right: 20px;
}

.mr50 {
	margin-right: 50px;
}

.pt60 {
	padding-top: 60px;
}

.free-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jf3 {
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
	aspect-ratio: 272 / 197;
}
/*ºóÌ¨±à¼­µÄiframeÓÃ*/
.ke-content {
	font-size: 16px;
}

/*²úÆ· OEM*/
.imgLeft {
	margin-right: 37px;
	max-width: 370px;
}

.imgRight {
	/*flex-grow: 1;
    width: 50%;*/
}

#imgLeftUp {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	height: 370px;
	width: 370px;
}

.imgLi {
	overflow-x: auto;
}

.imgMedium {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.mediumContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

	.mediumContainer img {
		max-width: 100%;
		max-height: 370px;
		object-fit: contain;
		padding: 0;
	}

	.mediumContainer video {
		display: none;
		max-width: 100%;
		max-height: 100%;
	}

.imgMedium .magnifier {
	position: absolute;
	display: none;
	width: 180px;
	height: 84px;
	background-image: url(/images/zoom_pup.png)
}

#zhezhao {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
}

	#zhezhao:hover {
		cursor: pointer;
	}

.img_ul {
	height: 62px;
	display: flex;
}

	.img_ul li {
		width: 54px;
		height: 54px;
		border: 2px solid transparent;
		margin: 4px;
		padding: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.img_ul li img {
			max-width: 100%;
			max-height: 100%;
		}

.float_r {
	width: 900px;
	height: 420px;
	border: 1px solid #eee;
	overflow: hidden;
	display: none;
	background-color: #cdcdcd;
	position: absolute;
	z-index: 1;
}

.li_video:before {
	content: "";
	background-image: url(/Content/img/pl1.png);
	width: 46px;
	height: 46px;
	position: absolute;
	background-size: 100%;
}

.oem_li {
	line-height: 40px;
}

	.oem_li div:before {
		color: #00a0f0;
		font-size: 22px;
		content: "\e648";
		font-family: icomoon;
		margin-right: 1em;
	}
/*ÐÎÃ²¿ò*/
.msk {
	padding: 28px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}
/*ÌØÕ÷Ä£¿£¿£¿£¿£¿£¿é*/
.pub-tz {
	padding: 1rem;
	border: 1px solid #dee2e6;
}
.pub-tz img {
	max-height: 280px;
	width: 100%;
}
.pub-tz-ms {
	padding-left: 1rem;
	line-height: 30px;
}
.oem_li1 {
	margin-left: 40px;
}

	.oem_li1 > div {
		margin-bottom: 28px;
	}

		.oem_li1 > div > div {
			display: inline-block;
		}

		.oem_li1 > div:before {
			content: '\2022';
			color: #00a0f0;
			display: inline-block;
			margin-left: -40px;
			margin-right: 26px;
			position: relative;
			width: 10px;
		}

/*bootstrap*/
._d-flex {
	display: flex !important;
}

._col-8 {
	flex: 0 0 auto;
	width: 66.66667%;
}

@font-face {
	font-family: icomoon;
	src: url('/Content/fonts/thyssen-krupp-iconfont-woff2.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

img.arrow-img {
	/*width: 22px;*/
	transition: all ease-out 300ms;
	height: 22px;
	position: relative;
	margin-left: 22px;
}
.btn-link:hover img.arrow-img {
	margin-left: 32px;
}<!--ºÄÊ±1759003849.1653Ãë-->