@charset "utf-8";
	/*CSS Document*/
* {
	margin:0;
	padding:0;
	text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	font-size:16px;
	list-style:none;
	text-decoration:none;
	box-sizing:border-box;
}
html {
	scroll-behavior:smooth;
}
body {
	overflow-x:hidden;
	font-family:微软雅黑;
}
.header {
    width: 100%;
    height: 144px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* 滚动时变化效果 */
.header.scrolled {
    height: 120px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.nav-list {
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.nav-list li {
    height: 100%;
    margin: 0 25px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-list li a {
    color: #2d3436;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 5px;
    transition: all 0.3s ease;
    position: relative;
}

/* 导航文字悬停效果 */
.nav-list li a:hover {
    color: #e74c3c;
    transform: translateY(-2px);
}

/* 底部装饰线效果 */
.nav-list li:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    border-radius: 3px 3px 0 0;
}

/* 排除logo项的底部线 */
.nav-list li:nth-child(4) {
    position: relative;
    margin: 0 40px; /* 增加logo两侧间距 */
}

.nav-list li:nth-child(4):hover::after {
    display: none;
}

/* Logo样式优化 */
.nav-list li a img {
    width: auto;
    height: 120px;
    padding: 10px 0;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.nav-list li a img:hover {
    transform: scale(1.05) rotate(1deg);
}

/* 滚动时调整logo大小 */
.header.scrolled .nav-list li a img {
    height: 100px;
}

/* 为当前活动项添加样式 */
.nav-list li.active a {
    color: #e74c3c;
    font-weight: 600;
}

.nav-list li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    border-radius: 3px 3px 0 0;
}

.main-content-1 {
	height:calc(100vh + 70px);
	width:100%;
	background-size:cover;
	position:relative;
}
.main-content-1-download {
	padding:20px 40px;
	position:absolute;
	bottom:150px;
	left:50%;
	transform:translateX(-50%);
	width:536px;
	height:200px;
	background-size:100% 100%;
}
.main-content-1-download-box {
	padding:0 25px;
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.main-content-1-download-left {
	width:140px;
	height:140px;
	flex-shrink:0;
	margin-right:50px;
}
.main-content-1-download-left img {
	width:100%;
	height:100%;
}
.main-content-1-download-center {
	width:235px;
	height:150px;
	margin:0 10px;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.main-content-1-download-center a {
	display:block;
	width:100%;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-content-1-download-center a:first-child {
	margin-bottom:10px;
}
.main-content-1-download-center img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}
.main-content-1-download-right {
	width:180px;
	height:180px;
	flex-shrink:0;
}
.main-content-1-download-right img {
	width:100%;
	height:100%;
}
/*下载按钮*/
.download{width: 548px; height: 217px; background: url('/skin/default/images/download.png') no-repeat; position: absolute; top: 596px; left: 50%; margin-left: -274px;}
.side_download{background: url('/skin/default/images/sd.png') no-repeat; width: 331px; height: 467px; position: absolute; left: 0; top: 0; overflow: hidden;}
.side_download .qrcode{width: 195px; height: 195px;float: inherit; margin: 62px auto 0;}
.side_download .down_btns{float: inherit; margin: 0 auto; width: 210px; padding-top: 20px;}
.side_download .down_btns .ios{width: 210px; background-position: 0 -160px;}
.side_download .down_btns .ios:hover{background-position: -220px -160px;}
.side_download .down_btns .android{width: 210px; background-position: 0 -240px;}
.side_download .down_btns .android:hover{background-position: -220px -240px;}
.qrcode img,.swiper-slide img{display: block; width: 100%;}
.cadpa_tips{width: 115px; height: 147px; position: absolute; left: -123px; top: 35px;}.qrcode{float: left; width: 145px; height: 145px; margin: 36px 10px 0 93px; border: 2px solid #eecb9c; position: relative;}
.qrcode{float: left; width: 145px; height: 145px; margin: 36px 10px 0 93px; border: 2px solid #eecb9c; position: relative;}
.qrcode::after{content: ''; animation: sys 2.5s linear infinite; -webkit-animation: sys 2.5s linear infinite; position: absolute; left:2%; width: 96%; height: 3px; background: #eecb9c; opacity: .8; box-shadow: 0 0 6px #000; }
@keyframes sys {0%,100% {top: 0}50%{ top: 144px}}
@-webkit-keyframes sys {0%,100% {top: 0}50%{ top: 144px}}
.down_btns{padding-top: 37px; float: left;}
.down_btns .ios,.down_btns .android{width: 230px; height: 70px; display: block; background: url('/skin/default/images/down_btn.png') no-repeat;}
.down_btns .ios:hover{background-position: -240px 0;}
.down_btns .android{background-position: 0 -80px; margin-top: 10px;}
.down_btns .android:hover{background-position: -240px -80px;}
/*下载按钮结束*/



.main-content-1 .main-button-jump {
    display: block;
}

.main-content-1 .main-button-link {
	cursor:pointer;
	-webkit-text-decoration:none;
	text-decoration:none;
}

.main-content-1 .imgwap {
    overflow: hidden;
}

.main-content-1 .imgwap img {
    max-width: 100%;
}

.main-content-2 {
	height:880px;
	background-size:cover;
	padding:10px 0;
}
.main-content-2-title1,.main-content-2-title2 {
	text-align:center;
}
.main-content-2-title1 {
	margin:0 auto;
	margin-bottom:70px;
	width:135px;
	height:126px;
	transform:translateY(-68px);
}
.main-content-2-title1 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-2-title2 {
	margin:70px auto;
	width:163px;
	height:81px;
}
.main-content-2-title2 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-2-box {
	height:326px;
	display:flex;
	justify-content:center;
}
.main-content-2-box-left {
	width:480px;
	height:100%;
	background-color:rgb(134,200,255);
}
.main-content-2-box-left img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.main-content-2-box-center {
	width:537PX;
	height:100%;
	margin:0 5px;
	background-color:#ffffff;
}
.main-content-2-box-center-tab {
	position:relative;
	padding:0 10px;
	height:60px;
	border-bottom:#ffc001 solid 1px;
}
.main-content-2-box-center-tab ul {
	position:absolute;
	bottom:0;
	height:40px;
	line-height:40px;
	display:flex;
}
.main-content-2-box-center-tab ul li {
	color:#616161;
	margin-right:10px;
	padding:0 20px;
	height:100%;
	cursor:pointer;
}
.active {
	color:#ffffff !important;
	background-color:#ffc001;
}
.main-content-2-box-center-content-item {
	display:none;
}
.main-content-2-box-center-content-item ul {
	height:calc(326px - 60px);
	overflow:hidden;
}
.main-content-2-box-center-content-item ul::-webkit-scrollbar {
	display:none;
}
.main-content-2-box-center-content-item ul li {
	margin:15px 0;
	padding-bottom:5px;
	border-bottom:1px solid #d5d5d54f;
}
.main-content-2-box-center-content-item ul li a {
	display:flex;
	align-items:center;
}
.main-content-2-box-center-content-item ul li a:hover span {
	color:#ffc001;
}
.index-title {
	font-weight:500;
	color:#333;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	line-clamp:1;
	overflow:hidden;
	text-overflow:ellipsis;
}
.index-title-time {
	margin-left:auto;
	margin-right:10px;
	font-size:14px;
	color:#999;
	white-space:nowrap;
}
.main-content-2-box-center-content-item ul li p {
	color:#999;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	display:none;
}
.main-content-2-box-right {
	width:250px;
	height:100%;
	background-color:#ffffff;
	padding-top:16px;
}
.main-content-2-box-right-title {
	color:#333;
	border-bottom:1px solid #ffc001;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
	padding:10px;
}
.main-content-2-box-right ul {
	height:calc(326px - 77px);
	overflow:hidden;
}
.main-content-2-box-right ul::-webkit-scrollbar {
	display:none;
}
.main-content-2-box-right ul li {
	margin:18px 0 !important;
	padding-bottom:5px;
	border-bottom:1px solid #d5d5d54f;
}
.main-content-2-box-right ul li a>.index-title {
	font-weight:500;
	color:#333;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	line-clamp:1;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main-content-2-box-right ul li a:hover .index-title {
	color:#ffc001;
}
.main-content-2-box-right ul li p {
	color:#999;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	display:none;
}
.main-content-3 {
	height:900px;
	background-size:cover;
	padding:10px 0;
}
.main-content-3-title1,.main-content-3-title2 {
	text-align:center;
	width:auto;
	max-width:100%;
}
.main-content-3-title2 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-3-title1 {
	margin:0 auto;
	margin-bottom:70px;
	width:135px;
	height:126px;
	transform:translateY(-68px);
}
.main-content-3-title1 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-3-title2 {
	margin:70px auto;
	width:163px;
	height:81px;
}
.main-content-3-notice {
	margin:0 auto;
	width:540px;
	height:auto;
}
.main-content-3-notice span {
	color:#ffffff;
	font-size:20px;
}
.main-content-3-carousel {
	position:relative;
}
.carousel-item {
	width:500px;
	height:300px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	border-radius:8px;
	transition:transform 1s ease-in-out;
}
.carousel-container {
	margin:0 auto;
	width:800px;
	height:450px;
	perspective:1200px;
	transform-style:preserve-3d;
}
.footer {
	padding:0 0 10px 0;
	background-color:#333333;
	color:#ffffff;
	text-align:center;
}
.footer a {
	color:#ffffff;
}
.footer a:hover {
	color:#ffc001;
}
.footer-function {
	padding:10px 0;
}
.footer-info span {
	margin:0 5px;
}
.newslistbox {
	width:100%;
	padding-top:145px;
	background-size:cover;
}
.newslistbox-content {
    margin: 0 auto;
    width: 1200px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

.newslistbox-content-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: #eee solid 1px;
    background: linear-gradient(90deg, #4285f4, #34a853);
    padding: 0 20px;
}

.newslistbox-content-title span {
    padding: 0 15px;
    height: 100%;
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-bottom: #ff9500 solid 3px;
}

.newslistbox-content-list {
    padding: 20px;
}

.newslistbox-content-list-item {
    padding: 15px;
    display: flex;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.newslistbox-content-list-item:hover {
    background-color: #f9f9f9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
}

.newslistbox-content-list-item-left {
    width: 260px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.newslistbox-content-list-item-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.newslistbox-content-list-item:hover .newslistbox-content-list-item-left img {
    transform: scale(1.05);
}

.newslistbox-content-list-item-right {
    margin-left: 20px;
    padding: 10px 0;
    flex-grow: 1;
}

.newslistbox-content-list-item-right-title a span {
    font-size: 18px;
    color: #202124;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.newslistbox-content-list-item-right-title a:hover span {
    color: #4285f4;
}

.newslistbox-content-list-item-right-desc {
    margin-top: 8px;
    color: #5f6368;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslistbox-content-list-item-right-time {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.newslistbox-content-list-item-right-time span {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 500;
}

.newslistbox-content-list-item-right-time span::before {
    content: "•";
    margin-right: 5px;
    color: #ff6b35;
}

.newscontent {
	margin:0 auto;
	margin-top:155px;
	width:1200px;
}
.newscontent hr {
	border:1px solid #f0efef;
	border-bottom:none;
	margin:20px 0;
}
.newstitle h1 {
	color:#333;
	font-size:25px;
	font-weight:400;
	text-align:left;
}
.newsinfo {
	margin-top:10px;
}
.newsinfo span {
	color:#ADADAD;
	font-size:13px;
	margin-right:15px;
}
.newscontenttext {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.newscontenttext p {
    color: #333333;
    line-height: 1.8;
    margin: 18px 0;
    text-indent: 2em;
    font-size: 16px;
}

.newscontenttext a {
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.newscontenttext a:hover {
    text-decoration: underline;
    color: #e74c3c;
}

.newscontenttext h2 {
    color: #e74c3c;
    font-size: 24px;
    margin: 25px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f1c40f;
    position: relative;
}

.newscontenttext h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background-color: #e74c3c;
}

.newscontenttext h3 {
    color: #3498db;
    font-size: 20px;
    margin: 22px 0 12px;
    padding-left: 10px;
    border-left: 3px solid #3498db;
}

.newscontenttext h4 {
    color: #27ae60;
    font-size: 18px;
    margin: 20px 0 10px;
}

.newscontenttext img {
    display: block;
    margin: 20px auto;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.newscontenttext img:hover {
    transform: scale(1.02);
}

.newscontenttext video {
    display: block;
    margin: 20px auto;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 为段落首字添加特殊样式 */
.newscontenttext p:first-of-type::first-letter {
    font-size: 2.5em;
    font-weight: bold;
    color: #e74c3c;
    float: left;
    line-height: 0.8;
    margin-right: 5px;
}

.newspager {
	padding:20px 0;
	border-top:#cfcfcf solid 1px;
}
.newspager a {
	color:#36a1ff;
	line-height:2;
}
.newspager a:hover {
	color:#ffc001;
}
.sh-notice {
	display:none;
}
.sh-mask {
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	background-color:#00000062;
	z-index:9998;
}
.sh-content {
	width:700px;
	height:415px;
	background-color:white;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:9999;
	border-radius:10px;
	padding:10px;
}
.sh-title {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	color:#00882d;
	text-align:center;
}
.sh-content-text {
	height:240px;
	overflow-x:hidden;
	overflow-y:auto;
}
.sh-content-text p {
	font-size:18px;
	color:#5a5a5a;
	line-height:1.6;
}
.sh-author,.sh-date {
	font-size:18px;
	color:#5a5a5a;
	text-align:right;
	margin-top:8px;
}
.sh-content-text::-webkit-scrollbar {
	width:6px;
}
.sh-content-text::-webkit-scrollbar-thumb {
	background:#53c9ff;
	border-radius:5px;
}
.sh-btn {
	margin-top:15px;
}
.sh-btn button {
	float:right;
	border:none;
	margin-left:20px;
	background-color:transparent;
}
.sh-btn button a {
	color:#ffffff;
	font-size:17px;
	border-radius:5px;
	text-decoration:none;
	padding:10px 20px;
	background-color:#999;
}
#sh-confirm-btn a {
	background-color:#00882d;
}
.shengming {
	font-size:14px;
	color:#a52020 !important;
	text-indent:0 !important;
	margin-bottom:20px;
}
.shengming b {
	font-size:14px;
}
.shengming a {
	font-size:14px;
	color:#a52020;
}
body::-webkit-scrollbar {
	display:none;
}
.tag-list-content a {
	margin:0 10px;
	line-height:2;
	color:#8b2222;
}
.tag {
	margin-bottom:10px;
}
.tag a {
	margin:0 5px;
	line-height:2;
	color:#0088ff;
}
.position {
	margin:10px 0;
	color:#ff9c43;
	font-size:14px;
	margin-bottom:20px;
	border-bottom:1px solid #ebebeb;
}
.position a {
	font-size:14px;
	color:#666;
}
.position a:hover {
	color:red;
}
.flaot-bth {
	position:fixed;
	right:100px;
	bottom:100px;
	z-index:666;
}
.page {
	text-align:center;
	margin:20px 0;
}
.page a {
	color:#333;
	padding:8px;
	border-radius:5px;
	border:1px solid #ccc;
}
.last {
	color:#444;
}
#zhiding {
	display:none;
	cursor:pointer;
	background-color:#fff;
	border-radius:10px;
}
#zhiding span {
	color:rgb(0 184 255);
	font-size:50px;
}
.tag-list {
	margin:20px 0;
}
.tag-list a {
	color:#333;
	font-weight:bold;
	margin:0 10px;
	line-height:2;
}

/* 整体左栏样式 */
.left-bar {
    display: block;
    /* 可按需添加其他样式，如宽度、背景色等 */
    width: 200px; 
    background-color: #f0f0f0; 
}

/* 折叠按钮样式 */
.fold {
    display: block;
    /* 可添加宽度、高度、背景图等样式 */
    width: 20px;
    height: 20px;
    background-color: #ccc;
}

/* 展开按钮样式 */
.unfold {
    display: none; /* 初始隐藏，可通过交互改变显示状态 */
    /* 可添加宽度、高度、背景图等样式 */
    width: 20px;
    height: 20px;
    background-color: #999;
}

/* 左栏按钮容器样式 */
.left-bar-btn {
    /* 可添加内边距、外边距等样式 */
    padding: 10px;
}

/* 通用按钮样式 */
.new-font {
    color: #fff;
    /* 可添加字体相关样式，如字体大小、字体族等 */
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

/* PC版下载按钮样式，复用通用样式基础上添加背景相关 */
.new-font[style*="side_btn2-36c9953cf7.png"] {
    background: url(/static/image/side_btn2-36c9953cf7.png) no-repeat 0 0 / 1.14rem 0.34rem;
    width: 1.14rem;
    height: 0.34rem;
}

/* 安卓下载按钮样式，可按需添加与其他按钮不同的样式 */
.new-font[target="_blank"] {
    /* 例如改变背景色 */
    background-color: #007bff;
}

/* 苹果下载按钮样式 */
.dygame - down {
    /* 可添加独特样式 */
    background-color: #ff5500;
}

/* 返回顶部按钮样式 */
.back {
    cursor: pointer;
    /* 可添加背景色、内边距等样式 */
    background-color: #6c757d;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
}
