html,body {
	padding:0;
	margin:0;
	border:0;
}
.products {
	/*background-color:#f0f5fa;
	*/
}
.products-banner {
	height:500px;
	background-color:#091f40;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
/*banner图*/.products.ydh .products-banner {
	background-image:url(../images/banner05.jpg);
}
.products.ydh .products-banner.bzb {
	background-image:url(../images/nproduct-ydhbzb-banner.jpg);
}
.products.yxc .products-banner {
	background-image:url(../images/nproduct-yxczqb-banner.jpg);
}
.products.yxc .products-banner.jcb {
	background-image:url(../images/nproduct-yxcjcb-banner.jpg);
}
.products.lvt .products-banner {
	background-image:url(../images/nproduct-lvtjtb-banner.jpg);
}
.products.lvt .products-banner.qyb {
	background-image:url(../images/nproduct-lvtqyb-banner.jpg);
}
.products.lvt .products-banner.pay {
	background-image:url(../images/nproduct-pay-banner.jpg);
}
.products.lvt .products-banner.fund {
	background-image:url(../images/nproduct-fund-banner.jpg);
}
.products.lvt .products-banner.ledger {
	background-image:url(../images/nproduct-ledger-banner.jpg);
}
.products.lvt .products-banner.api {
	background-image:url(../images/nproduct-api-banner.jpg);
}
.products-banner-con {
	height:500px;
	margin:0 auto;
}
.products-banner-con .products-btn-group {
	margin-top:44px;
}
.products-banner-con .title {
	font-size:42px;
	color:#ffffff;
	line-height:59px;
	padding-top:148px;
}
.products-banner-con .about {
	font-size:18px;
	color:#ffffff;
	line-height:32px;
	margin-top:28px;
}
.products .platform-product .platform-apply-btn {
	margin-top:50px;
	border-color:#fff;
	color:#fff;
	width:180px;
}
/*按钮*/.products-btn-group {
	display:flex;
}
.products-btn-single,.products-btn-primary {
	font-size:14px;
	line-height:42px;
	height:42px;
	padding:0 34px;
	box-sizing:border-box;
	text-align:center;
	border-radius:3px;
	transition:0.3s;
	color:#FFFFFF;
	margin-right:20px;
}
/*默认供应链*/.products-btn-single {
	border:1px solid #0075c2;
	color:#0075c2;
}
.products-btn-single:hover {
	background:#1CA5C2;
	color:#FFFFFF;
}
.products-btn-primary,.products-btn-primary:focus {
	background:#0075c2;
	border:1px solid #0075c2;
	color:#FFFFFF;
}
.products-btn-primary:hover {
	background:#33AEC8;
	color:#FFFFFF;
}
/*易订货*/.products.ydh .products-btn-single {
	border:1px solid #0075c2;
	color:#0075c2;
}
.products.ydh .products-btn-single:hover {
	background:#0075c2;
	color:#FFFFFF;
}
.products.ydh .products-btn-primary,.products.ydh .products-btn-primary:focus {
	background:#0075c2;
	border:1px solid #0075c2;
	color:#FFFFFF;
}
.products.ydh .products-btn-primary:hover {
	background:#1882c8;
	color:#FFFFFF;
}
/*易销存*/.products.yxc .products-btn-single {
	border:1px solid #06C9A2;
	color:#06C9A2;
}
.products.yxc .products-btn-single:hover {
	background:#06C9A2;
	color:#FFFFFF;
}
.products.yxc .products-btn-primary,.products.yxc .products-btn-primary:focus {
	background:#06C9A2;
	border:1px solid #06C9A2;
	color:#FFFFFF;
}
.products.yxc .products-btn-primary:hover {
	background:#1dcdb2;
	color:#FFFFFF;
}
/*内容模块*/.products-introduction {
	background-color:#FFFFFF;
}
.products-introduction .products-introduction-background:nth-of-type(2n) {
	background:#F5F8FA;
}
.products-introduction-c {
	padding:80px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.products-introduction .products-introduction-background:nth-of-type(2n) .products-introduction-c {
	flex-direction:row-reverse;
}
.products-introduction-img {
	width:620px;
}
.products-introduction-con {
	width:500px;
}
.products-introduction-con h2 {
	font-size:28px;
	color:#333333;
	line-height:40px;
	text-align:left;
}
.products-introduction-con p {
	line-height:26px;
	font-size:16px;
	margin-top:12px;
	color:#6E6E70;
}
.products-introduction-con ul {
	margin-top:16px;
	font-size:16px;
	color:#333333;
	letter-spacing:0;
	line-height:32px;
	font-weight:500;
}
.products-introduction-con ul li {
	position:relative;
	padding-left:28px;
}
.products-introduction-con ul li:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:8px;
	height:16px;
	width:16px;
	background:url(../images/nproduct-gou-ydh.png) center no-repeat;
	background-size:cover;
}
.products.ydh .products-introduction-con ul li:before {
	background:url(../images/nproduct-gou-ydh.png) center no-repeat;
	background-size:cover;
}
.products.yxc .products-introduction-con ul li:before {
	background:url(../images/nproduct-gou-yxc.png) center no-repeat;
	background-size:cover;
}
.products-introduction-con .products-btn-group {
	margin-top:20px;
}
/*产品下载*/.products-code {
	background:#F5F8FA;
	padding:80px 0 20px;
	text-align:center;
}
.products.yxc .products-code {
	background:#FFFFFF;
}
.products.bzb .products-code {
	background:#FFFFFF;
}
.products-code > h2 {
	font-size:36px;
	color:#333333;
	line-height:50px;
}
.products-code-con {
	margin:60px auto 0;
	display:flex;
	justify-content:space-between;
}
.products-code-con > div h3 {
	font-size:18px;
	color:#333333;
	line-height:26px;
	font-weight:500;
}
.products-code-con > div > div {
	margin-top:24px;
	background:#FFFFFF;
	border:1px solid rgba(224,224,224,1);
	border-radius:6px;
	display:inline-block;
	width:200px;
}
.products-code-con > div > p {
	width:196px;
	font-size:14px;
	color:#6E6E70;
	line-height:22px;
	margin-top:12px;
}
.products-code-con .pc {
	padding:28px 16px 16px;
	text-align:center;
}
.products-code-con .pc img {
	width:136px;
	height:118px;
}
.products-code-con .pc .products-btn-group {
	margin-top:26px;
}
.products-code-con .pc .products-btn-primary {
	width:100%;
	margin:0;
}
.products-code-con .app {
	padding:10px;
}
.products-code-con .app img {
	width:180px;
	height:180px;
}
.products-code-con .applets {
	padding:10px;
}
.products-code-con .applets img {
	width:180px;
	height:180px;
}
.products-code-con p {
	font-size:14px;
	color:#232B34;
	margin-top:8px;
}
.products-code-footer {
	font-size:14px;
	color:#999999;
	line-height:20px;
	margin-top:60px;
	text-align:left;
}
@media screen and (max-width:1080px) {
	body {
	min-width:100%;
}
.ui-dialog-content {
	width:100% !important;
}
.products .products-banner .products-btn-group {
	display:none;
}
.products .products-banner-con {
	width:100%;
	height:auto;
	padding:0 20px 20px;
}
.products .platform-product,.products-code {
	display:none;
}
.products {
	margin-top:72px;
}
.products .products-banner,.products .products-banner .products-banner-con {
	height:auto;
	width:100%;
}
.products .products-banner .title {
	font-size:22px;
	line-height:26px;
	padding-top:16px;
}
.products .products-banner .about {
	font-size:14px;
	line-height:20px;
	margin-top:14px;
	letter-spacing:0.6px;
}
.products .products-banner .btn-group {
	margin-top:0;
	padding:18px 0;
}
.products .products-banner .btn-group a {
	display:none;
}
.products .products-banner .btn-group a:last-of-type {
	display:block;
	margin-left:0;
	width:82px;
}
.platform-apply-btn {
	width:76px;
	height:28px;
	border-radius:3px;
	font-size:12px;
	line-height:28px;
}
.products-introduction-c {
	width:100% !important;
	padding:20px 0;
	display:block;
}
.products-introduction-con {
	width:100% !important;
}
.products-introduction-con .products-btn-group {
	display:none;
}
.products-introduction-con {
	padding:16px 20px;
	flex-direction:column;
}
.products-introduction-con .left {
	margin-right:0;
}
.products-introduction-con .btn-group {
	display:none;
}
.products-introduction-con ul li:before {
	top:3px;
}
.products-introduction-img {
	width:100% !important;
	height:auto !important;
	padding:10px 20px;
}
.products-introduction-img.mobile {
	display:block;
}
.products-introduction-img.pc {
	display:none;
}
.products-introduction-con h2 {
	line-height:26px;
	font-size:22px;
	padding-top:20px;
}
.products-introduction-con p {
	line-height:20px;
	font-size:14px;
	margin-top:10px;
}
.products-introduction-con p br {
	display:none;
}
.products-introduction-total {
	font-size:26px;
	padding:22px 0 10px;
}
.products-introduction-con ul {
	margin-top:8px;
	font-size:14px;
	line-height:22px;
}
.products .products-introduction > div:last-of-type .products-introduction-con:last-of-type {
	padding-bottom:10px;
}
}