body{color: #333;}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#1a9a99;}
.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: fixed; height: 80px; border-bottom: 0px solid rgba(255,255,255,0.5);}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 80px; text-align: left; margin: 0; }
.logo a{ height: 100%; line-height: 0; text-align: left; align-items: start;}
.logo img{vertical-align: middle;max-height:100%;}
.fix-head .logo .show,.nhead .logo .show{ display: none;}
.fix-head .logo .hide,.nhead .logo .hide{ display: block;}
.htool{ text-align: right; line-height: 80px; height: 80px; position: relative; z-index: 10; color:#FFFFFF;}
.sdot{ display: inline-block; text-align: right; vertical-align: middle; cursor: pointer;margin-right:15px;}
.sdot i{font-size:24px;}
.itel{vertical-align: middle; font-size:28px; font-family:Arial, Helvetica, sans-serif;}
.itel i{ font-size: 24px; margin-right: 10px;}
.lang{ display: inline-block; margin-right: 10%; color: #333; font-size: 16px; vertical-align: middle; position: relative; cursor: pointer;}
.lang i{ margin: 0 5px; font-size: 26px;}
.lang .lang-list{ position: absolute; top: 65px; width: 80px; left: -0px; background-color: #fff; box-shadow: #dedede 0 0 10px; padding: 10px; display: none;}
.lang .lang-list a{ display: block; line-height: 36px; text-align: center; color: #333; font-size: 16px;}
.lang .lang-list a:hover{ color: #074283;}
.lang:hover .lang-list{ display: block;}
.search{ position: fixed; background-color: #fff; width: 100%; padding: 40px 0 70px; top: 0; left: 0; z-index: 10000000; display: none;}
.search .text1{display: block; height: 60px; line-height: 60px; border: 0; border-bottom: 1px solid #d3d2d2; color: #999; width: 94%; padding-right: 6%;}
.search button{ position: absolute; right: 0; top: 0; width: 5%; text-align: center; line-height: 60px; background: none; border: 0;}
.search button i{ font-size: 26px; color: #000;}
.search .sclose{ position: absolute; top: 0; right: 5%;}
.search .sclose i{ font-size: 26px; color: #1a9a99; font-weight: bold; cursor: pointer;}
.fix-head,.nhead{ background-color: #fff; border-bottom:0px solid #dedede;}
.fix-head::after,.nhead::after{ content: ""; display: block; position: absolute; right: 0; top: 0; height: 100%; width: 15%; right: -1%;}
.wapNavBtn{display:none;line-height: 60px; height:90px; width:25px;font-size: 2rem; z-index:1000000; position: absolute; right: 2%; top: 0; cursor: pointer;}
.wapNavBtn span{ display:block; right:0; width:100%; height:2px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; margin:0 auto; border-radius: 3px; background: #104190;}
.wapNavBtn span:nth-child(1){animation: outfirst 0.5s; transform: translateY(15px) rotate(0); }
.wapNavBtn span:nth-child(2){animation: outlast 0.5s; transform: translateY(21px) rotate(0); }
.wapNavBtn span:nth-child(3){animation: outlast 0.5s; transform: translateY(27px) rotate(0); }
.wapNavBtn.on span{ background:#999; z-index: 100000; }
.wapNavBtn.on span:nth-child(1){transform: translateY(25px) rotate(45deg); }
.wapNavBtn.on span:nth-child(2){transform: translateX(0) rotate(0); display:none;}
.wapNavBtn.on span:nth-child(3){transform: translateY(23px) rotate(-45deg);}
.fix-head .wapNavBtn span,.nhead .wapNavBtn span{ background-color: #222;}
.fix-head .wapNavBtn.on span,.nhead .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #999;}
/* 导航-1 */
.nav_bg{position:absolute;height: 80px; background-color: #f2f2f2; left: 0; width: 100%; display: block;}
.navBox{width:100%;}
.navBox ul.navCont{position: relative; z-index: 1;}
.navBox ul.navCont li.child{float:left; width: 14.2%; text-align:center; position: relative; display: block;}
.navBox ul.navCont li.child a{display: block;color:#fff; font-size: 18px; line-height: 80px; position: relative; transition: all 0.1s; }
.navBox ul.navCont li.child a span{ position: relative; z-index: 2; display: inline-block;}
.navBox ul.navCont li.child a:hover,.navBox ul.navCont li.child:hover a{ color: #1a9a99;}
.navBox ul.navCont li.child.cur a{color: #1a9a99;}
.navBox ul.navCont li.child i{ font-size: 16px; vertical-align: middle; margin: 0 5px;}
.navBox ul.navCont li.child a:hover i{ color: #1a9a99;}
/*二级*/
.navBox ul.navCont li.child .childcont {
    position: absolute;
    top: 80px;
    left: 50%; /* 居中定位核心 */
    transform: translateX(-50%); /* 居中定位核心 */
    right: auto; /* 取消right:0，避免宽度被拉伸 */
    z-index: 999;
    display: none;
    white-space: nowrap; /* 文字不换行，保证宽度完全自适应文字长度 */
    text-align: left;
    margin: 0 auto;
    padding: 0; /* 清除默认内边距，更整洁 */
}

/* 下拉项：宽度100%继承自适应容器，保持原有样式 */
.navBox ul.navCont li.child .childcont li {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 1px;
    padding: 0 10px; /* 可选：给文字加左右内边距，更美观 */
}
.navBox ul.navCont li.child .childcont a{ height: auto; font-size: 16px; color: #666; line-height: 40px; margin: 0px;}
.navBox ul.navCont li.child .childcont a:hover{ color: #1a9a99;}
.fix-head .navBox ul.navCont li.child a,.nhead .navBox ul.navCont li.child a,.fix-head .htool,.nhead .htool{ color: #222;}
.fix-head .navBox ul.navCont li.child a:hover,.fix-head .navBox ul.navCont li.child:hover a,.nhead .navBox ul.navCont li.child a:hover,.nhead .navBox ul.navCont li.child:hover a{ color: #1a9a99;}
.navBox.in{display: block; transition: all 0.6s;}
.navBox.out{ display: none; transition: all 0.6s;}
/*底部*/
.footer{
	color: #b0c0bd;
	line-height: 30px;
	position: relative;
	font-size: 16px;
	background-color: #046362;
	background-image: url(../../img/foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.footer .flogo{ border-bottom: 1px solid #4e4e4e; padding: 20px 0;}
.footer .flogo span{ color: #fff;}
.footer a{ color: #b6b6b6; display: inline-block;}
.footer a:hover{ color: #1a9a99;}
.footer span{ display: inline-block;}
.flogo{ text-align: center;}
.fpadx{border-right: 1px solid #34a3a2; padding-bottom:30px;}
.fpad{border-right: 1px solid #34a3a2;}
.fcoy{ padding: 10px 0; margin-top:50px;background-color: #046362;}
.fcoy p{}
.fcoy p span{ display: inline-block; margin: 0 10px;}
.flink{ border-left: 1px solid #8c8c8c; padding-left: 5rem;}
.flink span{ display: block; font-size: 18px;}
.flink a{ font-family: "Arial";}
.fcont{float:left;width:64%;padding-left:2%;box-sizing: border-box;}
.fcont .brow {
  margin-bottom: 1rem;
  display: flex;        /* 核心：弹性布局 */
  align-items: center;  /* 垂直居中 */
  gap: 10px;            /* 图标和文字间距 */
}
/* 统一所有图标宽度 + 居中 + 左对齐 */
.fcont .brow i {
  font-size: 24px;
  color: #fff;
  width: 30px;        /* 统一宽度，实现对齐 */
  text-align: center; /* 图标自己居中 */
  flex-shrink: 0;     /* 不被挤压 */
  line-height: 1;
}
.fcont .brow:nth-child(1){ margin-top:0px;}
/* 第一行大号电话 */
.fcont .brow:nth-child(1) p {
  font-size:32px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.fcont .brow p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.fcont .brow span {
  font-size: 18px;
}
.fwx{float: left; width:28%;}
.fwx img{border-radius: 10px; width:100%; max-width:120px;}
.fwx span{ display: block;line-height: 26px; margin-top: 10px; color:#FFFFFF;}
.fnav{ padding-top:0rem;}
.fnav .fw{ float: left; width: 18%;}
.fnav .fw:nth-child(3){ width: 28%;}
.fnav span{ display: block; font-size: 20px; color: #fff; margin-bottom:1.8rem;border-bottom:#34a3a2 1px solid; padding-bottom:12px;}
.fnav a{ font-size: 16px; color: #c0dcd6; line-height: 36px;}
.fix-zx{ position: fixed; width: 55px; height: 150px; box-sizing: border-box; padding: 10px; border-radius: 55px; background-color:#002781; left: 20px; bottom: 30%; z-index: 10; cursor: pointer; color: #fff; text-align: center;}
.fix-zx .zx-tel { margin-top: 10px;}
.fix-zx .zx-tel a{color: #fff;}
.fix-zx .zx-tel i{ display: block; font-size: 24px; line-height: 30px;}
.fixedTop{ margin-top: 20px; line-height: 30px;}
.fixedTop i{font-size: 30px;}
.nfix-zx{ left: auto; right: 10px;}
/*标题样式*/
.box-title{ clear: both;overflow: hidden; position: relative; line-height: 4.8rem;}
.box-title span{ font-size: 4.2rem; display: block; line-height: 5rem; font-weight: bold; }
.box-title i{ font-size: 18px; color: #666;}
.box-title p{ color: #666;}
/*媒体盒子模型*/
.media-box{display:block;margin-bottom:10px;width: 100%;}
.media-box a{ display: block;}
.media-box .icon{ background: #fff; width: 100%; overflow: hidden; text-align: center;}
.media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.media-box .icon img{ max-height: 100%;}
.media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.media-box h3{ text-align: center; font-size: 1.8rem; color: #373737; padding: 1rem 0;}
.media-box a:hover .icon img{transform:scale(1.2);}

/*翻页*/
.pager{text-align: center; color: #333; font-size: 14px;}
.pager a,.pager span{ width: 35px; height: 35px; line-height:35px; display: inline-block;margin:0 2px; color: #333; text-align: center; border:1px solid #dbdbdb; color: #333; position: relative; box-shadow: #dbdbdb 0 1px 1px; }
.pager a.on,.pager a:hover{ border-color:#1a9a99 ; color:#fff; background-color: #1a9a99;}
.pager a:nth-child(1),.pager a:nth-last-child(1),.pager a:nth-child(2),.pager a:nth-last-child(2){ width: auto; padding: 0 10px; }


/*文章列表*/
.ul-news li{ line-height: 48px; clear: both; overflow: hidden;}
.ul-news li a{ font-size: 16px; color: #2d2d2d; display: block; width: 70%; font-weight: bold; float: left;}
.ul-news li span{ float: right;}
.ul-news li a:hover{ color: #2481e1;}

a.more{display: inline-block; color: #fff; font-size: 18px; background-color: #1a9a99; padding: 0 20px; line-height: 60px;}
a.more i{ font-size: 20px; line-height: 60px; margin-left: 40px;}
a.more:hover{ background-color: #003f7f; color: #fff;}

.section.active a.more{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

/*选项卡*/
.tablist { margin-bottom: 0.4rem;}
.tablist .tlist{ display:none; position: relative; clear: both; overflow: hidden; padding: 0 4%; text-align: center;}
.tablist .active{ display:block;}

.tabs{line-height:26px;}
.tabs a{color: #333; }
.tabs a:hover,.tabs .active a{ }
.tabs a:hover span,.tabs .active a span{}