@import url("font/iconfont.css");
@import url("public.css");

.orange{
	color: var(--base-color);
}

.container{
	width: 95%;
	margin: auto;
	max-width: 1200px;
}

.header{
	position: sticky;
	top: 0;
	z-index: 99;
}

header{
	background-color: #ffffff;
	position: relative;
	z-index: 999;
}

header .container{
	height: 92px;
	gap:100px;
}

header .logo{
	z-index: 999;
}

header .logo img{
	height: 48px;
}

header .icon-sousuo{
	font-size: 28px;
}

.homebanner{
	height: 800px;
}

.homebanner .container{
	padding: 0 36px;
}

.homebanner .bg{
	width: 100%;
	flex: 1;
	object-fit: cover;
	object-position:center;
}

.homebanner .desc{
	padding-top: 30px;
}

.homebanner .desc h2{
	font-size: 38rem;
	margin-top: 0;
	color: #e1942b;
}

.homebanner .desc h3
{
	margin-top: 0;
}
.homebanner .desc .txt{
	font-size: 16rem;
	width: 45%;
	line-height: 1.7;
	color: #e1942b;
}

.banner{
	height: 380px;
}

.banner .container{
	padding: 0 36px;
}

.banner .bg{
	width: 100%;
	flex: 1;
	object-fit: cover;
	object-position:center;
}

.banner .desc{
	padding-top: 30px;
}

.banner .desc h2{
	font-size: 38rem;
	margin-top: 0;
}

.banner .desc h3
{
	margin-top: 0;
}
.banner .desc .txt{
	font-size: 16rem;
	width: 45%;
	line-height: 1.7;
}

.underline{
	padding-bottom: 30px;
	position: relative;
}

.underline::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 52px;
	height: 3px;
	background-color: var(--base-color);
}

.block{
	margin-bottom: 68px;
}

.block-title{
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.block-title.underline{
	padding-bottom: 22px;
}

.block-title.underline::after{
	width: 37px;
}

.block-title .viewbtn{
	color: var(--base-color);
}

.block-description{
	width: 70%;
	margin: 10px auto 0;
	text-align: center;
}

.left{
	text-align: left;
}

main{
	margin-top: 55px;
}


.index-about img{
	display: block;
	width: 100%;
	border-radius: 10px;
	transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s;
}

.index-about img:hover{
	transform: translateY(-3px);
    box-shadow: 0 18px 36px rgb(15,23,42,10%);
}

.index-about .photo{
	width: 50%;
}

.index-about .info .stitle{
	line-height: 1;
	/* margin-top: 30px; */
}

.index-about .info .title{
	font-size: 30rem;
	line-height: 1.4;
}

.index-about .info .desc{
	line-height: 1.7;
}

.index-industries .list{
	margin-top: 40px;
}

.index-industries ul li a{
	border-radius: 5px;
	overflow: hidden;
}

.index-industries ul li .photo {
    aspect-ratio: 285 / 190; 
    padding-bottom: 0;
}

.index-industries ul li .photo img{
	object-fit: cover;
	object-position: center;
}

.index-industries ul li .info{
	background-color: rgba(0, 0, 0, .3);
}

.index-industries ul li .to{
	height: 0px;
	opacity: 0;
	line-height: 20px;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.index-industries ul li .title{
	margin-top: 10px;
}

.index-industries ul li .more{
	width: 44rem;
	height: 44rem;
	border: solid 2px #ffffff;
	right: 38px;
	bottom: 80px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20rem;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.index-industries ul li a:hover .to{
	height: 20px;
	opacity: 1;
}

.index-industries ul li a:hover .more{
	opacity: 1;
	right: 28px;
}

.index-product .list{
	margin-top: 30px;
}

.index-product ul li{
	text-align: center;
	display: flex;
}


.index-product ul li .info,
.index-product ul li a.blk{
	flex:1;
	display: flex;
	flex-direction: column;
}

.index-product ul li .photo{
    aspect-ratio: 285 / 190; 
    padding-bottom: 0;
}

.index-product ul li .photo img{
	object-fit: cover;
    object-position: center;
}

.index-product ul li .title{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.index-product ul li .desc{
	line-height: 1.5;
	flex: 1;
	padding: 10px;
}

.viewmore {
	margin-top: 35px;
}

.viewmore .more{
	--button-height:36px;
	--button-border-color:#b3b1b4;
	padding: 0 26px 0 42px;
	transition: all .3s;
}

.viewmore .more:hover{
	background-color: var(--base-color);
	color: #ffffff;
	border-color: var(--base-color);
}

.viewmore .more .iconfont{
	font-size: 20px;
}

.index-solution .list{
	margin-top: 30px;
}

.index-solution ul{
	gap:20px;
}

.index-solution ul li{
	border-radius: 5px;
	overflow: hidden;
}

.index-solution ul li .photo{
	aspect-ratio: 390 / 260; 
    padding-bottom: 0;
}

.index-solution ul li .photo img{
	object-fit: cover;
	object-position: center;
}

.index-solution ul li .info{
	padding: 15px 15px 20px;
}

.index-solution ul li .title{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.index-solution ul li .desc{
	line-height: 1.5;
	color: #333;
}

/* 首页 News 标题区域 */
.index-news .block-title{
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
}

.index-news .block-title > span{
	grid-column: 2;
	justify-self: center;
	text-align: center;
}

.index-news .block-title > .viewbtn{
	grid-column: 3;
	justify-self: end;
	white-space: nowrap;
}

/* 手机端 */
@media (max-width: 600px){
	.index-news .block-title{
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.index-news .block-title > span,
	.index-news .block-title > .viewbtn{
		grid-column: 1;
	}

	.index-news .block-title > .viewbtn{
		justify-self: center;
	}
}

.index-news .list{
	margin-top: 30px;
}

.index-news ul{
	gap:20px;
}

.index-news ul li{
	border-radius: 5px;
	overflow: hidden;
}

.index-news ul li .photo{
	aspect-ratio: 285 / 190; 
    padding-bottom: 0;
}

.index-news ul li .photo img{
	object-fit: cover;
	object-position: center;
}

.index-news ul li .info{
	padding: 15px 15px 10px;
}

.index-news ul li .title{
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.index-news ul li .desc{
	line-height: 1;
	color: #333;
}

.index-news ul li .desc span{
	margin: 0 8px;
}

footer{
	background-color: #f8f5f1;
}

footer .content{
	padding: 60px 0 60px;
	background: url(../images/footer.jpg) right top no-repeat;
	background-size: cover;
}

footer .content .container{
	gap:50px;
}

footer .card-title{
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
}

footer .card-title::after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: var(--base-color);
}

footer .about .logo img{
	height: 70px;
}

footer .about .desc{
	line-height: 1.7;
	font-size: 12px;
	padding: 20px 0;
}

footer .about .media .icon{
	width: 42px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 100%;
	border: solid 1px #ccc;
	overflow: hidden;
	flex-shrink: 0;
}

footer .about .media .icon img{
	width: 22px;
}

footer .list li{
	margin-top: 18px;
}

footer .message .container{
	padding: 0 10px;
}

footer .form {
	margin-top: 24px;
}

footer .form ul{
	gap:22px;
}

footer .form input{
	width: 100%;
	background: transparent;
	border-bottom: solid 1px #9a9c9e;
	font-size: 12px;
}

footer .form .submit {
    background: none;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

footer .form .submit:hover {
    color: #000;     
    text-decoration: underline;
}

footer .copyright{
	background-color: #ede7e2;
	border-top: solid 2px #e2dcd3;
}

footer .copyright .container{
	padding: 20px 0px 20px 0px;
}

footer .copyright .rl span{
	margin: 0 20px;
}

.about-history .historySwiper{
	margin-top: 33px;
}

.about-history .year{
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

.about-history .desc{
	font-size: 12px;
	padding: 0 20%;
	line-height: 1.7;
	color: #4f5160;
}

.about-history .split-line{
	margin: 15px 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.about-history .split-line .circle{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: var(--base-color);
	position: relative;
	z-index: 10;
}

.about-history .split-line::before{
	content: "";
	background-color: #dadde3;
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.about-history .swiper-slide:first-child .split-line::before{
	width: 50%;
	left: auto;
	right: 0;
}

.about-history .swiper-slide:last-child .split-line::before{
	width: 50%;
}

.about-factory{
	background-color: #fbfbfd;
	padding: 35px 0;
}

/*边框阴影*/
.right-menu,
.index-news ul li,
.index-solution ul li,
.news .list li,
.industry-product ul li,
.industry ul li,
.about-factory ul li{
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,.07);
	border-radius: 5px;
	overflow: hidden;
}

.about-factory ul li .info{
	padding-top: 17px;
	padding-bottom: 17px;
}

.about-factory ul li .title{
	text-align: center;
	color: #4f5160;
	margin-top: 0;
}

.about-factory ul li .photo{
	padding-bottom: 79.58%;
}

.about-service .photo{
	width: 50%;
}

.index-about .items{
	margin-top: 15px;
	line-height: 1;
}

.index-about .iconfont{
	font-size: 30px;
	color: var(--base-color);
}

.index-about .num{
	margin: 15px 0 14px;
	color: var(--base-color);
	font-weight: bold;
	font-size: 19px;
}

.industry{
	background-color: #f9fafe;
	padding: min(10%,90px) 0;
}

.industry ul{
	gap:75px 20px;
}

.industry ul li .photo{
    aspect-ratio: 285 / 190; 
    padding-bottom: 0;
}

.industry-product {
	padding: 24px 0 34px;
	background-color: #fbfcfc;
}

.industry-product .list{
	margin-top: 35px;
}

.industry-product ul li .photo{
	aspect-ratio: 285 / 190; 
    padding-bottom: 0;
}

.industry-product ul li .info{
	text-align: left;
	padding: 0 13px 15px;
}

.industry-product ul li .title{
	margin-top: 15px;
	margin-bottom: 8px;
}

.crumb{
	background-color: #f9fafe;
	padding: 15px 0;
	color: #999;
}

.crumb a{
	color: #000;
}

.industry-overview {
	margin-bottom: 7%;
}

.industry-overview .content{
	margin-right: 5%;
	width: 38.3%;
}

.industry-overview .items .iconfont{
	font-size: 40px;
	color: var(--base-color);
}

.industry-overview .items .title{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.industry-overview .items .desc{
	font-size: 12px;
}

.industry-frid .photo{
	width: 58.75%;
	margin-right: 5.5%;
}

.industry-frid .info .title{
	margin-top: 15px;
	font-size: 28rem;
}

.industry-frid .info .desc li{
	align-items: flex-start;
}

.industry-frid .info .desc li .iconfont{
	font-size: 24px;
	color: var(--base-color);
	display: flex;
	align-items: center;
	line-height: 1;
}

.industry-frid .info .online{
	--button-border-color:var(--base-color);
	--button-font-color:#ffffff;
	--button-color:var(--base-color);
	--button-height:40px;
	padding: 0 25px;
}

.block.industry-message{
	margin-bottom: 18px;
}

.industry-message .form ul{
	gap:20px 25px;
}

.industry-message .form input[type='text']{
	height: 64px;
	overflow: visible;
	line-height: normal;
	padding: 0 15px;
	border-radius: 5px;
	width: 100%;
	border: solid 2px #f1f2f6;
	font-size: 16px;
}

.industry-message .form textarea{
	height: 140px;
	padding: 25px 15px;
	border-radius: 5px;
	width: 100%;
	border: solid 2px #f1f2f6;
	font-size: 16px;
	outline: none;
	font-family: inherit;
}

.industry-message .form textarea:focus,
.industry-message .form input:focus{
	border-color: var(--base-color);
}

.industry-message .form .span2{
	grid-column: span 2;
}

.industry-message .form .submit{
	--button-border-color:var(--base-color);
	--button-font-color:#ffffff;
	--button-color:var(--base-color);
	--button-height:56px;
	border-radius: 5px;
	padding: 0 34px;
}

.left-menu{
	width: 23%;
	min-width: 285px;
	padding: 8px 20px 40px;
	border: solid 1px #e9e7e7;
	border-radius: 5px;
}

.left-menu .catagory a{
	display: block;
	font-size: 16px;
	position:relative
}

.left-menu .catagory a.active{
	color: var(--base-color) !important;
}

.left-menu .catagory a.active::before{
	content: "";
	width: 3px;
	height: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: -25px;
	background-color: var(--base-color);
}

.left-menu .catagory .txt.active::before{
	left: -10px;
}

.left-menu .catagory a.txt{
	font-weight: bold;
}

.left-menu .catagory dd{
	border-bottom: solid 1px #e9e7e7;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	gap:20px;
}

.left-menu .catagory dd:last-child{
	border: none;
}

.left-menu .catagory .sml_menu{
	padding-left: 14px;
	color: #333;
}

.left-menu .catagory .sml_menu a{
	color: #333;
}

.page-head .select .btn{
	height: 20px;
}

.page-head .select .options{
	top: 20px;
	right: 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	width: 120%;
	padding: 10px 0;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	z-index: 20;
	border-radius: 4px;
}

.page-head .select:hover .options{
	opacity: 01;
	visibility: visible;
	pointer-events: visible;
	transform: translateY(0px);
}

.page-head .select .options li a{
	display: block;
	padding: 10px 10px;
}

.page-head .select .options li a:hover{
	background-color: #f9f6f6;
}

.page-title{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.right-container{
	overflow: visible;
	min-width: 200px;
}

.prolist{
	padding: 0;
	background: none;
}

.prolist .list{
	margin-bottom: 0;
}

.prolist ul li .photo{
	padding-bottom: 63.6%;
}

.prolist ul li .title{
	margin-top: 5px;
}

.prolist ul li .desc{
	margin-bottom: 15px;
}

.prolist ul li .viewbtn{
	color: var(--base-color);
	line-height: 1;
}

.relate-industry ul{
	gap: 20px;
}

.relate-industry ul li .photo{
    aspect-ratio: 285 / 190; 
    padding-bottom: 0;
}

.relate-industry ul li .info{
	padding-top: 25px;
}

.left-menu.none{
	border: none;
	padding: 0;
}

.left-menu .catagory2 dd{
	padding: 12px 0;
	border-bottom: solid 1px #f6f7f8;
}

.left-menu .catagory2 .cat-row{
	position: relative;
	align-items: center;
	gap: 10px;
}

.left-menu .catagory2 .cat-link{
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
	font-weight: bold;
	line-height: 1.5;
}

.left-menu .catagory2 .cat-link.active::before{
    content: "";
    width: 3px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -16px;
    background-color: var(--base-color);
}

.left-menu .catagory2 .cat-toggle{
	border: 0;
	background: transparent;
	padding: 0;
	line-height: 1;
	cursor: pointer;
	color: inherit;
}

.left-menu .catagory2 .cat-toggle .iconfont{
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.left-menu .catagory2 .product-group.open .cat-toggle .iconfont{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.left-menu .catagory2 .sml_menu{
	display: none;
}

.left-menu .catagory2 .sml_menu a{
	display: flex;
	margin-top: 22px;
	padding-left: 28px;
	position: relative;
}

.left-menu .catagory2 .sml_menu a.active{
	color: var(--base-color) !important;
}

.left-menu .catagory2 .sml_menu .split-line{
	color: #667083;
	padding-left: 20px;
	padding-top: 16px;
    border-top: solid 1px #f6f7f8;
}

.left-menu .catagory2 .sml_menu .split-line:nth-of-type(1){
	padding-top: 0;
	border: none;
}

.left-menu .catagory2 .sml_menu a:last-child{
	margin-bottom: 12px;
}


.left-menu .head-title{
	margin-bottom: 14px;
	line-height: 1.5;
}

.detail-title{
	margin: 0;
	font-size: 38rem;
}

.detail-content .content{
	padding-bottom: 20px;
	padding-top: 20px;
}

.detail-content .content p{
	margin-bottom: 25px;
}

.detail-content .content h2{
	font-size: 26rem;
}

.detail-content .content h3{
	font-size: 22rem;
}

.detail-content .key-benefits .item{
	padding: 0 10px;
	text-align: center;
	gap:11px;
}

.detail-content .key-benefits .item:not(:last-child){
	border-right:solid 1px #e8e8e8;
}

.detail-content .key-benefits .item .iconfont{
	color: var(--base-color);
	font-size: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-items: center;
}

.detail-content .built-in .desc li::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: var(--base-color);
	margin-top: .65em;
}

.detail-content .built-in .photos .photo{
	padding-bottom: 128.3%;
}

.detail-content .built-in .photos img{
	object-fit: cover;
}

.detail-content .download{
	padding: 10px 0;
	font-size: 24px;
	gap:126px;
	border-top:solid 1px #e1e1e3;
	border-bottom: solid 1px #e1e1e3;
}

.detail-content .download .button{
	--button-color:var(--base-color);
	--button-border-color:var(--base-color);
	--button-font-color:#ffffff;
	--button-height:40px;
	border-radius: 4px;
	padding: 0 17px;
}

.solution{
	padding: 0;
}

.solution ul li .photo{
	aspect-ratio: 390 / 260; 
    padding-bottom: 0;
}

.solution ul li .photo img{
	object-fit: cover;
}

.solution ul li .info{
	padding: 0 20px 30px;
}

.news .list{
	margin-top: 22px;
}

.news .list li{
	padding: 15px 25px;
}

.news .list .photo{
	width: 33.75%;
}

.news .list .photo a{
	padding-bottom: 56.25%;
	border-radius: 4px;
	overflow: hidden;
}

.news .list .title{
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.news .list .desc{
	margin: 15px 0 18px;
	line-height: 1.7;
	width: 80%;
	color: #333;
}


.detail-info,
.news .list .dt{
	color: #888;
}

.right-menu{
	width: 23%;
    min-width: 285px;
	padding: 20px 25px;
}

.detail .detail-title{
	font-size: 1.5em;
}

.detail-info{
	margin-top: 10px;
	font-size: 16px;
}

.detail .detail-content .content{
	padding-top: 25px;
	padding-bottom: 0;
}

.relate-news .list{
	margin-bottom: 25px;
	margin-top: 30px;
}

.relate-news .list li{
	padding: 0;
	box-shadow: none;
}

.relate-news .list .photo{
	width: 33% !important;
}

.relate-news .list .title{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

.relate-news .list .photo a{
	padding-bottom: 81%;
}

.relate-news .list .dt{
	font-size: 12px;
	margin-top: 10px;
}

.relate-news .block-title{
	font-size: 18px;
	padding-bottom: 17px;
}

.relate-news .block-title::after{
	width: 27px;
}

.relate-news .viewbtn{
	font-size: 16px;
}

.resource ul li .photo{
	aspect-ratio: 390 / 260; 
    padding-bottom: 0;
}

.resource ul li .info{
	padding: 0 15px 18px;
}

.resource ul li .title{
	font-size: 14px;
}

.resource ul li .down,
.resource ul li .desc{
	color: #666;
}

.resource ul li .down{
	margin-top: 18px;
}

.resource ul li .down .btn{
	width: 25px;
	height: 25px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border: solid 1px #666;
}

.tab-btns{
	background-color: #f7f8fa;
	border: solid 1px #f0f2f6;
	border-radius: 12px;
	padding: 10px;
	overflow: auto;
}

.tab-btns .btn{
	cursor: pointer;
	height: 45px;
	border-radius: 45px;
	padding: 0 22px;
	white-space: nowrap;
}

.tab-btns .btn.active{
	background-color: #192b44;
	color: #ffffff;
}

.contact .contact-info li{
	position:relative;
}

.contact .contact-info li:not(:last-child)::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 90rem;
	background-color: #eeeef2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contact .contact-info .iconfont{
	width: 72rem;
	height: 72rem;
	border-radius: 100%;
	color: var(--base-color);
	border: solid 2px #dad9db;
	flex-shrink: 0;
	font-size: 36rem;
}

.contact .contact-info .label{
	margin-bottom: 20px;
	font-size: 16px;
}

.contact .contact-info .tips{
	color: #666;
	margin-top: 12px;
}

.contact-map{
	width: 100%;
	height: 500px;
	margin-top: 48px;
	overflow: hidden;
}

.contact-map iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 768px){
	.contact-map{
		height: 350px;
		margin-top: 36px;
	}
}

.index-news ul li, 
.index-solution ul li, 
.news .list li, 
.industry-product ul li, 
.industry ul li, 
.about-factory ul li,
.index-product ul li,
.index-industries ul li{
	transform: translateY(0);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s;
}

.index-news ul li:hover, 
.index-solution ul li:hover, 
.news .list li:hover, 
.industry-product ul li:hover, 
.industry ul li:hover, 
.about-factory ul li:hover,
.index-product ul li:hover,
.index-industries ul li:hover{
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgb(15,23,42,10%);
}

/* 首页产品、Solution 和 News 卡片标题悬浮变色 */
.index-product ul li .title,
.index-solution ul li .title,
.index-news ul li .title{
    transition: color 0.3s ease;
}

.index-product ul li a:hover .title,
.index-solution ul li a:hover .title,
.index-news ul li a:hover .title{
    color: var(--base-color);
}

.viewbtn:hover,
footer .list li a:hover,
.left-menu .catagory2 a:hover,
.left-menu .catagory a:hover{
	color: var(--base-color);
}

/* 详情页正文表格 */
.detail-content .content table {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
	table-layout: fixed;
}

.detail-content .content th,
.detail-content .content td {
	border: 1px solid #e1e1e3;
	padding: 12px 15px;
	line-height: 1.7;
	text-align: left;
	vertical-align: middle;
	word-break: break-word;
}

.detail-content .content th {
	background-color: #f7f8fa;
	font-weight: bold;
}

/* 新闻详情页正文超链接样式 */
.detail-content .content a {
    color: #003b73;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-weight: 500;
}

/* 鼠标悬停时 */
.detail-content .content a:hover {
    color: #f28c28;
    text-decoration: underline;
}

/* 仅新闻列表图片：禁止拉伸变形，不影响banner任何样式 */
.news .list .photo img.absolute.full {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 不变形，铺满容器，多余裁切（主流需求） */
    /* 如果想要完整显示整张图、留白，替换上面一行：object-fit: contain; */
    object-position: center;
}

.header-slogan {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 280px;
    color: #e1942b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .header-slogan {
        display: none;
    }
}

