@import url('iconfont.css');
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans‑serif;
    font‑style: normal !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-size: 14px;
	background: #F6F6F6;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
a:hover {
	color: #00A7EB
}
ul, li, p, h1, h2, h3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font‑style: normal;  /* 新增，禁止标题斜体 */
	line-height: 1.4;
	color: #273746;
	margin: 0;
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: #000;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	z-index: 100;
}
.red {
	color: #f54335
}
 @keyframes mymove {
from {
-webkit-transform: rotate(45deg);
transform:rotate(45deg);
}
to {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
}
@-webkit-keyframes mymove {
from {
-webkit-transform: rotate(45deg);
transform:rotate(45deg);
}
to {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
}
 @keyframes mymovex {
from {
-webkit-transform: rotate(0deg);
transform:rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@-webkit-keyframes mymovex {
from {
-webkit-transform: rotate(0deg);
transform:rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@-webkit-keyframes fade-zoom-in {
0% {
opacity:0;
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@-o-keyframes fade-zoom-in {
0% {
opacity:0;
-o-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:1;
-o-transform:scale(1);
transform:scale(1)
}
}
@keyframes fade-zoom-in {
0% {
opacity:0;
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:1;
-webkit-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.backtop {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #282828;
	opacity: 0.6;
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
}
.backtop i {
	color: #fff;
}
.backtop.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.backtop.cd-fade-out {
	/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: .5;
}
.no-touch .backtop:hover {
	background-color: #e86256;
	opacity: 1;
}
.subbody {
	padding: 110px 0 0 0;
}
.topmenu {
	height: 91px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 11;
	top: 0;
	left: 0;
	border-bottom: 1px solid #dedede;
}
.logo {
	float: left;
	padding: 10px 0;
	width: 25%;
}
.logo img {
	height: 70px;
	max-width: 100%;
}
.menu {
	float: left;
	width: 75%;
}
li.closex {
	display: none;
}
.search {
	width: 50px;
	position: absolute;
	right: 0;
	top: 35px;
}
.search i {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
.search-box {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	font-size: 16px;
	-webkit-animation: fade-zoom-in .3s forwards;
	-o-animation: fade-zoom-in .3s forwards;
	animation: fade-zoom-in .3s forwards;
}
.search-close {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.search-close i {
	float: right;
	font-size: 40px;
	color: #666;
	cursor: pointer;
}
.search-close i:hover {
	animation: mymovex 0.5s 1;
	-webkit-animation: mymovex 0.5s 1;
}
dl.se {
	overflow: hidden;
}
dl.se dt {
	width: 500px;
	float: left;
}
dl.se dt input {
	width: 100%;
	height: 54px;
	padding: 0 10px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
dl.se dd button {
	width: 100%;
	border: 0;
	background: #000;
	color: #fff;
	height: 56px;
	border-radius: 0 5px 5px 0;
}
dl.se dd {
	width: 100px;
	float: right;
}
.search-con {
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
}
.search-tips {
	line-height: 50px;
	padding-top: 30px;
}
.search-as {
	line-height: 34px;
}
.search-as a {
	padding: 0 20px;
	border: 1px solid #dedede;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	border-radius: 5px;
	color: #ccc;
}
.search-as a:hover {
	color: #666;
	border: 1px solid #666;
}
/*menu*/
#nav {
	width: 900px;
	display: block;
	margin-top: 25px;
    margin-left: 20px; /* 数值越大导航整体越往右，试30~60px */
}
#nav .mainlevel {
    float: left;
    /* border-right: 1px solid #fff;  把原来长竖线注释掉！ */
    position: relative;
    z-index: 10;
}
/* 竖线放在 a 标签内部，和文字同行显示 */
#nav > li.mainlevel + li.mainlevel > a::before {
    content: "|";
    margin-right: 5px;
    color: #999;
    font-size: 17px;
	margin: 0 15px; /* 左边10px，右边10px，左右空隙相等 */
}
/* 第一个栏目前面不加竖线 */
#nav > li.mainlevel:first-child::before {
    content:none;
}

#nav .mainlevel a {
	color: #000;
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding: 0 0px;
	font-size: 17px;
}
#nav .mainlevel a i {
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
	margin-top: 16px;
	margin-left: 10px;
}
#nav .mainlevel a:hover, #nav .mainlevel a.hover {
	color: #19B5FE;
	text-decoration: none;
}
#nav .mainlevel a:hover i {
	animation: mymove 0.2s 1;
	-webkit-animation: mymove 0.2s 1;
	transform: rotate(225deg);
	margin-top: 19px;
	border-bottom: 2px solid #19B5FE;
	border-right: 2px solid #19B5FE;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 1px 3px 5px #888888;
	border-top: 0;
}
#nav .mainlevel li {
	background: #fff;
	color: #19B5FE;
	font-size: 15px;
	width: 140px;/*IE6 only*/
}
.main {
	clear: both;
	padding: 120px 0 0px 0;
	overflow: hidden;
}
.banner {
	width: 66.666666%;
	float: left;
	padding: 0 15px;
}
.banner-info {
	position: absolute;
	z-index: 12;
}
.swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	border-radius: 0;
	background: #fff;
}
.swiper-slide {
	float: left;
	width: 100%;
	height: 430px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
	opacity: 0.6;
	width: 36px;
	height: 60px;
}
.swiper-button-prev {
	background: url(../images/l1.png) no-repeat;
}
.swiper-button-next {
	background: url(../images/r1.png) no-repeat;
}
.top-news {
	width: 33.333333%;
	float: left;
	padding: 0 15px;
}
.top-news2 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.top-news-box {
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
}
.top-news h2, .top-news2 h2 {
	font-size: 20px;
	padding: 0 10px;
	font-weight: normal;
	line-height: 54px;
	border-top: 2px solid #000;
}
.top-img {
	padding: 0;
}
.top-img img {
	max-width: 100%;
}
ul.topnews li a {
	line-height: 39px;
	display: block;
	height: 39px;
	overflow: hidden;
	padding: 0 10px;
	font-size: 15px;
}
ul.topnews li a:hover {
	background: #333;
	color: #fff;
}
ul.topnews li a i {
	font-size: 10px;
	margin-right: 15px;
	float: left;
	font-weight: bold;
}
.hotnews {
	clear: both;
	padding-top: 15px;
	overflow: hidden;
}
.hotnewlist {
	width: 33.333333%;
	float: left;
	height: 200px;
	padding: 0 15px;
}
.hotdiv {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-table;
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(270deg, rgba(0,0,0,.01) 2%, rgba(0,0,0,.95) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,.01) 2%, rgba(0,0,0,.95) 100%);
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	position: absolute;
}
.hotnewlist:hover .overlay {
	opacity: 0.2;
}
.title {
	position: absolute;
	text-shadow: 1px 1px 2px #000;
	bottom: 0;
	padding: 20px 18px;
	left: 0;
	right: 0;
}
.title span {
	padding: 4px 10px;
	background-color: #19B5FE;
	color: #fff;
	font-size: 13px;
	margin: 0 5px 5px 0;
	border-radius: 2px;
	display: inline-block;
	text-shadow: none;
	line-height: 1;
}
.title h3 {
	color: #fff;
	display: block;
	font-size: 16px;
	max-height: 48px;
	overflow: Hidden;
	font-weight: normal;
}
.swiper-slide .title h3.f20 {
	font-size: 25px;
}
.swiper-slide .title {
	padding: 0 10px 30px 18px;
}
.mainbody {
	clear: both;
	padding-top: 40px;
	overflow: hidden;
}
.left {
	width: 66.666666%;
	float: left;
	padding: 0 15px;
}
.right {
	width: 33.333333%;
	float: right;
	padding: 0 15px;
}
.post-nav {
	padding: 0 10px;
	margin-bottom: 15px
}
.post-nav span {
	cursor: pointer;
	position: relative;
	background: #FFF;
	display: inline-block;
	border-radius: 30px;
	padding: 11px 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	border: 1px solid #eae9e9;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 0 10px 0 rgba(146,146,146,.1)
}
.post-nav span.current, .post-nav span:hover {
	background: #282828;
	color: #FFF;
	border: 1px solid #282828
}
.morebtn {
	text-align: center;
	clear: both;
	padding: 30px 0;
}
.morebtn button {
	cursor: pointer;
	border: 0;
	width: 150px;
	background: #00a7eb;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	margin: 0 8px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.morebtn button:hover {
	background: #0298d4
}
.footer {
	width: 100%;
	position: relative;
	clear: both;
	background-color: #282828;
	margin-top: 30px;
	padding: 30px 0 30px 0;
}
.footer .footer-copyright {
	float: left;
	font-size: 15px;
	line-height: 1.6
}
.footer .footer-copyright a {
	color: #ddd
}
.footer .footer-copyright a:hover {
	color: #FFF;
	color: #ddd
}
.footer .footer-social {
	float: right;
	margin-top: 0;
	position: relative
}
.footer .footer-social a {
	font-size: 20px;
	margin-left: 10px
}
.footer .footer-social a:first-child {
	margin-left: 0
}
.footer .copyright-footer p {
	color: #828282
}
.footer .copyright-footer a {
	color: #929292
}
.footer .links-footer {
	font-size: 10px;
	color: #353e4a;
	padding: 18px 0 0;
	border-top: 1px solid rgba(255,255,255,.05);
	margin-top: 20px
}
.footer .links-footer a, .footer .links-footer span {
	color: #696969;
	line-height: 1.2;
	margin: 0 5px 0 0;
	font-size: 12px
}
.footer .nav-footer {
	margin-bottom: 20px
}
.footer .nav-footer a {
	color: #e0e0e0;
	margin-right: 10px;
	font-size: 15px
}
.footer .footer-box .nav-footer a:hover {
	color: #FFF
}
.footer .footer-box .nav-footer span {
	margin: 0 10px
}
.social-footer a i {
	font-size: 20px;
	color: #fff;
}
.social-footer {
	float: right
}
.social-footer a {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #343a40;
	text-align: center;
	border-radius: 20px;
	margin: 0 5px;
	color: #FFF;
	font-size: 16px
}
.social-footer a i {
	color: #c5c5c5
}
.social-footer a:hover i {
	color: #FFF
}
.social-footer a.ketangdibu:hover {
	background-color: #f74864
}
.social-footer a.taobaodibu:hover {
	background-color: #FF4200
}
.social-footer a.mailii i {
	font-size: 16px;
}
.social-footer a.mailii:hover {
	background-color: #e64c4c
}
.social-footer a.wangxiaodibu:hover {
	background-color: #00C5FF
}
.social-footer a.wxii:hover {
	background-color: #35a999
}
.items {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
}
.content-box {
	overflow: hidden;
	padding: 32px 27px;
}
.posts-gallery-img {
	position: relative;
	float: left;
	width: 231.98px;
	max-height: 173.98px;
	height: auto;
	overflow: hidden
}
.posts-gallery-img img {
	width: 100%;
	min-height: 173.98px;
	transition: 0.5s;
}
.posts-gallery-img img:hover:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.posts-gallery-content {
	margin-left: 245px
}
.posts-gallery-content h2 {
	position: relative;
	margin: 0 0 20px 0;/*!  */
	font-size: 22px;
	max-height: 61.6px;
	overflow: hidden
}
.posts-gallery-content .posts-gallery-text {
	line-height: 1.6;
	margin-bottom: 20px;
	color: #566573
}
.post-style-tips {
	position: absolute;
	bottom: 32px;
	right: 28px
}
.post-style-tips a {
	padding: 6px 10px;
	line-height: 1;
	color: #FFF;
	background: #378DF7;
	display: inline-block;
	font-size: 13px
}
.post-style-tips span a:hover {
	background: #273746
}
.post-images-item {
	margin-bottom: 20px
}
.post-images-item ul {
	overflow: hidden;
	margin-left: -10px
}
.post-images-item ul li {
	float: left;
	width: 33.3333%
}
.post-images-item ul li .overlay {
	opacity: 0
}
.post-images-item ul li a:hover .overlay {
	opacity: .3
}
.post-images-item ul li .image-item {
	margin-left: 10px;
	max-height: 174px;
	position: relative;
	overflow: hidden
}
.post-images-item ul li a img {
	width: 100%;
	height: auto;
	min-height: 174px
}
.posts-gallery-text {
}
.posts-default-info {
	position: relative;
	display: inline-block
}
.posts-gallery-info {
	position: absolute;
	bottom: 32px
}
.posts-default-info ul li {
	font-size: 12px;
	letter-spacing: -.2px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	color: #748594;
	position: relative;
	line-height: 1.5
}
.posts-default-info ul li a {
	color: #748594
}
.posts-default-info ul li.post-author {
	padding-left: 30px;
	padding-top: 2px;
}
.posts-default-info ul li .avatar {
	position: absolute;
	top: -2px;
	left: 0;
	width: 25px
}
.posts-default-info ul li .avatar img {
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	padding: 1px;
	width: 25px;
	height: 25px
}
.posts-default-info ul li.ico-cat i {
	font-size: 14px;
}
.posts-default-info ul li.ico-time i {
	font-size: 14px;
}
.posts-default-info ul li.ico-eye i {
	font-size: 14px;
}
.posts-default-info ul li.ico-like i {
	font-size: 12px;
}
.posts-default-info ul li.ico-like {
	padding-top: 2px;
}
.post-entry-categories {
	margin-bottom: 15px
}
.post-entry-categories a {
	padding: 4px 10px;
	background-color: #19B5FE;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 5px 5px 0;
	border-radius: 2px;
	display: inline-block
}
.post-entry-categories a:nth-child(5n) {
	background-color: #4A4A4A
}
.post-entry-categories a:nth-child(5n+1) {
	background-color: #ff5e5c
}
.post-entry-categories a:nth-child(5n+2) {
	background-color: #ffbb50
}
.post-entry-categories a:nth-child(5n+3) {
	background-color: #1ac756
}
.post-entry-categories a:nth-child(5n+4) {
	background-color: #19B5FE
}
.post-entry-categories a:hover {
	background-color: #1B1B1B;
	color: #FFF
}
.posts-default-title {
	position: relative;
	margin: 0 0 30px
}
.posts-default-title h2 {
	position: relative;/*!  */
	font-size: 22px;
	margin: 0 0 25px;
	padding: 0 0 20px
}
.posts-default-title h2:after {
	content: "";
	background-color: #19B5FE;
	left: 0;
	width: 50px;
	height: 2px;
	bottom: -2px;
	position: absolute
}
.content-box {
	position: relative;
	line-height: normal
}
.content-box .posts-text {
	line-height: 1.6;
	margin-bottom: 20px;
	color: #566573
}
.widget {
	margin-bottom: 30px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	padding: 27px
}
.widget widget_cjtz_img img {
	max-width: 100%;
	height: auto;
	border-radius: 0
}
.widget h3 {
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 28px;
	position: relative
}
.widget h3:after {
	content: "";
	background-color: #19B5FE;
	left: 0;
	width: 50px;
	height: 2px;
	bottom: -2px;
	position: absolute
}
.widget_ad {
	margin-bottom: 30px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
}
.recent-posts-widget li {
	position: relative;
	margin-top: 20px;
	overflow: hidden
}
.recent-posts-widget li .recent-posts-img {
	float: left;
	width: 100px;
	height: auto;
	max-height: 75px;
	position: relative/*!  */
}
.recent-posts-widget li .recent-posts-img img {
	width: 100px;
	height: auto
}
.recent-posts-widget li .recent-posts-title {
	margin-left: 115px
}
.recent-posts-widget li .recent-posts-title h4 {
	font-size: 15px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px
}
.recent-posts-widget li .recent-posts-title span {
	font-size: 12px;
	color: #9A9A9A
}
.widge_tags a {
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 17px;
	margin: 0 10px 7px 0;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	color: rgba(0,0,0,.66);
	background-color: rgba(255,255,255,.97)
}
.widge_tags a:nth-child(8), .widge_tags a:nth-child(15), .widge_tags a:nth-child(35) {
	border-color: #fdb2b2;
	color: #fd6161
}
.widge_tags a:nth-child(8) i, .widge_tags a:nth-child(15) i, .widge_tags a:nth-child(35) i {
	position: relative;
	top: -1px
}
.widge_tags a:hover {
	color: #FFF;
	background: #1B1B1B;
	border-color: #1B1B1B
}
.social-widget-link {
	position: relative;
	margin-bottom: 10px;
	position: relative;
	display: block;
	font-size: 13px;
	background: #fff;
	color: #525252;
	line-height: 40px;
	padding: 0 14px;
	border: 1px solid #DDD;
	border-radius: 2px
}
.social-widget-link-count i {
	margin-right: 9px;
	font-size: 17px;
	vertical-align: middle
}
.social-widget-link-title {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	width: 100px;
	text-align: center;
	background: rgba(255,255,255,.08);
	transition: width .3s;
	border-radius: 0 3px 3px 0
}
.social-widget-link:hover .social-widget-link-title {
	width: 116px
}
.social-widget-link a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.social-link-ketang {
	border-color: rgba(236,61,81,.39)
}
.social-link-ketang i {
	color: #ec3d51;
	font-size: 22px;
}
.social-link-ketang .social-widget-link-title {
	background-color: #ec3d51;
	color: #fff
}
.social-link-taobao-wangxiao {
	border-color: rgba(255,66,0,.39)
}
.social-link-taobao-wangxiao i {
	color: #FF4200;
	font-size: 22px;
}
.social-link-taobao-wangxiao .social-widget-link-title {
	background-color: #FF4200;
	color: #fff
}
.social-link-email {
	border-color: rgba(42,179,154,.4)
}
.social-link-email i {
	color: #2ab39a
}
.social-link-email .social-widget-link-title {
	background-color: #2ab39a;
	color: #fff
}
.social-link-wangxiao {
	border-color: rgba(18,170,232,.39)
}
.social-link-wangxiao i {
	color: #12aae8;
	font-size: 22px;
}
.social-link-wangxiao .social-widget-link-title {
	background-color: #12aae8;
	color: #fff
}
.social-link-wechat {
	border-color: rgba(25,152,114,.4)
}
.social-link-wechat i {
	color: #199872;
	font-size: 22px;
}
.social-link-wechat .social-widget-link-title {
	background-color: #199872;
	color: #fff
}
ul.hot-article li {
	position: relative;
	height: 175px;
	margin-bottom: 30px;
}
ul.hot-article li img {
	width: 100%;
	height: 175px;
}
ul.hot-article li img:hover {
	opacity: 0.6;
}
ul.hot-article li .tits {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	padding: 10px 15px;
}
ul.hot-article li .tits h4 a {
	color: #f4f4f4;
	line-height: 24px;
}
ul.hot-article li a.img .icon-fenxiang {
	font-size: 50px;
	position: absolute;
	z-index: 600;
	top: 35%;
	left: 45%;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-60px, 60px, 0);
	transform: translate3d(-60px, 60px, 0)
}
ul.hot-article li:hover a.img .icon-fenxiang {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
ul.hot-article li:hover .tits {
	display: none;
}
.f-weixin-dropdown {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	z-index: 9998;
	display: none;
	-webkit-animation: fade-zoom-in .3s forwards;
	-o-animation: fade-zoom-in .3s forwards;
	animation: fade-zoom-in .3s forwards;
	display: none;
	-webkit-backface-visibility: hidden
}
.f-weixin-dropdown .qcode img {
	width: 180px;
	height: auto
}
.f-weixin-dropdown.is-visible {
	display: block
}
.f-weixin-dropdown .tooltip-weixin-inner {
	max-width: 200px;
	padding: 0 20px;
	margin: auto;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	height: 260px;
	top: -150px;
	bottom: 0
}
.f-weixin-dropdown .tooltip-weixin-inner h3 {
	color: #FFF;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1.3
}
.f-weixin-dropdown .close_tip {
	position: fixed;
	z-index: 99999;
	top: 80px;
	right: 80px;
	color: #BDBDBD;
	font-size: 36px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.topad {
	padding: 0 15px;
	margin-bottom: 15px;
}
.topad img {
	width: 100%;
	height: auto;
}
.left-ad {
	margin-bottom: 15px;
}
.left-ad img {
	width: 100%;
	height: auto;
}
.article-con {
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	margin-bottom: 30px;
}
.postion {
	line-height: 30px;
	margin-bottom: 30px;
}
.postion i {
	font-size: 10px;
	padding: 0 2px;
	color: #000;
}
.art-con h1 {
	position: relative;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 1.3;
	display: block;
	font-weight: 400;
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #e7e7e7
}
.art-con h1:after {
	content: "";
	background-color: #19B5FE;
	left: 0;
	width: 50px;
	height: 2px;
	bottom: -2px;
	position: absolute
}
.art-txt p a {
	text-decoration: none;
	border-bottom: 1px solid #3d464d;
	padding-bottom: 2px;
}
.art-txt {
	padding: 10px 0;
	line-height: 28px;
	font-size: 16px;
}
.art-txt p {
	padding: 10px 0;
}
.art-txt img {
	max-width: 100%;
	height: auto;
}
.yinyong {
	margin: 15px 0;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea
}
.yinyong quote {
	font-size: 21px;
	color: #BABABA;
	display: inline-block
}
.yinyong quote p {
	margin-bottom: 0!important
}
.art-txt p a.download-button {
	color: #FFF;
	background-color: #32a5e7;
	border: 2px solid #32a5e7;
	margin-right: 20px;
	text-indent: 0
}
.art-txt p a.download-button:hover {
	color: #32a5e7;
	background-color: #FFF;
	border-color: #32a5e7
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.art-txt a.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 25px 9px 25px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 10px 0 20px;
	margin-right: 20px
}
.art-txt a.btn i {
	margin-right: 8px
}
.ad01 {
	clear: both;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}
.ad01_1 {
	float: left;
	width: 336px;
}
.ad01_2 {
	float: right;
	width: 336px;
}
.shareBox {
	text-align: center;
	padding: 30px 0 35px;
	position: relative
}
.shareBox p {
	padding-bottom: 0
}
.shareBox .sharebtn {
	width: 130px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #F74840;
	box-shadow: none;
	background: #fff;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	color: #F74840;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.shareBox .like .icon-heart-filled {
	display: none;
	margin-top: -3px
}
.shareBox .like.current {
	background-color: #F74840;
	color: #fff
}
.shareBox .like i {
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	display: inline-block
}
.shareBox .like.current .icon-heart-filled {
	display: inline-block;
	-webkit-animation: waver .3s linear 1;
	-moz-animation: waver .3s linear 1;
	-o-animation: waver .3s linear 1;
	animation: waver .3s linear 1
}
.shareBox .like.current .icon-heart {
	display: none
}
.panel-reward {
	position: relative;
	padding: 30px 0 0;
	display: none
}
.panel-reward ul li {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #87ddff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.panel-reward ul .weixinpay {
	border-color: #51C332
}
.panel-reward ul li img {
	width: 120px;
	height: auto
}
.panel-reward ul li b {
	display: block;
	font-weight: 400;
	margin-top: 3px
}
.action-share {
	padding: 30px 0 0;
	display: none;
}
.bdsharebuttonbox {
	margin: 0 auto;
	width: 190px
}
.shareBox .J_showAllShareBtn {
	color: #3496E6;
	border-color: #3496E6
}
.shareBox .sharebtn:hover {
	background-color: #F74840;
	color: #fff
}
.shareBox .publicity-btn {
	background-color: #378DF7;
	color: #FFF;
	border-color: #378DF7
}
.shareBox .publicity-btn:hover {
	background-color: #2c6fc1;
	border-color: #2c6fc1
}
.shareBox .J_showAllShareBtn:hover {
	background-color: #3496E6;
	color: #fff
}
.shareBox .pay-author {
	border-color: #51C332;
	color: #51C332
}
.shareBox .pay-author:hover {
	background: #51C332;
	color: #FFF
}
.pronext {
	clear: both;
	padding: 15px 0;
	overflow: hidden;
}
.propage, .nextpage {
	width: 50%;
	float: left;
	line-height: 26px;
}
.propage span, .nextpage span {
	color: #999;
}
.nextpage {
	text-align: right;
	border-left: 1px solid #efefef;
}
h3.subtitle {
	font-size: 25px;
	color: #282828;
	font-weight: 400;
	margin: 0;
	margin-bottom: 26px;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative
}
h3.subtitle:after {
	content: "";
	background-color: #19B5FE;
	left: 0;
	width: 50px;
	height: 3px;
	bottom: -2px;
	position: absolute
}
h3.subtitle em {
	font-style: normal;
	color: #666;
}
ul.sub-news {
	overflow: hidden;
	margin-left: -10px;
}
ul.sub-news li {
	width: 50%;
	float: left;
	padding-right: 10px;
}
ul.sub-news li a {
	line-height: 40px;
	display: block;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
	font-size: 15px;
}
ul.sub-news li a:hover {
	background: #333;
	color: #fff;
}
ul.sub-news li a i {
	font-size: 10px;
	margin-right: 15px;
	float: left;
	font-weight: bold;
}
/*网分页样式*/
.pages {
	clear: both;
	margin: 20px auto 20px auto;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #00A7EB;
	color: #fff;
	border: 1px solid #00A7EB
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #00A7EB;
	padding: 6px 15px;
	margin: 0 1px;
	background: #00A7EB;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
.clearfix {
	clear: both;
}
.tags .tags-title {
	height: 40px;
	line-height: 40px;
}
.tags .tags-title h2 {
	color: #2a363c;
	font-weight: bold;
	font-size: 16px;
}
.tags ul {
	padding: 10px 0 20px 0;
	overflow: hidden;
}
.tags ul li {
	float: left;
	padding: 0px 5px 0px 0px;
	list-style: none
}
.tags ul li a {
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 15px;
	margin: 0 6px 8px 0;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	color: rgba(0,0,0,.88);
	background-color: rgba(255,255,255,.97)
}
.tags ul li a:nth-child(8), .tags ul li a:nth-child(15), .tags ul li a:nth-child(35) {
	border-color: #fdb2b2;
	color: #fd6161
}
.tags ul li a:nth-child(8) i, .tags ul li a:nth-child(15) i, .tags ul li a:nth-child(35) i {
	position: relative;
	top: -1px
}
.tags ul li a:hover {
	color: #FFF;
	background: #1B1B1B;
	border-color: #1B1B1B
}
 @media screen and (max-width:1100px) {
.wrap {
	max-width: 760px;
}
.right, .top-news {
	display: none;
}
.left, .banner {
	width: 100%;
}
.left {
	padding: 0 5px;
}
.mainbody {
	padding-top: 10px;
}
.topmenu {
	height: 122px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 11;
	top: 0;
	left: 0;
	border-bottom: 1px solid #dedede;
}
.logo {
	padding: 15px 0;
	width: 700px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.logo img {
	height: 50px;
	width: auto;
}
.search {
	top: 25px;
}
.menu {
	width: 100%;
	margin-top: 0px;
}
.banner {
	padding: 0 5px;
}
.swiper-slide {
	height: 250px;
}
.hotnews {
	padding-top: 0px;
}
.hotnewlist {
	height: 160px;
	padding: 0 5px;
}
.items {
	margin-bottom: 2px;
}
.content-box {
	padding: 20px 15px;
}
.post-nav {
	position: relative;
	margin-bottom: 0;
	box-shadow: none;
	background: #FFF;
	height: 45px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-box-pack: justify;
	padding: 0;
}
.post-nav:after {
	content: "";
	background-color: #f5f4f4;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	position: absolute
}
.post-nav span {
	position: relative;
	padding: 0;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	margin: 0 20px 0 15px;
	color: #748594;
	border-width: 0
}
.post-nav span.current, .post-nav span:hover {
	background: 0 0;
	color: #273746;
	border-width: 0
}
.post-nav span.current:after {
	content: "";
	background-color: #273746;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	position: absolute;
	z-index: 1
}
.footer {
	width: 100%;
	position: relative;
	clear: both;
	background-color: #282828;
	margin-top: 30px;
	padding: 30px 0 30px 0;
}
.social-footer {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.social-footer a {
	float: none;
	display: inline-block;
}
.links-footer, .copyright-footer {
	text-align: center;
}
.nav-footer {
	clear: both;
	text-align: center;
}
.search-close {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 30px 50px 0 0;
}
.postion, .topad {
	display: none;
}
.subbody {
	padding-top: 130px;
}
}
 @media screen and (max-width:768px) {
.wrap {
	max-width: 100%;
}
.right, .top-news {
	display: none;
}
.left, .banner {
	width: 100%;
}
.left {
	padding: 0px;
}
.mainbody {
	padding-top: 10px;
}
.main {
	padding-top: 70px;
}
.topmenu {
	height: 70px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 11;
	top: 0;
	left: 0;
	border-bottom: 1px solid #dedede;
}
.logo {
	padding: 15px 0;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}
.logo img {
	height: 40px;
	width: auto;
}
.search {
	top: 20px;
}
#mobilemenu {
	position: absolute;
	width: 25px;
	top: 28px;
	height: 15px;
	left: 20px;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}
.banner {
	padding: 0px;
}
.swiper-slide {
	height: 200px;
}
.hotnews {
	display: none
}
.hotnewlist {
	height: 160px;
	padding: 0 5px;
}
.items {
	margin-bottom: 2px;
}
.content-box {
	padding: 20px 15px;
}
.post-nav {
	position: relative;
	margin-bottom: 0;
	box-shadow: none;
	background: #FFF;
	height: 45px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-box-pack: justify;
	padding: 0;
}
.post-nav:after {
	content: "";
	background-color: #f5f4f4;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	position: absolute
}
.post-nav span {
	position: relative;
	padding: 0;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	margin: 0 20px 0 15px;
	color: #748594;
	border-width: 0
}
.post-nav span.current, .post-nav span:hover {
	background: 0 0;
	color: #273746;
	border-width: 0
}
.post-nav span.current:after {
	content: "";
	background-color: #273746;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	position: absolute;
	z-index: 1
}
.footer {
	width: 100%;
	position: relative;
	clear: both;
	background-color: #282828;
	margin-top: 30px;
	padding: 30px 0 30px 0;
}
.social-footer {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.social-footer a {
	float: none;
	display: inline-block;
}
.links-footer, .copyright-footer {
	text-align: center;
}
.nav-footer {
	clear: both;
	text-align: center;
}
.footer .nav-footer a {
	font-size: 14px;
}
.search-close {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 30px 50px 0 0;
}
.search-close i {
	font-size: 25px;
	font-weight: bold;
}
.ad01, .postion, .topad, .left-ad {
	display: none;
}
.subbody {
	padding-top: 70px;
}
.posts-gallery-img {
	width: 33.3333%;
}
.posts-gallery-img img {
	max-height: 130px;
	min-height: 0;
}
.posts-gallery-content {
	margin-left: 36%;
}
.swiper-slide .title h3.f20 {
	font-size: 16px;
}
.posts-gallery-text {
	display: none;
}
.posts-gallery-info {
	bottom: 15px;
	position: absolute;
}
.posts-gallery-content h2, .posts-default-title h2 {
	font-size: 16px;
}
li.post-author, li.ico-eye, li.ico-like, .posts-text {
	display: none;
}
.art-con li.ico-like, .art-con li.ico-eye, .art-con li.post-author {
	display: block;
}
.shareBox .sharebtn {
	width: auto;
	padding: 0 15px;
	margin: 5px;
	height: 36px;
	line-height: 35px;
	font-size: 13px;
}
.propage, .nextpage {
	width: 100%;
}
.nextpage {
	text-align: left;
}
.pronext {
	margin-bottom: 0px;
}
.article-con {
	padding: 10px;
}
.art-con h1 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
ul.sub-news li {
	width: 100%;
}
/*menu*/
.menu {
	left: -100%;
	width: 70%;
	background: #fff;
	position: fixed;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 10px;
	z-index: 101;
}
#nav li.closex {
	display: block;
	padding: 0 20px;
	line-height: 60px;
}
#nav li.closex i {
	font-size: 20px;
	font-weight: bold;
}
#nav {
	display: none;
	width: 100%;
}
#nav .mainlevel {
	border-right: 1px solid #fff;
	position: relative;
	z-index: 10;
	float: none;
}
#nav .mainlevel a {
	color: #000;
	text-decoration: none;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	font-size: 14px;
}
#nav .mainlevel a i {
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
	margin-top: 26px;
	margin-left: 10px;
}
#nav .mainlevel ul {
	display: none;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 0px #888888;
	border: 1px solid #dedede;
	border-top: 2px solid #333;
}
#nav .mainlevel li {
	background: #fff;
	color: #19B5FE;
	font-size: 15px;
	width: 100%;
}
#nav .mainlevel li a {
	line-height: 35px;
}
.search-con {
	width: 90%;
}
dl.se dt {
	width: 75%;
	float: left;
}
dl.se dd {
	width: 25%;
	float: right;
}
.search-tips {
	line-height: 40px;
	padding-top: 10px;
	font-size: 15px;
}
.search-as {
	line-height: 34px;
}
.search-as a {
	padding: 0 20px;
	border: 1px solid #dedede;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	border-radius: 5px;
	color: #ccc;
	font-size: 12px;
	line-height: 30px;
}
.search-as a:hover {
	color: #666;
	border: 1px solid #666;
}
}
/*文章图片自适应 固定最大720宽度，高度自动*/
.art-con img {
    max-width: 720px;
    width: auto;
    height: auto !important;
    display: block;
}
/* 手机图片自适应 */
img {
    max-width: 100% !important;
    height: auto !important;
}
/* 文章内容里的图片 */
.content img, .article img{
    max-width: 100% !important;
    height: auto !important;
}
/* 全局图片自适应 */
img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
/* 文章正文 */
.content img,.article-content img,.text img{
    max-width:100% !important;
    width:auto !important;
    height:auto !important;
}
/* 首页模块容器，防止盒子写死宽度溢出 */
.index-main img, .widget img, .hot-item img, .arclist img, .thumbnail{
    max-width:100% !important;
    width:auto !important;
    height:auto !important;
}
.index-main,.widget,.arclist{
    overflow‑x:hidden;
}
/*文章详情页正文p段落*/
.article-content p{
    color:#444444;
    font-size:16px;
    line-height:1.8;
    margin-bottom:18px;
}
/*列表页摘要文字*/
.article-desc{
    color:#444444;
    font-size:14px;
    line-height:1.7;
}
/*详情页li列表（资质的1、2、3序号条目）*/
.article-content li{
    color:#444444;
    line-height:1.8;
    margin-bottom:8px;
}
/*标题保持深一点*/
.article-content h2,.article-content h3{
    color:#273746;
}
/* =========文章详情内容页 article-content ========= */
/* 普通段落正文 */
.article-content p {
    font-size: 14px;        /* 正文字号 */
    color: #444444;         /* 不要纯黑，柔和深灰 */
    line-height: 1.8;       /* 行高，文字不拥挤 */
    margin-bottom: 16px;     /* 段落下面空16px */
}
/* 内容里面的小标题，例如：一级资质标准： */
.article-content h2 {
    font-size: 18px;
    color: #222222;
    margin:24px 0 10px 0;
}
.article-content h3 {
    font-size:18px;
    color:#273746;
    margin:20px 0 8px 0;
}
/* 1、2、3、（1）（2）这种列表条目 */
.article-content li {
    font-size:14px;
    color:#444444;
    line-height:1.8;
    margin-bottom:8px;
}
/* 文章顶部元信息：作者｜分类｜时间｜浏览 那一行 */
.article-meta {
    font-size:13px;
    color:#666666;
    margin:12px 0 20px 0;
}
/* 强制所有标题、以及内部strong全部取消加粗 */
h1,h2,h3,h4,h5,h6,
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b{
    font‑weight: 400 !important;
    font‑style:normal !important;
}
/* TAG标签列表，取消标题加粗 */
h2 b,h3 b,h1 b{font-weight:400 !important;
}
/* 文章内容页字体大小颜色控制 */
.art-txt div {
    font-size:14px !important;
    color:#444444 !important;
    line-height:1.6 !important;
    margin-bottom:2px !important;
}
/* 把空div、带空格的空div全部隐藏，消灭红框这种大块空白 */
.art-txt div:empty,
.art-txt div:contains("&nbsp;") {
    display: none !important;
    height:0 !important;
    padding:0 !important;
    margin:0 !important;
}
/* 控制art‑txt里面的h2 h3标题 */
.art-txt h2{
    font-size:18px !important;
    color:#222222 !important;
    margin:22px 0 8px 0 !important;
}
.art-txt h3{
    font-size:18px !important;
    color:#273746 !important;
    margin:18px 0 6px 0 !important;
}
/*侧边栏标题*/
.right h3 {
    font-size:18px !important;
}
/*标签按钮块（上面那一堆标签按钮）*/
.right .tag-box a {
    font-size:13px !important;
}
/*随便看看列表文字*/
.right .side-list li a{
    font-size:14px !important;
}
/*========右侧阅读排行侧边栏========*/
.aside * {
    font-size:14px !important;
}
.aside h3 {
    font-size:18px !important;
}
.aside .rank-item a{
    font-size:14px !important;
}
/* 首页列表文章标题 */
.list-item h2,
.list-item .title,
.news-title {
    font-size:18px !important;
    color:#222 !important;
}
/* 首页列表摘要文字 */
.list-item .desc {
    font-size:13px !important;
    color:#606060 !important;
}
/* 首页列表下面日期阅读量小字体 */
.list-item .info {
    font-size:12px !important;
    color:#888 !important;
}
/*列表页文章标题*/
.list-item .title{
    font-size:18px !important;
    color:#222 !important;
    margin:6px 0 5px 0 !important;
}
/*列表页摘要描述文字*/
.list-item .desc{
    font-size:13px !important;
    color:#666 !important;
    line-height:1.65 !important;
    margin-bottom:8px !important;
}
/*列表页底部：分类、日期、阅读量小行*/
.list-item .meta{
    font-size:12px !important;
    color:#888 !important;
}
/*侧边栏随便看看、阅读排行：标题h4 */
.recent-posts-title .tit {
    margin-bottom: 2px !important;  /*标题底部距离，调小这个值，0‑4px*/
    margin-top:0 !important;
    font-size:14px !important;
}
/*阅读量info行*/
.recent-posts-title .info {
    margin-top:0px !important;   /*阅读量顶部外边距，0就紧贴标题*/
    font-size:12px !important;
    color:#888;
}
/*整个li条目上下间距，如果你想整体条目也紧凑*/
.recent-posts-widget li{
    margin-bottom:12px !important;
}
/*列表卡片文章标题*/
.list-item .title{
    font-size:19px !important;
    color:#222 !important;
    margin:5px 0 5px 0 !important;
}
/*猜你喜欢模块标题，和侧边widget标题统一 */
.guess-like h3{
    font-size:18px !important;
    color:#222 !important;
    margin:20px 0 12px 0 !important;
    padding-bottom:8px !important;
    position:relative;
}
/*蓝色短下划线，和随便看看样式一模一样*/
.guess-like h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:3px;
    background:#0088ee;
}
/*猜你喜欢里面的文章链接文字*/
.guess-like a{
    font-size:14px !important;
    color:#222 !important;
    line-height:2.2 !important;
}
/*文章内容页大标题 22px*/
.art-con h1{
    font-size:22px !important;
    color:#222 !important;
}
/*猜你喜欢模块标题改为18px*/
.article-con .subtitle{
    font-size:19px !important;
    color:#222 !important;
    margin:20px 0 12px 0 !important;
    padding-bottom:8px !important;
    position:relative;
}
.article-con .subtitle::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:3px;
    background:#0088ee;
}
/*猜你喜欢列表链接文字保持14px，修改这里font-size*/
.article-con .sub-news li a{
    font-size:14px !important;
    color:#222 !important;
    text-decoration:none;
}
.article-con .sub-news li a:hover{
    color:#0088ee !important;
}
/*列表页卡片标题，设置18px */
.posts-gallery-content h2{
    font-size:19px !important;
    margin:5px 0 5px 0 !important;
}
.posts-gallery-content h2 a{
    font-size:19px !important;
    color:#222 !important;
    text-decoration:none;
}
.posts-gallery-content h2 a:hover{
    color:#0088ee !important;
}

/*列表摘要文字缩小 */
.posts-gallery-text{
    font-size:14px !important;
    color:#444 !important;
    line-height:1.65 !important;
	margin-bottom:5px !important;  /* 新增这一行，控制摘要到下面日期栏距离 */
}
.posts-gallery-content h2 {
    margin-bottom: 20px !important;
}
/* 手机端LOGO自适应且居中 */
.logo img {
    max-width: 100%;
    height: auto !important;
    display:block;
}
@media (max-width:768px) {
    .logo {
        text-align: center !important; /*容器内图片居中*/
    }
    .logo img {
        max-height: 40px !important;
        max-width: 140px !important;
        margin:0 auto; /*图片本身水平居中*/
    }
}
/* 手机轮播banner手机自适应 */
@media (max-width:768px){
    .swiper,.banner{
        height:200px !important;
    }
    .swiper-slide{
        background-size:100% 100% !important;  /*横向、纵向100%拉伸，铺满，无留白，可能变形*/
        background-repeat:no-repeat !important;
        background-position:center center !important;
    }
}
@media (max-width:768px){
/* =========手机端首页列表两端留白Bootstrap栅格========= */
.row > [class*="col-"]{
    padding-left:8px;
    padding-right:8px;
}
.row{
    margin-left:-8px;
    margin-right:-8px;
}
/* =========手机端文章详情两端留白view.php========= */
.view-wrap, .article-box{
    padding-left:8px;
    padding-right:8px;
}
.arc-title{
    padding:0 4px;
}
.arc-body{
    padding-left:0;
    padding-right:0;
}
}
@media (max-width:768px) {
/* 表格外层包裹，实现横向滚动，手机端内容自适应 */
.arc-body table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
}
.arc-body table th,
.arc-body table td {
    white-space: nowrap;/* 单元格文字不换行，适合小屏幕左右滑动看完整表格 */
    padding:6px 4px;
    font-size:13px;
}
}
@media (max-width:768px) {
  .arc-body{
    width:100% !important;
    box-sizing: border-box;
  }
  /* 手机端图片强制自适应，覆盖写死width属性 */
  .arc-body img{
    max-width:100% !important;
    height:auto !important;
    display:block;
  }
  /* 手机端表格：横向滚动，防止溢出 */
  .arc-body table{
    width:100% !important;
    display:block;
    overflow-x:auto;
  }
  .arc-body table th,
  .arc-body table td{
    padding:6px 4px;
    font-size:13px;
    white-space:nowrap;
  }
  /* 手机端防止div、p等标签带死宽度溢出 */
  .arc-body div,.arc-body p{
    max-width:100% !important;
    box-sizing:border-box;
  }
}
/* 全局文章内容防溢出，PC端也生效 */
.arc-body {
    width: 100%;
    box-sizing: border-box;
    overflow‑x: hidden;
}
/* 图片自适应，覆盖写死width属性 */
.arc-body img {
    max‑width: 100% !important;
    height: auto !important;
    display: block;
}
/* ========= PC端全局，对所有文章表格生效 ========= */
.arc-body {
    width: 100%;
    box-sizing: border-box;
}
.arc-body table {
    max-width: 100% !important;
    border-collapse: collapse;
}
/* 清除<col>标签写死的列宽（你后台源码里的<col width="xxx">） */
.arc-body table col {
    width: auto !important;
}
.arc-body table th,
.arc-body table td {
    border:1px solid #ccc;
    padding:8px 6px;
}

/* ========= 移动端 768px以下 ========= */
@media (max-width:768px) {
    .arc-body table {
        display: block;
        overflow-x: auto; /* 表格内部左右滑动，页面不会溢出 */
    }
    .arc-body table th,
    .arc-body table td {
        white-space: nowrap; /* 单元格文字不换行，保护表格列结构 */
        font-size:13px;
        padding:6px 4px;
    }
    /* 图片、div、p标签防溢出 */
    .arc-body img {
        max-width:100% !important;
        height:auto !important;
    }
    .arc-body div,.arc-body p {
        max-width:100% !important;
        box-sizing:border-box;
    }
}
/* 移动端768px以下，给文章正文左右留白 */
@media (max-width:768px) {
    .arc-body {
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box;
    }
    /* 表格不要被padding二次压缩，表格占满arc-body内部可用宽度 */
    .arc-body table {
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px) !important;
    }
}
/* PC端正常显示来源 */
.ico-source {
    display: list-item;
}

/*手机端：仅列表页隐藏来源，详情页不受影响 */
@media (max-width:768px) {
    .posts-gallery-info .ico-source {
        display: none !important;
    }
}
/* PC端不做限制，完整显示标题 */
.posts-gallery-text h2{
    line-height:1.45;
}
/* 移动端显示标题2行 */
@media (max-width:768px){
    .posts-gallery-text h2{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /*只显示2行*/
        overflow: hidden;
        line-height:1.45;
    }
}
/* PC端：标题不受行数限制，完整展示 */
.posts-gallery-content h2 {
    line-height: 1.45;
}
@media (max-width:768px) {
    /* 手机端标题最多2行，超出省略 */
    .posts-gallery-content h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.45;
        height: auto !important;
    }
}
/* ==========手机端表格压缩自适应，保留表格行列结构，无横向滚动========== */
@media (max-width:768px) {
    .arc-body table {
        width:100% !important;
        table-layout: fixed !important; /* 关键：强制表格总宽度100%，不再被长文本撑开 */
        border-collapse: collapse;
    }
    .arc-body table th,
    .arc-body table td {
        word-break: break-word !important; /* 长文字强制换行 */
        white-space: normal !important;    /* 关闭不换行，允许单元格内折行 */
        padding: 6px 4px !important;
        vertical-align: middle;
    }
    .arc-body table th {
        font-weight:bold;
    }
}
@media (max-width:768px) {
    .arc-body img{
        max-width:100% !important;
        height:auto !important;
    }
}
@media (max-width:768px){
    body{
        padding:0 14px;
    }
}
/* 正文内所有图片强制居中 */
.newsContent img {
    display: block;
    margin: 0 auto !important;
}
/* 正文内所有表格强制居中 */
.newsContent table {
    margin: 0 auto !important;
}
/* 底部三图标居中 */
@media (max-width: 768px) {
    .footer-bottom-row {
        display: block !important;
    }

    .social-footer {
        position: relative !important;
        float: none !important;
        right: auto !important;
        bottom: auto !important;
        margin: 30px 0 15px 0 !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 16px;
    }
}
/* 移动端：友情链接不贴边、整体断行不拆字 垂直居中*/
@media (max-width: 768px) {
    .links-footer {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important; /* ✅内部元素自动垂直居中，无需固定上下数值 */
        justify-content: safe flex-start !important;
        gap: 0.25rem 0.5rem !important; /* 使用rem相对单位，不写死px */
        padding-inline: 5vw !important; /* ✅左右自动留白，视口宽度百分比，屏幕越宽留白越大 */
        padding-block: auto !important;
    }
    .links-footer span {
        flex-shrink: 0 !important;
    }
    .links-footer a {
        white-space: nowrap !important;
        margin: 0 !important;
    }
    .copyright-footer {
        padding-inline: 5vw !important; /* 版权和友情链接左右对齐 */
        line-height: 1.4 !important;
    }
}
/* PC端：文章标题超出两行自动省略*/
.list-title a{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height:1.5;
}
/* 隐藏导航 关于我们*/
/* #nav li a[href="/a/guanyuwomen/"]{
    display:none;
}
#nav li a[href="/a/guanyuwomen/"] + *{
    display:none;
}
#nav li:has(a[href="/a/guanyuwomen/"]){
    display:none !important;
}*/
/* 增加主站 分站 城市切换*/
.header {
    position: relative; /* 关键：作为切换框的定位父级 */
}
.city-toggle-box {
    position: absolute;
    left: 220px;      /* LOGO右边，按需微调 */
    top: 36px;         /* LOGO右边，上下微调 */
    z-index: 99999;
    white-space: nowrap;
}
.city-show {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.txt-switch {
    font-size: 14px;
    color: #3377cc;
    margin-left: 6px;
}
.city-drop-box {
    position: absolute;
    left: 60%;         /* 父盒子50%位置，把下拉框左上角放到父中间 */
    transform: translateX(-50%); /* 盒子自身向左偏移自身宽度一半，实现盒子整体居中 */
    top: 100%;
    width: 88px;       /* 下拉外框总宽度，保持这个，用来纵向放城市 */
    max-width:94vw;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
    padding: 4px 0px;    /* 原来12px，改小，控制“分站”和顶部间隙 */
    display: none;
    margin-top:0px;     /* 取消空隙，防止hover消失，需要间距就调padding‑top */
}
.city-toggle-box:hover .city-drop-box {
    display: block;
}
.city-tab {
    margin-bottom: 8px;    /* ←tab标题「分站」和城市之间距离 */
    border-bottom: 1px solid #eee;
}
.city-tab .tab-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;     /* 分站 左右调整居中 */
    cursor: pointer;
    font-size: 14px;
    color: #444;
}
.city-tab .tab-item.active {
    border-bottom: 2px solid #0066cc;
    color: #0066cc;
}
.city-panel {
    display: none;
}
.city-panel.panel-show {
    display: block;
	text-align: center;  /*【1】城市容器居中 */
}
.city-panel a {
    display: block;      /* block实现纵向竖排，每个城市独占一行 */
    width: 88px;         /* 每个城市固定宽度88px */
    line-height: 30px;    /* 每个城市上下间距 */
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align:center;
	margin: 0 auto;      /*【2】每个城市块水平居中 */
}
.city-panel a:hover {
    color: #0066cc;
}
/*搜索 标题超过2行 自动省略 */
.posts-gallery-content h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* 固定只显示2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 48px;                 /* 2行 × 24px，必须和行高匹配 */
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
/*手机端底部悬浮 */
.mobile-fix-bar{
    display:none; /* 默认PC端隐藏 */
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    display:flex;
    z-index:9999;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    padding-bottom: env(safe-area-inset-bottom);
}
/*手机端右侧悬浮隐藏*/
@media screen and (max-width:768px){
    body .main-im {
        /* 手机端把main-im高度归零，消除底部空白 */
        height:0 !important;
        min-height:0 !important;
        overflow:hidden !important;
        position: static;
    }
    body .main-im .open-im,
    body .main-im .im_main{
        display:none !important;
    }
    /* 页面底部留出空间，防止内容被底部红蓝栏盖住 */
    body{
        padding-bottom: 30px !important;
    }
}
/* PC端默认隐藏底部悬浮栏 */
.mobile-fix-bar {
    display: none !important;
}
/* 屏幕宽度≤768px手机端才显示 */
@media screen and (max-width:768px) {
    .mobile-fix-bar {
        display: flex !important;
    }
}
/* 移动端 猜你喜欢 保持一行 多展示几个字 */
@media screen and (max-width:768px){
    .guess-like a{
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        /* 加宽容器，或者调小字体，多容纳文字 */
        font-size:14px;
    }
}

/* ===== 公司介绍模块 ===== */
.about-section{
    padding:30px 0;
    background:#fff;
}
.about-section .container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.about-wrap{
    display:flex;
    gap:40px;
    align-items:center;
}
.about-img{
    width:50%;
}
.about-img img{
    width:100%;
    display:block;
}
.about-text{
    width:50%;
}
.about-text h2{
    font-size:42px;
    color:#222;
    font-weight:normal;
    margin:0 0 25px;
}
.about-text h2 span{
    font-size:22px;
    color:#999;
    margin-left:12px;
}
.about-text p{
    font-size:16px;
    color:#555;
    line-height:1.8;
    margin:0 0 35px;
}
.about-btn{
    display:inline-block;
    padding:14px 36px;
    background:#005aa8;
    color:#fff;
    text-decoration:none;
}
/* =========移动端 768px ========= */
@media (max-width:768px){
    /* 手机端直接隐藏整个模块，图片+标题+文字全部消失 */
    .about-section{
        display: none;
    }
}

/* ===== 主营业务模块 ===== */
.business-section{
    padding:30px 0;
    background:#f7f7f7;
}
.container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.business-title{
    text-align:center;
    margin-bottom:50px;
}
.business-title h2{
    font-size:36px;
    color:#333;
    font-weight:normal;
    margin:0;
}
.business-list{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}
.business-item{
    width:calc((100% - 90px)/4);
    text-align:center;
    box-sizing:border-box;
}
.business-icon{
width:275px;  /* 电脑宽度调大 */
  height:160px; /* 电脑高度缩小 */
  border-radius:16px; /* 圆角，0就是直角长方形,50%就是圆形 */
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
	font-size:120px;   /* 新增：大字字号，按需调大/调小 */
   color:#fff;        /* 新增：白色字体 */
   font-weight:bold;
   line-height:1; /* 关键！消除文字自带行高，解决上下偏移 */
}
.business-item h3{
    font-size:24px;
    color:#333;
    margin:0 0 20px;
    font-weight:normal;
}
.business-item p{
    font-size:15px;
    color:#555;
    margin:0 0 8px;
}
.business-btn{
    display:block;
    width:100%;
    border:1px solid #ccc;
    color:#333;
    text-decoration:none;
    padding:14px 0;
    font-size:20px;
    margin-top:30px;
    transition:0.3s;
}
.business-btn:hover{
    border-color:#005aa8;
    color:#005aa8;
}
/* 主营业务移动端适配 */
@media (max-width:768px){
    .container{
        width:100%;
        padding:0 6px;
    }
    .business-title h2{
        font-size:28px;
    }
    .business-list{
        gap:16px;
    }
    .business-item{
        width:calc((100% - 16px)/2);
    }
    .business-icon{
        width:175px;
        height:130px;
    }
    .business-item h3{
        font-size:20px;
    }
    .business-btn{
        font-size:18px;
        padding:12px 0;
    }
}

/* ===== 精英团队 ===== */
.team-section{
    padding:30px 30px;   /* 上下间距 */
    background:#f7f7f7;
}
.container{
    width:1200px;
    margin:0 auto;
    box-sizing: border-box;
}
.team-title{
    text-align:center;
    margin-bottom:40px;
}
.team-title h2{
    font-size:42px;
    color:#333;
    font-weight:normal;
    margin:0 0 10px;
}
.team-title p{
    color:#888;
    font-size:16px;
    letter-spacing:1px;
    margin:0 0 15px;
}
.team-title .line{
    display:inline-block;
    width:220px;
    height:2px;
    background: #ddd;
    position:relative;
}
.team-title .line::after{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background: #005aa8;
    position:absolute;
    left:50%;
    top:-3px;
    transform:translateX(-50%);
}

/* 走马灯核心样式 */
.team-list{
    display:flex;
    gap:20px;
    overflow:hidden;
}
.team-item{
    flex:0 0 calc((100% - 80px)/5); /* 5个，4个间隙20px，5张均分 */
}
.team-item img{
    width:100%;
    height:auto;
    display:block;
}

/* 移动端 */
@media (max-width:768px){
    .container{
        width:100%;
        padding:0 8px;
    }
    .team-title h2{
        font-size:28px;
    }
    .team-list{
        flex-wrap:nowrap;
    }
    .team-item{
        flex:0 0 calc((100% - 5px)/3);  /* 一行显示 3 张，总间隙 5px */
    }
}
/* 团队照片上悬浮遮罩文字 */
.team-item{
  position: relative;
  overflow: hidden;
}
.team-mask{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #005aa8;
  color: #fff;
  padding: 18px 12px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.35s ease;
  text-align: center;
}
.team-mask h3{
  margin: 0 0 8px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.team-mask p{
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
}
.team-item:hover .team-mask{
  transform: translateY(0);
}

/* ===== 建筑业资质申报流程 完整CSS ===== */
.flow-section{
    padding:20px 0 30px;
    background:#fff;
}
.flow-container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.flow-title{
    text-align:center;
    margin-bottom:35px;
}
.flow-title h2{
    font-size:48px;
    color:#005aa8;
    font-weight:bold;
    margin:0 0 12px;
}
.flow-title p{
    font-size:26px;
    color:#333;
    letter-spacing:2px;
    margin:0;
}
.flow-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:30px;
}
.flow-item{
    width:150px;
    height:150px;
    border-radius:16px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:25px;
    font-weight:bold;
}
.flow-arrow{
    color:#005aa8;
    font-size:24px;
    font-weight:bold;
}
.item1{background:#2563eb;}
.item2{background:#22c5bb;}
.item3{background:#3b82f6;}
.item4{background:#06b6d4;}
.item5{background:#f99727;}
.item6{background:#f57020;}
.flow-bottom-tag{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:30px;
}
.tag-box{
    flex:1;
    text-align:center;
    padding:12px;
    background:#cecfcf;
    border-radius:8px;
    font-size:16px;
    color:#222;
}
.flow-footer{
    display:flex;
    margin-top:20px;
}
.foot-left{
    flex:2;
    text-align:center;
    padding:14px;
    background:#cce2ff;
    font-size:20px;
    color:#165DFF;
    font-weight:bold;
    border-radius:8px 0 0 8px;
}
.foot-right{
    flex:1;
    text-align:center;
    padding:14px;
    background:#ffb32c;
    font-size:20px;
    color:#fff;
    font-weight:bold;
    border-radius:0 8px 8px 0;
}
/*========= 建筑业资质申报流程移动端【修改重点：手机端2行，每行3个】=========*/
@media (max-width:768px){
    .flow-container{
        width:100%;
        padding:0 15px;
    }
    .flow-title h2{
        font-size:32px;
    }
    .flow-title p{
        font-size:18px;
    }
    /* 核心：取消纵向排列，允许自动换行，一行3个 */
    .flow-wrap{
        flex-direction:row !important;
        flex-wrap:wrap;
        justify-content:center;
        gap:8px;
    }
    .flow-item{
        width:calc(25% - 16px);
        height:80px;
        font-size:16px;
    }
    .flow-arrow{
        transform:none !important;
        font-size:18px;
    }
    /* 第二行开头箭头隐藏，避免多余箭头 */
    .flow-wrap > span:nth-of-type(3){
        display:none;
    }
    .flow-bottom-tag{
        flex-direction:column;
    }
    .flow-footer{
        flex-direction:column;
    }
    .foot-left,.foot-right{
        border-radius:8px;
    }
}

/* ===== 建筑业政策咨询 标题区 ===== */
.policy-title-section{
    padding:30px 0 20px;
    background:#f7f7f7;
    margin-bottom:-100px; /* 负数，向上抵消空白，数值按需调：-15 /-20 /-25 */
}
.container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.policy-title-inner{
    text-align:center;
}
.policy-title-inner h2{
    font-size:48px;
    color:#222;
    font-weight:normal;
    margin:0 0 18px;
}
.sub-line{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#888;
    font-size:20px;
}
.sub-line::before,.sub-line::after{
    content:"";
    width:180px;
    height:1px;
    background:#ccc;
}
.sub-line span{
    margin:0 20px;
}
/* ===== 新闻资讯模块 ===== */
.new{
    padding:0 0 50px;
    background:#f7f7f7;
    margin-top:0;
	margin-top:30px; /* 这里 padding-top 已经是 0，但是可以加 margin-top 负值往上拉缩窄间隙 */
}
.new .main{
    width:1200px;
    margin:0 auto;
    display:flex;
    gap:40px;
    box-sizing:border-box;
}
.new_left{
    width:50%;
}
.new_right{
    width:50%;
}
.new_title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:2px solid #005aa8;
    padding-bottom:10px;
    margin-bottom:25px;
}
.new_title h3{
    font-size:32px;
    color:#333;
    margin:0;
}
.new_title .new_a{
    color:#666;
    text-decoration:none;
}
/* 列表通用样式 合并左右，减少冗余代码 */
.new_left ul,.new_right ul{
    list-style:none;
    padding:0;
    margin:0;
}
.new_left li,.new_right li{
    padding:10px 0;
    border-bottom:1px dotted #eee;
    display:flex;
    align-items:center;
}
.new_left li::before,.new_right li::before{
    content:"●";
    color:#005aa8;
    margin-right:8px;
    font-size:12px;
}
.new_left li a,.new_right li a{
    display:flex;
    width:100%;
    justify-content:space-between;
    color:#333;
    text-decoration:none;
}
.new_left li span,.new_right li span{
    color:#888;
    white-space:nowrap;
    margin-left:10px;
}
.clear{clear:both;}

/* =========移动端资讯适配 768px========= */
@media (max-width:768px){
    .container{
        width:100%;
        padding:0 15px;
    }
    .policy-title-inner h2{
        font-size:28px;          /* 移动端大标题缩小，保证一行显示 */
    }
    .sub-line{
        font-size:14px;
    }
    .sub-line::before,.sub-line::after{
        width:60px;              /* 移动端两侧线缩短，避免挤压 */
    }
    .new{
        padding:10px 0 40px;     /* 与标题区保持正常间距，绝不叠加 */
    }
    .new .main{
        width:100%;
        padding:0 15px;
        flex-direction:column;
        gap:30px;
    }
    .new_left,.new_right{
        width:100%;
    }
    .new_title h3{
        font-size:22px;          /* 移动端小标题缩小，一行放下 */
    }
    /* 移动端列表：标题一行省略号，日期靠右不换行 */
    .new_left li a,.new_right li a{
        flex-wrap:nowrap;
    }
    .news-t{
        font-size:14px;          /* 移动端标题字号略小，保证一行 */
    }
    .news-d{
        font-size:13px;
    }
}

/* ===== 合作伙伴 CSS ===== */
.partner-section{
    padding:30px 0;
    background:#fff;
}
.container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.partner-title{
    text-align:center;
    margin-bottom:40px;
}
.partner-title h2{
    font-size:42px;
    color:#333;
    font-weight:normal;
    margin:0 0 10px;
}
.partner-title .line{
    display:inline-block;
    width:220px;
    height:3px;
    background:#0066cc;
}
.partner-title p{
    color:#666;
    font-size:18px;
    margin-top:15px;
}
.partner-list{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.partner-item{
    width:calc(16.666% - 17px);
    border:1px solid #e8e8e8;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    box-sizing:border-box;
}
.partner-item img{
    max-width:85%;
    max-height:85%;
    object-fit:contain;
}
/* 移动端适配 768px 手机端一行3个 */
@media (max-width:768px){
    .container{
        width:100%;
        padding:0 8px;
    }
.partner-list{
        gap:10px;   /* 关键：移动端gap改小，和width计算匹配 */
    }
    .partner-item{
        width:calc((100% - 20px)/3);  /* 一行3个，2个间隙各10px */
        height:100px;
    }
    .partner-title h2{
        font-size:32px;
    }
}

/* ===== 办公环境模块 ===== */
.office-section{
    padding:20px 0;
    background:#fff;
}
.container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.office-title{
    text-align:center;
    margin-bottom:40px;
}
.office-title h2{
    font-size:42px;
    color:#333;
    font-weight:normal;
    margin:0 0 15px;
}
.office-title .line{
    display:inline-block;
    width:220px;
    height:3px;
    background:#005aa8;
}
.office-title p{
    color:#666;
    font-size:24px;
    margin-top:20px;
}
/* 整体办公环境网格布局 */
.office-wrap{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:12px;
}
.office-big{
    grid-row: 1 / span 2; /* 跨2行 */
    grid-column: 1 / span 1;
}
.office-grid{
    grid-column: 2 / span 2;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:12px;
}
.office-big img, .office-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;
    display:block;
}
.office-item{
    overflow:hidden;
}
/* ===== 移动端768px适配 ===== */
@media (max-width:768px){
    .container{
        width:100%;
        padding:0 15px;
    }
    .office-title h2{
        font-size:28px;
    }
    .office-title p{
        font-size:18px;
    }
    /* 手机端改成单列，大图放最上面 */
    .office-wrap{
        display:flex;
        flex-direction:column;
        gap:12px;
    }
    .office-grid{
        grid-template-columns:1fr 1fr;
    }
}
