@charset "UTF-8";

body {
	font-family: "Noto Sans SC", serif;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	margin: 0;
	padding: 0;
	color: #666;
}

a {
	text-decoration: none;
	color: black;
	transition: color 0.3s;
}

a:hover {
	text-decoration: underline;
	color: #e25d5d;
}

a:visited {
	color: gray;
}

.btn {
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #e25d5d;
	color: #e25d5d;
	background-color: transparent;
	padding: 8px 10px;
	min-width: 60px;
	letter-spacing: 2px;
	margin-right: 20px;
}

.btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.btn.h {
	border-color: #e25d5d;
	background-color: #e25d5d;
	color: white;
}

article p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
}

.content {
	width: 1300px;
	margin: 0 auto;
}

.content.article {
	padding: 5%;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
}

.content.article h1 {
	text-align: center;
}

.banner-text {
	letter-spacing: 2px;
	font-family: "Noto Serif SC", sans-serif, Arial;
}

.banner-text h1 {
	font-weight: 1000;
	color: black;
}

.banner-text h2 {
	color: gray;
}

::selection {
	background: #e25d5d;
	/* 设置选中文本的背景颜色 */
	color: white;
	/* 设置选中文本的颜色 */
}

body>div>header {
	padding: 10px 20px;
	padding-top: 30px;
}

body>div>header .right {
	float: right;
}

body>div>header.show {
	background-image: linear-gradient(#ffffff, #f4f5f5);
	box-shadow: #efefef 0px 4px 15px 0px;
	border-bottom: 1px solid #eee;
}

body>div>header>div {
	margin: 0 auto;
	width: 1300px;
	line-height: 62px;
	position: relative;
}

body>div>header>div img.logo {
	height: 45px;
	vertical-align: middle;
}

body>div>header>div h3 {
	display: inline;
	font-weight: normal;
	color: gray;
	font-size: 14px;
}

body>div>header>div>ul {
	display: inline;
}

body>div>header>div>ul li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
}

body>div>header>div>ul li a {
	font-family: "Noto Sans SC", serif;
	font-weight: 500;
	letter-spacing: 2px;
	color: gray;
}

body>div>header>div>ul li a:hover {
	color: black;
}

body>div>header>div menu.menu {
	position: absolute;
	top: 40px;
	left: 448px;
}

body>div>header>div menu.menu .m {
	background-color: rgba(255, 255, 255, 0.9);
	height: 0;
	opacity: 0;
	border-radius: 5px;
	width: 260px;
	font-size: 0;
	position: relative;
	transition: height ease-in 100ms, opacity ease-out 300ms;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

body>div>header>div menu.menu .m::before {
	position: absolute;
	top: -10px;
	left: 15px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.9);
	border-width: 0px 10px 10px;
}

body>div>header>div menu.menu .m li {
	list-style: disc;
	line-height: 40px;
}

body>div>header>div menu.menu .m h3 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 3px;
	font-family: Arial, "Noto Serif SC", sans-serif;
}

body>div>header>div menu.menu .m.show {
	padding: 3%;
	opacity: 1;
	height: 250px;
	font-size: initial;
}

body>div>header>div menu.menu .s-m {
	margin-left: -40px;
}

body>div>header>div menu.menu .c-m {
	margin-left: 50px;
}

body>div>header>div menu.menu .n-m {
	margin-left: 220px;
}

body>div>header>div menu.menu .a-m {
	margin-left: 280px;
}

.b-ad {
	width: 100%;
	margin-top: 90px;
	clear: both;
	position: relative;
}

.b-ad img.bg {
	width: 100%;
	max-height: 260px;
}

.b-ad img.l {
	position: absolute;
	left: 16%;
	top: -70px;
	z-index: 99999;
	width: 350px;
}

.b-ad .c {
	position: absolute;
	top: 20px;
	left: 35%;
	color: white;
	text-align: center;
	width: 790px;
}

.b-ad .c h1 {
	font-family: "Noto Serif SC", serif;
	font-weight: 600;
	letter-spacing: 3px;
}

.b-ad .c button {
	color: white;
	font-size: 20px;
	border-color: White;
	margin: 5px 0;
}

.b-ad .c .p {
	line-height: 20px;
}

.b-ad .c .p img {
	vertical-align: middle;
	margin-right: 5px;
}

.b-ad .c .p span {
	display: inline-block;
	margin-left: 1%;
}

footer {
	margin-top: 9px;
	padding: 10px 0;
	width: 100%;
	clear: both;
	color: gray;
	font-size: 15px;
	font-family: "Noto Serif SC", sans-serif, Arial;
}

footer .content {
	border-top: 1px solid lightgray;
	padding-top: 50px;
}

footer td {
	vertical-align: top;
}

footer .site-map td {
	width: 180px;
}

footer .site-map td li {
	margin-bottom: 10px;
}

footer h3 {
	margin-top: 0;
	font-family: Arial, "Noto Sans SC";
	font-weight: 500;
	color: #e25d5d;
}

footer ul {
	margin-left: 0;
	padding: 0;
}

footer li {
	list-style: none;
	margin-bottom: 20px;
}

footer .copyright {
	padding-top: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
	border-top: 1px solid lightgray;
	font-weight: 500;
}

footer .copyright p {
	padding: 0;
	margin: 0;
}

footer .copyright h3, footer .copyright ul {
	display: inline-block;
	margin-bottom: 0px;
}

footer .copyright ul {
	margin-left: 30px;
}

footer .copyright li {
	list-style: none;
	display: inline-block;
}

footer .copyright li a {
	padding-right: 10px;
}

footer span {
	color: lightgray;
}

.sub-links {
	width: 100%;
	background-color: #eee;
	margin-bottom: 50px;
	padding: 10px 0;
}

.sub-links .anchor {
	float: right;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	color: gray;
}

.sub-links>ul {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	border-left: 5px solid #e25d5d;
	padding-left: 10px;
}

.sub-links>ul.article {
	padding: 5%;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
}

.sub-links>ul.article h1 {
	text-align: center;
}

.sub-links>ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	font-family: "Noto Sans SC", serif;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 5px;
	border-left: 2px solid transparent;
}

.sub-links>ul li.hover {
	border-bottom: 2px solid #e25d5d;
}

.sub-links>ul li.hover a {
	color: #e25d5d;
}

body>.banner {
	clear: both;
	height: 470px;
	background-size: 100%;
	background-repeat: no-repeat;
}

body>.banner .banner-text h1 {
	letter-spacing: 8px;
}

body>.banner .banner-text h2, body>.banner .banner-text h3 {
	letter-spacing: 5px;
}

img.under-constr {
	display: block;
	margin: 0 auto;
	width: 600px;
}

.solution {
	font-family: "Noto Serif SC", sans-serif, Arial;
	/*
	.banner-text,
	h1 {
		color: white;

		h2 {
			color: #ffffff99;
		}
	}
*/
}

.solution.app>.banner>header>div>ul a {
	color: white;
}

.solution.app>.banner>header>div>ul a:hover {
	color: gray;
}

.solution.app>.banner>header>div>h3 {
	color: #ffffff99;
}

.solution.app>.banner .banner-text h1 {
	color: white;
}

.solution.app>.banner .banner-text h2, .solution.app>.banner .banner-text h3
	{
	color: #ffffff99;
}

.solution .menu a, .solution .menu h3 {
	color: gray;
}

.solution .menu a:hover, .solution .menu h3:hover {
	color: black;
}

.solution.iam>.banner {
	background-image: url('../images/banner.jpg');
}

.solution.iam .t1 {
	overflow: hidden;
	margin: 5% auto;
}

.solution.iam .t1 img {
	float: right;
	width: 500px;
}

.solution.iam .t2 {
	margin: 5% auto;
	overflow: hidden;
}

.solution.iam .t2 img {
	float: left;
	width: 500px;
	margin-right: 100px;
}

.solution.lowcode .t1 h2, .solution.iam .t1 h2, .solution.lowcode .t2 h2,
	.solution.iam .t2 h2 {
	color: #e25d5d;
}

.solution.lowcode .t1 h2 span, .solution.iam .t1 h2 span, .solution.lowcode .t2 h2 span,
	.solution.iam .t2 h2 span {
	font-size: 14px;
	color: lightgray;
}

.solution.lowcode .t1 ul, .solution.iam .t1 ul, .solution.lowcode .t2 ul,
	.solution.iam .t2 ul {
	margin-left: 0;
	padding-left: 0;
}

.solution.lowcode .t1 li, .solution.iam .t1 li, .solution.lowcode .t2 li,
	.solution.iam .t2 li {
	list-style: none;
	margin-bottom: 20px;
}

.solution.lowcode .t1 li span, .solution.iam .t1 li span, .solution.lowcode .t2 li span,
	.solution.iam .t2 li span {
	color: #e25d5d;
	font-weight: bold;
}

.solution.lowcode .t1 li::before, .solution.iam .t1 li::before,
	.solution.lowcode .t2 li::before, .solution.iam .t2 li::before {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	color: #495770;
	content: ' ';
	width: 4px;
	height: 4px;
	background-color: #e25d5d;
	margin: 8px 10px 4px 0;
}

.solution.lowcode>.banner {
	background-image: url('../images/ban.jpg');
}

.solution.lowcode .t1 {
	margin-top: 30px;
}

.solution.lowcode .t1>img {
	float: left;
	width: 350px;
	margin-right: 70px;
	margin-top: 40px;
}

.solution.lowcode .t1 td {
	vertical-align: top;
	color: gray;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
	text-indent: 0;
	font-size: 16px;
}

.solution.lowcode .t1 td img {
	margin-right: 20px;
}

.solution.lowcode .t1 p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
}

.solution.lowcode .t2 {
	margin-top: 70px;
	margin-bottom: 170px;
}

.solution.lowcode .t2>img {
	float: right;
	width: 350px;
	margin-left: 120px;
	margin-top: 10px;
}

.solution.lowcode .t2 li {
	padding-right: 50px;
}

.solution.workflow>.banner {
	background: linear-gradient(90deg, #f4f6f9, rgba(244, 246, 249, 0.5));
	position: relative;
}

.solution.workflow>.banner .b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		url('../images/national_banner.png');
	background-position: calc(100% - 350px) center;
	background-repeat: no-repeat;
	background-size: 29%;
}

.solution.workflow .t1 {
	margin-top: 70px;
}

.solution.workflow .t1>img {
	float: left;
	width: 400px;
	margin-right: 40px;
	margin-top: 40px;
}

.solution.workflow .t1 h2 {
	color: #e25d5d;
}

.solution.workflow .t1 h2 span {
	font-size: 14px;
	color: lightgray;
}

.solution.workflow .t1 td {
	vertical-align: top;
	color: gray;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
	text-indent: 0;
	font-size: 16px;
}

.solution.workflow .t1 td img {
	margin-right: 20px;
}

.solution.workflow .t1 p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
}

.solution.workflow .chinese {
	background:
		url('../images/about-location2.jpg')
		no-repeat;
	background-size: 100%;
	overflow: hidden;
	height: 420px;
	padding-top: 20px;
	margin-top: 50px;
}

.solution.workflow .chinese .h {
	color: #e25d5d;
	margin-right: 50px;
	writing-mode: vertical-rl;
	/* 从右向左排列 */
	/* 或者使用 vertical-lr 从左向右排列 */
	text-orientation: upright;
	/* 文字方向保持不变 */
	float: left;
	width: 100px;
	font-size: 30px;
	font-weight: 800;
}

.solution.workflow .chinese td {
	padding: 0 10px;
}

.solution.workflow .chinese td.h1 {
	font-weight: bold;
	width: 150px;
}

.solution.workflow .t2 {
	margin-top: 70px;
	margin-bottom: 100px;
}

.solution.workflow .t2>img {
	float: right;
	width: 350px;
	margin-left: 180px;
	margin-top: 10px;
}

.solution.workflow .t2 h2 {
	color: #e25d5d;
}

.solution.workflow .t2 h2 span {
	font-size: 14px;
	color: lightgray;
}

.solution.workflow .t2 li {
	margin-bottom: 20px;
	padding-right: 50px;
}

.solution.workflow .t3 {
	clear: both;
}

.solution.workflow .t3 h2 {
	color: #e25d5d;
}

.solution.workflow .t3 h2 span {
	font-size: 14px;
	color: lightgray;
}

.solution.workflow .t3 .flexrow-row {
	display: flex;
	flex-direction: row;
}

.solution.workflow .t3 .flexrow-row .jsys-box {
	padding: 20px;
	height: 200px;
	background: linear-gradient(90deg, #f4f6f9, rgba(244, 246, 249, 0.5));
	box-shadow: 4px 3px 10px 0px #1c21291f;
	border-radius: 8px;
	width: 260px;
	transition: transform 0.2s ease-in-out;
}

.solution.workflow .t3 .flexrow-row .jsys-box:hover {
	transform: translateY(-16px);
}

.solution.workflow .t3 .flexrow-row .jsys-box .title {
	text-align: left;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: 800;
	line-height: 60px;
}

.solution.workflow .t3 .flexrow-row .jsys-box .descript {
	line-height: 30px;
}

.solution.workflow .t4 {
	clear: both;
	margin-top: 100px;
}

.solution.workflow .t4 h2 {
	color: #e25d5d;
}

.solution.workflow .t4 h2 span {
	font-size: 14px;
	color: lightgray;
}

.solution.workflow .t4 td {
	vertical-align: top;
}

.solution.workflow .t4 td h3 {
	margin-top: 0;
	color: #e25d5d;
}

.solution.workflow .t4 td p {
	letter-spacing: 2px;
}

.solution.workflow .t4 img {
	max-width: 680px;
}

.solution.app>.banner {
	background-image:
		url('../images/banner33.jpg');
}

.solution.app td {
	vertical-align: top;
}

.solution.app .se_list ul {
	background: url(../images/icons/vc_bg.png)
		no-repeat 28px 42px;
	overflow: hidden;
	background-size: 102% 71%;
}

.solution.app .se_list ul li {
	list-style: none;
	width: 25%;
	float: left;
	text-align: center;
	height: 198px;
	transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.solution.app .se_list ul li:hover {
	transform: translateY(-6px);
}

.solution.app .teamwork {
	width: 30%;
}

.solution.app .teamwork dl {
	margin-bottom: 10%;
}

.solution.app .teamwork dt {
	float: left;
	margin-right: 10px;
}

.solution.app .teamwork dd p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 800;
	color: gray;
	letter-spacing: 3px;
}

.solution.app .teamwork>p {
	text-align: justify;
	line-height: 32px;
	text-indent: 2em;
	letter-spacing: 2px;
}

.solution.app .workflow ul {
	border: 1px solid lightgray;
	overflow: hidden;
}

.solution.app .workflow li {
	width: 20%;
	list-style: none;
	float: left;
	margin-top: 65px;
	text-align: center;
	line-height: 32px;
}

.solution.app .workflow li>p:first-child {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	padding-top: 42px;
}

.solution.app .workflow li p.p1 {
	background: url(../images/icons/n1.png) top
		center no-repeat;
}

.solution.app .workflow li p.p2 {
	background: url(../images/icons/n2.png) top
		center no-repeat;
}

.solution.app .workflow li p.p3 {
	background: url(../images/icons/n3.png) top
		center no-repeat;
}

.solution.app .workflow li p.p4 {
	background: url(../images/icons/n4.png) top
		center no-repeat;
}

.solution.app .workflow li p.p5 {
	background: url(../images/icons/n5.png) top
		center no-repeat;
}

.solution.app .sh {
	overflow: hidden;
}

.solution.app .sh p {
	border-bottom: 1px solid lightgray;
	padding: 2% 0;
	font-weight: bold;
	font-size: 20px;
}

.solution.app .sh ul {
	float: left;
	width: 163px;
	margin-top: 50px;
}

.solution.app .sh li {
	list-style: none;
	line-height: 35px;
}

.homepage {
	font-family: Arial, "Noto Serif SC", sans-serif;
}

.homepage .content.banner-text {
	letter-spacing: 2px;
}

.homepage .content.banner-text h1 {
	font-weight: 1000;
	color: black;
}

.homepage .content.banner-text h2 {
	color: gray;
}

.homepage .aj-opacity-banner {
	position: relative;
	min-height: 90px;
}

.homepage .aj-opacity-banner li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	list-style: none;
}

.homepage .aj-opacity-banner img {
	width: 100%;
}

.homepage .p4 {
	background-color: #e25d5d;
	overflow: hidden;
	color: white;
}

.homepage .p4 dl {
	float: left;
	width: 18%;
	border-right: 1px solid #8ac5f1;
	padding: 1% 3% 1%;
	overflow: hidden;
	height: 58px;
}

.homepage .p4 dl dt {
	float: left;
}

.homepage .p4 dl dd {
	margin-left: 28%;
}

.homepage .price-top {
	width: 100%;
	height: 200px;
	line-height: 160px;
	background: url('../images/btmbg-j.jpg')
		no-repeat;
	background-size: 100%;
	margin-bottom: 3%;
}

.homepage .price-top .content {
	display: flex;
}

.homepage .price-top h2 {
	width: 30%;
	color: white;
	text-shadow: 1px 0 black, /* 水平偏移1px，垂直偏移0，颜色黑色 */ -1px 0 black, 0 1px
		black, 0 -1px black, 1px 1px black, -1px -1px black, 1px -1px black,
		-1px 1px black;
}

.homepage .price-top h3 {
	color: gray;
	flex-grow: 1;
	line-height: 49px;
	padding-top: 36px;
	text-shadow: 3px 1px 2px white;
}

.homepage .price {
	clear: both;
	overflow: hidden;
}

.homepage .price>h2 {
	padding: 0;
	padding-bottom: 2%;
	font-size: 2rem;
	font-weight: normal;
}

.homepage .price>p {
	padding: 0 30%;
	margin: 0;
}

.homepage .price ul {
	margin: 1% auto;
	overflow: hidden;
	float: left;
	width: 1060px;
	padding: 0;
}

.homepage .price ul li {
	float: left;
	width: 240px;
	height: 550px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	list-style: none;
	transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px
		rgba(0, 0, 0, 0.01);
}

.homepage .price ul li:hover {
	transform: translateY(-10px);
}

.homepage .price ul li span {
	font-size: 14px;
	letter-spacing: 1px;
}

.homepage .price ul li:nth-child(3) .top {
	background-image: linear-gradient(280deg, #fc8a8a 0%, #ffd2d2 100%);
}

.homepage .price ul li>div {
	margin: 6%;
	font-size: 1rem;
}

.homepage .price ul li .top {
	border-radius: 5px 5px 0 0;
	background-color: #72a7de;
	color: white;
	padding: 13% 0;
	margin: 0;
}

.homepage .price ul li button {
	padding: 4% 20%;
	margin: 8% 0;
}

.homepage .kefu {
	float: right;
	width: 185px;
	margin: -5px 0 0 0;
	padding: 1% 2%;
	border-color: lightgray !important;
	border-radius: 5px;
	border: 1px solid gray;
}

.homepage .kefu legend img {
	width: 85px;
	vertical-align: middle;
}

.homepage .kefu img {
	max-width: 100%;
}

.homepage .kefu>div {
	text-align: center;
}

.top-bg {
	height: 480px;
	background: url('../images/b.jpg') no-repeat
		top left;
}

.adv {
	vertical-align: top;
}

.adv td {
	vertical-align: top;
}

.adv .my-adv {
	width: 70px;
	font-size: 24px;
	font-weight: 800;
	font-family: "Noto Serif SC", serif;
}

.adv .text {
	width: 300px;
}

.adv .text dl {
	margin-top: 10%;
	overflow: hidden;
	text-align: justify;
}

.adv .text dl:first-child {
	margin-top: 0;
}

.adv .text dt {
	float: left;
	width: 12%;
}

.adv .text dd {
	float: right;
	width: 82%;
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.adv .text strong {
	font-size: 19px;
	font-weight: 900;
	display: block;
	letter-spacing: 4px;
	color: #e25d5d;
}

nav {
	display: flex;
	background-color: #444;
	justify-content: center;
	padding: 10px 0;
}

nav a {
	color: white;
	text-decoration: none;
	margin: 0 15px;
}

nav a:hover {
	text-decoration: underline;
}

.main-content {
	margin: 20px auto;
	width: 1300px;
}

.main-content ul {
	padding: 0;
	float: left;
	width: 900px;
	margin-bottom: 200px;
}

.main-content ul li {
	list-style: none;
	margin: 15px 0px 5px 0px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.main-content ul li img.thumbnail {
	border: 1px solid #ccc;
	width: 200px;
	display: block;
	float: left;
	margin-left: 1px;
	margin-right: 40px;
	padding: 2px;
	background: #fff;
	box-shadow: 0 1px 1px #ccc;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.main-content ul li .content {
	width: 650px;
	float: left;
}

.main-content ul li .content h2 {
	margin-top: 0;
	letter-spacing: 1px;
}

.main-content ul li .content p {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 190%;
	text-indent: 2em;
	color: #4e4e4e;
	padding-right: 5px;
}

.sidebar {
	float: right;
	width: 300px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-left: 20px;
	margin-top: 30px;
}

ul.customer {
	display: flex;
	flex-wrap: wrap;
}

ul.customer>li {
	list-style: none;
	width: 179.5px;
	height: 450px;
	overflow: hidden;
	margin: 0 10px 20px;
	background: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.1), -8px -8px 20px #fff;
	border-radius: 4px;
	border: 2px solid #fff;
	position: relative;
	transition: width 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

ul.customer>li .title-bg {
	opacity: 1;
	padding: 22px 18px 26px;
	background-position: 100% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: white;
	transition: opacity 0.3s ease-in-out;
}

ul.customer>li .title-bg h4, ul.customer>li .title-bg h6 {
	opacity: 1;
}

ul.customer>li .title-text {
	color: white;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 36px);
	height: calc(100% - 48px);
	padding: 22px 18px 26px;
}

ul.customer>li .title-text h4, ul.customer>li .title-text h6 {
	opacity: 0;
}

ul.customer>li .title-text h5 a::before {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	color: #495770;
	content: ' ';
	width: 4px;
	height: 4px;
	background-color: #596efb;
	margin: 8px 10px 4px 0;
}

ul.customer>li .img {
	width: 120px;
	height: 55px;
	float: left;
	padding: 5px 12px;
	box-sizing: border-box;
	box-shadow: none;
	background: #fff;
	border: 1px solid #e5e8ed;
	border-radius: 1px;
	margin: 0 8px 12px;
	margin-left: 8px;
}

ul.customer>li .img img {
	width: 100%;
}

ul.customer>li .text2 {
	clear: both;
}

ul.customer>li.actived {
	width: 382px;
	color: black;
}

ul.customer>li.actived h4, ul.customer>li.actived h6 {
	color: black;
	opacity: 1;
}

ul.customer>li.actived .title-bg {
	opacity: 0.2;
}

ul.customer>li.actived .title-bg h4, ul.customer>li.actived .title-bg h6
	{
	opacity: 0;
}

ul.customer>li.actived .title-text {
	opacity: 1;
}

.case {
	font-family: "Noto Serif SC", sans-serif, Arial;
}

.case.erp>.banner {
	background: linear-gradient(90deg, #f4f6f9, rgba(244, 246, 249, 0.5));
	position: relative;
}

.case.erp>.banner .b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/xcx5.png');
	background-position: calc(100% - 300px) center;
	background-repeat: no-repeat;
	background-size: 26%;
}

.case.erp>.content {
	overflow: hidden;
	margin: 50px auto;
}

.case.erp .t1>img {
	float: left;
	width: 700px;
	margin-right: 60px;
}

.case.erp .t1 h1 {
	color: #e25d5d;
}

.case.erp .t1 li {
	list-style: none;
	margin-bottom: 20px;
}

.case.erp .t1 li::before {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	color: #495770;
	content: ' ';
	width: 4px;
	height: 4px;
	background-color: #e25d5d;
	margin: 8px 10px 4px 0;
}

.case.erp .t2 {
	margin-top: 150px;
}

.case.erp .t2>img {
	float: right;
	width: 850px;
	margin-left: 0px;
}

.case.erp .t2 h1 {
	color: #e25d5d;
}

.case.erp .t2 ul {
	padding: 0;
	margin-top: 40px;
}

.case.erp .t2 li {
	list-style: none;
	margin-bottom: 20px;
}

.case.erp .t2 li::before {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	color: #495770;
	content: ' ';
	width: 4px;
	height: 4px;
	background-color: #e25d5d;
	margin: 8px 10px 4px 0;
}

.case.erp .t3 h1, .case.erp .t3 h2 {
	text-align: center;
}

.case.erp .t3 h1 {
	color: #e25d5d;
}

.case.erp .t3 h2 {
	color: gray;
}

.case.erp .t3 img {
	width: 100%;
}

.case.oa>.banner {
	background: linear-gradient(90deg, #f4f6f9, rgba(244, 246, 249, 0.5));
	position: relative;
}

.case.oa>.banner .b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/erp.png');
	background-position: calc(100% - 250px) center;
	background-repeat: no-repeat;
	background-size: 22%;
}

.case.software>.banner>header>div>ul a, .case.website>.banner>header>div>ul a
	{
	color: white;
}

.case.software>.banner>header>div>ul a:hover, .case.website>.banner>header>div>ul a:hover
	{
	color: gray;
}

.case.software>.banner>header>div>h3, .case.website>.banner>header>div>h3
	{
	color: #ffffff99;
}

.case.software>.banner .banner-text h1, .case.website>.banner .banner-text h1
	{
	color: #c90808;
}

.case.software>.banner .banner-text h2, .case.website>.banner .banner-text h2,
	.case.software>.banner .banner-text h3, .case.website>.banner .banner-text h3
	{
	color: white;
}

.case.software>.banner {
	background-image:
		url('../images/software.jpg');
}

.case.website>.banner {
	height: 520px;
	background: url('../images/zx-1banan2.jpg')
		no-repeat top left;
}

.news {
	font-family: "Noto Serif SC", sans-serif, Arial;
}

.news ul {
	padding: 0;
	float: left;
	width: 900px;
	margin-bottom: 200px;
}

.news ul li {
	margin: 15px 0px 5px 0px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	list-style: none;
}

.news ul li img.thumbnail {
	border: 1px solid #ccc;
	width: 200px;
	display: block;
	float: left;
	margin-left: 1px;
	margin-right: 40px;
	padding: 2px;
	background: #fff;
	box-shadow: 0 1px 1px #ccc;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.news ul li .content {
	width: 650px;
	float: left;
}

.news ul li .content h2 {
	margin-top: 0;
	letter-spacing: 1px;
	color: #e25d5d;
}

.news ul li .content p {
	font-family: "Noto Serif SC", serif;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 190%;
	text-indent: 2em;
	color: #4e4e4e;
	padding-right: 5px;
}

.news .sidebar {
	float: right;
	width: 300px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-left: 20px;
	margin-top: 30px;
}

.news-info {
	padding: 0 5%;
}

.news-info .title {
	border-bottom: 1px solid lightgray;
	padding-bottom: 1%;
	margin-bottom: 5%;
}

.news-info .title h1 {
	font-family: "Noto Serif SC";
	text-align: center;
	letter-spacing: 3px;
	padding: 1.5% 0 0 0;
}

.news-info .title div {
	color: gray;
}

.news-info article {
	padding: 0 3%;
}

.news-info article p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 2em;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	font-family: "Noto Serif TC", "Noto Serif SC", serif;
}

.about-bg {
	font-family: "Noto Serif SC", sans-serif, Arial;
	height: 470px;
	background-size: contain;
	background: url('../images/banner2.jpg')
		no-repeat top left;
}

.contact-us {
	overflow: hidden;
}

.contact-us .left {
	float: left;
	width: 35%;
}

.contact-us .left h1 {
	font-family: "Noto Serif SC", serif;
	font-weight: 800;
	letter-spacing: 3px;
	font-size: 20px;
}

.contact-us .left h2 {
	font-family: "Noto Serif SC", serif;
	font-size: 16px;
}

.contact-us .left dl {
	margin-top: 13%;
	overflow: hidden;
}

.contact-us .left dl dt {
	float: left;
	width: 16%;
	padding-top: 10px;
}

.contact-us .left dl dd {
	float: right;
	width: 80%;
	font-size: 14px;
	color: #666;
	line-height: 33px;
	margin: 0;
}

.contact-us .left dl dd span {
	font-size: 20px;
	display: block;
	color: #333;
}

.contact-us #map {
	float: left;
	width: 64%;
	height: 500px;
	margin-top: 2%;
	border: 1px solid lightgray;
}

.members {
	clear: both;
}

.members h1 {
	margin: 120px 0 60px 0;
	text-align: center;
}

.members ul li {
	width: 43%;
	padding: 2%;
	margin-bottom: 4%;
	float: left;
	border: 1px solid lightgray;
	border-radius: 8px;
	list-style: none;
}

.members ul li img {
	float: left;
	width: 128px;
	margin: 0;
	margin-right: 5%;
}

.members ul li h3 {
	margin: 0;
	padding: 0;
}

.members ul li p {
	text-indent: 0;
}

.members ul li:nth-child(2n+1) {
	margin-right: 4%;
}

.feedback {
	text-align: center;
	font-family: "Noto Serif SC", serif;
}

.feedback h3 {
	font-weight: 800;
	letter-spacing: 3px;
	font-size: 24px;
}

.feedback form input, .feedback form textarea {
	outline: none;
}

.feedback .aj-form {
	margin: 0 auto;
}

.feedback .aj-form td {
	padding: 2% 0;
}

.feedback .c {
	text-align: center;
}