﻿﻿.pro-nav-fixed {
    position: fixed;
    top: 80px;
    left: 50%;
    right: 0;
    width: 1410px;
    z-index: 2;
	margin-left: -705px;
}
.product{

}
.product .category{
	display: flex;
	margin: 0 auto;
	padding: 15px 0;

}
.product .mobile-category{
	display: none;
	background: #FFFFFF;
	padding-bottom: 20px;
}
.product .mobile-category .mct-list li{
	list-style: none;
}
.product .mobile-category .mct-list li a{
	display: block;
	position: relative;
	color: #333333;
	line-height: 40px;
}
.product .mobile-category .mct-list > li{
	border: 2px solid #EEEEEE;
	margin-top: 12px;
}
.product .mobile-category .mct-list > li:first-child > a{
	background: url(../image/jcsb.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category .mct-list > li:nth-child(2) > a{
	background: url(../image/yujing.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category .mct-list > li:nth-child(3) > a{
	background: url(../image/xinhao.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category .mct-list > li:nth-child(4) > a{
	background: url(../image/yingyongxitong.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category.solu-cate .mct-list > li:first-child > a{
	background: url(../image/zhsl.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category .mct-list > li:nth-child(2) > a{
	background: url(../image/gtdz.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category .mct-list > li:nth-child(3) > a{
	background: url(../image/zhcs.png) left center no-repeat;
	background-size: 30px 30px;
}
.product .mobile-category .mct-list > li > a{
    font-size: 18px;
    /* background-color: #F1F1F1; */
    line-height: 50px;
    padding-left: 35px;
	/* color: #333333; */
	font-weight: 500;
}
.product .mobile-category .mct-list > li > ul > li > a{
    font-size: 15px;
    padding-left: 35px;
	background: url(../image/arrow-left.png) right center no-repeat;
	background-size: 20px 20px;
	margin-right: 16px;
}
.product .mobile-category .mct-list > li > ul > li > ul > li > a{
    font-size: 14px;
    padding-left: 45px;
}
.product .mobile-category .mct-list > li > ul > li > ul > li > ul > li > a{
    font-size: 13px;
    padding-left: 60px;
}
/* .mNav .mNavList > li > ul > li > ul >li > ul > li > ul > li > a{
    font-size: 12px;
    padding-left: 75px;
} */
.product .mobile-category .mct-list > li ul{
    display: none;
	border-top: 1px dashed #EEEEEE;
}
.category .cate-box{
	width: 90%;
}
.category .tit{
	font-size: 24px;
	color: #333;
	line-height: 40px;
	width: 10%;
}
/* .category .second-cate{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
} */
.category .second-cate span{
	display: inline-block;
	/* margin: 0 30px; */
	margin: 0 30px 0 0;
	line-height: 40px;
	font-size: 18px;
	transition: all .5s;
	cursor: pointer;
	padding: 0 14px;
}
.category .second-cate span a{
    display: block;
    color: #000000;
}
.category .second-cate span:hover,
.category .second-cate span.active{
	background: #0A3D8E;
	color: #FFFFFF;
}
.category .second-cate span:hover a,
.category .second-cate span.active a{
	color: #FFFFFF;
}
.third-cate{
	margin: 30px 0 0 0;
	position: relative;
	/* overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap; */
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.third-cate .third-list li{
	list-style: none;
	display: inline-block;
	margin: 0 .3rem 0 0;
}
.third-cate .third-list li .in-nav{
	font-size: 14px;
	color: #666;
	transition: all .5s;
}
.third-cate .third-list li:hover .in-nav,
.third-cate .third-list li.active .in-nav{
	color: #0A3D8E;
}
/* .third-cate .third-list li .sub-cate{
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	transition: all .5s;
	display: none;
}
.third-cate .third-list li .sub-cate a{
	margin-left: 30px;
	font-size: 12px;
	color: #999;
	transition: all .5s;
}
.third-cate .third-list li .sub-cate a:hover{
	color: #0A3D8E;
} */
.four-cate{
	margin-top: 12px;
}
.four-cate a{
	/* margin-left: 30px; */
	margin-right: 30px;
	font-size: 12px;
	color: #999;
	transition: all .5s;
}
.four-cate a:hover,
.four-cate a.active{
	color: #0A3D8E;
}
.pro-box{
	width: 100%;
	background: #f4f4f4;
	margin: .4rem 0;
}
.pro-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.pro-top .pro-search{
	width: 370px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pro-top .pro-search input{
	border: none;
	font-size: 14px;
	color: #666666;
	line-height: 56px;
    flex: auto;
}
.pro-top .pro-search .s-btn{
	display: inline-block;
	background: url(../image/search.png) center center no-repeat;
	width: 32px;
	height: 32px;
}
.pro-top .pro-sort{
	font-size: 16px;
	color: #666666;
}
.pro-top .pro-sort span{
	margin-left: .3rem;
	transition: all .5s;
	cursor: pointer;
}
.pro-top .pro-sort span a{
	color: #666666;
}
.pro-top .pro-sort span:first-child{
	margin-left: 10px;
}
.pro-top .pro-sort span:hover,
.pro-top .pro-sort span.active{
	color: #0A3D8E;
}
.pro-top .pro-sort span:hover a,
.pro-top .pro-sort span a.on{
	color: #0A3D8E;
}
.pro-list li{
	background: #FFFFFF;
	padding: .5rem .62rem;
	margin-top: 30px;
	list-style: none;
}
.pro-list li .pro-tit{
	font-size: 28px;
	color: #333333;
	line-height: 30px;
	display: flex;
	align-items: center;
}
.pro-list li .pro-tit .tit-link{
	display: inline-block;
	max-width: 90%;
	color: #333333;
	transition: all .5s;
}
.pro-list li .pro-tit .tit-link:hover{
	color: #0A3D8E;
}
.pro-list li .pro-tit h4{
	font-weight: normal;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.pro-list li .pro-tit .share{
	display: inline-block;
	background: url(../image/share.png) center center no-repeat;
	width: 26px;
	height: 26px;
	margin: 0 0 0 12px;
	position: relative;
	cursor: pointer;
}
.pro-list li .pro-item{
	margin-top: 50px;
}
.pro-list li .pro-text{
	width: 68.92%;
}
.pro-list li .pro-text .produce{
	display: flex;
	justify-content: space-between;
}
.pro-list li .pro-text .produce .bj-tit{
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}
.pro-list li .pro-text .produce .bj-txt{
	font-size: 18px;
	color: #666666;
	width: 86%;
	text-align: justify;
	font-weight: 350;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pro-list li .pro-text .pro-oth{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #999999;
	font-weight: 350;
	margin: 20px 0 50px 0;
}
.pro-list li .pro-text .pro-oth .date-item span{
	color: #0A3D8E;
}
.pro-list li .pro-text .pro-oth .op a{
	display: inline-block;
	font-size: 20px;
	color: #999999;
	font-weight: 500;
	padding-left: 36px;
	/* margin-left: 35px; */
	margin-right: 35px;
	transition: all .5s;
}
.pro-list li .pro-text .pro-oth .op .preview{
	background: url(../image/preview.png) left center no-repeat;
}
.pro-list li .pro-text .pro-oth .op .down{
	background: url(../image/pro-download.png) left center no-repeat;
}
.pro-list li .pro-text .pro-oth .op .share{
	background: url(../image/pro-share.png) left center no-repeat;
}
.pro-list li .pro-text .pro-oth .op a:hover{
	color: #0A3D8E;
}
.pro-list li .pro-text .pro-oth .op .preview:hover{
	background: url(../image/preview-hover.png) left center no-repeat;
}
.pro-list li .pro-text .pro-oth .op .down:hover{
	background: url(../image/pro-download-hover.png) left center no-repeat;
}
.pro-list li .pro-text .pro-oth .op .share:hover{
	background: url(../image/pro-share-hover.png) left center no-repeat;
}
.pro-list .view-dtls{
	display: block;
	width: 180px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	border: 2px solid #D5D5D5;
	font-size: 20px;
	color: #999999;
	transition: all .5s;
}
.pro-list .view-dtls:hover{
	background: #0A3D8E;
	color: #FFFFFF;
	border: 2px solid #0A3D8E;
}
.pro-list .pro-pic{
	width: 24.01%;
	max-width: 316px;
	max-height: 247px;
	overflow: hidden;
	position: relative;
}
.pro-list .pro-pic .pro-img{
	width: 100%;
	transition: all .5s;
}
.tags{
	background: url(../image/tag-one.png) left top no-repeat;
	/* line-height: 30px; */
	padding-left: 22px;
	margin-top: 20px;
	height: 25px;
	background-size: 25px;
}
.tags span{
	display: inline-block;
	/* width: 70px; */
	width: auto;
	padding: 0 5px;
	height: 22px;
	background: rgba(67, 110, 255, .3);
	border-radius: 3px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 22px;
	margin-left: 18px;
}
/* .pro-list .pro-pic:hover .pro-img{
	transform: scale(1.05);
} */
.pro-list .pro-pic .code-box,
.dtls-top .dtls-pic .code-box{
	position: absolute;
	top: 10px;
	right: 10px;
	/* transition: all .5s; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-list .pro-pic .code-box img,
.dtls-top .dtls-pic .code-box img{
	width: 50px;
	height: 50px;
}
.pro-list .pro-pic:hover .code-box,
.dtls-top .dtls-pic:hover .code-box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	top: 0;
	right: 0;
}
.pro-list .pro-pic:hover .code-box img,
.dtls-top .dtls-pic:hover .code-box img{
	width: 128px;
	height: 128px;
}
.rec-box{
	margin-top: .9rem;
}
.rec-box .rec-tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 36px;
}
.rec-box .rec-tit h4{
	font-size: 32px;
	color: #333333;
	font-weight: 400;
}
.rec-box .rec-tit a{
	font-size: 24px;
	color: #0A3D8E;
	font-weight: bold;
	transition: all .5s;
}
.rec-box .rec-tit a:hover{
	text-decoration: underline;
}
.rec-box .rec-list{
	display: flex;
	margin: 60px 0 0 -2.08%;
}
.rec-box .rec-list li{
	width: 23.47%;
	margin-left: 2.08%;
	background: #FFFFFF;
	box-shadow: 7px 9px 24px 0px rgba(90, 90, 90, 0.06);
	transition: all .5s;
}
.rec-box .rec-list .rec-pic{
	/* width: 100%;
	max-width: 338px;
	max-height: 216px; */
	height: 0;
	padding-bottom: 63.9%;
	overflow: hidden;
	position: relative;
}
.rec-box .rec-list .rec-pic .imgBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
/* .rec-box .rec-list .rec-pic img{
	width: 100%;
	transition: all .5s;
} */
.rec-box .rec-list .rec-pic:hover .imgBg{
	transform: scale(1.05);
}
.rec-box .rec-list .rec-text{
	padding: 28px 25px;
}
.rec-box .rec-list .rec-text h5{
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.rec-box .rec-list .rec-text p{
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rec-box .rec-list li:hover{
	box-shadow: 7px 9px 24px 0px rgba(29, 98, 254, 0.16);
}
.product .s-key{
	font-size: 22px;
	color: #666666;
	margin-top: 40px;
}
/*详情*/
/* .pro-detail{
	margin-bottom: .6rem;
} */
.dtls-top{
	margin: 25px 0 18px 0;
	display: flex;
	justify-content: space-between;
}
/* .dtls-top .dtls-pic{
	width: 42.57%;
	position: relative;
	max-width: 613px;
	max-height: 404px;
	overflow: hidden;
	border: 1px solid #AAAAAA;
	padding: .3rem .5rem;
	display: flex;
	align-items: center;
} */
.dtls-top .dtls-pic{
	width: 42.57%;
	position: relative;
	max-width: 613px;
	max-height: 404px;
	overflow: hidden;
	/* border: 1px solid #AAAAAA; */
	/* padding: .3rem .5rem; */
	height: 480px;
}

.dtls-top .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.dtls-top .swiper-slide {
	/* background-size: cover;
	background-position: center; */
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.dtls-top .gallery-top {
	height: 80%;
	width: 100%;
	border: 1px solid #DEDEDE;
	padding: 10px;
}
.dtls-top .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.dtls-top .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.dtls-top .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.dtls-top .swiper-button-next, .dtls-top .swiper-button-prev{
	background-size: 20px 44px;
}
.dtls-top .dtls-pic.solu-dtls-pic{
	border: none;
	padding: 0;
}
.dtls-top .dtls-pic .pro-img{
	width: 100%;
}
.dtls-top .dtls-text{
	width: 51.53%;
}
.dtls-top .dtls-text .dtls-tit,
.solu-list .solu-text .dtls-tit{
	display: flex;
}
.dtls-top .dtls-text .dtls-tit h4,
.solu-list .solu-text .dtls-tit h4{
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	max-width: 90%;
}
.dtls-top .dtls-text .dtls-tit .share,
.solu-list .solu-text .dtls-tit .share{
	display: inline-block;
	background: url(../image/share.png) center center no-repeat;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	position: relative;
	cursor: pointer;
}
.dtls-top .dtls-oth,
.solu-list .solu-text .dtls-oth{
	display: flex;
	align-items: center;
	margin-top: 25px;
	border-bottom: 1px dashed rgba(0,0,0,.3);
	padding-bottom: .36rem;
}
.dtls-top .dtls-oth .date-item,
.solu-list .solu-text .dtls-oth .date-item{
	font-size: 14px;
	color: #999999;
}
.dtls-top .dtls-oth .date-item span,
.solu-list .solu-text .dtls-oth .date-item span{
	margin: 0 38px 0 5px;
	color: #0A3D8E;
}
.dtls-top .dtls-oth .op a,
.solu-list .solu-text .dtls-oth .op a{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-left: 46px;
	margin-left: 35px;
	transition: all .5s;
}
.dtls-top .dtls-oth .op a:hover,
.solu-list .solu-text .dtls-oth .op a:hover{
	color: #0A3D8E;
}
.dtls-top .dtls-oth .op .preview,
.solu-list .solu-text .dtls-oth .op .preview{
	background: url(../image/preview.png) left center no-repeat;
}
.dtls-top .dtls-oth .op .down,
.solu-list .solu-text .dtls-oth .op .down{
	background: url(../image/pro-download.png) left center no-repeat;
}
.dtls-top .dtls-oth .op .share,
.solu-list .solu-text .dtls-oth .op .share{
	background: url(../image/pro-share.png) left center no-repeat;
}
.dtls-top .dtls-oth .op .preview:hover,
.solu-list .solu-text .dtls-oth .op .preview:hover{
	background: url(../image/preview-hover.png) left center no-repeat;
}
.dtls-top .dtls-oth .op .down:hover,
.solu-list .solu-text .dtls-oth .op .down:hover{
	background: url(../image/pro-download-hover.png) left center no-repeat;
}
.dtls-top .dtls-oth .op .share:hover,
.solu-list .solu-text .dtls-oth .op .share:hover{
	background: url(../image/pro-share-hover.png) left center no-repeat;
}
.dtls-top .depict,
.solu-list .solu-text .depict{
	font-size: 18px;
	color: #666666;
	margin: .35rem 0 .32rem 0;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.solu-list .solu-text .depict{
	margin: .2rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.dtls-top .tags,
.solu-list .solu-text .tags{
	background: url(../image/tag-one.png) left top no-repeat;
	/* line-height: 30px; */
	padding-left: 22px;
	height: 25px;
	background-size: 25px;
}
.dtls-top .tags span,
.solu-list .solu-text .tags span{
	display: inline-block;
	/* width: 70px; */
	width: auto;
	padding: 0 5px;
	height: 22px;
	background: rgba(67, 110, 255, .3);
	border-radius: 3px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 22px;
	margin-left: 18px;
}
.dtls-top .user-op{
	display: flex;
    margin-top: 20px;
}
.dtls-top .user-op a{
	display: inline-block;
	width: 180px;
	height: 60px;
	font-size: 20px;
	text-align: center;
}
.dtls-top .user-op .online-btn{
	border: 2px solid #D5D5D5;
	line-height: 56px;
	color: #999999;
	transition: all .5s;
}
.dtls-top .user-op .online-btn:hover{
	border: 2px solid #0A3D8E;
	color: #0A3D8E;
}
.dtls-top.solu-dtls-top .user-op .online-btn{
	background: #0A3D8E;
	color: #FFFFFF;
	line-height: 60px;
	border: none;
}
.dtls-top .user-op .apply-btn{
	background: #0A3D8E;
	color: #FFFFFF;
	line-height: 60px;
	margin-left: 37px;
}
.dtls-btm{
	margin-top: 20px;
}
.dtls-btm .tab-nav-box{
	height: 60px;
	line-height: 60px;
}
.dtls-btm .tab-nav{
	height: 60px;
	line-height: 60px;
	background: #fff;
}
.dtls-btm .tab-nav a{
	display: inline-block;
	font-size: 24px;
	color: #666666;
	width: 164px;
	transition: all .5s;
	text-align: center;
	font-weight: 400;
}
.dtls-btm .tab-nav a:hover,
.dtls-btm .tab-nav a.active{
	background: #0A3D8E;
	color: #FFFFFF;
}
.dtls-btm .tab-content{
	margin-top: .8rem;
	padding-bottom: 1rem;
	display: none;
}
.dtls-btm .tab-content.current{
	display: block;
}
.dtls-btm .description h4,
.dtls-btm .specific h4{
	font-size: 26px;
	color: #333333;
	margin-bottom: .3rem;
}
.dtls-btm .description p{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
}
.rec-cont{
	background: #F4F4F4;
	padding: .1rem 0 .9rem 0;
}
.dtls-btm .specific table{
	border: 1px solid #CCCCCC;
}
.dtls-btm .specific table tr,
.dtls-btm .specific table td{
	border: 1px solid #CCCCCC;
	line-height: 60px;
}
.dtls-btm .specific table td{
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding: 0 .45rem;
}
.dtls-btm .down-list li{
	border-bottom: 1px dashed rgba(153, 153, 153, .6);
	line-height: 70px;
	display: flex;
	justify-content: space-between;
}
.dtls-btm .down-list li h5{
	background: url(../image/download.png) left center no-repeat;
	padding-left: 47px;
	font-size: 22px;
	color: #333333;
	font-weight: 400;
	width: 85%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.dtls-btm .down-list li .down-btn{
	text-decoration: underline;
	font-size: 18px;
	color: #0A3D8E;
}
.dtls-btm .ask-box{
	border-bottom: 1px dashed rgba(153, 153, 153, .6);
	padding-bottom: .35rem;
	margin-bottom: .45rem;
}
.dtls-btm .ask-box:last-child{
	border-bottom: none;
}
.dtls-btm .ask-box .i-more{
	border-top: 1px dashed rgba(153, 153, 153, .6);
	margin: .38rem 0 0 60px;
	padding: .38rem 0 0 0;
}
.dtls-btm .ask-box .ques,
.dtls-btm .ask-box .as{
	overflow: hidden;
}
.dtls-btm .ask-box .as{
	margin-top: .3rem;
}
.dtls-btm .ask-box .ques span,
.dtls-btm .ask-box .as span{
	display: inline-block;
	width: 34px;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	color: #FFFFFF;
}
.dtls-btm .ask-box .ques span{
	background: #0A3D8E;
}
.dtls-btm .ask-box .as span{
	background: #C8C8C8;
}
.dtls-btm .ask-box .txt{
	font-size: 24px;
	color: #333333;
	/* padding-left: 30px; */
	margin-left: 50px;
}
.dtls-btm .ask-box .as .txt{
	color: #666666;
	font-size: 20px;
	margin-left: 50px;
}
.dtls-btm .buy-way .buy-pic{
	width: 34.03%;
	max-width: 490px;
	max-height: 326px;
	overflow: hidden;
}
.dtls-btm .buy-way .buy-pic img{
	width: 100%;
}
.dtls-btm .buy-way .buy-cont{
	width: 60.56%;
}
.dtls-btm .buy-way .buy-cont .buy-item{
	position: relative;
	margin-bottom: .4rem;
}
.dtls-btm .buy-way .buy-cont .buy-item span,
.dtls-btm .buy-way .buy-cont .buy-item .buy-link{
	display: inline-block;
	font-size: 20px;
	color: #666666;
	padding-left: 66px;
	line-height: 40px;
}
.dtls-btm .buy-way .buy-cont .buy-item .tel{
	background: url(../image/headset-one.png) left center no-repeat;
}
.dtls-btm .buy-way .buy-cont .buy-item .email{
	background: url(../image/email.png) left center no-repeat;
	margin-left: .6rem;
}
.dtls-btm .buy-way .buy-cont .buy-item .wx{
	background: url(../image/wechat.png) left center no-repeat;
	cursor: pointer;
}
.dtls-btm .buy-way .buy-cont .buy-item .qq{
	background: url(../image/qq.png) left center no-repeat;
	margin-left: .6rem;
}
.dtls-btm .buy-way .buy-cont .buy-item .qq a {
	color: #666666;
}
.dtls-btm .buy-way .buy-cont .buy-item .buy-link{
	background: url(../image/links.png) left center no-repeat;
}
.dtls-btm .buy-way .apply-btn{
	display: block;
	width: 180px;
	height: 60px;
	background: #0A3D8E;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: .75rem;
	transition: all .5s;
}
.dtls-btm .buy-way .apply-btn:hover{
	background: #092653;
}
/*解决方案*/
.solu-list li{
	background: #FFFFFF;
	padding: .5rem .55rem;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.solu-list .solu-pic{
	width: 37.07%;
	max-width: 493px;
	max-height: 393px;
	overflow: hidden;
}
.solu-list .solu-pic img{
	width: 100%;
	transition: all .5s;
	display: block;
	height: 100%;
}
.solu-list .solu-pic:hover img{
	transform: scale(1.05);
}
.solu-list .solu-text{
	width: 57.22%;
}
.solu-list .dtls-btn{
	display: block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #0A3D8E;
	font-size: 20px;
	color: #FFFFFF;
}
.solu-list .solu-text .dtls-tit h4 a{
	color: #333333;
	transition: all .5s;
}
.solu-list .solu-text .dtls-tit h4:hover a{
	color: #0A3D8E;
}
.solu-list .solu-text .user-op{
    margin-top: 30px;
}
.dtls-btm .hardware{
	display: flex;
	margin: 0 0 .4rem -1.5%;
	flex-wrap: wrap;
}
.dtls-btm .hardware li{
	width: 23.47%;
	margin: 0 0 .6rem 1.5%;
}
.dtls-btm .hardware li .hd-pic{
	border: 1px solid #CCCCCC;
	max-width: 338px;
	max-height: 231px;
	overflow: hidden;
}
.dtls-btm .hardware li .hd-pic img{
	width: 100%;
}
.dtls-btm .hardware li h5{
	font-size: 26px;
	color: #333333;
	margin-top: .35rem;
}
.dtls-btm .customized h4{
	font-size: 26px;
	color: #333333;
	margin-bottom: .3rem;
}
.dtls-btm .cus-list{
	margin-top: .6rem;
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}
.dtls-btm .cus-list li{
	/* display: flex; */
	/* justify-content: space-between; */
	/* border-bottom: 1px dashed rgba(0,0,0,.2); */
	padding-bottom: .36rem;
	margin-bottom: 36px;
	/* align-items: center; */
	width: 18%;
	margin-left: 2%;
}
.dtls-btm .cus-list li .cus-left{
	/* display: flex; */
}
.dtls-btm .cus-list li .cus-pic{
	border: 1px solid #CCCCCC;
	width: 100%;
	/* height: 185px; */
	max-width: 269px;
	/* max-height: 185px; */
	overflow: hidden;
}
.dtls-btm .cus-list li .cus-pic img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.dtls-btm .cus-list li .cus-descript{
	/* margin-left: .4rem; */
	margin-top: 25px;
}
.dtls-btm .cus-list li h6{
	font-size: 24px;
	color: #333333;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dtls-btm .cus-list li p{
	font-size: 22px;
	color: #333333;
	margin-top: 5px;
	line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dtls-btm .cus-list li .add-num{
	display: flex;
	margin-top: 20px;
}
.dtls-btm .cus-list li .num-btn{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	cursor: pointer;
	border-radius: 3px;
	cursor: pointer;
}
.dtls-btm .cus-list li .add-none{
	/* background: url(../images/solution/add-ico.png) center center no-repeat; */
	background: #0A3D8D;
	color: #FFFFFF;
}
.dtls-btm .cus-list li .add-btn{
	border: 2px solid #0A3D8D;
	color: #0A3D8D;
	line-height: 26px;
}
.dtls-btm .cus-list li .minus-btn{
	background: #0A3D8D;
	color: #FFFFFF;
}
.dtls-btm .cus-list li input{
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	margin: 0 10px;
}
.submit-solution{
	display: block;
	width: 154px;
	height: 48px;
	background: #0A3D8E;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	color: #FFFFFF;
	transition: all .5s;
}
.submit-solution:hover{
	background: #092653;
}
.pop-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,.5);
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.solution-pop{
	width: 980px;
	height: 498px;
	background: #FDFDFD;
	border-radius: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -249px 0 0 -480px;
	z-index: 1001;
	overflow: hidden;
	display: none;
	padding: .5rem .7rem;
}
.solution-pop h5{
	font-size: 28px;
	color: #333333;
	font-weight: 500;
}
.solution-pop p{
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
.solution-pop .form-item{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.solution-pop .form-item label,
.txt-con label{
	display: block;
	font-size: 18px;
	color: #999999;
	font-weight: 400;
}
.inp-con.txt-con{
	margin-top: 30px;
}
.solution-pop .form-item label span,
.txt-con label span{
	color: #E52C2C;
}
.solution-pop .form-item input{
	width: 394px;
	height: 48px;
	line-height: 44px;
	background: #FFFFFF;
	border: 2px solid rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 0 10px;
	margin-top: 15px;
}
.txt-con textarea{
	border: 2px solid rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 10px;
	margin-top: 15px;
	width: 100%;
	resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #C9C9C9;
	font-size: 14px;
}
input::-moz-input-placeholder,textarea::-moz-input-placeholder {
	color: #C9C9C9;
	font-size: 14px;
}
input::-ms-input-placeholder,textarea::-moz-input-placeholder {
	color: #C9C9C9;
	font-size: 14px;
}
.solution-pop .submit-btn{
	width: 136px;
	height: 46px;
	background: #0A3D8E;
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 40px;
}
.solution-pop.pro-pop{
	height: 790px;
	margin: -395px 0 0 -480px;
}
.dtls-btm .cus-list li .mobile-add-num{
	display: none;
}
.close-btn{
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../image/close-btn.png) center center no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
	cursor: pointer;
}
.video-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-list .v-item{
	width: 100%;
	margin-bottom: 15px;
}
.video-list .v-item.style01{
	width: 48.5%;
}
.video-list .v-item.style02{
	width: 32.5%;
}
.video-list .v-item{
	position: relative;
}
.video-list .v-item img{
	width: 100%;
}
.video-list .v-item .video-play{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	background: url(../image/icon-play.png) center center no-repeat;
	background-size: 100%;
}
.shadow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.video-parent{
	width: 960px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	display: none;
	position: fixed;
	z-index: 111;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -480px;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button{
	display: block;
}
.video-js .vjs-time-control{display:block;}
.video-js .vjs-remaining-time{display: none;}

/* 20210908 msj */
.wxImg{
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #FFFFFF;
	margin-bottom: 10px;
	width: 120px;
	padding: 5px;
	color: #333333;
	box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
	text-align: center;
	display: none;
}
.wxImg::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 12px;
	top: 100%;
}
.wxImg img{
	width: 100%;
	height: auto;
}
.share-box{
	position: absolute;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 20px rgb(18 18 18 / 10%);
	box-shadow: 0 5px 20px rgb(18 18 18 / 10%);
	z-index: 203;
	top: 40px;
	width: 125px;
	left: -40px;
	padding: 15px;
	display: none;
}
.share-list{
	list-style: none;
}
.share-en{
	display: none;
}
.en .share-cn {
	display: none;
}
.en .share-en {
	display: block;
}
.share-list li{
	display: block;
	background: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.share-list li:last-child{
	margin-bottom: 0;
}
.share-list li a{
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.share-list li a i{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 2px;
	margin-top: -4px;
	font-size: 18px;
}
.share_qzone i {
	background-image: url(../image/share_qzone.gif);
}
.share_weibo i {
	background-image: url(../image/share_weibo.gif);
}
.share_weixin i {
	background-image: url(../image/share_weixin.gif);
}
.qrcode canvas{
	display: block;
	width: 93px;
	height: 93px;
}
.share_fb i {
	color: #3B5998;
}
.share_lin i {
	color: #1DA1F2;
}
.share_tw i {
	color: #0077B5;
}
.share-box .item{
	margin-bottom: 15px;
}
.share-box .bshare-custom a{
	padding-left: 25px;
	font-size: 14px;
}
.share-box .arrow{
	width: 32px;
	height: 16px;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	left: 50%;
	top: 0px;
	margin-left: -4px;
}
.share-box .arrow::after{
	content: "";
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	margin: -12px;
	border: 1px solid #ebebeb;
	background: #fff;
	-webkit-transform: rotate(
		45deg
	);
	transform: rotate(
		45deg
	);
	pointer-events: auto;
	left: 50%;
	bottom: -8px;
}

.mSwiper{
    display: flex;
    justify-content: space-between;
    height: 404px;
    overflow: hidden;
}
.mBig{
    position: relative;
    width: 78.82%;
    height: 100%;
	border: 1px solid #0A3D8E;
}
.mBig .swiper-container{
    height: 100%;
}
.mSmall{
    width: 18%;
    height: 100%;
    overflow: hidden;
}
.mSmall .swiper-container{
    height: 100%;
}
.mBigImg{
    position: relative;
    overflow: hidden;
    /* height: 0; */
    /* padding-bottom: 100%; */
	height: 100%;
	padding: 0;
}
.mBigImg .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background-size: contain;
    transition: all .3s;
}
.mSmallImg{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mSmallImg .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    transition: all .3s;
	cursor: pointer;
}
.active .mSmallImg::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #0A3D8E;
}
.mBtn{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.mBtn span{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 1px;
    cursor: pointer;
    opacity: .5;
    transition: all .3s;
}
.prev{
    background-image: url(../image/prev.png);
}
.next{
    background-image: url(../image/next.png);
}
.mBtn span:hover{
    opacity: 1;
    background-color: #0A3D8E;
}
.one .mSmall{
	display: none;
}
.one .mBig{
	width: 100%;
}
.one .mBtn{
	display: none;
}