.mask2 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 100;
		display: none;
}
.Inquiry2{
	width: 550px;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 4px;
    padding: 26px  47px 34px;
}
.Inquiry2 p{
	font-size: 16px;
	margin-bottom: 15px;
}
.formBox2 .layui-btn {
	display: block;
	margin: 0 auto;
    width: 140px;
    background: #51b8d7;
    color: #fff;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
	color: #51b8d7;
}
.close2 {
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-top: -55px;
    margin-right: -50px;
}
.mainProduct{
	padding: 3% 0 2% 0;
	background:#f7f7f7;
}
.mainProduct .name{
	font-size: 16px;
	margin-bottom: 5px;
	color: #5a5a5a;
	margin-top: 5px;
}
.mainProduct .hostName{
	color:#fff;
	margin-bottom:0;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
}
.mainProduct .swiper-button-next:after{
	font-size: 32px;
	font-weight: 900;
	display: none;
	color:#333;
}
.mainProduct .swiper-button-prev:after{
	font-size: 32px;
	font-weight: 900;
	display: none;
	color:#333;
}

/* 产品索引 */
.tip{
	text-align: center;
	padding: 2%;
	color: red;
	font-size: 20px;
}
.js-text{
    height: 147px;
	padding: 15px 5px; 
	background: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	text-align: center;
	margin: -20px 20px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.js-text h1{
	font-size: 16px;
	margin-bottom: 10px;
	color: #5a5a5a;
	font-weight: 600;
}
.js-text p{
	line-height: 22px;
	font-size: 14px;
}
.prolistBox {
	overflow: hidden;
}

.prolistBox .col-12 {
	margin-bottom: 12px;
}

.ipr-list {
	position: relative;
}

.ipr-fugai {
	position: relative;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ipr-kuang {
	position: absolute;
	left: 15%;
	top: 30%;
	width: 70%;
	height: 40%;
	border: 1px solid #ffffff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	overflow: hidden;
}

.ipr-name {
	font-size: 2rem;
	margin-top: 15%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	line-height: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ipr-fugai:hover .ipr-kuang {
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
}
.proAttribute{
	display: none;
}
.ipr-name {
	font-size: 2rem;
	margin-top: 13%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	line-height: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ipr-fugai:hover .ipr-name {
	margin-top: 25%;
	font-size: 3rem;
	line-height: 3rem;
	color: #0051ca;
	font-weight: 900;
}
.block1 {
	padding: 2% 0;
	background: #f7f7f7;
	overflow: hidden;
}
.block2 {
	padding: 3% 0;
	overflow: hidden;
}
.quote{
	display: block;
    width: 200px;
    height: 40px;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    border: 1px solid #51b8d7;
    font-size: 16px;
    font-family: PingFang SC-Regular,PingFang SC;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 40px;
	margin: 5px auto 15px;
    transition: all .5s;
    background: linear-gradient(to right,#3b75cb 50%,#51b8d7 50%);
    background-size: 548px 100%;
    background-position: -274px 0;
}
.quote:hover{
	background-position: 0 0;
}
/* .skidSteer{
	margin-top: 3%;
} */
.block3 {
	margin-top: 3%;
	padding: 2% 0;
	overflow: hidden;
	background: #f5f5f5;
}
.inProList .item-list {
	width: 100%;
	margin-bottom: 18px;
	border: 1px solid #efefef;
	overflow: hidden;
	cursor: pointer;
}
.inProList .item-list:hover{
	box-shadow: 0px 2px 10px 0px #e1e1e1;
}
.inProList .attributeList {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}

.inProList .attributeList li {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.imgBox {
	overflow: hidden;
}
.inProList .item-list .name {
	border-top: 1px solid #efefef;
	width: 100%;
	padding: 10px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: center;
}
.viewMore{
	display: block;
    width: 110px;
    margin: 10px auto 0;
    text-align: center;
    color: #51b8d7;
}
/* 滑移辅具 */
.deviceLList .imgBox{
    border: 1px solid #efefef;
}
.deviceLList{
    margin-bottom: 18px;
}
.deviceLList .item-list:hover{
	box-shadow: 0px 2px 10px 0px #e1e1e1;
}
.deviceLList .item-list .name{
    font-size: 14px;
	width: 100%;
    position: absolute;
    padding: 10px;
    bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
}
/* 首页关于我们 */
.aboutBox {
	padding: 4% 0;
	position: relative;
}
.inAbutoImg {
	padding-left: 6%;
}
.textBox{
	margin-top: 25px;
}
.textBox h1{
	font-size: 36px;
    color: #28303b;
    font-weight: 600;
	margin-bottom: 10px;
}
.textBox div {
	font-size: 16px;
    color: #5a5a5a;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.more {
	margin-top: 12px;
    cursor: pointer;
    float: left;
    width: 120px;
    font-size: 14px;
    color: #51b8d7;
}
.aboutListImg {
	width: 100%;
	padding-top: 3.5%;
}

.aboutListImg .item-list img {
	width: 100%;
}

.aboutBox .swiper-button-next:after{
	font-size: 32px;
	font-weight: 900;
	display: none;
	color:#fff;
}
.aboutBox .swiper-button-prev:after{
	font-size: 32px;
	font-weight: 900;
	display: none;
	color:#fff;
}
.rotationBox:hover .swiper-button-next:after{
	display: block;
}
.rotationBox:hover .swiper-button-prev:after{
	display: block;
}
/* 联系我们 */
.indexContactUs{
	position: relative;
	height: 340px;
	background: url(../img/cantact_bg.jpg) fixed no-repeat;

}
.contactUs{
	padding: 3% 0;
    position: relative;
    z-index: 100;
}
.contactUsLeft p{
	font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.contactUstTitle{
	font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.contactUsLeft a{
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #ffffff;
	float: left;
	width: 170px;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
}
.rightBox{
	padding: 30px 10%;
	width: 100%;
    height: 260px;
    background: #ffffff;
    border-radius: 15px;
}
.rightBox {
	color: #28303b;
}
.rightBox .user{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}
.rightBox .user li{
	line-height: 33px;
	float: left;
	width: 50%;
}
.rightBox .user li img{
	float: left;
	margin-right: 10px;
	width: 32px;
}
.contacts{
	background: #fcfcfc;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    border-radius: 6px 6px 6px 6px;
    margin-top: 28px;
    height: 60px;
	-webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contacts>div{
	position: relative;
	width: 50%;
    float: left;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.contacts>div>img{
	width: 35px;
}
.borderleft{
	border-right: 1px solid #efefef;
}
.contacts>div:hover{
	background: #101c4a;
	color: #fff;
	border-radius: 5px;	
}
.borderleft:hover .whp{
	display: block;
}
.wxBox:hover .wx{
	display: block;
}
.wx{
	display: none;
	position: absolute;
    top: 70px;
    left: 53px;
	background-color: #fafafa;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
    width: 140px;
}
.wx::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
    margin-left: 15px;
    margin-top: -10px;
    filter: drop-shadow(1px -6px 4px rgba(0,0,0,.2));
}
.wx img{
	width: 100%;
}
.bj{
	background: rgb(50 50 50 / 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.newsBox{
	padding: 2% 0 3% 0;
}
/* 售后 */
.afterSalesBox{
	padding: 3% 0;
	background-color: #fafafa;
}
.afterSalesList li{
	position: relative;
	padding: 25px 20px;
    margin-bottom: 18px;
    cursor: pointer;
    background: #ffffff;
	border-radius: 5px;
}
.afterSalesList li::before{
	content: '';
    height: 0;
    width: 0;
    position: absolute;
	left: -15px;
    top: 50px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid #fff;
    border-radius: 2px;
    opacity: 1;
}
.afterSalesList li:hover::before {
    border-right: 25px solid #101c4a;
}
.afterSalesList li h2{
	font-size: 26px;
	margin-bottom: 10px;
}
.afterSalesList li p{
	line-height: 20px;
    font-size: 14px;
    color: #333;
}
.afterSalesList li:hover{
	
}
.selected{
	color: #fff !important;
	background: #101c4a !important;
}
.selected p{
	color: #fff !important;
}
/* .selected li{
	color: #fff;
	background: #0051ca ;
} */
.indexNewsList {
	padding: 10px;
	box-shadow: 0px 2px 10px 0px #e1e1e1;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
}

.indexNewsList .inNewsTitle {
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #5e5e5e;
}

.indexNewsList p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	margin-bottom: 6px;
}
.indexNewsList:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* 产品列表 */
.proNavLeftBox{
	
	margin-bottom: 30px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 6px 6px 6px 6px;
}
.all{
	background-color: #fafafa;
    font-size: 20px;
    font-family: Poppins-Medium,Poppins;
    font-weight: 500;
    color: #323232;
    line-height: 32px;
    border-radius: 6px 6px 0 0;
    white-space: nowrap;
    padding: 7px 16px;
	margin-bottom: 5px;
}
.proNavLeft{
	padding: 10px 15px;
}
.proNavLeft li{
	margin-bottom: 20px;
}
.proNav {
	padding: 1% 0;
    background: #f7f7f7;
}
.contactNavLeft{
	padding: 10px 15px;
}
.contactNavLeft li{
	margin-bottom: 20px;
}
.default a{
	color: #51b8d7;
}
.proList .attributeList {
	width: 100%;
	float: left;
	-webkit-transition: 0.5s;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
}
.proList .attributeList {
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    float: left;
    -webkit-transition: 0.5s;
    overflow: hidden;
}
.proList .attributeList li {
	margin-top: 15px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	word-break: break-all;
}
.proList .attributeList li:nth-child(1){
	margin-top: 30%;
}
.sub2-list:hover .attributeList{
	height: 100%;
}
.sub2-list {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
}

.sub2-list:hover {
	box-shadow: 0px 2px 10px 0px #e1e1e1;
}

.sub2-img img {
	display: block;
	margin: 0 auto;
}

.proList span {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 产品详情 */
.social{
    margin-top: 10px;
	float: left;
	width: 100%;
}
.addthis_inline_share_toolbox{
	margin-top: 10px;
}
.layui-input-block{
	margin-left: 0;
}
.detailsBoxList {
	border: 1px solid #dcdcdc;
}
.mainGraph{
	padding: 8% 8% 0 0;
}
.mainGraph img {
	border: 1px solid #dcdcdc;
}

.swiperPro {
	position: relative;
	margin-top: 15px;
	margin-right: 8%;
}

.swiperPro .item-list {
	border: 1px solid #dcdcdc;
}

.swiperPro .item-list:hover {
	border: 1px solid #0051ca;
}

.swiperPro .swipers1 {
	width: 90%;
	margin: 0 auto;
}

.swiperPro .swiper-button-prev:after {
	font-size: 24px;
	color: #333;
}

.swiperPro .swiper-button-next:after {
	font-size: 24px;
	color: #333;
}

.swiperPro .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
}

.swiperPro .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
}

.attribute {
    margin-top: 3%;
	padding-left: 4%;
}

.proText {
	margin-top: 3%;
}

.proxTitle h1 {
	font-size: 30px;
	font-weight: 600;
}

.proText li {
	margin-bottom: 12px;
	overflow: hidden;
}

.sxTitle {
	float: left;
	font-weight: 600;
	width: 20%;
	font-size: 14px;
}

.sxName {
	width: 60%;
	float: left;
	font-size: 14px;
	line-height: 24px;
}

.xq_btn_Box {
	margin-top: 3%;
	width: 356px;
	overflow: hidden;
}

.xq_btn {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.xq_btn span {
	cursor: pointer;
	display: block;
	width: 160px;
	height: 35px;
	background: #0051ca;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}

.xq_btn a {
	cursor: pointer;
	display: block;
	width: 160px;
	height: 35px;
	background: #0051ca;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}
.teb {
	background: #ddd;
	overflow: hidden;
}

.teb li {
	cursor: pointer;
	float: left;
	padding: 10px 20px;
	border-bottom: 2px solid #ddd;
	text-transform: uppercase;
}

.teb .active {
	border-bottom: 2px solid #4551ca;
}

.detailsBoxList li {
	overflow: auto;
}

.detailsBoxList img {
	width: 100%;
}

.detailsBoxList li table {
	width: 100%;
}

.Related h1 {
	border-left: 5px solid #0051ca;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
	text-indent: 16px;
}

.Related li {
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}

.Related li .rm_pro {
	font-size: 14px;
}

/* 新闻 */
.newsListBox {
	position: relative;
	margin-bottom: 30px;
	
}

.newsListBox a {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 15px 15px;
	background: #f5f5f5;
}

.newImg {
	float: left;
	width: 35%;
}

.newText {
	margin-left: 20px;
	float: left;
	width: 60%;
}

.newText h1 {
	font-weight: 900;
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 20px;
}

.newText em {
	font-size: 14px;
	color: #333333;
}

.newText p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 15px;
}

.views {
	display: block;
	font-size: 14px;
	color: #000;
}

.newText .see {
	display: block;
	font-size: 14px;
	line-height: 35px;
	width: 140px;
	height: 35px;
	display: block;
	color: #fff;
	background: #fe0002;
	text-align: center;
	margin-top: 30px;
}

.itemNews {
	padding: 15px;
	background: #f5f5f5;
}

.itemNews {
	margin-bottom: 20px;
}

.itemNews h1 {
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.itemNews p {
	color: #666666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}

.newsImg {
	overflow: hidden;
}

.itemNews img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.itemNews:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.contactUsBox {
	padding: 5% 4%;
	background: url(../img/about.png) no-repeat;
	margin-bottom: 3%;
}

.contactUsList li {
	padding: 10px 0;
}

.contactUsList li img {
	width: 30px;
}

@media screen and (max-width:1920px) {
	
}



@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {
	.afterSalesList li {
		padding: 16px 20px;
	}
}

@media screen and (max-width:1000px) {
	.quote{
		width: 155px;
	}
	.inAbutoImg img{
		width: 100%;
	}
	.socialMedia{
		margin-top: 10px;
		margin-left: -27px;
	
	}
}
@media screen and (max-width:820px) {
	.d-flex {
		width: 30%;
	}
}