body,
div,
dl,
dt,
dd,
ul
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
p,
th,
td {
	margin: 0;
	padding: 0;
	/*line-height: 25px;*/
}

body {
	background-color: #ffffff;
}

a,
img {
	border: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
button {
	margin: 0;
	padding: 0;
	border: none;
}

dl,
dt,
dd,
ul,
ol,
li,
p {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

em,
cite,
th,
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font-style: normal;
	font-weight: normal;
}

input {
	vertical-align: middle;
}

html,
body {
	margin: 0 auto;
}

body {
	color: #333;
	margin: 0 auto;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

a {
	color: #515a6e;
	text-decoration: none;
	cursor: pointer;
}


input:focus,
textarea:focus {
	outline: none;
}

img {
	display: block;
	/*width: 160px;*/
	/*移动端导航图片优化，需要删掉这个*/
}

span {
	color: #8d03f4;
}

button {
	border: 0;
	background-color: transparent;
	outline: none;
}

.clearfix {
	clear: both;
}

@font-face {
	font-family: 'iconfont';
	/* Project id 2259626 */
	src: url('//at.alicdn.com/t/font_2259626_uylnycr7t3.woff2?t=1635416614902') format('woff2'),
		url('//at.alicdn.com/t/font_2259626_uylnycr7t3.woff?t=1635416614902') format('woff'),
		url('//at.alicdn.com/t/font_2259626_uylnycr7t3.ttf?t=1635416614902') format('truetype');
}

/*flex*/
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex_u {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.flex_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_col {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex_middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex_around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex_end {
	align-items: flex-end
}

.menu_list {
	display: none;
}

.nav_list {
	display: none;
}

.ll_head {
	width: 100%;
	height: 60px;
	background-color: #fff;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	border-bottom: 1px solid #eee;
}

.container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	/*overflow: hidden;*/
}

.clear {
	clear: both;
}

.ll_head .logo {
	float: left;
	margin-top: 8px;
}

.ll_head .nav {
	float: right;
}

.ll_head .nav .nav_li {
	float: left;
}

.ll_head .nav .nav_li li {
	float: left;
	margin-right: 40px;
	font-size: 16px;
}

.ll_head .menu {
	display: none;

}

.ll_head .nav .nav_li li a {
	color: #333;
}

.ll_head .nav .nav_btn {
	float: left;
	width: 250px;
	height: 48px;
	line-height: 43px;
	font-size: 16px;
	background-color: #0A82F1;
	border-radius: 20px;
	text-align: center;
	margin-top: 6px;
	color: #fff;
}

.ll_head .nav .nav_btn a {
	vertical-align: middle;
}

.ll_head .nav .nav_btn span {
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
}

.nav_li {
	position: relative;
}

.gjdx_select {
	position: absolute;
	left: 60px;
	top: 50px;
}

.gjdx_select div {
	background-color: #fff;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}

.gjyy_select {
	position: absolute;
	left: 170px;
	top: 50px;
}

.gjyy_select div {
	background-color: #fff;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}

.height-bottom {
	height: 60px;
}

.srcoll-cont {
	display: flex;
	flex-direction: row;
}

.swiper-container .swiper-slide {
	color: #fff;
}

.swiper-container .swiper-slide .srcoll_colum {
	padding: 50px 0;
}

.swiper-container .swiper-slide .cont_txt .txt_1 {
	font-size: 36px;
	/*为了适配H1标签，改了尺寸*/
	margin-top: 60px;
}

.swiper-container .swiper-slide .cont_txt .txt_1 h1{
	font-size: 54px;
	margin-top: 60px;
}

.swiper-container .swiper-slide .cont_txt .txt_2 {
	font-size: 24px;
	margin-top: 20px;
}

.swiper-container .swiper-slide .download .down_btn1 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 250px;
	height: 54px;
	background: linear-gradient(180deg, #ffa840, #ffb755 100%);
	border-radius: 4px;
	line-height: 54px;
	margin-top: 30px;
	display: block;
	font-weight: normal;
}

.content {
	text-align: center;
	margin: 60px 0;
}

.content-p {
	text-align: center;
	padding: 60px;

}

.content .tit {
	font-size: 32px;
}

.content .tit h2{
	font-size: 32px;
}

.content-p .tit {
	font-size: 32px;
}

.content .smtit {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}

.content-p .smtit {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}

.index_con_1 .con_col {
	display: flex;
	flex-direction: row;
	margin: 0 5px;
	margin-top: 30px;
}

.index_con_1 .con_col .con_1 {
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	height: 180px;
	background-color: #fff;
}

.index_con_1 .con_col .con_1 .con_left {
	margin-left: 40px;
	margin-top: 40px;
	text-align: left;
}

.index_con_1 .con_col .con_1 .con_left .con_tittxt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.index_con_1 .con_col .con_1 .con_left .con_tittxt h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.index_con_1 .con_col .con_1 .con_left .con_txttxt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #666;
}

.index_con_1 .con_col .con_1 .con_right {
	margin-right: 40px;
	margin-top: 50px;
}

.index_con_2 {
	text-align: center;
}

/* 面包屑导航样式 */
.breadcrumb {
    max-width: 1200px;          /* 与容器宽度一致，可根据实际调整 */
    margin: 0 auto;             /* 水平居中（如果父级未居中） */
    padding: 16px 28px;         /* 上下16px，左右20px，提供呼吸空间 */
    font-size: 16px;
    color: #666;
    background: transparent;    /* 透明背景，不额外抢眼 */
    text-align: left;           /* 左对齐 */
}

.breadcrumb span {
    color: #333;
    font-weight: 600;           /* 当前页面稍加粗，突出显示 */
}

 /* ========= 新增API模块样式 ========= */
.api-integration {
    background: #ffffff;
    padding: 60px 0;
    border-bottom: 1px solid #f0f2f5;
}

.api-integration h2 {
    text-align: center;
    font-weight: normal;
    font-size: 32px;
}

.api-integration .smtit {
    text-align: center;
}

.api-content {
    background: #f9fafc;
    border-radius: 16px;
    padding: 30px 32px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}
.api-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px;
}
.step-item {
    flex: 1;
    min-width: 150px;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 16px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 1px solid #eef2f6;
}
.step-num {
    width: 36px;
    height: 36px;
    background: #0A82F1;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 12px;
}
.step-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a2634;
}
.step-item p {
    font-size: 14px;
    color: #5b6e8c;
}
.code-box {
    background: #1e2a3a;
    border-radius: 16px;
    padding: 20px 24px;
    margin: 20px 0 16px 0;
    overflow-x: auto;
}
.code-box pre {
    margin: 0;
    font-family: 'Courier New', 'SF Mono', 'Fira Code', monospace;
    font-size: 14px;
    color: #e2e8f0;
    white-space: pre-wrap;
    word-break: break-all;
}
.code-box code {
    font-family: inherit;
}
.api-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e6edf4;
}
.api-badge {
    background: #eef3fc;
    border-radius: 40px;
    padding: 6px 16px;
    font-size: 14px;
    color: #0A82F1;
    font-weight: 500;
}
.api-link {
    color: #0A82F1;
    font-weight: 500;
    background: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    transition: 0.2s;
    border: 1px solid #dce5f0;
}
.api-link:hover {
    background: #0A82F1;
    color: white;
    border-color: #0A82F1;
}
@media (max-width: 768px) {
    .api-integration {
        padding: 40px 0;
    }
    .api-content {
        padding: 20px 16px;
    }
    .step-item h4 {
        font-size: 16px;
    }
    .code-box pre {
        font-size: 12px;
    }
}

/* 移动端适配：适当缩小左右内边距 */
@media (max-width: 768px) {
    .breadcrumb {
        padding: 12px 16px;
        font-size: 12px;
    }
}
/*end*/

.pro_con_1 {
	background: linear-gradient(270deg, #eff1f8, #f4f7f9 6%, #ffffff 100%);
}

.index_con_2 .con_co2 {
	display: flex;
	flex-direction: row;
	margin: 0 5px;
	margin-top: 30px;
}

.index_con_2 .con_co2 .con_2 {
	width: calc(100% / 4 - 30px);
	margin: 0 15px;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	padding: 40px 0;
	background-color: #fff;
}

.index_con_2 .con_co2 .con_top img {
	margin: 0 auto;
}

.index_con_2 .con_co2 .con_2 .con_bottom .con_tittxt {
	font-size: 18px;
	margin-top: 20px;
	color: #333;
	font-weight: bold;
}

.index_con_2 .con_co2 .con_2 .con_bottom .con_txttxt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #666;
}

.index_con_3 .con_co3 {
	display: flex;
	flex-direction: row;
	margin: 0 5px;
	margin-top: 30px;
}

.index_con_3 .con_co3 .con_3 {
	width: calc(100% / 4);
	border-radius: 4px;
	padding: 40px 0;
	background-color: #fff;
}

.index_con_3 .con_co3 .con_top img {
	margin: 0 auto;
}

.index_con_3 .con_co3 .con_3 .con_bottom .con_tittxt {
	font-size: 18px;
	margin-top: 20px;
	color: #333;
	font-weight: bold;
}

.index_con_3 .con_co3 .con_3 .con_bottom .con_txttxt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #666;
}

.index_con_3 {
	background: url(../img/con3-bg.png) 50% 50%/cover no-repeat;
}

.index_con_4 .con_co4 .con_4 {
	margin-top: 30px;
	overflow: hidden;
}

.index_con_4 .con_co4 .con_4 .con_4_dl {
	border: 1px solid #DBDBDB;
	padding: 20px;
	margin: 10px 20px 10px 20px;
	width: calc(50% - 82px);
	float: left;
	height: 98px;
}

.index_con_4 .con_co4 .con_4 .con_4_dl dt {
	font-size: 16px;
	color: #333;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_con_4 .con_co4 .con_4 .con_4_dl h3 {
	font-size: 16px;
	color: #333;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 800;
}

.index_con_4 .con_co4 .con_4 .con_4_dl dt strong{
	font-size: 16px;
	color: #333;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_con_4 .con_co4 .con_4 .con_4_dl dt a {
	color: #333;
	font-weight: bold;
}

.index_con_4 .con_co4 .con_4 .con_4_dl dd {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_con_4 .con_co4 .con_4 .con_4_dl .time {
	text-align: left;
	color: #999;
}

.index_con_4 .con_co4 .more a {
	color: #666;
	font-size: 16px;
}

.index_con_5 {
	background: url(../img/btn-bg.png) 50% 50%/cover no-repeat;
}

.index_con_5 .con_co5_tit {
	text-align: center;
	color: #fff;
	font-size: 40px;
}

.index_con_5 .con_co5_btn {
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 240px;
	height: 54px;
	background: linear-gradient(180deg, #ffa840, #ffb755 100%);
	border-radius: 60px;
	line-height: 54px;
	margin: 0 auto;
	margin-top: 20px;
}

.index_con_5 .con5_txt {
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;

}

.footer {
	width: calc(100% - 60px);
	padding: 30px;
	background-color: #414f5c;
	color: #fff;
	text-align: center;
}

.footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 20px;
}

.footer .erweima {
	margin-left: 100px;

}

.footer .erweima img {
	width: 150px;
	height: 150px;
}

.footer .erweima .tx_h1 {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.footer dl {
	text-align: left;
}

.footer dl dt {
	font-size: 16px;
	margin-bottom: 20px;
}

.footer dl dt a {
	color: #e3e0e8;
}

.footer dl dd {
	font-size: 14px;
	margin-bottom: 20px;
	color: #e3e0e8;
}

.footer dl dd a {
	color: #e3e0e8;
}

.footer dl dd a:hover {
	color: #fff;
}

.footer .friendlink {
	font-size: 14px;
	margin-top: 20px;
	color: #e3e0e8;
}

.footer .friendlink a {
	color: #e3e0e8;
}

.footer .friendlink a:hover {
	color: #fff;
}

.footer .copyright {
	font-size: 14px;
	color: #e3e0e8;
	text-align: center;
	margin-top: 20px;
	line-height: 20px;
}

/* 国际短信 */
.pro_bn {
	padding: 60px 0;
}

.pro_bn .pro_bn_tittxt {
	font-size: 30px;
	color: #333;
	margin-left: 50px;
}

.pro_bn .pro_bn_smtittxt {
	margin-top: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-left: 50px;
}

.pro_bn .pro_bn_btn {
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 250px;
	height: 54px;
	background: linear-gradient(90deg, #1588ff, #2075ff 100%);
	border-radius: 4px;
	line-height: 54px;
	margin-top: 30px;
	margin-left: 50px;
}

.pro_bn {
	background: url(../img/pro_bn1.png) 50% 50%/cover no-repeat;
}

.pro_con_2 .tabMenu li {
	font-size: 18px;
	margin: 60px 60px 30px 60px;
}

.pro_con_2 .tabMenu .itemSelected {
	color: #1D7AFF;
}

.pro_con_2 .sceneContent .sceneLi table {
	border-collapse: collapse;
}

.pro_con_2 .sceneContent .sceneLi .tr_tit {
	font-size: 18px;
	color: #000;
	font-weight: bold;

}

.pro_con_2 .sceneContent .sceneLi .tr_txt {
	font-size: 16px;
	color: #666;
}

.pro_con_2 .sceneContent .sceneLi {
	display: none;
}

.pro_con_2 .sceneContent .sceneLi.show {
	display: inline-block;
}

.pro_con_2 .sceneContent .sceneLi table tr td {
	border: none;
	border: 1px solid #eee;
	text-align: center;
	line-height: 64px;
	padding: 0 70px;
}

.pro_con_2 .sceneContent .tr_color_blue {
	background-color: #EAF4FF;
}

.pro_con_2 .itemSelected {
	color: #1E79FF;
	padding-bottom: 5px;
	border-bottom: 2px solid #1E79FF;
	font-weight: bold;
}

.news_list {
	margin-bottom: 60px;
}

.news_list .news_tit {
	font-size: 16px;
	color: #666;
	margin: 20px 0;
}

.news_list .news_content .news_left {
	width: 70%;
	background-color: #fff;
	padding: 30px;
}

.news_list h2 {
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0;
}
.news_list h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	/*text-indent: -3px;*/
}

.news_list p {
	line-height: 30px;
	font-size: 16px;
	margin: 10px 0;
}

.news_list th {
	line-height: 40px;
	font-size: 16px;
	padding:5px 0;
}

.news_list tr {
	line-height: 35px;
	font-size: 16px;
}


.news_list .news_content .news_cjwt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.news_list .news_content .line {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin-top: 20px;
}

.news_content .news_left .news_left_tit {
	font-size: 16px;
}

.news_list .news_img {
	margin: 20px 0;
}

.news_list img {
	width: 160px;
}

.news_list .news_content .news_right {
	width: calc(30% - 30px);
	margin-left: 30px;
}

.news_list .news_content .new_col {
	margin: 20px;
	width: 100%;
}

.news_list .news_content .news_left_tit {
	font-size: 16px;
	color: #333;
}

.news_list .news_content .news_left_tit a {
	color: #333;
}

.news_content .news_left_txt {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_content .news_left_others {
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}

.news_content .news_right_dl dt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.news_content .news_right_dl .line {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin-top: 20px;
}

.news_content .news_right_dl dd {
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_content .news_right_dl li {
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_content .news_right_dl h2 {
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_content .news_right_dl dd a {
	color: #333;
}

.news_list .news_content .news_details_col {
	margin-top: 20px;
}

.news_list .news_content .news_right_dl {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px;
}

.news_list .news_details_tit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.news_list .new_details_date {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.news_list .news_detail_col_tit {
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}

.news_list .news_detail_col_txt {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	line-height: 1.6em;
}

.news_list .news_detial_col_img {
	margin-top: 20px;
}

.page {
	text-align: center;
}

.page ul {
	display: inline-flex;
	margin-top: 40px;
}

/*页码新样式*/
.page {
	color: #666;
	font-size: 16px;
	text-align: center;
}

.page li{
	margin-left: 15px;
	list-style: none;
	display: inline;
}


.page .page_txt a {
	color: #999;
	font-size: 14px;
	margin: 0 10px;
	line-height: 32px;
}

.page .page_li a {
	padding: 4px 12px;
	background-color: #FFF;
	margin: 0 10px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 4px;
	display: inline-flex;
	color: #999
}

.page #current1 a {
	background-color: #1588ff;
	color: #FFF;
	text-align: center;
	border: 1px solid #1588ff;
}

.page-nation {
	margin-top: 30px;
}

.page-nation .prev,
.page-nation .next {
	margin-top: 10px;
}

.page-nation .prev a,
.page-nation .next a {
	font-size: 16px;
	color: #666;
}

.page-nation .prev a:hover,
.page-nation .next a:hover {
	color: #0A82F1;
}

@media screen and (max-width:910px) {
	.ll_head .nav {
		display: none;
	}

	.srcoll_colum .cont_txt {
		width: 100%;
		text-align: center;
	}

	.srcoll_colum .flex_between {
		flex-wrap: wrap;
	}

	.swiper-container .swiper-slide .download .down_btn1 {
		margin: 0 auto;
		margin-top: 30px;
	}

	.srcoll_colum .cont_img {
		width: 100%;
	}

	.srcoll_colum .cont_img img {
		width: 80%;
		margin: 30px auto;
	}

	.index_con_1 .con_col {
		flex-wrap: wrap;
	}

	.index_con_1 .con_col .con_1 {
		width: calc(100% - 30px);
		margin-top: 20px;
	}

	.index_con_2 .con_co2 {
		flex-wrap: wrap;
	}

	.index_con_2 .con_co2 .con_2 {
		width: calc(50% - 30px);
		/*这个适配移动，把100%，改成50%*/
		margin-top: 20px;
	}

	.index_con_3 .con_co3 {
		flex-wrap: wrap;
	}

	.index_con_3 .con_co3 .con_3 {
		width: 100%;

	}

	.index_con_4 .con_co4 .con_4 .con_4_dl {
		width: calc(100% - 0px);/*这个适配移动，把82，改成0*/

	}

	.index_con_5 .con_co5_tit {
		font-size: 32px;
	}

	.pro_bn .pro_bn_tittxt {
		font-size: 32px;
		text-align: center;
		margin-left: 0px;
	}

	.pro_bn .pro_bn_smtittxt {
		text-align: center;
		font-size: 20px;
	}

	.pro_bn .pro_bn_btn {
		margin: 20px auto;
	}

	.pro_con_2 .tabMenu li {
		font-size: 16px;
		margin: 20px;
	}

	.pro_con_2 .sceneContent .sceneLi table tr td {
		line-height: 3em;
		padding: 0 20px;
	}

	.pro_con_2 .sceneContent .sceneLi .tr_tit {
		font-size: 16px;
		color: #000;
		font-weight: bold;
	}

	.pro_con_2 .sceneContent .sceneLi .tr_txt {
		font-size: 14px;
		color: #666;
	}

	.content .tit {
		font-size: 20px;
	}

	.content-p .tit {
		font-size: 24px;
	}

	.content .smtit {
		font-size: 16px;
	}

	.pro_bn .pro_bn_tittxt {
		font-size: 42px;
	}

	.content-p .smtit {
		font-size: 16px;
	}

	.swiper-container .swiper-slide .cont_txt .txt_1 {
		font-size: 40px;
		margin-top: 60px;
	}

	.swiper-container .swiper-slide .cont_txt .txt_2 {
		font-size: 20px;
		margin-top: 20px;
	}

	.pro_bn .pro_bn_smtittxt {
		margin: 30px 50px;
	}

	.flex_between {
		flex-wrap: wrap;
	}

	.news_list .news_content .news_left {
		width: calc(100% - 30px);
		background-color: #fff;
	}

	.news_list .news_content .news_right {
		width: 100%;
		margin: 30px 0;
	}

	.index_con_1 .con_col {
		margin-top: 10px;
	}

	.index_con_2 .con_co2 {
		margin-top: 10px;
	}

	.index_con_1 .con_col .con_1 .con_left .con_tittxt {
		font-size: 16px;
	}

	.index_con_2 .con_co2 .con_2 .con_bottom .con_tittxt {
		font-size: 16px;
	}

	.index_con_3 .con_co3 .con_3 .con_bottom .con_tittxt {
		font-size: 16px;
	}

	.ll_head .menu {
		display: block;
		float: right;
		margin: 20px 20px 0 0;

	}

	.nav_list {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9999;
		border: 1px solid #eee;
	}

	.nav_list li {
		width: 100%;
		height: 60px;
		border-top: 1px solid #eee;
		text-align: center;
	}

	.nav_list li a {
		color: #333;
	}

}
/*移动式配*/
/* 移动端全局优化 */
@media (max-width: 768px) {
    /* 1. 容器宽度自适应 */
    .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    /* 2. 防止横向滚动 */
    body, html {
        overflow-x: hidden;
        width: 100%;
    }
    * {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 3. 字体大小适配 */
    body {
        font-size: 14px;
    }
    h1 { font-size: 24px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }

    /* 4. 按钮和可点击元素最小44px */
    a, button, .nav_btn, .con_5_btn, .more a,
    .pro_bn_btn, .con_co5_btn, .footer a {
        display: inline-block;
        min-height: 44px;
        min-width: 44px;
        line-height: 44px;
        padding: 0 12px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;/* 移动端新闻标题长度控制 */
    }

    /* 5. 表格横向滚动 */
    table, .sceneMenu table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* 6. 功能卡片一行2个 */
    .con_co3, .con_col {
        display: flex;
        flex-wrap: wrap;
    }
    .con_3, .con_1 {
        /*width: 50% !important;*/
        /*移动端样式出问题，需要删除*/
        margin-bottom: 20px;
    }

    /* 7. 底部友情链接优化 */
    .friendlink a {
        display: inline-block;
        padding: 8px 6px;
        margin: 4px 0;
    }

    /* 8. 导航菜单优化（假设使用汉堡菜单） */
    .nav_li {
        display: none; /* 隐藏PC菜单，显示汉堡按钮 */
    }
    .menu {
        display: block; /* 确保汉堡按钮可见 */
    }
    .nav_list {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .nav_list li {
        display: block;
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
    }

    /* 9. 图片自适应 */
    img {
        max-width: 100%;
        height: auto;
    }

    /* 10. 联系信息一行变多行 */
    .con5_txt {
        flex-direction: column;
        align-items: center;
    }
    .con5_wx, .con5_telegram, .con5_whatsApp {
        margin-bottom: 10px;
    }
}