/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
	background-color: #f5f5f5;
}

input::-ms-clear{display:none;}

.wrapper{position:relative}

@media (min-width: 800px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 760px;
}
}

@media (min-width: 840px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 800px;
}
}


@media (min-width: 900px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 860px;
}
}

@media (min-width: 960px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 920px;
}
}

@media (min-width: 1000px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 960px;
}
}

@media (min-width: 1120px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px;
}
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}

@media (min-width: 1280px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
}
}

@media (min-width: 1360px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
}

@media (min-width: 1440px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
}
}

@media (min-width: 1600px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1540px;
}
}

@media (min-width: 1920px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1600px;
}
}


li {
	list-style: none;
}

a {
	color: #212529
}
a:hover {
	text-decoration: none;
}

.footer a {
	color: #eff0f1;
}

.footer a:hover {
	color: #06e121;
}

p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}

.text-secondary a:hover {
    color: #007bff;
}

.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 16px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .55rem .85rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination a:first-child {
    border-radius: 17px 0 0 17px;
}

.pagination a:last-child {
    border-radius: 0 17px 17px 0;
}

a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}


ul.pagination {

}

ul.pagination>li {
	display: inline-block;
    min-width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 2px;
}

ul.pagination>li.active{
	background-color: #46A3FF;
	color: #fff;
}
ul.pagination>li.disabled{
	color: #aaa;
}


/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.qrcode, .qrcode img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
}

.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}

/*浮动条*/
.floatbar {
	position: fixed;
	top: 50%;
    margin-top: 0px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.floatbar a {
	color: #666;
}
.floatbar a:hover {
	text-decoration: none;
}
.floatbar dl {
	background: #0291d4;
    padding: 10px 5px;
    margin-bottom: 4px;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 15px;
}
.floatbar dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.floatbar dl dd.dd-icon {
	
}

.floatbar dl dd.dd-title {
	display: none;
}

.floatbar dl dd i {
	font-size: 36px;
    line-height: 40px;
}
.floatbar dl:hover {
	background: #1781bd;
}
.floatbar dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #e4e4e4;
	z-index: 9999;
	display: none;
	padding: 50px 15px 15px;
	font-weight: normal;
	box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
	border-radius: 5px;
}
.floatbar dl dt h3 {
	display: block;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    height: 40px;
    top: 0;
    right: 0;
    line-height: 30px;
}
.floatbar dl dt h3 i {
	margin-right: 5px;
}
.floatbar dl dt h3 span {
	float: right;
	cursor: pointer;
}
.floatbar dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.floatbar dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

.card-img-200 {
	height: 200px;
	overflow: hidden;
}

.popup-form .remove:hover {
	color: #f00;
}

.popup-form .remove:active {
	padding: 1px 1px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}

.lh-2 li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.828rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 3.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}

.xui.sonsort {
	border-bottom: 1px solid #ccc;
}

.xui-wrapper {
    margin-bottom: 3em;
    margin-top: 1.5em;
}

.xui-inner {width: 100%; margin:0 auto;}
.xui-clear{ clear:both; height:0px; overflow:hidden;}
.thumbnail {position:relative; overflow: hidden;}
.thumbnail a {display:block; position:relative; overflow:hidden; height: 100%;}
.thumbnail img {display:block; position:absolute; left:0; top:0; width:100%; height:100%;}
.xui-postbottom {font-size:14px; color:#999; margin-left:80px; margin-bottom:20px;}
.xui-bgcolor {background-color:#ff7200;}

.xui-main {float:left; width:71.8%; overflow:hidden;}

.xui-main .doc-viewer {
	background: #fff;
    box-shadow: -2px 1px 9px rgb(0 0 0 / 10%);
    padding: 30px 56px 30px;
	overflow: hidden;
	font-size: 16px;
}

.xui-main .doc-viewer .additional-info {
	font-size: 14px;
}

.page-nextbtn {
    margin: 20px 0;
    padding-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.xui-sidebar {width:26.2%; float:right;}

.xui-main .content {
	width: 100%;
}


.xui-main .content-viewer {
	padding: 20px 6px 10px;
	background-color: #fdfdfd;
	font-size: 16px;
}

.xui-widget {margin-bottom:25px; overflow: hidden; background-color:#fff; border:1px solid #eee; border-radius: 2px 2px 3px 3px; padding:20px;}
.xui-widget h3 {
	font-weight:normal; 
	font-size:18px; 
	line-height: 1.125em; 
	margin-bottom:15px;
	border-left: 3px solid #03a9f4;
   padding-left: 0.5em;
}
.xui-widget li {border-top:1px solid #eee; overflow: hidden; font-size:16px;  position:relative; padding:10px 0 10px 15px;}
.xui-widget li:before {content:''; display:block; width:6px; height:6px; background-color:#aaa; border-radius:50%; position:absolute; left:0; top:21px;}
.xui-widget li a {display: block; word-break: break-all;}
.xui-widget .text time {display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:12px; color:#999;}

.xui-widget .pic {padding:10px 0; border-top:1px solid #eee;}
.xui-widget .pic:before {display:none;}
.xui-widget .pic .xui-thumbnail {float:left; width:100px;}
.xui-widget .pic p {margin-left:110px; overflow: hidden;}
.xui-widget .pic a {display:block; font-size:16px; line-height: 1.5em; max-height:4.5em; overflow: hidden;}

.xui-widget.hotpost {
    border-top: 2px solid #03a9f4;
}

.xui-widget.hotpost h3 {
	border-left-color: #03a9f4;
}

.xui-widget.newpost {
    border-top: 2px solid #4caf50;
}

.xui-widget.newpost h3 {
	border-left-color: #4caf50;
}

.xui-widget.divTags {
    border-top: 2px solid #ff9800;
}

.xui-widget.divTags h3 {
	border-left-color: #ff9800;
}

.xui-list {
	
}

.xui-list .xui-newsitem {
	overflow: hidden;
	margin-bottom: 1em;
	background-color: #fff;
	padding: 10px 10px;
    border-radius: 3px;
}

.xui-newsitem {overflow: hidden;}
.xui-newsitem .thumbnail {float:left; width:224px; height:126px;}
.xui-newsitem .info {margin-left:234px; overflow: hidden;}
.xui-newsitem h2 {font-weight:normal; font-size:22px; line-height: 1.35em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom:5px;}
.xui-newsitem h2 a {color:#333;}
.xui-newsitem h2 a:hover {color:#ff7200;}
.xui-newsitem .meta {color:#999; margin-bottom:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px;}
.xui-newsitem .meta a {color:#888;}
.xui-newsitem .meta span {margin-right:15px;}
.xui-newsitem .meta span:last-child {margin-right:0;}
.xui-newsitem p {font-size:14px; line-height: 1.4em; overflow:hidden; color:#555;}


.xui-newsitem .title-bar {
	height: 28px;
	padding: 0px 0 2px;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.xui-newsitem .title-bar .fa{
	font-size: 16px;
    line-height: 24px;
}

.xui-newsitem .title-bar a{
	display: inline-block;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	float: left;
}

.xui-newsitem .title-bar .badge{
	font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    height: 16px;
	margin-left: 0.5em;
}

.xui-newsitem .title-bar .badge.badge-danger{
	
}
.xui-newsitem .title-bar .badge.badge-warning{
	
}
.xui-newsitem .title-bar .badge.badge-info{
	
}

.xui-newsitem .desc-area {
	height: 76px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size:14px;
}

.xui-newsitem .foot-bar {
	height: 20px;
	overflow: hidden;
	font-size: 14px;
}

.xui-newsitem .foot-bar span {
	display: inline-block;
    padding: 0 4px;
    margin-right: 4px;
    color: #555;
}

.xui-newsitem .foot-bar .p-time{
	
}

.xui-newsitem .foot-bar .p-visits{
	
}

.xui-newsitem .foot-bar .p-likes{
	
}

.xui-newsitem .foot-bar .p-subsortname{
	
}

.xui-newsitem .foot-bar .num {
	font-weight: 600;
}

.tags-list {
	border-top: 1px solid #d7d5d5;
	padding: 0.5em 0;
}

.tags-list .tag-item {
	display: inline-block;
    font-size: 12px;
    color: #484848;
    background: #efefef;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 3px 0 3px 3px;
}

.tags-list .tag-item-select {
	display: inline-block;
    font-size: 12px;
   background-color: #3385ff;
	
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 3px 0 3px 3px;
}
.tags-list .tag-item:hover {
	background-color: #3385ff;
	
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
}


@media only screen and (max-width:1536px) {

}

@media only screen and (max-width:1280px) {	
	/*1280px两栏*/
	.xui-main {width:61.8%;}
	.xui-sidebar {width:35.2%;}
	
	/*960px新闻列表*/
	.xui-newsitem .thumbnail {width:192px;height: 108px;}
	.xui-newsitem .info {margin-left:202px;}
	.xui-newsitem h2 {font-size:24px; margin-bottom:5px;}
	.xui-newsitem time {font-size:14px; margin-bottom:5px;}
	.xui-newsitem p {font-size:14px;}
	
	.xui-newsitem .desc-area {
		height: 60px;
	}
}
@media only screen and (max-width:960px) {
	.xui-wrapper {margin-bottom:0;}

	.pagenavi {padding-top:20px;}
	

	.xui-details .title {font-size:24px;}

	.xui-main {width:auto; float:none; margin-bottom:0;}
	.xui-sidebar {width:auto; float:none;}
	.xui-widget h3 {font-size:18px;}

	.container {
		padding-right: 4px;
		padding-left: 4px;
	}
}

.ask-list {
	padding: 20px 0;
}

.ask-list .ask-caption {
	line-height: 30px;
    /* border-bottom: 1px dotted #ccc; */
    padding: 10px 10px 0;
    border-top: 0px solid #ccc;
}

.ask-list .ask-caption-title {
	font-size: 20px;
    font-weight: 600;
    color: #153c67;
}

.ask-list .ask-item {
	padding: 0px 0px;
	border-top: 0px solid #ccc;
}

.ask-list .ask-item-answer {
	padding: 0 0 20px 30px;
	font-size: 16px;
	display: none;
}

.ask-list .ask-item.open .ask-item-answer {
	display: block;
}



.ask-list .ask-item-title {
	z-index: 0;
	padding: 1.0rem 1rem 1.0rem 2rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	position: relative;
	color: #000;
	border-top: 1px solid #ccc;
	font-weight: bold;
	cursor: pointer;
}

.ask-list .ask-item-title:hover {
	color: #1662b5;
}

.ask-list .ask-item-number>i.xicon {
	font-size: 20px;
    display: inline-block;
    width: 20px;
}

.ask-list .ask-item-number {
    position: absolute;
    left: 4px;
    top: 14px;
}

.ask-list .ask-item.open .ask-item-number>.xicon-angle-right:before {
	content: "\e688";
}

.ask-list .ask-item.open .ask-item-number>.wicon-xiangyou:before {
	content: "\e6cb";
}

.btn-group .btn-a {
	display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #0067b8;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0062cc;
}

.nav-item .dropdown-menu{
	margin-top:0;
	min-width:220px;
	border-radius:0;
}

.nav-item .dropdown-menu .dropdown-item {
	height: 2.3rem;
    line-height: 1.8rem;
}

.nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #f0f0f0;
    color: #3a99ff;
}
.nav-item .dropdown-icon:after {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #2c2c2c;
	transform-origin: 100% 25%;
	transform: rotate(45deg);
	transition: transform .1s ease;
	content: "";
	margin-left: 5px;
	margin-right: 2.25px;
}

.doc-wrapper {
	
}

.doc-inner {
	overflow:hidden;
	background-color: #fff;
	display: flex;
    flex-direction: row;
}

.doc-wrapper .doc-list{
	width: 300px;
    min-height: 480px;
    background-color: #f0f0f0;
    padding: 10px 0;
    border-top: 3px solid #1c88fb;
    z-index: 100;
    height: calc(100% - 81px);
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.doc-wrapper .doc-main{
	overflow: hidden;
    min-height: 480px;
    background-color: #fff;
    padding-left: 30px;
    flex-grow: 1;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.software-list .price.price-free {
    color: #000;
}

.software-list .price .price-content {
    font-size: 1.16em;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 1;
    height: 20px;
    width: 42px;
    overflow: hidden;
    text-align: center;
	line-height: 16px;
	color: #fff;
}

.software-list .price .price-mark {
    position: absolute;
    border-width: 40px;
    width: 0;
    border-style: dashed dashed solid;
    display: block;
    top: -40px;
    right: -40px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	border-color: transparent transparent #fb9035
}

.software-list .source.open-source {
    color: #000;
}

.software-list .open-source .source-content {
    font-size: 1.16em;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    height: 20px;
    width: 42px;
    overflow: hidden;
    text-align: center;
	line-height: 16px;
}

.software-list .open-source .source-mark {
    position: absolute;
    border-width: 40px;
    width: 0;
    border-style: dashed dashed solid;
    display: block;
    top: -40px;
    left: -40px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-color: transparent transparent #a9f164;
}

.product-list .flag-recommend .recommend-content {
    font-size: 1.0em;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 1;
    height: 20px;
    width: 42px;
    overflow: hidden;
    text-align: center;
	line-height: 16px;
	color: #ffffff;
}

.product-list .flag-recommend .recommend-mark {
    position: absolute;
    border-width: 40px;
    width: 0;
    border-style: dashed dashed solid;
    display: block;
    top: -40px;
    right: -40px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	border-color: transparent transparent #dc4c35;
}


@media only screen and (max-width:1280px) {	
	/*1280px两栏*/
	.doc-wrapper .doc-main {margin-left: 260px;}
	.doc-wrapper .doc-list {width:260px;}

}

@media only screen and (max-width:960px) {
	.doc-wrapper {margin-bottom:0;}

	.doc-wrapper .doc-main {width:auto; float:none; margin-bottom:0;margin-left: 0;padding-left: 0;}
	.doc-wrapper .doc-list {width:auto; float:none; position: relative;}
	.doc-widget h3 {font-size:18px;}
}

ul.doc-listview {
	
}

ul.doc-listview>li {
	padding: 4px 10px 4px 10px;
	line-height: 22px;
	cursor: pointer;
}

ul.doc-listview>li:hover {
	background-color: #97c3f3;
	background-color: rgb(64 127 195 / 50%);
	
}

ul.doc-listview>li.doc-section {
	padding-left: 10px;
	font-weight: 600;
}

ul.doc-listview>li a {
	color: #555;
}

ul.doc-listview>li a:hover {
	color: #1b599c;
}

ul.doc-listview>li:hover a {
	color:#fff;
}

ul.doc-listview>li a i.fa {
	margin-right: 6px;
    font-size: 14px;
}

ul.doc-listview>li.doc-section i.fa:before {
	content: "\f115";
}

ul.doc-listview>li.doc-section.close-list i.fa:before{
	content: "\f114";
}

ul.doc-listview>li.current {
	background-color: #dedede;
}

ul.doc-listview>li.current a {
	font-weight: bold;
    color: #459df7;
}


.doc-search {
	
}

.doc-caption {
	padding: 30px 10px 10px;
    border-bottom: 1px solid #d5d5d5;
}
	
.doc-caption .doc-caption-main {
	font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #555;
    line-height: 28px;
}

.doc-caption .doc-caption-sub  {
	font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #666;
}
	
.doc-body {
	
}

.doc-title {
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
    color: #27a8e1;
    /* float: left; */
    margin: 0;
}

.doc-list-header {
	position: relative;
    height: 60px;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}

.doc-list-body {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 0;
}

.doc-list-footer {
	flex: none;
    background: #fafafa;
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    line-height: 24px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 26px 6px 6px;
    height: 34px;
    line-height: 20px;
    font-size: 14px;
	color: #555;
}

.search-form input[type="text"]:focus {
	outline:none;
	border-color: #1d97c7;
}

.search-form i.fa {
	position: absolute;
    font-size: 18px;
    color: rgb(0 0 0 / 46%);
    right: 6px;
    top: 7px;
}

.search-form i.fa.remove {
	cursor:pointer;
}

.search-form i.fa.remove:before {
	content: "\f00d";
}

.doc-body span.highlight, .doc-caption span.highlight {
    background-color: #ff751a;
}

.main-container {
	
}

.slide-title
{
	top:30%; 
	width:60%; 
	overflow:hidden;
}

.slide-subtitle {
	width:60%;
}

.slide-title.title-pos-left {
	left: 25%;
}

.slide-title.title-pos-center {
	left: 25%;
}

.slide-title.title-pos-right {
	left: 50%;
}

.slide-desc {
	width: 68%;
	color: #23a541;
	margin-top: 2em;
	font-size: 16px;
	max-width: 800px;
	line-height: 20px;
}


.swiper-text {
	position: absolute;
    top: 30%;
    bottom: 0;
    right: 0;
    left: 0;
}

.swiper-text .swiper-text-inner {
	width: 100%;
	overflow: hidden;
}


.swiper-image {

}

.swiper-text-left {
	
}

.swiper-text-right {
	
}

.swiper-text-center {
	
}

.slide-button-wrap {
	margin-top: 3rem;
	width: 100%;
}

.swiper-text-right .slide-title, .swiper-text-right .slide-subtitle, .swiper-text-right .slide-desc, .swiper-text-right .slide-button-wrap{
	float: right;
	max-width: 800px;
}

.swiper-text-center .slide-title, .swiper-text-center .slide-subtitle, .swiper-text-center .slide-desc, .swiper-text-center .slide-button-wrap {
	max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



.slide-button-wrap .slide-btn{
	min-width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    background: #e0e0e0;
    border-radius: 22px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
	margin-right: 10px;
}

.slide-button-wrap .slide-btn:hover{
	color: #f2faff;
    background-color: #4798f9;
}

.slide-button-wrap .slide-btn.btn-green {
	color: #f0f0f0;
    background-color: #3eaf7c;
}
	
.slide-button-wrap .slide-btn.btn-blue {
	background-color: #0ea8ef;
    color: #f0f0f0;
}

.slide-button-wrap .slide-btn.btn-white {
	background-color: #f0f0f0;
    color: #333;
}


.slide-button-wrap .slide-btn.btn-green:hover {
	color: #fff;
    background-color: #20c179;
}
	
.slide-button-wrap .slide-btn.btn-blue:hover {
	background-color: #2db1ef;
    color: #ffffff;
}

.slide-button-wrap .slide-btn.btn-white:hover {
	background-color: #f0f0f0;
    color: #333;
}

@media only screen and (max-width: 1560px) {
	.swiper-text {
		top: 20%;
	}
}

@media only screen and (max-width: 1360px) {
	
	.swiper-text {
		top: 18%;
	}
	
	.slide-desc {
		width:78%;
	}
	
	.slide-title {
		width: 78%;
	}
	
	.slide-subtitle {
		width:78%;
	}
	
	.slide-button-wrap {
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 1280px) {
	
	.swiper-text {
		top: 15%;
	}
	
	.slide-desc {
		width:80%;
	}
	
	.slide-title {
		width: 80%;
	}
	
	.slide-subtitle {
		width:80%;
	}
	
	.slide-button-wrap {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 1120px) {
	.slide-desc {
		display: none;
	}
	
	.slide-title {
		width: 100%;
	}
	
	.slide-subtitle {
		width:100%;
	}
}


.qqlist {
	
}

.qqlist li {
	height: 50px;
    line-height: 20px;
    padding: 2px 2px;
}

.qqlist li>a {
	display: inline-block;
    height: 46px;
    padding-right: 6px;
    padding: 3px 6px;
    width: 100%;
}

.qqlist li>a:hover {
	color: #007fea;
    background-color: #c7e0f5;
}

.qqlist li>a img {
	width: 40px;
    height: auto;
    float: left;
}

.qqlist li>a .qqlabel {
	height: 40px;
    display: inline-block;
    float: left;
    margin-left: 5px;
    line-height: 20px;
}

a.title_adlink {
	color: #f1f1f1;
}

a.title_adlink:hover {
	color: #98caff;
}

a.title_adlink:active {
	color: #b1eafb;
}

.page-navbar {
	margin-top: 20px;
}

/*--new style --begin */

.zoom{display:inline-block;vertical-align:top}
@font-face{font-family:'iconfont';src:url('fonts/iconfont.eot');src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff2') format('woff2'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');font-weight:normal;font-style:normal}
.shadow{box-shadow:0 1px 2px rgba(0,0,0,0.08)}
.hide{display:none !important}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}

.banner{height:500px;background:#333;background-position:center;background-size:cover;position:relative;z-index:1}
.banner .wrap{height:100%;z-index:1}
.bannercon{
	position:absolute;top:50%;z-index:1;
	height: 200px;
	margin-top: -100px;
}
.banner h1.slidebar-title{font-size:40px;color:#fff}
.banner p{margin-top:25px;font-size:18px;color:#fff}
.bannerbtn{margin-top:50px}
.bannerbtn a{margin-right:30px;padding:0 30px;font-size:18px;color:#fff;line-height:50px;background:#0188fb;box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);border-radius:3px;background-image:-webkit-gradient(linear, left top, right top, from(#459aff), to(#0ac4ff));background-image:linear-gradient(90deg, #459aff, #0ac4ff);-webkit-box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);display:inline-block;vertical-align:top}
.bannerbtn a:last-child{margin:0}
.bannerbtn a:hover {
    background: #2b93ed;
    background-image: linear-gradient(221deg, #0464d7, #67dbff);
}
.bannerbtn a:active {
    background: ##076cc3;
    background-image: linear-gradient(315deg, #0464d7, #67dbff);
}

.banner.right{text-align:right}
.banner.right .bannercon{right:0}

.bannerOnebtn{margin-top:20px; padding-left: 140px;}
.bannerOnebtn a{margin-right:30px;padding:0 30px;font-size:18px;color:#fff;line-height:50px;background:#0188fb;box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);border-radius:3px;background-image:-webkit-gradient(linear, left top, right top, from(#459aff), to(#0ac4ff));background-image:linear-gradient(90deg, #459aff, #0ac4ff);-webkit-box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);display:inline-block;vertical-align:top}
.bannerOnebtn a:last-child{margin:0}
.bannerOnebtn a:hover {
    background: #2b93ed;
    background-image: linear-gradient(221deg, #0464d7, #67dbff);
}
.bannerOnebtn a:active {
    background: ##076cc3;
    background-image: linear-gradient(315deg, #0464d7, #67dbff);
}

.caption{width:80%;margin:auto;padding:0 0 30px;text-align:center}
.caption h4{font-size:26px;color:#333}
.caption p{margin:10px 0;font-size:14px;color:#858585;line-height:24px}
.selling{padding:50px 0 80px;background:#f6f6f6;position:relative;z-index:1}
.selling .wrap{font-size:0}
.selling ul{margin-left:-3%;text-align:center}
.selling li{
width:20%;min-height:200px;
margin-left:3%;
padding:25px 1% 15px;
font-size:16px;
border-radius:3px;
background:#fff;
display:inline-block;
vertical-align:top;
box-sizing: content-box;
}
.selling li a{display:block}
.selling li h4{margin-bottom:10px;font-size:18px;color:#0188fb}
.selling li p{font-size:14px;color:#888}
.selling li:hover{box-shadow:0 3px 5px 0 rgba(0,82,217,0.1)}
.sellingimg{margin:10px 0 10px}
.sellingimg img{height:80px}
.prolist ul{margin-left:-3%;font-size:0;zoom:1}
.prolist ul::after{content:"";display:block;clear:both}
.prolist li{width:30.33%;margin:0 0 3% 3%;display:inline-block;vertical-align:top}
.proimg{width:100%;margin-bottom:10px}
.proimg a{width:100%;height:0;padding-bottom:70%;text-align:center;overflow:hidden;position:relative;z-index:2;display:block}
.proimg a img{min-width:100%;min-height:100%;position:absolute;top:0;left:0}
.proimg a:hover img{-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.proname h2{font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.proname h2 a{font-size:16px;color:#333}
.proname h2 a:hover{color:#0188fb}
.prointro{height:44px;margin-top:10px;font-size:14px;color:#999;line-height:22px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box}
.proone,.protwo{padding:80px 0 80px;background:#e6e6e6;overflow:hidden;position:relative;z-index:1}
.procon{position:relative;z-index:1}
.procon h4{font-size:36px}
.procon p{margin:10px 0 50px;font-size:16px}
.procon dl{margin-top:10px;line-height:38px;zoom:1}
.procon dl::after{content:"";display:block;clear:both}
.procon dl dt{float:left;display:inline;margin-right:10px;font-size:18px;color:#0188fb}
.procon dl dt span{
	width:26px;
	height:26px;
	margin-right:10px;
	padding:6px;
	text-align:center;
	border-radius:50%;
	background:#0188fb;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	box-sizing: content-box;
}
.procon dl dt span img{display:block;
	max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
}
.proimgbg{position:absolute;right:0;top:-40px;z-index:0}
.proimgbg img{
	display:block;
	
}
.protwo dt{margin-right:10px}

.procon dl dt a {
	color:#0188fb
}

.procon dl dt a:hover {
    color: #0ba72f;
}

.clearfix:after {
    display: block;
    content: ' ';
    clear: both;
}

.prod-main {
    position: relative;
}

.prod-main ul {
    margin: 0 -8px;
}

.prod-main ul li.prod-item {
    float: left;
    width: 33.333%;
}

.prod-con {
    margin: 0 8px 40px;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
}

.prod-con:hover{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
	border-color: #459aff;
}


.prod-con a.prod-pic-one {
    display: block;
    position: relative;
    height: 215px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prod-con a.prod-pic-one img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    vertical-align: top;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
	height: 100%;
}
.prod-con a.prod-pic-one .mask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.2);
}

.prod-con .prod-con_main {
    padding-bottom: 12px;
    background: #fff;
    letter-spacing: .5px;
    overflow: hidden;
}

.prod-con .prod-con_main b.prod-title {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 22px;
    padding: 6px 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

b.prod-title a {
    display: block;
    max-width: 100%;
    color: #4e585a;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-decoration: none;
}

b.prod-title a:hover {
	text-decoration: none;
	color: #0080c3;
}


.prod-con .prod-con_main .prod-brief {
    display: -webkit-box;
    height: 80px;
    line-height: 20px;
    font-size: 14px;
    color: #464646;
    padding: 0 10px;
    margin: 7px 0 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-con .prod-con_main .prod-meta {
    line-height: 20px;
    padding: 10px 10px 0;
    border-top: 1px solid #eee;
	height: 80px;
	text-align: center;
}

.prod-con .prod-con_main .prod-meta span {
    float: left;
    display: block;
    font-size: 12px;
    color: #888;
    padding-right: 6px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-con .prod-con_main .prod-meta .goto-btn {
	font-size: 16px;
	color: #f0f0f0;
	display: block;
	min-width: 100px;
	max-width: 200px;
	width: 60%;
	border: 1px solid #00659a;
	background-color: #0077b5;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.prod-con .prod-con_main .prod-meta .goto-btn:hover {
	color: #ffffff;
    background-color: #0a8fd4;
    border-color: #0188fb;
}

.vs{padding:80px 0 80px;font-size:0;background:#fff;position:relative;z-index:1}
.vstitle{width:70%;height:70px;margin:0 auto 60px;zoom:1}
.vstitle::after{content:"";display:block;clear:both}
.vstitle h4{width:45%;float:left;display:inline;padding:0 5% 0 0;font-size:24px;color:#fff;text-align:center;line-height:70px;border-radius:70px;
white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:#0188fb;box-sizing: content-box;}

.vstitle .rdock{float:right;display:inline;padding:0 0 0 5%;background:#333}
.vsicon{width:100px;margin:0 auto -88px;padding:5px;text-align:center;border-radius:50%;background:linear-gradient(90deg, #0188fb, #333);
display:block;box-sizing: content-box;}
.vsicon span{
	width:100px;
	height:100px;
	font-size:50px;
	color:#333;
	text-align:center;
	line-height:100px;
	border-radius:50%;
	background:#fff;
	display:inline-block;
	box-sizing: content-box;
}
.vslist{width:50%;font-size:0;box-sizing:border-box;display:inline-block;vertical-align:top}
.vslist dl{width:100%;margin-top:20px;padding-right:50px;font-size:16px;text-align:right;border-right:1px solid #ddd;box-sizing:border-box;display:inline-block;vertical-align:top;zoom:1}
.vslist dl::after{content:"";display:block;clear:both}
.vslist dl dt{height:60px;float:right;display:inline;margin-left:30px;padding:0 30px;font-size:18px;color:#0188fb;
line-height:60px;border:2px solid #e4e8eb;border-radius:10px;font-weight: 400;}
.vslist dl dd{height:64px;font-size:15px;color:#333;display:flex;align-items:center;justify-content:flex-end}
.vslist:nth-child(odd) dl{padding-left:50px;text-align:left;border:0}
.vslist:nth-child(odd) dl dt{float:left;display:inline;margin:0 30px 0 0;color:#333}
.vslist:nth-child(odd) dl dd{justify-content:flex-start}
.do{padding:80px 0 60px;font-size:0;background:#f6f6f6;position:relative;z-index:1;zoom:1}
.do::after{content:"";display:block;clear:both}
.dotitle{margin:0 0 30px}
.dotitle h4{font-size:26px;color:#333;text-align:center}
.dotitle p{padding:10px 0;font-size:14px;color:#858585;text-align:center;line-height:24px}
.docon ul{margin-left:-3%}
.docon li{width:22%;margin:0 0 3% 3%;display:inline-block;vertical-align:top;*display:inline;*zoom:1}
.docon li:hover img{-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.docon li:hover .doname a{color:#0188fb}
.doimg {
	height: 220px;
    padding: 30px;
}
.doimg a{
	width: 100%;
    height: 100%;
	border-radius:3px;
	position:relative;
	display:block;
	text-align: center;
}
.doimg img{
	max-height: 100%;
	max-width: 100%;
}

.doname{margin-bottom:10px;font-size:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align: center;}
.doname a{
	font-size:18px;
	color: #545454;
    font-weight: 700;
}
.dointro{max-height:72px;font-size:14px;color:#999;line-height:24px;text-overflow:ellipsis;
word-break:break-all;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;
-webkit-box-orient:vertical;
}
.domore{text-align:center}
.domore a{padding:4px 18px 4px 30px;font-size:16px;color:#17a2b8;line-height:36px;border:1px solid #17a2b8;background:#fff;
display:inline-block;
vertical-align:top;
border-radius: 23px;
}
.domore a::after{content:"\e6a6";margin-left:2px;font-size:22px;color:#333;font-family:iconfont;display:inline-block;vertical-align:top}
.domore a:hover{color:#0188fb;border-color:#0188fb;box-shadow:0 3px 5px 0 rgba(0,82,217,0.1),0 1px 4px 0 rgba(0,82,217,0.1)}
.domore a:hover::after{color:#0188fb}
.step{padding:80px 0;background:#fff;position:relative;z-index:1}
.step .caption h4{font-size:24px}
.step .caption p{font-size:24px;color:#0188fb}
.stepcon ul{margin-left:-2%;font-size:0}
.stepcon li{
	width:18%;
	min-height: 194px;
	margin-left:2%;
	padding:30px 1%;
	font-size:16px;
	color:#333;
	text-align:center;
	border:1px solid #e4e8eb;
	border-radius:4px;
	box-sizing:border-box;
	box-shadow:0 3px 5px 0 rgba(255,255,255,0.1),0 1px 4px 0 rgba(0,82,217,0.1);
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	border-top: 1px solid #007bff;
	}
.stepcon li a{display:block; position: relative;}
.stepcon li span{font-size:18px;color:#0188fb}
.stepcon li span i{font-size:24px;font-style:normal}
.stepcon li p{margin-top:10px;padding-top:10px;font-size:14px; line-height: 16px;color:#333;border-top:1px dotted #e4e8eb}
.stepcon li:hover{box-shadow:0 3px 5px 0 rgba(0,82,217,0.1),0 1px 4px 0 rgba(0,82,217,0.1)}

.stepcon li .know-more-btn {
	display: block;
	position: absolute;
}

.case{padding:80px 0 50px;background:#f6f6f6;position:relative;z-index:1}
.casecon ul{margin-left:-7%;font-size:0;text-align:center}
.casecon li{width:16%;margin-left:7%;padding:0 1% 30px;font-size:14px;text-align:center;display:inline-block;vertical-align:top}
.casecon li a{display:block}
.casecon li p{margin-top:10px;font-size:18px;color:#0188fb}
.caseimg{margin:20px 30px 0;padding:30px;border:1px solid #e4e8eb;border-radius:15px;background:#f7f8fb}
.caseimg span{width:100%;height:0;padding-bottom:100%;text-align:center;overflow:hidden;position:relative;display:block}
.caseimg span img{width:100%;height:100%;position:absolute;top:0;left:0}
.caseimg:hover{border-color:#0188fb}
.news{padding:80px 0 50px;background:#fff;position:relative;z-index:1}
.newscon ul{margin-left:-5%;font-size:0}
.newscon li{width:45%;margin:0 0 2% 5%;padding-bottom:2%;font-size:14px;border-bottom:1px dotted #e4e8eb;display:inline-block;vertical-align:top;zoom:1}
.newscon li::after{content:"";display:block;clear:both}
.newscon li a{display:block}
.newscon li:hover .newsdate span,.newscon li:hover a{color:#0188fb}
.newsdate{width:80px;float:left;display:inline;font-family:arial;text-align:center}
.newsdate span{margin-bottom:5px;font-size:30px;color:#333;line-height:30px;display:block}
.newsdate p{font-size:15px;color:#888;line-height:15px;position:relative}
.newsdate p::before,.newsdate p::after{content:"";width:12px;height:1px;background:#e4e8eb;position:absolute;top:7px;left:0}
.newsdate p::after{right:0;left:auto}
.newsinfo{padding-left:120px}
.newsinfo a{margin-bottom:10px;font-size:18px;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.newsinfo p{min-height:45px;font-size:14px;color:#888;line-height:24px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.newsmore{text-align:center}
.newsmore a{padding:0 18px 0 30px;font-size:16px;color:#333;line-height:36px;border:1px solid #e4e8eb;border-radius:3px;background:#fff;display:inline-block;vertical-align:top}
.newsmore a::after{content:"\e6a6";margin-left:2px;font-size:22px;color:#333;font-family:iconfont;display:inline-block;vertical-align:top}
.newsmore a:hover{color:#0188fb;border-color:#0188fb;box-shadow:0 3px 5px 0 rgba(0,82,217,0.1),0 1px 4px 0 rgba(0,82,217,0.1)}
.newsmore a:hover::after{color:#0188fb}
.service{padding:30px 0;background:#fff;position:relative;z-index:1}
.servicecon ul{margin-left:-2%;font-size:0}
.servicecon li{width:23%;margin-left:2%;font-size:14px;display:inline-block;vertical-align:top;zoom:1}
.servicecon li::after{content:"";display:block;clear:both}
.servicecon li a{display:block}
.serviceimg{width:42px;float:left;display:inline;margin-right:15px}

.serviceimg img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
}

.serviceitem h5{margin-bottom:5px;font-size:16px;color:#333}
.serviceitem p{font-size:12px;color:#858585}
.contact{padding:45px 0;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1}
.contact .mask{background:rgba(0,0,0,0.5);position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.contactintro{float:left;display:inline}
.contactintro h5{font-size:30px;color:#fff;line-height:1.5}
.contactintro p{margin-top:10px;font-size:16px;color:#e4e8eb}
.contactbtn{float:right;display:inline;margin-top:15px}
.contactbtn a{margin-right:30px;padding:0 30px;font-size:18px;color:#fff;line-height:50px;background:#0188fb;box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);border-radius:3px;background-image:-webkit-gradient(linear, left top, right top, from(#459aff), to(#0ac4ff));background-image:linear-gradient(90deg, #459aff, #0ac4ff);-webkit-box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);display:inline-block;vertical-align:top}
.contactbtn a:last-child{margin:0}
.content{
	
}
.content .block{margin-bottom:20px}
.content.wide{width:100%}
.goodsimg{position:relative;display:inline}
.goodsimgzoom{width:39.2%;display:inline-block;vertical-align:top}
.goodsimgzoom span{width:100%;height:0;padding-bottom:100%;display:block}
.goodsimglist{width:7%;float:left;display:inline;margin-right:2%}
.goodsimglist ul.orange li a.on{border:2px solid #ff6700}
.goodsimglist li{width:100%;margin:0 0 15%}
.goodsimglist li a{width:100%;height:0;padding-bottom:calc(100% - 2px);border:1px solid #e4e8eb;box-sizing:border-box;overflow:hidden;position:relative;display:block}
.goodsimglist li a.on{width:100%;height:0;margin:0;padding-bottom:calc(100% - 4px);border:2px solid #0188fb;box-sizing:border-box}
.goodsimglist li a.on img{opacity:1}
.goodsimglist li a img{width:100%;min-height:100%;opacity:.8;position:absolute;top:0;left:0}
.goodsimglist li:last-child{margin:0}
.jqzoom{position:relative}
.jqzoom img{width:100%;height:100%;position:absolute;top:0;left:0}
.zoomdiv{width:100%;height:100%;border:1px solid #e4e8eb;text-align:center;background:#fff;overflow:hidden;position:absolute;top:0;left:102%;z-index:100;display:none}
.zoomdiv img{width:800px;max-width:none;height:auto}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0;left:0;border:1px solid #000;background:#fff top no-repeat;opacity:.1;-moz-opacity:.1;-khtml-opacity:.1;filter:alpha(opacity=10);border-radius:3px;cursor:none}
.salebox{margin:20px 0;font-size:0;zoom:1}
.salebox::after{content:"";display:block;clear:both}
.saleimg{width:350px;float:left;display:inline}
.saleimg span{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;display:block}
.saleimg span img{width:100%;min-height:100%;position:absolute;top:0;left:0}
.salecon{width:48%;padding:10px 0 0;float:right;display:inline}
.saletitle{margin-bottom:10px}
.saletitle h1{font-size:24px;color:#333}
.saletip{margin-bottom:20px;padding-bottom:10px;font-size:14px;color:#0188fb;border-bottom:1px solid #e4e8eb}
.saletip.orange{color:#ff6700}
.saleinfo{margin-bottom:20px;font-size:14px}
.saleinfo li{line-height:24px}
.saleinfo li span{width:70px;color:#999;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;overflow:hidden;display:inline-block}
.saleprice{margin-bottom:20px;padding:15px 20px;font-size:16px;color:#0188fb;background:#eee}
.saleprice.orange{color:#ff6700}
.saleprice em{margin-right:2px;font-size:28px;font-style:normal;vertical-align:top}
.saleprice span{margin-top:14px;font-size:14px;display:inline-block;vertical-align:top}
.saleprice p del{font-size:14px;color:#999}
.salebtn{width:290px;height:50px;text-align:center;line-height:50px;box-shadow:0 4px 10px 0 rgba(29,174,248,0.43);border-radius:3px;background-image:-webkit-gradient(linear, left top, right top, from(#459aff), to(#0ac4ff));background-image:linear-gradient(90deg, #459aff, #0ac4ff);-webkit-box-shadow:0 4px 10px 0 rgba(29,174,248,0.43)}
.salebtn.orange{box-shadow:0 4px 10px 0 rgba(255,133,0,0.43);background-image:-webkit-gradient(linear, left top, right top, from(#ff6f00), to(#ff8d00));background-image:linear-gradient(-88deg, #ff6f00 3%, #ff8d00);-webkit-box-shadow:0 4px 10px 0 rgba(255,133,0,0.43)}
.salebtn a{font-size:16px;color:#fff;display:block}
.salebtn a:hover{color:#fff}
.saleads{margin-bottom:20px}
.sidebar{float:right;display:inline}
.single{font-size:14px;line-height:1.8;word-wrap:break-word;word-break:break-all}
.singletitle{margin-bottom:35px;padding:20px 0;border-bottom:1px solid #e4e8eb;background:#fafafa}
.singletitle h1{font-size:28px;color:#333;font-weight:600;line-height:45px}
.singleinfo{margin-top:10px;font-size:14px;line-height:21px;zoom:1}
.singleinfo::after{content:"";display:block;clear:both}
.singleinfo .user,.singleinfo .date,.singleinfo .cate,.singleinfo .view,.singleinfo .cmt,.singleinfo .edit,.singleinfo .del{margin-right:15px;color:#888}
.singleinfo .user::before,.singleinfo .date::before,.singleinfo .cate::before,.singleinfo .view::before,.singleinfo .cmt::before,.singleinfo .edit::before,.singleinfo .del::before{margin-right:5px;font-size:18px;font-family:iconfont;line-height:22px;display:inline-block;vertical-align:top}
.singleinfo .user a,.singleinfo .date a,.singleinfo .cate a,.singleinfo .view a,.singleinfo .cmt a,.singleinfo .edit a,.singleinfo .del a{color:#888}
.singleinfo .user a:hover,.singleinfo .date a:hover,.singleinfo .cate a:hover,.singleinfo .view a:hover,.singleinfo .cmt a:hover,.singleinfo .edit a:hover,.singleinfo .del a:hover{color:#0188fb}
.singleinfo .user:before{content:"\e6a9"}
.singleinfo .date:before{content:"\e69c"}
.singleinfo .cate:before{content:"\e6e2"}
.singleinfo .view:before{content:"\e6a7"}
.singleinfo .cmt:before{content:"\e6a8"}
.singleinfo .edit:before{content:"\e69a"}
.singleinfo .del:before{content:"\e6ac"}
.singleinfo .ctrl{float:right;display:inline;display:inline-block}
.singleinfo .ctrl a{width:21px;height:20px;margin:0 0 0 8px;text-align:center;line-height:20px;border-radius:2px;background:#e4e8eb;display:inline-block;vertical-align:top}
.singleinfo .ctrl a::before{content:"A⁺";font-size:16px;color:#999;font-family:iconfont}
.singleinfo .ctrl a:nth-child(2)::before{content:"A⁻"}
.singleinfo .ctrl a:nth-child(3)::before{content:"A"}
.single p{margin-bottom:20px;text-align:justify;text-justify:inter-ideograph;position:relative}
.single p img:not([class=ue-emoticon]){margin:0 auto;display:block}
.single p .ue-emoticon{vertical-align:top}
.single h1,.single h2,.single h3,.single h4,.single h5,.single h6{margin-top:20px;line-height:1.5}
.single h1{font-size:28px}
.single h2{font-size:24px}
.single h3{font-size:22px}
.single h4{font-size:20px}
.single h5{font-size:18px}
.single h6{font-size:16px}
.single blockquote{margin-top:20px;padding:10px 20px 10px 50px;color:#888;border:1px dotted #ccc;background:#fbfbfb;position:relative}
.single blockquote::before{content:"“";font-size:60px;color:#e4e8eb;font-family:arial;line-height:1;position:absolute;top:10px;left:18px}
.single blockquote p{margin:0}
.single table{width:100%;margin-top:20px;border-collapse:collapse;border-spacing:0}
.single table>tbody>tr:nth-child(odd)>td,.single table>tbody>tr:nth-child(odd)>th{background:#fbfbfb}
.single .th{width:100px;background:#f5f5f5}
.single td{width:308px;padding:5px 10px;color:#666;line-height:24px;border:1px solid #e4e8eb}
.single pre[class*="language-"]{margin-top:20px}
.single.indent p,.single.indent ol,.single.indent ul{text-indent:2em}
.single.indent blockquote p{text-indent:0}


.relate{
	padding:20px 0;border-top:1px dotted #e4e8eb;overflow:hidden;zoom:1;
	padding: 6px 6px;
    background-color: #fff;
    margin-bottom: 6px;
    border-radius: 3px;
    margin-top: 10px;
}
.relate::after{content:"";display:block;clear:both}
.relatecon .relate:first-child{border:0}
.relatelist{margin-top:5px;padding-bottom:5px;font-size:12px;color:#999;line-height:27px;border-bottom:1px dotted #e4e8eb;position:relative}
.relatelist:first-child{margin-top:20px}
.relatelist a{width:75%;margin-right:20px;font-size:16px;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top}
.relatelist a:hover{color:#0188fb}
.relatelist .posttime{font-size:14px;color:#bbb;position:absolute;top:0;right:0}
.relateinfo h3{margin:0 0 10px;line-height: 20px;}
.relateinfo h3 a{font-size:18px;color:#333;font-weight:700}
.relateinfo h3 a:hover{color:#0188fb}
.relateinfo p{max-height:47px;color:#888;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box}
.relateinfo p a{color:#888;display:block}
.relateimg{width:120px;float:left;display:inline;margin-right:20px}
.relateimg a{width:100%;height:0;padding-bottom:70%;border-radius:3px;overflow:hidden;position:relative;display:block}
.relateimg a img{width:100%;min-height:100%;position:absolute;top:0;left:0}
.relateimg:hover img{-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.imgrelate{margin:20px 0 0 -3%;font-size:0}
.imgrelate .relate{width:30.333%;margin:0 0 3% 3%;padding:0;display:inline-block;vertical-align:top}
.imgrelate .relateimg{width:100%;margin:0 0 10px;float:none;display:block}
.imgrelate .relateinfo h3{margin-bottom:5px;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.imgrelate .relateinfo h3 a{font-size:14px}
.imgrelate .relateinfo p{font-size:12px;line-height:20px}
.imgrelate .relatelist{margin-left:3%}

.friendlink{margin-top:10px;font-size:14px;color:#858585}
.friendlink ul{padding-top: 10px;}
.friendlink li{margin:0 20px 10px 0;display:inline-block;vertical-align:top;}
.friendlink li a{font-size:14px;color:#333}
.friendlink li a:hover{color:#0188fb}

.friendlink .items-wrap {
	margin-left: 80px;
    border-left: 2px solid #0188fb;
    padding-left: 10px;
}

.friendlink .maintitle {
	width: 80px;
	float: left;
	display: inline;
	line-height: 50px;
	
}
	
.friendlink .friendlink-logo {
	display: inline-block;
   height: 40px;
   float: left;
}

.friendlink .friendlink-logo img {
	max-height: 100%;
    width: auto;
    max-width: 100px;
    height: 100%;
}

.friendlink span.friendlink-title {
	width:80px;
	float:left;
	display:inline-block;
	line-height: 40px;
	padding-left: 6px;
}


.slide_row_wrap {
	overflow: hidden;
}

.slide_row_wrap .ltext {
	width: 61.8%;
	max-width: 1280px;
	float: left;
	text-align: left;
}

.slide_row_wrap .rtext {
	 width: 61.8%;
    max-width: 1280px;
    float: right;
    text-align: left;
}

.scrolltop-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 20px;
    background-color: #cccccc;
    color: #ccc;
    padding: 4px 4px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 30px;
    z-index: 99999999;
	display:none;
}

.scrolltop-btn:hover {
	color: #f5f5f5;
	border-color: 
}

.scrolltop-btn .scroll-top {
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	border-radius: 26px;
	background-color: #212529;
}

.scrolltop-btn .icon-box {
    height: 100%;
}

.scrolltop-btn .scroll-top i.wicon {
    line-height: 52px;
    font-size: 36px;
    cursor: pointer;
    font-weight: bold;
}


.software-col-4 {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.posttitle {
    padding: 0 0 5px;
    line-height: 30px;
    border-bottom: 1px solid #e4e8eb;
}


.content-title-wrap {
	
}

.style {
    border-color: #27a8e1;
}

.xui.tabsort {
    border-bottom: 1px solid #27a8e1;
}

.xui-tabview {
	padding: 10px 10px 10px;
    height: 60px;
	border: none;
    border-bottom: 0;
	overflow: hidden;
}

.xui-tabview .xui-tab-item {
	height: 40px;
	line-height: 32px;
	padding: 4px 20px;
	float: left;
	margin-right: 0.5em;
	border-radius: 20px;
	background-color: #e7e7e7;
	font-size: 16px;
}

.xui-tabview .xui-tab-item.selected {
	background-color: #27a8e1;
    color: #fff;
}

.xui-tabview .xui-tab-item.tab-all {
	
}

.xui-tabview .xui-tab-item:hover {
	background-color: #41c1f9;
    color: #f8f8f8;
}

.xui-tab-item .badge {
	display: none;
}

@media screen and (max-width:1920px){
	.wrap{width:1440px;}
	.wrapper{width:100%;min-width:100%}
	
	.prod-main ul li.prod-item {width: 25%;}
}

@media screen and (max-width:1780px) {
	.wrap {
		width:1440px
	}

	.wrapper {
		width:100%;
		min-width:100%
	}
	.prod-main ul li.prod-item {width: 25%;}
}

@media screen and (max-width:1600px) {
	.wrap {
		width:1360px
	}

	.wrapper {
		width:100%;
		min-width:100%
	}
	.prod-main ul li.prod-item {width: 33.333%;}
}


@media screen and (max-width:1440px) {
	.wrap {
		width:1280px
	}

	.wrapper {
		width:100%;
		min-width:100%
	}
	.prod-main ul li.prod-item {width: 33.333%;}
}

@media screen and (max-width:1360px) {
	.wrap {
		width:1200px
	}

	.wrapper {
		width:100%;
		min-width:100%
	}
	.prod-main ul li.prod-item {width: 33.333%;}
	
	.software-col-4 {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media screen and (max-width:1280px) {
	.wrap {
		width:1120px
	}

	.wrapper {
		width:100%;
		min-width:100%
	}

	.slide_row_wrap .ltext {
		width: 100%;
		max-width: 1280px;
		float: none;
		text-align: left;
	}
	
	.slide_row_wrap .rtext {
		width: 100%;
		max-width: 1280px;
		float: none;
		text-align: left;
	}
	
	.friendlink .maintitle {
		width: 100%;
		float: none;
		display: block;
		line-height: 30px;
		border-bottom: 1px solid #ddd;
	}
	
	.friendlink .items-wrap {
		margin-left: 0;
		border-left: 0;
		padding-left: 10px;
	}
	
	.vslist dl {
		height: 102px;
	}
	
	
}


@media screen and (max-width:1200px){
.wrap{width:auto;padding:0 20px}
.navbar{ /*line-height:60px */}
.logo{height:60px}
.logo a{height:60px}
.logo a img{height:30px}
.navbar .tel{display:none}
.menu{width:100%;height:auto;float:left;margin:0;border-top:1px solid #111;display:none}
.menu ul{width:100%;padding-right:0;border-left:0}
.menu ul li{width:100%;padding:0;color:#ddd;line-height:40px;border-bottom:1px solid #111;border-right:0}
.menu ul li::before{display:none}
.menu ul li a{padding:0 18px;font-size:16px;color:#333;border:0;display:block}
.menu ul li.subcate:hover .subnav{display:none}
.menu ul li.subcate>a:after{content:"\e69b";margin-left:10px;font-size:16px;color:#888;font-family:iconfont;font-weight:600;position:absolute;top:0;right:15px}
.menu ul li.subcate.slidedown>a:after{content:"\e6a4";color:#0188fb}
.menu ul li.subcate.slidedown .subnav{margin-bottom:-1px;padding:0;line-height:40px;border-top:1px solid #e4e8eb;border-bottom:1px solid #e4e8eb;box-shadow:none;background:#f8f8f8;position:static;display:block;-webkit-animation:fadeInUp 0s 0s ease both;-moz-animation:fadeInUp 0s 0s ease both}
.menu ul li.subcate.slidedown .subnav::before,.menu ul li.subcate.slidedown .subnav::after{display:none}
.menu ul li.subcate.slidedown .subnav a{padding:0 18px;color:#888}
.menu.on{width:100%;margin:0;padding:10px 0 0;top:60px;display:block}
.menuico{top:11px;right:0;display:block}
.fixedmask.fixed{padding-top:60px}
.banner{ /*height:300px; */}
.banner h3{font-size:24px}
.banner p{margin-top:15px;font-size:16px}
.bannercon{text-align:center;left:10px;right:10px}
.bannerbtn{margin-top:30px}
.bannerbtn a{margin-right:10px;padding:0 15px;font-size:16px;line-height:40px}
.banner.right .bannercon{right:10px}
.caption{width:100%;padding:0 0 20px}
.vslist dl dd{font-size:18px}
.casecon ul{margin-left:-4%}
.casecon li{width:19%;margin-left:4%}
.caseimg{padding:10px}
.newscon ul{width:100%;margin:0 auto}
.newscon li{width:100%;margin:0 0 3% 0;padding-bottom:3%;border-bottom:1px dotted #e4e8eb}
.post{margin-bottom:30px;padding-bottom:30px}
.postimg{width:200px}
.postcon{height:140px;padding-left:230px}
.postcon p{-webkit-line-clamp:2}
.content{width:100%}
.sidebar{display:none}
a.backtotop{width:36px;height:36px;margin:auto;line-height:36px;right:10px;bottom:30px;left:auto}
a.backtotop i::after{font-size:26px}

.prod-main ul li.prod-item {width: 50%;}

.docon .dointro {
	display: none;
}

.software-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
}
@media screen and (max-width:800px){
.slideblock{margin-bottom:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 2px}
.swiper-pagination-bullet{
	width:14px;
	height:2px;
	padding:10px 0;
	border-radius:2px;
	opacity:1;
}
.swiper-button-prev,.swiper-button-next{display:none}
.indexcon{padding-top:0}
.indexcon .swiper-container-horizontal>.swiper-pagination-bullets,.indexcon .swiper-pagination-custom,.indexcon .swiper-pagination-fraction{bottom:0}

.xui-newsitem .thumbnail {
    width: 96px;
    height: 54px;
}

.xui-newsitem .info {
    margin-left: 102px;
}

.xui-newsitem .title-bar a {
	font-size: 16px;
}

.xui-newsitem .desc-area {
    height: 0px;
}

.xui-list .xui-newsitem {
	margin-bottom: 0.5em;
}

}
@media screen and (max-width:750px){
.wrap{padding:0 10px}
.listbanner h1{font-size:24px}
.caption h4{font-size:22px}
.main{position:relative}
.main .mask{content:"";width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:3;display:none}
.main .mask.on{display:block}
.main .contact .mask{z-index:1;display:block}
.sitebar{line-height:50px;background:#fff;z-index:9}
.sitebar .wrap{padding:0}
.sitemap{width:20%;font-size:0;text-align:center;background:#0188fb}
.sitemap::before{content:"\e603";font-size:30px;color:#fff;font-family:iconfont;display:inline-block;vertical-align:top}
.sitemap span{width:100%;text-align:left;background:#0188fb;position:absolute;top:50px;left:0;z-index:9;display:none}
.sitemap span a{width:100%;padding:0 30px;font-size:16px;color:#fff;box-sizing:border-box;position:relative;display:inline-block;vertical-align:top}
.sitemap span a::after{content:"\e6a6";font-size:18px;font-family:iconfont;position:absolute;right:30px}
.sitemap span a:hover{color:#fff;background:#159cff}
.sitemap.on span{display:block}
.sitenav{width:80%;position:relative}
.sitenav ul{width:100%;border-top:1px solid #e4e8eb;background:#fff;position:absolute;top:50px;z-index:9;display:none}
.sitenav ul.on{display:block}
.sitenav li{width:100%;margin:0;padding:0 30px;border-bottom:1px solid #e4e8eb;text-align:left;box-sizing:border-box}
.sitenav li a{font-size:16px;color:#333}
.sitenav li a::after{content:"\e6a6";float:right;display:inline;font-size:18px;color:#333;font-family:iconfont}
.sitenav li.on{border-color:#e4e8eb}
.sitenav li.on a{color:#0188fb}
.sitenow{display:block}
.sitemenu{display:block}
.goodsimgzoom{width:100%;margin-bottom:10px}
.goodsimglist{width:100%;margin:0}
.goodsimglist ul{margin-left:-2%}
.goodsimglist li{width:18%;margin:0 0 0 2%;display:inline-block}
.goodsimglist li:last-child{margin:0 0 0 2%}
.jqZoomPup,.zoomdiv{display:none !important}
.salecon{width:100%}
.saletitle h1{font-size:22px}
.salebtn{width:100%}
.singletitle{margin-bottom:20px;padding:10px 0}
.singletitle h1{font-size:28px;line-height:38px}
.singleinfo{margin-top:5px}
.tagscloud li{width:48%}
#hcsticky{margin-top:20px}
.selling{padding:30px 0}
.selling li h4{font-size:16px}
.sellingcon li{width:45%;min-height:180px;margin:0 0 3% 3%}
.sellingimg{margin:20px 0 15px}
.proone,.protwo{padding:40px 0 10px;background:#f2f2f2}
.proimgbg{display:none}
.procon{font-size:0}
.procon h4{font-size:22px;text-align:center}
.procon p{margin:10px 0 30px;font-size:14px;text-align:center}
.procon dl{width:44%;margin:0 0 4% 4%;padding:2%;line-height:32px;display:inline-block;vertical-align:top}
.procon dl:nth-child(odd){margin-left:0}
.procon dl dt{float:none;font-size:16px}
.procon dl dt span{width:20px;height:20px}
.procon dl dd{font-size:14px;line-height:24px}
.prolist li{width:47%}
.prointro{margin-top:10px}
.vs{padding:40px 0}
.vstitle{width:100%;margin:0 auto 20px}
.vstitle h4{font-size:16px;line-height:50px}
.vsicon{width:60px;margin:0 auto -60px}
.vsicon span{width:60px;height:60px;font-size:32px;line-height:60px}
.vslist dl{padding-right:15px}
.vslist dl dt{height:44px;float:none;margin:0 0 10px;padding:0;font-size:22px;text-align:center;line-height:40px;display:block}
.vslist dl dd{height:auto;font-size:16px;text-align:center;display:block}
.vslist:nth-child(odd) dl{padding:0 0 0 15px}
.vslist:nth-child(odd) dl dt{width:100%;float:none;margin:0 0 10px;display:block}
.do{padding:40px 0 40px}
.dotitle{margin-bottom:0}
.dotitle h4{font-size:22px}
.dotitle p{padding:10px 0 30px;font-size:14px}
.docon ul{margin-left:-2%}
.docon ul li{width:48%;margin:0 0 2% 2%}
.doimg a{margin-bottom:5px}
.doname a{font-size:16px}
.step{padding:40px 0}
.step .caption h4{font-size:22px}
.step .caption p{font-size:18px}
.stepcon ul{margin:0}
.stepcon li{width:100%;margin:0 0 10px;padding:10px 1%}
.stepcon li span{font-size:16px}
.stepcon li span i{font-size:20px}
.stepcon li p{margin:0 0 0 10px;padding:0;font-size:16px;border:0;display:inline-block}
.case{padding:40px 0}
.casecon ul{margin-left:-2%}
.casecon li{width:21%;margin-left:2%;padding:0 1%}
.casecon li p{font-size:16px}
.caseimg{margin:0;padding:10px}
.news{padding:40px 0}
.news li{margin:0 0 20px 0;padding:0 0 20px 0}
.newsdate{width:60px}
.newsdate span{font-size:20px}
.newsinfo{padding-left:80px}
.newsinfo a{font-size:16px}
.newsinfo p{line-height:1.5}
.contactcon{text-align:center}
.contactintro,.contactbtn{float:none}
.contactintro h5{font-size:24px}
.contactbtn{margin-top:30px;display:inline-block}
.contactbtn a{margin-right:10px;padding:0 15px;font-size:16px;line-height:40px}
.service{padding:30px 0}
.servicecon li{text-align:center}
.serviceimg{width:32px;float:none;margin:0 auto 5px;display:block}
.serviceitem h5{font-size:16px}
.serviceitem p{font-size:12px}
.post{margin-bottom:20px;padding-bottom:20px}
.postimg{width:120px}
.postcon{height:auto;padding-left:140px}
.postcon h2{font-size:18px}
.postcon h2 a{font-size:18px}
.postcon p{margin:8px 0 10px;-webkit-line-clamp:1}
.postinfo{position:static}
.posttitle h1,.posttitle h2,.posttitle h3,.posttitle h4,.posttitle h5,.posttitle h6{font-size:18px}
.imgrelate .relate{width:47%}
.cmtsitem{padding:20px 0}
.cmtsitem .avatar{width:38px;height:38px}
.cmtsitem .avatar img{width:38px;height:38px}
.cmtscon{margin-left:50px}
.cmtshead{zoom:1}
.cmtshead::after{content:"";display:block;clear:both}
.cmtsname{width:100%;float:left;display:inline}
.cmtsdate{float:left;display:inline}
.cmtsbody,.cmtsreply{margin-left:-50px}
.cmtsfoot{margin-left:-50px;text-align:right}
.cmtarea{padding:0}
.cmtform p{width:100%}
.cmtform input{width:60%}
.cmtform #inpVerify{width:30%}
.cmtform img{width:30%;margin:0}
.cmtimg{display:none}
.cmtsubmit{text-align:center}
.cmtsubmit button{width:100%;height:40px;margin:0 0 10px 0}
.reply-frm{margin-left:-50px}
.errorpage{margin:10px 0 0;padding:50px 18px}
.errorpage h3{font-size:80px;line-height:80px}
.errorpage h4{font-size:24px}
.errorsearch{width:100%}
.footer{padding:10px 0 20px;text-align:center}
.footer .tel{float:none}
.prod-main ul li.prod-item {width: 100%;}

.xui-main .doc-viewer {
	width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    border-left: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.software-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}

.icp_beian {
    color: #ffffff;
}

.product-list .card {
	height: 350px;
	border: 0px solid rgb(0 0 0 / 7%);
    box-shadow: rgb(15 66 76 / 15%) 0px 0px 14px 0px;
}

.software-list .card {
	border: 0px solid rgb(0 0 0 / 7%);
    box-shadow: rgb(15 66 76 / 15%) 0px 0px 14px 0px;
	height: 430px;
	position: relative;
}

.software-list .card:hover, .product-list .card:hover{
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
	border-color: #459aff;
}


.software-list .card .card-title {
	font-size: 22px;
    padding: 0px 0;
    max-height: 56px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.software-list .card .card-text{
	max-height: 126px;
    overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.software-list .card .learn-more-btn {
	position: absolute;
    padding: 4px 10px;
    border-top: 1px solid #eee;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
}

.software-list .card .learn-more-btn .goto-btn {
    font-size: 16px;
    color: #f0f0f0;
    display: block;
    min-width: 100px;
    max-width: 200px;
    width: 60%;
    border-radius: 5px;
    height: 36px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #17a1ff;
    border: 1px solid rgb(23 161 255 / 37%);
}

.software-list .card .learn-more-btn .goto-btn:hover {
	color: #ffffff;
    background-color: #0a8fd4;
    border-color: #0188fb;
}

.product-list .card .card-text{
	max-height: 80px;
    overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.row-type-label {
    line-height: 32px;
}


.pagination-wrap.page-lazyload {
	display: none;
}

/*--new style --end */

.preview .spec-list {
    margin-bottom: 18px;
    position: relative;
    _zoom: 1;
    overflow: hidden;
    height: 58px;
    padding: 0 36px;
    max-width: 500px;
}

.preview .spec-list .arrow-next, .preview .spec-list .arrow-prev {
	display: block;
	width: 32px;
	height: 36px;
	float: left;
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -16px;
	color: #aaa;
}

.preview .spec-list .arrow-next:not(.disabled):hover, .preview .spec-list .arrow-prev:not(.disabled):hover {
	color: #616161;
}

.preview .spec-list .arrow-next:not(.disabled):active, .preview .spec-list .arrow-prev:not(.disabled):active {
	color: #2f2f2f;
}


.preview .spec-list .arrow-next.disabled, .preview .spec-list .arrow-prev.disabled {
	color: #d0d0d0;
}

.preview .spec-list .arrow-next i, .preview .spec-list .arrow-prev i {
	display: block;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
}

.preview .spec-list .arrow-prev .sprite-arrow-prev {
    width: 22px;
    height: 32px;
}

.preview .spec-list .arrow-prev {
    left: 0;
}

.preview .spec-list .arrow-next {
    right: 0;
}

.preview .spec-items {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.preview .spec-items ul li {
    float: left;
    margin: 0 9px;
    max-width: 60px;
    max-height: 70px;
}

.preview .spec-items ul li img {
    border: 2px solid #fff;
	vertical-align: middle;
    *padding-bottom: 1px;
}

.preview .spec-items ul li.img-hover img, .preview .spec-items ul li:hover img {
    border: 2px solid #e53e41;
}

.preview .main-img {
    border: 1px solid #eee;
    margin-bottom: 20px;
    _zoom: 1;
	
	position: relative;
    padding: 0;
}

.preview #spec-img {
	border: 0;
	vertical-align: middle;
	text-align: center;
	max-width: 100%;
	min-height: 400px;
}

.preview .spec-img {
	
}

.preview  .img-view {
	max-width: 500px;
	text-align: center;
	position: relative;
	padding: 0;
	border: 1px solid #ccc;
	width: 450px;
	height: 450px;
	box-sizing: content-box;
}

.img-view .jqZoomUp {
	position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    top: 0;
    border: 1px solid #e6d6bc;
    background-color: #fdf3100f;
    z-index: 1;
	display:none;
	box-sizing: border-box;
	cursor: move;
}

.img-zoomview {
	width: 495px;
    height: 495px;
    position: absolute;
    top: 0;
    left: 500px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    z-index: 3;
	overflow: hidden;
	display:none;
	box-sizing: content-box;
}

/*software*/
.pix-padding-v-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.pix-padding-v-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.placeholde-bg {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url(img/default-banner.jpg);
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.banner-maintitle {
	font-size: 40px;
    margin-bottom: 20px;
}

.banner-subtitle {
	font-size: 2rem;
    margin-bottom: 1rem;
}

.banner-description {
	font-size: 18px;
    line-height: 24px;
    max-width: 61.8%;
    margin-bottom: 20px;
}

.pix-padding-bottom-10 {
    padding-bottom: 10px;
}

.banner-action {
	
}

.banner-action .banner-action-btn {
	display: inline-block;
    margin-right: 20px;
}

.banner-action .banner-action-btn .btn-radius {
    border-radius: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*----------------*/
.pix-border-box-3-light-blue {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
}

.xicon-60 {
    font-size: 60px;
    line-height: 60px;
}

.xicon-50 {
    font-size: 50px;
    line-height: 50px;
}

.xicon-40 {
    font-size: 40px;
    line-height: 40px;
}

.xicon-30 {
    font-size: 30px;
    line-height: 30px;
}

.pix-green-light {
    color: #00c853;
}

.pix-margin-bottom-20 {
    margin-bottom: 20px;
}


.pix-navy-blue {
    color: #363F48;
}

.pix-blue-light {
    color: #2e93ff;
}

.pix-navy-blue-2 {
    color: #818e9b;
}

.pix-border-box-3-light-blue {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
}

.pix-icon-box {
    background-repeat: repeat-x;
    padding: 30px 10px;
    margin: 10px 0px;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 992px) {
	.col-md-3 {
        width: 25%;
    }
}

.pix-padding-v-10 {
	padding: 10px 0;
}

.banner-titlebox {
	min-height: 300px;
}

.banner-action-lite {
	
}

.banner-action-lite>a {
	color: #b3b3b3;
    font-size: 18px;
}

.banner-action-lite>a:hover {
	color: #28a745;
}

.pix-margin-bottom-10 {
    margin-bottom: 10px;
}

.feature-container {
	padding: 30px 0 20px;
}

.feature-row {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.feature-list {
    overflow: hidden;
    padding: 30px 20px;
}

.feature-text {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.feature-content {
	
}

.feature-row.picture-down .feature-pict-view {
	text-align: center;
}

.feature-buttons {
	text-align: center;
    padding-bottom: 10px;
}

.feature-buttons .btn {
	margin: 10px 10px;
}

.feature-title {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 2.5rem;
}

.feature-pretitle {
	line-height: 20px;
    padding-bottom: 10px;
    display: block;
}

.feature-detail {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.feature-item {
	width: 25%;
	float: left;
	min-height: 40px;
	padding: 10px 15px;
}
.picture-left, .picture-right {
	display: flex;
}

.picture-right .feature-text {
	width: 50%;
	/*float: left;*/
	padding: 0 25px;
	
   flex: 0 0 50%;
   display: flex;
   align-items: center;
   box-sizing: border-box;
}

.picture-right .feature-pict {
	width: 50%;
	/*float: right; */
	padding: 0 25px;
	text-align: center;
	flex: 0 0 50%;
	order: 1;
	box-sizing: border-box;
}

.picture-left .feature-text {
	width: 50%;
	/*float: right;*/
	padding: 0 25px;
	
   flex: 0 0 50%;
   display: flex;
   align-items: center;
   order: 1;
   box-sizing: border-box;
}

.picture-left .feature-pict {
	width: 50%;
	/*float: left;*/
	padding: 0 25px;
	text-align: center;
	flex: 0 0 50%;
	box-sizing: border-box;
}

.picture-up {
    display: flex;
    flex-wrap: wrap;
}

.picture-up .feature-text {
	order: 1;
    padding-top: 20px;
}

.picture-noimg .feature-pretitle, .picture-down .feature-pretitle, .picture-up .feature-pretitle{
	text-align: center;
}


.picture-noimg .feature-item-desc {
	height: 63px;
}

.text-vcenter {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(9px, -50%);
	*/
}

h5.secondary-font {
	font-weight: 600;
}

.picture-right .feature-text .feature-list, .picture-left .feature-text .feature-list {
    padding: 10px 0px;
}

.picture-right .feature-text .feature-item, .picture-left .feature-text .feature-item {
	padding: 5px 0px;
}

.picture-right .feature-title, .picture-left .feature-title {
	text-align: left;
}

.picture-right .feature-detail, .picture-left .feature-detail {
	text-align: left;
}


.feature-pict img {
    max-width: 100%;
    max-height: 100%;
}


.picture-noimg .feature-text {
	padding-left: 6px;
	padding-right: 6px;
}

@media only screen and (max-width: 1560px) {
	.feature-item {
       width: 25%;
	   float: left;
    }
}

@media only screen and (max-width: 1200px) {
	.feature-item {
        width: 33.333%;
		float: left;
    }
}

@media only screen and (max-width: 800px) {
	.picture-left, .picture-right {
		display: block;
	}

	.feature-item {
       width: 50%;
		float: left;
		padding-left: 8px;
		padding-right: 8px;
    }
	
	.picture-right .feature-text {
		width: 100%;
		float: none;
		padding: 0 5px;
	}
	
	.picture-right .feature-pict {
		width: 100%;
		float: left;
		padding: 0 10px;
		text-align: center;
	}

	.picture-left .feature-pict {
		width: 100%;
		float: left;
		padding: 0 10px;
		text-align: center;
	}
	
	.picture-left .feature-text {
		width: 100%;
		float: right;
		padding: 0 5px;
	}
	
	.feature-list  {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.banner-description {
		max-width: 100%;
	}
	
	.text-vcenter {
		position: initial;
       top: initial;
		left: initial;
		transform: none;
	}
}

.feature-item-content {
	border: 1px solid #dcdcdc;
    border-radius: 3px;
	padding-top: 30px;
    padding-bottom: 30px;
	padding-left: 10px;
    padding-right: 10px;
	min-height: 225px;
	position: relative;
}

.feature-item.align-left, .feature-item.align-right {
	width: 100%;
	float: left;
}

.picture-right .feature-item-content,  .picture-left .feature-item-content {
	padding: 0px 0 0 70px;
    border: none;
    min-height: 60px;
}

.feature-item.align-left .feature-item-icon, .feature-item.align-right .feature-item-icon {
	text-align: left;
	position: absolute;
	left: 0;
}

.feature-item.align-left .feature-item-text, .feature-item.align-right .feature-item-text {
	text-align: left;
}


.feature-buttons .btn-green {
	color: #f0f0f0;
    background-color: #3eaf7c;
}
	
.feature-buttons .btn-blue {
	background-color: #0ea8ef;
    color: #f0f0f0;
}

.feature-buttons .btn-white {
	background-color: #f0f0f0;
    color: #333;
}


.feature-buttons .btn-green:hover {
	color: #fff;
    background-color: #20c179;
}
	
.feature-buttons .btn-blue:hover {
	background-color: #2db1ef;
    color: #ffffff;
}

.feature-pages {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.goto-button {
	box-shadow: 0 2px 12px 0 rgb(1 13 35 / 22%);
    border-radius: 3px;
    border: none;
    color: #fff!important;
    margin-top: 48px;
    margin-bottom: 16px;
    display: inline-block;
	 width: 140px;
    height: 50px;
    line-height: 50px;
    padding-left: 0px;
	font-size: 16px;
}

.gradient-bg {
	background: linear-gradient(131deg, rgb(33, 146, 221) 0%, rgb(0, 77, 158) 100%);
}

.ani-arrow-icon {
	display: inline-block;
    align-self: center;
    left: 4px;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-animation: slide-arrow-data-v-97e9ad5e .7s ease-in-out infinite;
    animation: slide-arrow-data-v-97e9ad5e .7s ease-in-out infinite;
	
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAArklEQVQ4T7XUMQ5BQRSF4f8UGpUl2AMrkChp2InqrYlOIcESLEaloDjyZCLCm0fuPNPPl5tz5o4IHNsDYA1Ukk5NhAIutifADrgA0yY8BNfD2J4Bmxwehr/hRXAbXgwnfJ7KfGYu244U2HLn/Cj0D/AVWHQVxRg4AH1gKWlbDNv+QOuYiuAcWgS3oWHY9gg4vmb6/kpCUdgeAntgVRfV2SeUlqIn6ZZ7z6GJf1moO+PcT4skzIx1AAAAAElFTkSuQmCC) no-repeat!important;
    background-size: 100%!important;
}

.notice-simple {
	
}

.feature-buttons .btn-white:hover {
	background-color: #f0f0f0;
    color: #333;
}

.feature-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #0188fb;
    text-align: center;
    line-height: 64px;
}

.feature-icon-wrap>i {
	font-size: 40px;
}

.icp_label {
	
}

.gongaibeian {
    display: inline-block;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
}

.gongaibeian .title {
    height: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    color: #fafafa;
    display: inline-block;
    padding-left: 4px;
}

.dropdown-menu.dropitems {
	min-width: 540px;
	left: -240px;
	padding: 10px 20px;
	border-color: #f0f0f0;
	box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
	border-radius: 0 0 10px 10px;
}

.drop-tabs {
	padding: 6px;
    border-bottom: 1px solid #d9d6d6;
}

.nav-item .dropdown-menu.dropitems .drop-tabs .dropdown-item {
	display: inline-block;
	width: auto;
	line-height: 26px;
	font-size: 18px;
	height: 34px;
	border-radius: 17px;
	margin-right: 0.5em;
}

.drop-tabviews {
	padding: 10px 0;
}

.drop-tabview {
	display: none;
	
}

.drop-tabview.current {
	display: block;
}

.drop-tabview .drop-listview {
	list-style: none;
}

.drop-tabview .drop-listview li {
	list-style: none;

	padding: 5px 0;
	height: 50px;
	padding-left: 46px;
	padding-right: 6px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
}

.drop-tabview .drop-listview li:hover {
	background-color: #f0f0f0;
}

.drop-tabview .drop-listview li .item-icon {
	position: absolute;
    font-size: 32px;
    left: 6px;
    top: 0px;
    height: 32px;
    width: 32px;
    color: #56b0f7;
}

.drop-tabview .drop-listview li .main-title {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.drop-tabview .drop-listview li .sub-title {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #4c4c4ce8;
	line-height: 20px;
}

.drop-tabs .dropdown-item.active {
	
}

.drop-more {
	padding: 6px 6px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 6px;
}

.drop-more .drop-more-btn {
	min-width: 140px;
    display: inline-block;
    background-color: #028bc9;
    line-height: 26px;
    padding: 4px;
    height: 34px;
    border-radius: 17px;
    color: #f0f0f0;
    font-size: 16px;
}

.drop-more .drop-more-btn:hover {
	background-color: #1fb6fb;
    color: #f8f8f8;
}

@media (max-width: 600px) {
	.dropdown-menu.dropitems {
		width: 100%;
		min-width: auto;
	}
	
	.nav-item .dropdown-menu.dropitems .drop-tabs {
		border-bottom: none;
	}
	
	.nav-item .dropdown-menu.dropitems .drop-tabs .dropdown-item {
		display: block;
	}
	
	.drop-tabviews {
		display: none;
	}
}

