* {
	margin:0;
	padding:0;
}
body {
	color:#333333;
	background-color:#f5f5f5;
	font-size:14px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
}
.navigation-contents {
	background-color:#ffffff;
}
.navigation-contents .logo {
	max-width:1200px;
	margin:0 auto;
	padding:14px 0;
}
.navigation-contents .logo img {
	width:300px;
}
.navigation-contents .navigation-bar {
	background-color:#358ff0;
	height:50px;
}
.navigation-contents .navigation-bar ul {
	display:flex;
	max-width:1200px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
.navigation-contents .navigation-bar ul li {
	transition:0.5s;
	border-right:1px solid rgba(44,44,44,0.1);
}
.navigation-contents .navigation-bar ul li.active,.navigation-contents .navigation-bar ul li:hover {
	background-color:#2b71c2;
}
.navigation-contents .navigation-bar ul li:last-of-type {
	border-right:none;
}
.navigation-contents .navigation-bar ul li a {
	display:block;
	text-align:center;
	width:200px;
	height:100%;
	line-height:50px;
	color:#ffffff;
	font-size:18px;
}
.banner-all {
	margin-top:8px;
	text-align:center;
	position:relative;
	/*height:500px;
	*/
  /*overflow:hidden;
	*/
}
.banner-all .banner-picture {
	min-width:1200px;
	width:62%;
	border-radius:8px;
	/*height:100%;
	*/
  /*object-fit:cover;
	*/
}
.banner-all .download-all {
	width:1200px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.banner-all .download-all .download-button {
	transition:0.5s;
	position:absolute;
	bottom:100px;
	left:105px;
}
.banner-all .download-all .download-button .button-click {
	display:flex;
}
.banner-all .download-all .download-button .button-click a {
	display:flex;
	justify-content:center;
	justify-items:center;
	width:148px;
	height:45px;
	line-height:45px;
	border:1px solid #ffffff;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	border-radius:45px;
	margin-right:14px;
	transition:0.2s;
}
.banner-all .download-all .download-button .button-click a:hover {
	background-color:#2b71c2;
	border-color:#2b71c2;
}
.banner-all .download-all .download-tip {
	color:#ffffff;
	font-size:14px;
	margin-top:24px;
}
.banner-all .download-all .download-tip span {
	margin-right:14px;
}
.main-layout-center {
	max-width:1200px;
	min-width:1200px;
	margin:0 auto;
}
.column-title-all {
	padding:16px;
}
.column-title-all span {
	position:relative;
	padding-left:1.1em;
	font-size:16px;
}
.column-title-all span:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:4px;
	background-color:#358ff0;
	border-radius:30px;
	box-shadow:1px 1px 3px -1px #ddd;
}
.column-title-all p {
	float:right;
}
.column-title-all p a {
	font-size:18px;
	color:#888888;
}
.windows-layout-one .windows-layout-details ul {
	display:flex;
	flex-wrap:wrap;
}
.windows-layout-one .windows-layout-details ul li {
	width:264px;
	background-color:#ffffff;
	border-radius:8px;
	padding:10px;
	margin:8px 21px 8px 0;
}
.windows-layout-one .windows-layout-details ul li:nth-child(4),.windows-layout-one .windows-layout-details ul li:nth-child(8),.windows-layout-one .windows-layout-details ul li:nth-child(12),.windows-layout-one .windows-layout-details ul li:nth-child(16),.windows-layout-one .windows-layout-details ul li:nth-child(20) {
	margin-right:0;
}
.windows-layout-one .windows-layout-details ul li .active-link {
	display:block;
}
.windows-layout-one .windows-layout-details ul li .active-link .windows-picture {
	width:260px;
	height:182px;
	overflow:hidden;
	border-radius:8px;
}
.windows-layout-one .windows-layout-details ul li .active-link img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	margin:0 auto;
	transition:0.2s ease-out;
}
.windows-layout-one .windows-layout-details ul li .active-link img:hover {
	transform:scale(1.02);
}
.windows-layout-one .windows-layout-details ul li .active-link .windows-title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	height:40px;
	line-height:21px;
	color:#333333;
	font-size:14px;
	margin-top:8px;
	transition:0.3s;
}
.windows-layout-one .windows-layout-details ul li .active-link .windows-title:hover {
	color:#2b71c2;
}
.windows-layout-one .windows-layout-details ul li .windows-label {
	display:flex;
	overflow:hidden;
}
.windows-layout-one .windows-layout-details ul li .windows-label a {
	display:flex;
	align-content:center;
	align-items:center;
	font-size:11px;
	padding:2px 5px;
	color:#888888;
	margin-top:8px;
	margin-right:5px;
	border-radius:4px;
	background-color:rgba(136,136,136,0.1);
	white-space:nowrap;
}
.windows-layout-one .windows-layout-details ul li .windows-label a.color-blue {
	background-color:rgba(41,151,247,0.1);
}
.windows-layout-one .windows-layout-details ul li .windows-label a.color-blue .file-icon {
	width:12px;
	margin-right:3px;
}
.windows-layout-one .windows-layout-details ul li .release-date {
	display:flex;
	justify-content:space-between;
	font-size:12px;
	color:#999999;
	margin-top:8px;
}
.windows-layout-one .windows-layout-details ul li .release-date .time {
	display:flex;
	align-content:center;
	align-items:center;
}
.windows-layout-one .windows-layout-details ul li .release-date .time:before {
	display:block;
	content:'';
	height:4px;
	width:4px;
	border-radius:50%;
	border:1px solid #2b71c2;
	margin-right:6px;
}
.windows-layout-one .windows-layout-details ul li .release-date .click-icon {
	display:flex;
	align-content:center;
	align-items:center;
	font-style:normal;
}
.windows-layout-one .windows-layout-details ul li .release-date .click-icon img {
	width:12px;
	margin-right:4px;
}
.windows-layout-two {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.windows-layout-two .windows-layout {
	width:590px;
	margin:8px 0;
	background-color:#ffffff;
	border-radius:8px;
}
.windows-layout-two .windows-layout .column-title {
	display:flex;
	justify-content:space-between;
	color:#333333;
	font-size:16px;
	padding:14px;
	border-bottom:1px solid #E1E1E1;
}
.windows-layout-two .windows-layout .column-title .go-to {
	display:flex;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	width:17px;
	height:100%;
}
.windows-layout-two .windows-layout .column-title .go-to img {
	width:16px;
}
.windows-layout-two .windows-layout .windows-layout-details {
	padding:14px;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open {
	display:flex;
	justify-content:space-between;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-picture {
	width:205px;
	height:133px;
	border-radius:8px;
	overflow:hidden;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.2s ease-out;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-picture img:hover {
	transform:scale(1.02);
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information {
	width:324px;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information a {
	color:#333333;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .title {
	font-size:16px;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .title a {
	display:block;
	height:42px;
	line-height:22px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	transition:0.5s;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .title a:hover {
	color:#2b71c2;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .introduce {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	height:60px;
	line-height:20px;
	font-size:13px;
	color:#888888;
	margin-top:8px;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .release-date {
	display:flex;
	align-items:center;
	align-content:center;
	height:15px;
	font-size:12px;
	margin-top:8px;
	color:#888888;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .release-date span {
	margin-right:14px;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .release-date .time {
	padding-left:20px;
	background:url("../fonts/shijian.svg") no-repeat left center;
	background-size:15px auto;
}
.windows-layout-two .windows-layout .windows-layout-details .windows-open .windows-information .release-date .click {
	padding-left:20px;
	background:url("../fonts/dianjiliang.svg") no-repeat left center;
	background-size:15px auto;
}
.windows-layout-two .windows-layout .windows-layout-details ul {
	margin-top:20px;
}
.windows-layout-two .windows-layout .windows-layout-details ul li {
	position:relative;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	padding-left:8px;
}
.windows-layout-two .windows-layout .windows-layout-details ul li:before {
	position:absolute;
	left:0;
	top:50%;
	content:'';
	width:3px;
	height:3px;
	background-color:#333333;
	border-radius:50%;
}
.windows-layout-two .windows-layout .windows-layout-details ul li a {
	display:block;
	max-width:450px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:14px;
	color:#333333;
	transition:0.5s;
}
.windows-layout-two .windows-layout .windows-layout-details ul li a:hover {
	color:#2b71c2;
}
.windows-layout-three {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.windows-layout-three .windows-layout {
	width:562px;
	margin:8px 0;
	background-color:#ffffff;
	border-radius:8px;
	padding:14px;
}
.windows-layout-three .windows-layout .column-title {
	display:flex;
	color:#333333;
	font-size:16px;
	border-bottom:3px solid #358ff0;
}
.windows-layout-three .windows-layout .column-title span {
	min-width:135px;
	text-align:center;
	background-color:#358ff0;
	padding:8px;
	color:#ffffff;
}
.windows-layout-three .windows-layout .windows-layout-details ul li {
	position:relative;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.windows-layout-three .windows-layout .windows-layout-details ul li a {
	display:block;
	max-width:450px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:14px;
	color:#333333;
	transition:0.5s;
}
.windows-layout-three .windows-layout .windows-layout-details ul li a:hover {
	color:#2b71c2;
}
.footer {
	padding:25px 0;
	text-align:center;
	color:#999;
	width:100%;
	font-size:12px;
}
.footer .link-item {
	color:#999;
	padding:0 26px;
	display:inline-block;
	*display:inline;
	margin-bottom:15px;
}
.footer .link-item:hover {
	color:#2b71c2;
}
.footer p {
	margin-bottom:15px;
}
.footer .copyright {
	display:inline-block;
	vertical-align:top;
	line-height:20px;
}
.footer .copyright a {
	color:#999999;
}
.cooperation {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	flex-wrap:wrap;
	padding:25px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-top:none;
}
.cooperation a {
	font-size:14px;
	color:#535353;
	margin-right:25px;
}
/* 右侧悬浮 */
.right-float {
	position:fixed;
	bottom:230px;
	right:20px;
	z-index:10;
	width:70px;
	height:130px;
}
.right-float .qq-group {
	display:block;
	width:68px;
	height:68px;
	margin-bottom:13px;
	background:#fff;
	border:1px solid #358ff0;
	font-size:12px;
	color:#358ff0;
	text-align:center;
	line-height:1;
}
.right-float .qq-group .ico {
	width:36px;
	height:30px;
	display:block;
	margin:10px auto;
	background:url(../images/qqq.png) no-repeat center;
}
.right-float .douyin-qrcode {
	display:block;
	width:68px;
	height:68px;
	margin-bottom:13px;
	background:#fff;
	border:1px solid #358ff0;
	font-size:12px;
	color:#358ff0;
	text-align:center;
	line-height:1;
	position:relative;
}
.right-float .douyin-qrcode .ico {
	width:36px;
	height:30px;
	display:block;
	margin:10px auto;
	background:url(../images/douyin-ico.png) no-repeat center;
	background-size:contain;
	/* 根据容器大小自动缩放图片 */
}
.right-float .douyin-qrcode-box {
	position:absolute;
	/*border:1px solid #0199dc;
	*/
  border-radius:5px;
	width:145px;
	height:auto;
	background:#fff;
	left:-155px;
	top:0;
	font-size:12px;
	line-height:22px;
	color:#999;
	display:none;
}
.douyin-qrcode:hover + .douyin-qrcode-box {
	display:block;
}
.douyin-qrcode-box > img {
	display:block;
	width:100%;
}
.go-top {
	width:70px;
	height:60px;
	margin-right:-698px;
	border-radius:2px;
	background-color:#ccc;
	cursor:pointer;
	overflow:hidden;
	display:none;
	position:relative;
	z-index:2;
}
.go-top:hover {
	background-color:#358ff0;
}
.go-top .ico {
	width:24px;
	height:14px;
	display:block;
	margin:24px auto;
	background:url(../images/sp_1.png) -215px -37px no-repeat;
	overflow:hidden;
}
/* 右侧悬浮 */

/* .qrcode-group {
	*/
  /* float:right;
	*/
  /* margin-top:-85PX;
	*/
  /* display:flex;
	*/
  /* align-items:center;
	*/
  /* gap:50px;
	/* 两个二维码之间的间距 */ */
  /* margin-right:350px;
	/* 与导航栏拉开距离 */ */
/*
}
*/

/* .qrcode-item img {
	*/
  /* width:80px;
	/* 二维码尺寸（根据需求调整） */ */
  /* height:80px;
	*/
  /* border:none;
	*/
/*
}
*/
 .container {
	margin-right:350px;
	/* 与导航栏拉开距离 */
  float:right;
	margin-top:-68px;
	display:flex;
}
.show-qrcode-btn {
	margin-right:350px;
	/* 与导航栏拉开距离 */
	float:right;
	margin-top: -58px;
	display:flex;
	background:#3498db;
	color:white;
	border:none;
	padding: 9px 21px;
	border-radius:50px;
	font-size:1.1rem;
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	gap:10px;
	transition:all 0.3s ease;
	box-shadow:0 4px 10px rgba(52,152,219,0.3);
}.show-qrcode-btn {
	margin-right:350px;
	/* 与导航栏拉开距离 */
	float:right;
	margin-top: -58px;
	display:flex;
	background:#3498db;
	color:white;
	border:none;
	padding: 9px 21px;
	border-radius:50px;
	font-size:1.1rem;
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	gap:10px;
	transition:all 0.3s ease;
	box-shadow:0 4px 10px rgba(52,152,219,0.3);
}
.show-qrcode-btn:hover {
	background:#2980b9;
	transform:translateY(-3px);
	box-shadow:0 6px 15px rgba(52,152,219,0.4);
}
.show-qrcode-btn:active {
	transform:translateY(0);
}
/* 弹窗样式 */
        .modal-overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:1000;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
.modal-overlay.active {
	opacity:1;
	visibility:visible;
}
.modal-content {
	background:white;
	border-radius:16px;
	padding:40px;
	max-width:700px;
	width:90%;
	position:relative;
	transform:translateY(30px);
	transition:transform 0.4s ease;
	box-shadow:0 20px 40px rgba(0,0,0,0.2);
}
.modal-overlay.active .modal-content {
	transform:translateY(0);
}
.close-btn {
	position:absolute;
	top:20px;
	right:20px;
	background:none;
	border:none;
	font-size:1.8rem;
	cursor:pointer;
	color:#7f8c8d;
	transition:color 0.3s ease;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
}
.close-btn:hover {
	color:#e74c3c;
	background:#f5f5f5;
}
.modal-title {
	color:#2c3e50;
	margin-bottom:30px;
	font-size:1.8rem;
}
/* 二维码样式 */
 .qrcode-group {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:50px;
	flex-wrap:wrap;
}
.qrcode-item {
	text-align:center;
	transition:transform 0.3s ease;
}
.qrcode-item:hover {
	transform:translateY(-5px);
}
.qrcode-item img {
	width:120px;
	height:120px;
	border-radius:8px;
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
	transition:all 0.3s ease;
}
.qrcode-item img:hover {
	box-shadow:0 8px 20px rgba(0,0,0,0.15);
}
.qrcode-label {
	margin-top:12px;
	font-weight:600;
	color:#2c3e50;
}
.modal-footer {
	margin-top:30px;
	color:#7f8c8d;
	font-size:0.9rem;
}
@media (max-width:768px) {
	.qrcode-group {
	gap:30px;
}
.qrcode-item img {
	width:100px;
	height:100px;
}
h1 {
	font-size:1.8rem;
}
.modal-content {
	padding:30px 20px;
}
}@media (max-width:480px) {
	.qrcode-group {
	gap:20px;
}
.qrcode-item img {
	width:80px;
	height:80px;
}
}
.search_box{ float:left;margin-left: 999px;
margin-top: -108px}
.search_form{ float:left;position:relative; height:31px; margin:0 auto;display:inline-block;} 
.search_form:hover{-webkit-box-shadow:0 0 3px #999;-moz-box-shadow:0 0 3px #999} 
.sinput{float:left;width:220px;height: 31px;line-height: 31px;padding:4px 7px;color:b3b3b3;border:1px solid #999;border-radius:2px 0 0 2px;background-color:#fbfbfb;} 
.sbtn{float:left;width:100px;height: 42px;padding:0 12px;margin-left:-1px;border-radius:0 2px 2px 0;border:1px solid #4d90fe;background-color:#4d90fe;cursor:pointer;display:inline-block;font-size: 18px;vertical-align:middle;color:#f3f7fc;position:absolute;} 
.sbtn:hover{background:#4084f2}