@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
th{text-align:center;}
blockquote{
    width:100%; background:#f4f4f4; font-size:14px; line-height:25px; color:#5a5a5a; padding:20px; box-sizing:border-box; position:inherit; padding-top:40px; margin-bottom:-17px;
}
blockquote h2{display:inline-block; font-size:16px; color:#fff; font-weight:bold; background:#07328e; height:35px; line-height:35px; padding:0 15px; border-top-right-radius:5px; border-bottom-right-radius:5px;position: inherit; left: -5px;}
em, i {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	width: 100%;
	vertical-align: top;
}
.b-5 img {
    min-height: 287px!important;
}
/* 基础表格样式 */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  margin: 20px 0;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  table-layout: fixed;
}

/* 表头样式 */
thead {
  background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  color: white;
  text-align: left;
  position: sticky;
  top: 0;
}

/* 表头单元格 */
th {
  padding: 18px 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e1f5fe;
}

/* 表身样式 */
tbody {
  background-color: #ffffff;
}

/* 表格行 */
tr {
  transition: all 0.3s ease;
}

/* 隔行变色 */
tr:nth-child(even) {
  background-color: #f8fbff;
}

/* 行悬停效果 */
tr:hover {
  background-color: #e6f7ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

/* 单元格样式 */
td {
  padding: 1px 5px;
  color: #2c3e50;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
}
td p{
    overflow: hidden;
      word-wrap: break-word; /* 允许单词换行 */
  overflow-wrap: break-word; /* 处理溢出文本 */
position: relative;
}
/* 单元格悬停动画 */
td:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(26, 188, 156, 0.1);
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

/* 表格圆角效果 */
table thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

table thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
label {
	cursor: default;
}
body, button, input, select, textarea {
	font: 12px/1.5 Microsoft yahei, Arial;
	border: 0;
}
textarea {
	resize: none;
}
a, a:focus, a:hover {
	outline: none;
	text-decoration: none;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
*zoom:1;
}
.clear {
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.hide {
	display: none !important
}
body {
	background: #f7f7f7;
	color: #2b2b2b;
	position: relative;
}
a {
	color: #2b2b2b;
	transition: all 0.4s;
}
a:hover {
	color: #093095;
}
.g-wp {
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.u-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 9;
}
.m-nav {
	width: 200px;
	height: 100%;
	right: -200px;
	top: 0;
	background: #fff;
	position: fixed;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
	z-index: 100;
}
.m-nav h2 {
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.m-nav li {
	position: relative;
	padding: 12px 12px 12px 22px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 24px;
}
.m-nav li a {
	display: block;
}
.m-nav li a:hover, .m-nav .current a {
	color: #093095;
}
.m-nav .current:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 14px;
	margin-top: -7px;
	border-left: 2px solid #143883;
	content: ""
}
body.z-open .m-nav {
	transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate3d(-200px, 0, 0);
}
body.z-open .g-wp {
	transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate3d(-200px, 0, 0);
}
#g-wp {
	max-width: 750px;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 10px;
}
.header {
	background-color: rgba(0,0,0,.8);
	padding: 7px 0;
}
.logo {
	float: left;
	margin: 0 0 0 2%;
	max-width: 100%;
}
.logo img {
	width: 90%;
}
.xiaorui {
	float: left;
	margin: 3% 0 0 0;
}
.xiaorui img {
	width: 120px;
}
.ico {
	width: 30px;
	height: 30px;
	background: url(../images/ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 15px 2.5% 0 0;
	float: right;
	cursor: pointer;
}
 @media all and (min-width:640px) {
.ico {
}
}
 @media all and (max-width:414px) {
.logo {
	max-width: 40%;
}
.ico {
	margin: 10px 5% 0 0;
}
}
 @media all and (max-width:320px) {
.logo {
	max-width: 45%;
}
.xiaorui {
	float: left;
	margin: 3% 0 0 0;
}
.xiaorui img {
	width: 100px;
}
.ico {
	margin: 10px 2% 0 0;
}
}
/*@media all and (max-width:375px){
	.logo{max-width:52%;margin:5.4% 0 0 14%;}
}

@media all and (max-width:320px){
	.logo{max-width:60%;margin:0 0 0 2%;}
	.ico{margin:19px 2% 0 0;}
}*/

.swiper-container {
	text-align: center;
}
.swiper-container-0 .swiper-pagination-bullet {
	background: #fff;
	width: 8px;
	height: 8px;
}
.swiper-container-0 .swiper-pagination-bullet-active {
	background: #143883;
	width: 30px;
	border-radius: 8px;
}
.swiper-container-0>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 12px !important;
}
.swiper-container-0>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	overflow: hidden;
}
.searchbox {
	padding: 2% 0;
	border-bottom: 1px solid #dedede;
	background: #f8f8f8;
}
.searchbox .text {
	width: 76%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #093095;
	float: left;
	margin-left: 2%;
	padding-left: 2%;
	box-sizing: border-box;
	font-size: 14px;
}
.searchbox .ibtn {
	width: 20%;
	height: 40px;
	line-height: 40px;
	float: right;
	background: #093095;
	color: #fff;
	font-size: 14px;
	margin-right: 2%;
	cursor: pointer;
}
.footer {
	background: #f8f8f8;
	border-top: 1px solid #ececec;
	padding-bottom: 5%;
}
.fbt {
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
}
.fbt-z {
	float: left;
	width: 50%;
	font-size: 20px;
	color: #092676;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	background: url(../images/tel.png) left center no-repeat;
	background-size: 15%;
	background-repeat: no-repeat;
	padding: 20px 0 20px 10%;
}
.fbt-y {
	float: right;
	width: 45%;
	font-size: 14px;
	padding-left: 5%;
}
.fbt-y p:nth-child(2) {
	background: url(../images/p11.png) left center no-repeat;
	padding-left: 25px;
	background-size: 11%;
}
.fbt-y p:nth-child(1) {
	background: url(../images/p22.png) left center no-repeat;
	padding-left: 25px;
	background-size: 11%;
	margin: 10px 0 5px;
}
 @media all and (min-width:640px) {
.fbt-z {
	background-size: 38px;
}
.fbt-y p:nth-child(1) {
	background-size: 20px;
}
.fbt-y p:nth-child(2) {
	background-size: 20px;
}
}
 @media all and (max-width:414px) {
.fbt-z {
	font-size: 17px;
}
.fbt-y p:nth-child(2) {
	margin: 8px 0 2px;
    white-space: nowrap;
    overflow: hidden;
}
}
.ftnav {
	text-align: center;
	padding: 5% 0;
	font-size: 14px;
}
 @media all and (max-width:320px) {
.ftnav {
	font-size: 13px;
}
}
.copyright {
	text-align: center;
	font-size: 14px;
}
.fixed-list {
	width: 100%;
	background: linear-gradient(#fff, #fff);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	box-shadow: 0 0 10px #ccc;
}
.fixed-list li {
	float: left;
	display: inline;
	width: 25%;
	height: 60px;
	text-align: center;
}
.fixed-list li a {
	font-size: 13px;
	display: block;
}
.fixed-list li:nth-child(1) em {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/f1.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 11px auto 3px;
}
.fixed-list li:nth-child(2) em {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/f2.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 11px auto 3px;
}
.fixed-list li:nth-child(3) em {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/f3.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 11px auto 3px;
}
.fixed-list li:nth-child(4) em {
	display: block;
	width: 18px;
	height: 20px;
	background: url(../images/f4.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 11px auto 3px;
}
.search150 {
    float:right; margin-right:30px; height:30px; line-height:30px; margin-top:7px;
}
.search150 .scbar150 {
    width: 341px;
    border-top: 0;
    border-bottom: 0;
    border: 1px solid #d5dadc;
    background: #fff;
    overflow: hidden;
}
.dean_scbar150txt {
    float: left;
    width: 250px!important;
    padding-left: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 0;
    background: url(/uploads/search150.png) 10px center no-repeat;
}
.scbar150_txt {
    height: 35px;
    line-height: 35px;
    font-family: Microsoft Yahei;
    width: 270px;
    border: 1px solid #093095;
    outline: none;
    color: #999 !important;
    font: 12px/1.5 microsoft yahei,Tahoma,Helvetica,'SimSun',sans-serif;
}
.scbar150_btn {
    display:block; float:left; width:50px; color:#fff; cursor:pointer; height:37px; background:#093095; border:none;
}
.pro_detail_text .pro_detail_btn{width:100%;height:auto;overflow:hidden;margin:30px auto 0;padding:0}
/* 内容截断 */
.truncated {
  max-height: 1000px; /* 限制高度 */
  overflow: hidden; /* 隐藏超出内容 */
  position: relative;
}

/* 渐变遮罩效果 */
.truncated::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* 展开状态 */
.expanded {
  max-height: none; /* 取消高度限制 */
}

.expanded::after {
  display: none; /* 隐藏渐变遮罩 */
}
/* 基础按钮样式 */
.blue-btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(135deg, #1976D2, #2196F3);
  box-shadow: 0 4px 6px rgba(33, 150, 243, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
}

/* 悬停效果 - 增加深度感 */
.blue-btn:hover {
  background: linear-gradient(135deg, #1565C0, #1976D2);
  box-shadow: 0 6px 10px rgba(33, 150, 243, 0.4);
  transform: translateY(-2px);
}

/* 点击效果 - 模拟按下状态 */
.blue-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(33, 150, 243, 0.3);
}

/* 禁用状态 */
.blue-btn:disabled {
  background: linear-gradient(135deg, #BBDEFB, #E3F2FD);
  color: #90CAF9;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* 可选：光晕效果 */
.blue-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.blue-btn:hover::after {
  transform: translateX(100%);
}

/* 可选：圆角大按钮 */
.blue-btn.large {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 15px;
}

/* 可选：轮廓按钮 */
.blue-btn.outline {
  background: transparent;
  color: #2196F3;
  border: 2px solid #2196F3;
}

.blue-btn.outline:hover {
  background: rgba(33, 150, 243, 0.1);
}
.home-news .homenews-list{justify-content:space-between}
.home-news .homenews-list .homenews-item{margin-bottom:20px;margin-right:0}
.home-about,.home-choose,.home-hotpro,.home-projects,.home-service{padding:50px 0px}
.home-news .homenews-box{margin-top:-10%;background:#f6f6f6;border:1px solid #f6f6f6;padding:30px}
.home-news .homenews-box .home-line{margin-bottom:20px}
.home-news .homenews-list{display:flex;flex-wrap:wrap;margin-top:3%}
.home-news .homenews-list .homenews-item{background:#FFF;transition:all .1s linear;border-radius:var(--borderradius);overflow:hidden}
.home-news .homenews-list .homenews-item:nth-child(4n){margin-right:0px}
.home-news .homenews-list .homenews-item .homenews-img{position:relative;overflow:hidden}
.home-news .homenews-list .homenews-item .homenews-img a{display:flex;align-items:center;justify-content:center;max-height:300px}
.home-news .homenews-list .homenews-item .homenews-img a img{width:100%;height:100%;object-fit:cover;margin-bottom：10px;}
.home-news .homenews-list .homenews-item .homenews-img .date{position:absolute;left:0px;bottom:0px;background:#003595;color:#FFF;display:inline-flex;align-items:center;justify-content:center;font-size:14px;padding:4px 10px}
.home-news .homenews-list .homenews-item .homenews-info{padding:20px}
.home-news .homenews-list .homenews-item .homenews-info .icon{color:#333;font-weight:var(--fontbold5);margin-bottom:5px}
.home-news .homenews-list .homenews-item .homenews-info .icon em{color:#003595;margin-right:5px}
.home-news .homenews-list .homenews-item .homenews-info .title{font-size:16px;color:#000;font-weight:var(--fontbold7);line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:10px;margin-bottom：10px;text-transform:capitalize}
.home-news .homenews-list .homenews-item .homenews-info .text{color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.home-news .homenews-list .homenews-item .homenews-info .more{border-top:1px solid #dcdcdc;text-transform:lowercase;color:#333;display:flex;align-items:center;padding:10px 0 0;margin-top:20px}
.home-news .homenews-list .homenews-item .homenews-info .more em{margin-left:10px}
.home-news .homenews-list .homenews-item:hover{transform:translateY(-10px)}
.home-news .homenews-list .homenews-item:hover .homenews-info .title{color:#003595}



.hzhb_239 { margin: 0 auto;width:100%;padding: 60px 0 }
.hzhb_239 .title { padding: 0 10px 30px;text-align: center }
.hzhb_239 .title h3 { color: #203144;font-weight: 500;font-size: 36px;white-space: nowrap;margin: 0 0 30px }
.hzhb_239 .title p {font-size: 18px;color: #666;white-space: nowrap;margin: 0  }
.hzhb_239 .hb-con { margin: 0;height: 300px;padding:0;margin-bottom: 30px }
.hzhb_239 .hb-con .item { width: 19%;;height:128px;margin: 0.5%;border: 1px #ccc solid;float: left;display: block;text-align: center;cursor: pointer }
.hzhb_239 .hb-con .item img { height: 126px;width: 100%}
.hzhb_239 .hb-con .item:hover {-webkit-box-shadow: 0 0 30px rgba(32, 49, 68, 0.3);-moz-box-shadow:0 0 30px rgba(32, 49, 68, 0.3);box-shadow: 0 0 30px rgba(32, 49, 68, 0.3);transform: translateY(-5px);-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in; /* Firefox 4 */-webkit-transition: all 0.3s ease-in; /* Safari å’Œ Chrome */-o-transition: all 0.3s ease-in; /* Opera */
}
.hzhb_239  .btns-more { padding: 0;margin: 0;text-align: center }
.hzhb_239  .btns-more .more {border: 1px #093095 solid;height: 44px;width: 300px;display: inline-block;color:#093095;font-size: 18px;line-height: 42px;position: relative;overflow: hidden;transition: all .5s ease-in;}
.hzhb_239  .btns-more .more span {display:block;width:0;height:0;border-radius: 50%;transition: all .5s ease-in;background-color: #093095;position:absolute;z-index: -1;left: 0;bottom: 0;transform: translate(-50%,50%);}
.hzhb_239  .btns-more .more:hover{color: #fff;}
.hzhb_239  .btns-more .more:hover span { width:900px;height:600px; }
@media only screen and (max-width: 992px) {
    .hzhb_239 .hb-con { margin-bottom: 20px;height: auto }
    .hzhb_239  .btns-more { margin-bottom: 20px }
    .hzhb_239 .hb-con .item { width: 47%;height:88px;margin: 1%;border: 1px #ccc solid;float: left;display: inline-block;cursor: pointer }
    .hzhb_239 .hb-con .item img { height: 86px}
}
@media only screen and (min-width: 1200px) {
    .hzhb_239 { width: 1170px}
}
@media (min-width:992px) and (max-width:1199px){
    .hzhb_239 { height: auto }
}
@media only screen and (max-width: 991px) {
    .hzhb_239 { height: auto }
    .hzhb_239 .title { padding:0 10px 30px}
    .hzhb_239 .title p a{ white-space: normal;line-height: 24px;font-weight: normal  }
}
@media only screen and (max-width: 720px) {
    .hzhb_239 { padding: 30px 0 }
    .hzhb_239 .title h3 { font-size: 20px;margin: 0 0 10px }
    .hzhb_239 .title p { margin: 0 0 10px }
    .hzhb_239 .title p a { font-size: 15px }
    .hzhb_239 .btns-more .more {margin-top: 30px;height: 28px;width: 140px;font-size: 14px;line-height: 28px;}
}
    .content-hide-tips {
        padding: 40px 20px 20px;
        border: 1px dashed #ccc;
        margin: 20px 0 40px;
        background-color: #f6f6f6;
        border-radius: 4px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .content-hide-tips .login-false {
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }
    .content-hide-tips .coin {
        display: flex;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 10px auto;
    }
    .content-hide-tips .coin span {
        padding: 4px 18px;
        background-color: #ffffff;
        color: #f0ad4e;
        line-height: 1;
        border-radius: 20px;
        font-size: 13px;
        border: 1px solid #f0ad4e;
    }
    .content-hide-tips .t-c {
        text-align: center;
        font-size: 13px;
    }
    .content-hide-tips .red {
        color: #ff3b41;
    }
    .content-hide-tips .pc-button {
        margin: 0 auto;
        text-align: center;
    }
    .content-hide-tips .pc-button .click-pay {
        color: #fff;
        display: inline-block;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 36px;
        outline: none;
        padding: 0 18px;
        text-align: center;
        position: relative;
        background: linear-gradient(90deg, #20a0ff, #20b8ff);
        box-shadow: 0 3px 5px rgba(32, 160, 255, .5);
        border-radius: 4px;
        cursor: pointer;
    }
    .content-hide-tips .pc-button .click-pay:hover {
        color: #fff;
        opacity: 0.8;
    }