﻿﻿@charset "utf-8";
/* CSS Document */
/* PB2345模版网 整站模板下载网站 Www.pb2345.com */
/* QQ：2305035643 */


body,
html {
	overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
form,
img,
select {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei";
	background: #fff;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #de0029;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.blank10 {
	height: 10px;
}

.blank15 {
	height: 15px;
}

.blank20 {
	height: 20px;
}

.blank30 {
	height: 30px;
}

.blank40 {
	height: 40px;
}

.blank50 {
	height: 50px;
}

.blank60 {
	height: 60px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*滚动条美化*/
body::-webkit-scrollbar {
	width: 10px !important;
}

body::-webkit-scrollbar-track {
	background-color: #f3f3f3;
}

body::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
	-webkit-border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border: solid 1px #C0C0C0;
	border-radius: 4px;
}

body::-webkit-scrollbar-corner {
	background-color: #ddd;
}

body::-webkit-resizer {
	background-repeat: no-repeat;
	background-position: bottom right;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #F3F3E0;
}

::-webkit-scrollbar {
	width: 15px;
}

/*图片放大*/
.picShow img:hover,
.picShow a:hover img {
	transition: all 500ms ease-out 0s;
	cursor: pointer;
	-webkit-transform: scale(1.15);
	moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.picShow img {
	transition: all 500ms ease-out 0s;
}

/*图片铺满li并居中放大*/
.picShow {
	overflow: hidden;
}

.picShow .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picShow .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main100 {
	width: 80%;
	margin: auto;
	max-width: 1280px;
	min-width: 1200px;
}

.fix_width {
	width: 90%;
	margin: auto;
	max-width: 1440px;
	min-width: 1200px;
}

.main {
	width: 1200px;
	margin: auto;
}

.header .main {
	display: flex;
	align-items: center;
}

.table {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 100%
}

.table_cell {
	display: table-cell;
	vertical-align: middle
}

/*头部*/
.header {
	height: 80px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	transition: 0.3s all;
	background: #fff;
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
	border-bottom: solid 1px #ebeef4;
	box-sizing: border-box;
}

/* Header 占位 - PC 端 */
.header-placeholder {
	height: 80px;
}

/*.header:hover{background:rgba(20,107,187, 0.8);}*/
.header .logo {
	padding-top: 15px;
	transition: 0.3s all;
}

.header .logo img {
	height: 50px;
	transition: 0.3s all;
	background: none;
}

.header .logo2 {
	margin: 15px 0 0 10px;
}

.header .tel {
	color: #fff;
	font-size: 22px;
	line-height: 70px;
	height: 70px;
	background: url(../images/tel_on.png) no-repeat left center;
	padding-left: 25px;
	transition: 0.3s all;
	font-family: Arial, Helvetica, sans-serif;
}

/*所有服务*/
.all_service {
	margin: 0 0 0 30px;
	color: #fff;
	position: relative;
}

.all_service span {
	cursor: pointer;
	display: block;
	position: relative;
	color: #fff;
	line-height: 34px;
	text-indent: 12px;
	width: 90px;
	height: 34px;
	border-radius: 18px;
	background: #8fb4cd;
}

.all_service span i {
	display: block;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -2px;
	background: #30c8c6;
	background: url(../images/jz_head_top.png) no-repeat center;
	background-size: 100%;
	width: 7px;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.all_service span.on {
	background: #2F82FF;
}

.all_service span.on i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.maskbox {
	width: 630px;
	height: 280px;
	background: #fff;
	position: absolute;
	display: none;
	left: 0;
	top: 55px;
	z-index: 999;
	padding: 35px 25px;
	box-sizing: border-box;
}

.maskbox .all_box {}

.maskbox .all_box h3 {
	height: 36px;
	padding-left: 52px;
	font-size: 15px;
	line-height: 36px;
	color: #333;
	float: left;
}

.maskbox .all_box h3.tit1 {
	background: url(../images/head_icon1.png) no-repeat left;
	background-size: 36px 36px;
}

.maskbox .all_box h3.tit2 {
	background: url(../images/head_icon2.png) no-repeat left;
	background-size: 36px 36px;
}

.maskbox .all_box h3.tit3 {
	background: url(../images/head_icon3.png) no-repeat left;
	background-size: 36px 36px;
}

.maskbox .all_box h3.tit4 {
	background: url(../images/head_icon4.png) no-repeat left;
	background-size: 36px 36px;
}

.maskbox .all_box li {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 22px;
	margin-left: 20px;
	position: relative;
}

.maskbox .all_box li:before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #d3d3d3;
	position: absolute;
	left: 0;
	top: 11px;
}

/*下拉菜单*/
.header-contact {
	padding-left: 15px;
	text-align: right;
	flex-shrink: 0;
}

.header-contact .contact-tel {
	font-size: 18px;
	color: #de0029;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.header-contact .contact-name {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

.head-box {
	height: 80px;
	flex: 1;
	text-align: right;
}

.head-box .menu ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.head-box .menu ul li {
	position: relative;
	z-index: 999;
	box-sizing: border-box;
	position: relative;
	margin: 0 16px;
}

.head-box .menu ul li .svb a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 80px;
}

.head-box .menu ul li dt a {
	display: block;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-bottom: #fff 1px solid;
}

.head-box .menu ul li dt:last-child a {
	border-bottom: 0;
}

.head-box .menu ul li dt a:hover {
	background: ;
	color: #de0029;
}

.head-box .menu ul li .svb {
	transition: 0.5s all;
}

.head-box .menu ul li:hover .svb {
	background: ;
}

.head-box .menu ul li:hover .svb a {
	color: #de0029;
}

.head-box .menu ul li.curr .svb {
	background: ;
}

.head-box .menu ul li.curr .svb a {
	color: #de0029;
}

/* PC 端隐藏子菜单 +/- 切换按钮 */
.head-box .menu ul li.has-sub .sub-toggle {
	display: none;
}

.head-box .menu ul li .svb-box {
	display: none;
	background: rgba(20, 107, 187, 0.8);
	z-index: 999;
	width: 160px;
	position: absolute;
	left: -50px;
	top: 70px;
	border-radius: 0px;
	overflow: hidden;
}

.head-box .menu ul li:nth-child(2),
.head-box .menu ul li:nth-child(3) {
	background: url(../images/jz_hot.png) no-repeat right 18px;
}

/*.head-box .menu ul li:hover:nth-child(2),.head-box .menu ul li:hover:nth-child(3),.head-box .menu ul li.curr {background:none;}*/

.head-box .menu ul li .svb a:before {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #de0029;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.head-box .menu ul li:hover .svb a:before {
	width: 100%;
}

/*焦点图*/
#banner {
	max-width: 1920px;
	margin: auto;
	position: relative;
	z-index: 9;
	min-width: 1200px;
}

#banner .swiper-slide {
	overflow: hidden;
	position: relative;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1440px) {
	#banner .swiper-slide {
		height: 270px;
	}
}

@media only screen and (max-width: 1360px) {
	#banner .swiper-slide {
		height: 270px;
	}
}

/*按钮切换*/
#banner .swiper-button-prev,
#banner .swiper-button-next {
	display: none;
	width: 72px;
	height: 72px;
	background: url(../images/ico_sliding.png) no-repeat;
	margin-top: -36px;
	background-image:
}

#banner .swiper-button-prev {
	background-position: 0 0;
}

#banner .swiper-button-prev:hover {
	background-position: 0 -144px;
}

#banner .swiper-button-next {
	background-position: 0 -72px;
}

#banner .swiper-button-next:hover {
	background-position: 0 -216px;
}

/*分页器*/
#banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.36);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	opacity: 1.0;
}

#banner .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
	width: 33px;
	border-radius: 30px;
	opacity: 1.0;
}

#banner .swiper-pagination {
	bottom: 25px;
}

/*立即预约*/


/*报价下滚动信息*/
/*.txtScroll-top{ width:450px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/icoup.gif") no-repeat;}
		.txtScroll-top .hd .next{ background:url("../images/icodown.gif") no-repeat;  }
		.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
		.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icocircle.gif") 0 -9px no-repeat; }
		.txtScroll-top .hd ul li.on{ background-position:0 0; }*/
.txtScroll-top {
	padding: 20px 0;
	width: 1200px;
	margin: auto;
	border-bottom: dotted 1px #ccc;
}

.txtScroll-top .infoList li {
	height: 30px;
	line-height: 30px;
}

.sli_item {
	color: #666;
	font-size: 12px;
	overflow: hidden;
}

.sli_item>div {
	width: 50%;
	float: left;
}

.sli_item i {
	font-style: normal;
	margin-left: 15px;
	font-size: 12px;
}

.announ_tit {
	color: #fff;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #2F82FF;
	position: relative;
}

/*页面标题*/
.main_tit {
	text-align: center;
	min-width: 1200px;
	padding: 50px 0 30px;
}

.main_tit_z {
	font-size: 30px;
	margin-bottom: 10px;
	color: #111;
	font-weight: normal;
	text-transform: uppercase;
}

.main_tit_z h1 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.main_tit_f {
	font-size: 14px;
	color: #666;
}

/*页面标题*/
.main_tit1 {
	min-width: 1200px;
	padding: 50px 0 25px;
}

.main_tit1 h5 {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase
}

.main_tit1 h5 span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: normal;
	margin-left: 10px;
}

/*页面标题*/
.main_tit2 {
	min-width: 1200px;
	padding: 50px 0 25px;
}

.main_tit2 h5 {
	font-size: 25px;
	text-transform: uppercase;
}

.main_tit2 h5 span {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	margin-left: 10px;
}

/*页面标题*/
.title_ny {
	margin: 50px auto 25px auto;
}

.title_ny h5 {
	display: inline-block;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin-left: 5px;
}

.title_ny h5 small {
	margin-left: 5px;
}

.title_ny h5 small img {
	height: 28px;
	vertical-align: bottom;
}

.title_ny h6 {
	display: inline-block;
	margin: 0px 0 0 8px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

/*更多*/
.more_big a {
	width: 160px;
	line-height: 36px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	border: solid 1px rgba(255, 255, 255, 0.6);
	border-radius: 52px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	transition: 0.3s all;
	position: relative;
}

.more_big a:hover {
	border: solid 1px #B71745;
	background: #B71745;
	color: #fff;
}

/*热门套餐*/
.tc_list {}

.tc_list li {
	width: 284px;
	float: left;
	height: 174px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 20px;
}

.tc_list li h3 {
	font-size: 18px;
	color: #fff;
	padding: 35px 0 12px;
	font-weight: normal;
}

.tc_list li p {
	font-size: 14px;
	padding-bottom: 26px;
	color: rgba(255, 255, 255, 0.8);
}

.tc_list li a {
	display: block;
	width: 118px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	transition: 0.3s all;
}

.tc_list li a:hover {
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.25);
}

.tc_list li:nth-child(1) {
	background: url(../images/tc_bg1.png) no-repeat center;
}

.tc_list li:nth-child(2) {
	background: url(../images/tc_bg2.png) no-repeat center;
}

.tc_list li:nth-child(3) {
	background: url(../images/tc_bg4.png) no-repeat center;
}

.tc_list li:nth-child(4) {
	background: url(../images/tc_bg3.png) no-repeat center;
	margin-right: 0;
}

/**/
.bg_box {
	background: rgb(239, 245, 254);
}

.hot_service {}

.hot_service .hd {}

.hot_service .hd ul {
	width: 600px;
	margin: auto;
}

.hot_service .hd ul li {
	float: left;
	width: 22%;
	margin: 0 1.5%;
	text-align: center;
	cursor: pointer;
	line-height: 36px;
	font-size: 16px;
	background: #fff;
	border-radius: 36px;
	transition: 0.3s all;
}

.hot_service .hd ul li.on {
	background: #FF6270;
	color: #fff;
}

.hot_service .bd {
	margin-top: 35px;
}

/*热门服务*/
.service {}

.service .left {
	width: 200px;
	height: 320px;
	float: left;
	box-sizing: border-box;
	padding: 36px 20px 15px 20px;
}

.service .left h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
}

.service .left p {
	margin-top: 5px;
	padding-left: 10px;
	color: #fff;
	opacity: .3;
	font-size: 13px;
}

.service .left a {
	display: block;
	width: 86%;
	height: 30px;
	line-height: 30px;
	margin: 190px auto 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	color: #fff;
	transition: 0.3s all;
}

.service .left a:hover {
	background: #fff;
	color: #333;
}

.service .mid {
	width: 700px;
	height: 320px;
	background: #fff;
	float: left;
	overflow: hidden;
}

.service .mid li {
	width: 50%;
	height: 107px;
	padding: 15px 25px;
	float: left;
	border: solid 1px #eee;
	border-left: 0;
	border-top: 0;
	box-sizing: border-box;
	position: relative;
}

.service .mid li h2 {
	font-size: 16px;
	font-weight: bold;
}

.service .mid li p {
	color: #666;
	line-height: 40px;
	font-size: 12px;
}

.service .mid li .link {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.service .mid li a {
	width: 80px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 25px;
	border: solid 1px #ddd;
	margin-right: 10px;
	transition: 0.3s all;
}

.service .mid li a:hover {
	background: #d90024;
	border: solid 1px #d90024;
	color: #fff;
}

.service .mid li:nth-child(1) .link {
	left: 20px;
	bottom: 30px;
}

.service .right {
	width: 300px;
	height: 320px;
	float: right;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.service .right h5 {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	margin-left: 10px;
}

.service .right h5:before {
	content: "";
	/*不换行空格*/
	width: 4px;
	height: 16px;
	position: absolute;
	left: -10px;
	top: 8px;
	background: #d90024;
}

.service .right li {
	line-height: 34px;
	border-bottom: solid 1px #eee;
	padding: 0 0 10px;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.service .right li:last-child {
	border-bottom: solid 0px #eee;
}

.service .right li img {
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 0px;
	width: 22px;
}

.service .s1_bg {
	background: url(../images/server_bg_all.png) no-repeat -1400px top;
}

.service .s2_bg {
	background: url(../images/server_bg_all.png) no-repeat -200px top;
}

.service .s3_bg {
	background: url(../images/server_bg_all.png) no-repeat -600px top;
}

.service .s4_bg {
	background: url(../images/server_bg_all.png) no-repeat -1000px top;
}

/*电话*/
.dianhua {
	width: 478px;
	height: 48px;
	line-height: 48px;
	border: 1px solid;
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: white;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.dianhua:hover {
	padding: 0 20px;
}

.dianhua label {
	padding-left: 30px;
	padding-top: 8px;
	float: left;
	width: 30px;
	line-height: 16px;
}

.dianhua strong {
	font-size: 32px;
	font-family: "Impact";
	padding-left: 25px;
}

.dianhua a {
	width: 150px;
	height: 48px;
	position: absolute;
	top: 0;
	right: -1px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.dianhua>i {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: -20px;
	background: url(../images/com_tel.png) no-repeat;
}

.dianhua.green {
	color: #FF6270;
}

.dianhua.green a {
	background: #FF6270;
}

/*服务内容开始*/
.server {
	width: 585px;
}

.server .left {
	width: 200px;
	height: 320px;
	float: left;
	box-sizing: border-box;
	padding: 36px 20px 15px 20px;
}

.server .left h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
}

.server .left p {
	margin-top: 2px;
	padding-left: 10px;
	color: #fff;
	opacity: .2;
	font-size: 12px;
}

.server .left a {
	display: block;
	width: 86%;
	height: 30px;
	line-height: 30px;
	margin: 190px auto 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	color: #fff;
	transition: 0.3s all;
}

.server .left a:hover {
	background: #fff;
	color: #333;
}

.server .right {
	width: 385px;
	height: 320px;
	float: left;
	box-sizing: border-box;
	border: solid 0px #e8e8e8;
	border-left: 0;
	padding: 25px 0 0 20px;
	background: #fff;
	border-radius: 0 0 18px 0;
}

.server .right h3 {
	font-size: 18px;
	height: 36px;
	border-bottom: solid 0px #eee;
	margin-bottom: 0px;
}

.server .louti_mid_art li {
	line-height: 30px;
	font-size: 14px;
	background: url(../images/dot.jpg) no-repeat left center;
	text-indent: 15px;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.s_a a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 28px;
	margin: 0 4px 12px 0;
	font-size: 13px;
	transition: 0.3s all;
}

.s_a1 a {
	border: solid 1px #FC995E;
	color: #FC995E;
}

.s_a1 a:hover {
	background: #FC995E;
	color: #fff;
}

.s_a2 a {
	border: solid 1px #985DFC;
	color: #985DFC;
}

.s_a2 a:hover {
	background: #985DFC;
	color: #fff;
}

.s_a3 a {
	border: solid 1px #5D8DFC;
	color: #5D8DFC;
}

.s_a3 a:hover {
	background: #5D8DFC;
	color: #fff;
}

.s_a4 a {
	border: solid 1px #4BC9A3;
	color: #4BC9A3;
}

.s_a4 a:hover {
	background: #4BC9A3;
	color: #fff;
}

.server .s1_bg {
	background: url(../images/server_bg_all.png) no-repeat -1400px top;
}

.server .s2_bg {
	background: url(../images/server_bg_all.png) no-repeat -200px top;
}

.server .s3_bg {
	background: url(../images/server_bg_all.png) no-repeat -600px top;
}

.server .s4_bg {
	background: url(../images/server_bg_all.png) no-repeat -1000px top;
}

/*企业荣誉资质*/
.honor_list {
	overflow: hidden;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.honor_list li {
	width: 310px;
	height: 230px;
	border: 1px solid #eee;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	transition: 0.3s all;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.honor_list li img {
	width: 310px;
	height: 230px;
	display: block;
	object-fit: cover;
}

.honor_list li:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

/*服务优势*/
.youshi {}

.youshi li {
	text-align: center;
	background: #f1f3ff;
	width: 15.6%;
	margin: 0 0.5%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	padding: 25px 0;
	box-sizing: border-box;
}

.youshi li .pic {
	padding: 0px 0 15px 0;
}

.youshi li .pic img {
	width: 30%;
}

.youshi li .txt {
	padding-bottom: 10px;
}

.youshi li .txt h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.youshi li .txt p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

/*广告图*/
#guanggao {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 9;
}

#guanggao .swiper-slide {
	overflow: hidden;
	position: relative;
	height: 120px;
	border-radius: 5px;
}

#guanggao .swiper-slide img {
	width: 100%;
}

/*资讯*/
.news {
	width: 380px;
}

.news .tit {
	height: 148px;
	background: #ece3ee;
	text-align: center;
}

.news .tit img {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	padding: 25px 0 14px;
}

.news .tit a {
	font-size: 18px;
}

.news .tit1 {
	background: #EAE2C9
}

.news .tit2 {
	background: #d7e3f4
}

.news .tit3 {
	background: #ece3ee
}

.news ul {
	padding: 20px;
	background: #fff;
	border: solid 1px #eee;
	border-top: 0;
}

.news li {
	line-height: 32px;
	font-size: 14px;
	background: url(../images/dot.jpg) no-repeat left center;
	text-indent: 15px;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 底部 */
.f_nbg {
	width: 100%;
	min-width: 1200px;
	background: #181818;
	padding: 60px 0 56px 0;
}

.fot_line {
	border-right: rgba(255, 255, 255, 0.05) 1px solid;
	min-height: 180px;
	box-sizing: border-box;
}

.fot_logo {
	width: 290px;
}

.fot_logo img {
	width: 224px;
}

.f_nav {
	width: 360px;
	padding: 0 50px;
	padding-top: 20px;
}

.f_nav h4 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.f_nav li p {
	width: 50%;
	line-height: 28px;
	float: left;
}

.f_nav li p a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.46);
}

.f_nav li p a:hover {
	color: #146bbb;
}

.b_weixin {
	width: 260px;
	text-align: center;
	padding-top: 20px;
}

.b_weixin h4 {
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #fff;
	background: url(../images/icon_ewm.png) 75px center no-repeat;
	margin-bottom: 40px;
}

.b_weixin li {}

.b_weixin li img {
	width: 108px;
	height: 108px;
	margin-bottom: 10px;
}

.b_weixin li p {
	font-size: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.46);
}

.b_contact {
	width: 280px;
	box-sizing: border-box;
	padding-top: 20px;
}

.b_contact h4 {
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #fff;
	background: url(../images/icon_ren.png) left center no-repeat;
	margin-bottom: 20px;
}

.b_contact p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.46);
	line-height: 34px;
}

.bq_bg {
	width: 100%;
	min-width: 1200px;
	margin: 0px auto;
	padding: 18px 0;
	background: #111;
	color: rgba(255, 255, 255, 0.46);
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}

.bq_bg a {
	color: rgba(255, 255, 255, 0.36);
}

.bq_bg span,
.bq_bg a {
	color: rgba(255, 255, 255, 0.46);
	margin: 0 5px;
}

.bq_bg span {
	float: right;
	color: rgba(255, 255, 255, 0.46);
	font-size: 12px;
}

/*--------------------*/

/*二级页面*/
.page_ban {
	height: 420px;
	overflow: hidden;
	background: #000;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

/*公司注册*/

/*公司优势*/
.gszc_youshi {
	height: 100px;
	margin: 0 auto;
}

.gszc_youshi li {
	float: left;
	width: 25%;
	height: 100px;
}

.gszc_youshi li img {
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	width: 48px;
	height: 48px;
}

.youshi_wz {
	display: block;
	width: 200px;
	height: 48px;
	float: right;
	margin-top: 25px;
}

.youshi_wz b {
	font-size: 18px;
	font-weight: normal;
}

.youshi_wz p {
	font-size: 14px;
	color: #666;
	padding-top: 5px;
}

/*公司注册表单*/
.gszc_title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	text-align: center;
	padding-top: 60px;
}

.hengxian {
	display: block;
	width: 50px;
	height: 3px;
	background: #9098ff;
	margin: 0 auto;
	margin-top: 30px;
}

.gszc_table {
	width: 450px;
	height: 490px;
	background: #fff;
	float: left;
	margin-top: 50px;
}

.table_img {
	display: block;
	width: 450px;
	height: 90px;
	background: url(../images/table_img.png) no-repeat center;
}

.table_img h6 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 90px;
	font-weight: normal;
}

.table_start {
	width: 450px;
	height: 240px;
	margin-top: 30px;
}

.table_start li {
	width: 450px;
	height: 60px;
	margin-top: 25px;
}

.table_start li span {
	display: block;
	margin-left: 35px;
	float: left;
	line-height: 60px;
}

.table_start li input[type=text] {
	height: 42px;
	width: 285px;
	padding-left: 15px;
	border: 1px solid #e2e2e2;
	outline: none;
	font-size: 14px;
	color: #333;
	float: left;
	margin-left: 20px;
	margin-top: 7px;
}

.notice-star {
	position: absolute;
	color: red;
	margin-top: 20px;
	margin-left: 5px;
}

.table_start li input[type=submit] {
	width: 290px;
	height: 48px;
	line-height: 48px;
	background: #ff6c2a;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	box-shadow: 0 0 18px rgba(242, 117, 63, .3);
	border: 0;
	outline: none;
	cursor: pointer;
	font-family: "微软雅黑";
}

.table_start li input[type=submit]:active {
	opacity: 0.8;
}

#type-radio2 dd {
	float: left;
	margin-top: -5px;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	line-height: 14px;
}

#type-radio2 dd b {
	width: 22px;
	height: 23px;
	background: url(../images/radio_gray.png) no-repeat center center;
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
}

#type-radio2 .selected b,
#type-radio2 .selected a:hover b {
	background: url(../images/radio_color.png) no-repeat center center;
}

#type-radio2 a {
	color: #f2753f;
}

#type-dd1 {
	padding-right: 8px;
}

#type-dd2 {
	padding-right: 40px;
}

.slideTxtBox {
	background: #FFFFFF;
	margin-top: 50px;
	width: 730px;
	float: right;
	height: 490px;
}

.slideTxtBox .hd {
	background: #FFFFFF;
}

.slideTxtBox .hd ul {
	margin: auto;
	height: 50px;
	display: table;
	text-align: center;
	width: 730px;
	height: 64px;
	background: #fff;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	font-size: 16px;
	border-radious: 20px;
	width: 365px;
	height: 63px;
	line-height: 63px;
}

.slideTxtBox .hd ul li.on {
	background: #6d6bff;
	color: #fff;
}

.bd_neirong p {
	display: block;
	width: 630px;
	height: 52px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-left: 50px;
	padding-top: 20px;
}

.bd_btn a {
	display: block;
	width: 170px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #ff6c2a;
	border-radius: 6px;
	box-shadow: 0 0 18px rgba(242, 117, 63, .3);
	cursor: pointer;
	margin-left: 500px;
	margin-top: 20px;
}

.bd_btn a:hover {
	display: block;
	background: #FF9933;
}

.bd_img {
	width: 630px;
	height: 230px;
	margin: 20px auto;
}

.bd_img li {
	width: 200px;
	height: 230px;
	float: left;
	margin-left: 15px;
	text-align: center;
	line-height: 24px;
}

.bd_img li img {
	width: 200px;
	height: 200px;
}

/*工商热门服务*/
.hot-l,
.hot-r {
	width: 550px;
	height: 598px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(187, 186, 207, .3);
}

.hot-l {
	margin: 0 32px 0 34px;
}

.hot-l-top {
	width: 100%;
	height: 168px;
	background: -webkit-linear-gradient(left, #00cca8, #61dba3);
	background: -o-linear-gradient(right, #00cca8, #61dba3);
	background: -moz-linear-gradient(right, #00cca8, #61dba3);
	background: linear-gradient(to right, #00cca8, #61dba3);
	border-radius: 6px 6px 0 0;
}

.hot-li {
	width: 100%;
	height: 100%;
	background: url(../images/hot_01.png) no-repeat right center;
}

.hot-li p {
	font-size: 28px;
	color: #fff;
	padding: 25px 0 15px 36px;
}

.hot-li div {
	font-size: 16px;
	color: #fff;
	padding-left: 36px;
	margin-bottom: 12px;
}

.hot-li div span {
	display: inline-block;
	color: #00b192;
	font-size: 14px;
	background: #fff;
	padding: 5px 10px;
	border-radius: 14px;
	margin-right: 6px;
}

.hot-r-top {
	width: 100%;
	height: 168px;
	background: -webkit-linear-gradient(left, #464aff, #9447fa);
	background: -o-linear-gradient(right, #464aff, #9447fa);
	background: -moz-linear-gradient(right, #464aff, #9447fa);
	background: linear-gradient(to right, #464aff, #9447fa);
	border-radius: 6px 6px 0 0;
}

.hot-r-top .hot-li {
	width: 100%;
	height: 100%;
	background: url(../images/hot_02.png) no-repeat right center;
}

.hot-l-bottom {
	padding: 0 42px;
	box-sizing: border-box;
}

.hot-bm-title {
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	padding: 32px 0;
	margin-bottom: 20px;
}

.hot-bm-title .left {
	padding: 0 170px 0 24px;
}

#hot-radio {
	width: 235px;
	font-size: 14px;
	color: #1cd0a6;
}

#hot-radio dd {
	float: left;
	margin: 0 10px 0 25px;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	padding-bottom: 25px;
}

#hot-radio dd b {
	width: 22px;
	height: 22px;
	background: url(../images/hot_icon1.png) no-repeat center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
}

#hot-radio .selected b,
#type-radio .selected a:hover b {
	background: url(../images/hot_icon2.png) no-repeat center center;
}

#hot-radio2 {
	width: 195px;
	color: #1cd0a6;
}

#hot-radio2 dd {
	float: left;
	margin: 0 10px 0 25px;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	padding-bottom: 25px;
}

#hot-radio2 dd b {
	width: 22px;
	height: 22px;
	background: url(../images/hot_icon1.png) no-repeat center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
}

#hot-radio2 .selected b,
#type-radio .selected a:hover b {
	background: url(../images/hot_icon2.png) no-repeat center center;
}

.hot-inner-btn,
.hot-inner-btn2 {
	width: 260px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	background: #00d0a6;
	box-shadow: 0 0 18px rgba(1, 204, 168, .3);
	cursor: pointer;
	margin: 0px 0 0 105px;
}

.hot-inner-btn:hover {
	background: #11c3a3;
}

.hot-r .hot-bmr-title {
	margin: 60px 0 42px;
}

.hot-bm-tl {
	width: 100px;
	margin-left: 142px;
}

.hot-bm-tl img,
.hot-bm-tr img {
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto;
}

.hot-bm-tl p,
.hot-bm-tr p {
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-top: 16px;
}

.hot-bm-tr {
	width: 70px;
	margin-left: 120px;
}

.hot-r-bottom ul li {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #6c6eff;
	box-sizing: border-box;
	border: 1px solid #6d6bff;
	border-radius: 48px;
	margin-right: 12px;
	margin-bottom: 16px;
	cursor: pointer;
}

.hot-r-bottom ul li.list1,
.hot-r-bottom ul li.list5 {
	margin-left: 60px;
}

.hot-r-bottom ul li.list5 {
	width: 144px;
}

.hot-r-bottom ul li.list6,
.hot-r-bottom ul li.list7 {
	width: 130px;
}

.hot-inner-btn2 {
	background: #6c6eff;
	margin: 24px auto 0;
	box-shadow: 0 0 18px rgba(108, 110, 255, .3);
}

.hot-inner-btn2:hover {
	background: #5154f4;
}

.hot-bm-tl p:hover,
.hot-bm-tr p:hover {
	color: #6c6eff;
	cursor: pointer;
}

/*----------*/
.vip-wrap {
	width: 100%;
	height: 370px;
	overflow: hidden;
	min-width: 1200px;
	background: url(../images/vip_banner.png) no-repeat center center;
	background-color: #6643ff;
}

.vip {
	padding-left: 70px;
}

.vip-title {
	font-size: 32px;
	color: #fff;
	padding: 82px 0 30px;
}

.vip-title span {
	color: #3fffd2;
}

.vip ul {
	width: 810px;
}

.vip li {
	width: 405px;
	font-size: 16px;
	color: #e7e3ff;
	margin-bottom: 14px;
	padding-left: 36px;
	box-sizing: border-box;
	position: relative;
}

.vip li b {
	color: #3fffd2;
	font-weight: normal;
}

.vip li.list1>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/vip01.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip li.list2>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/vip02.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip li.list3>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/vip03.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip li.list4>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/vip04.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip-btn {
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
	background: #00d0a6;
	font-size: 16px;
	color: #fff;
	margin-top: 32px;
	cursor: pointer;
	text-align: center;
}

.vip-btn:hover {
	background: #11c3a3;
}

/**/
.gszc_box4 {
	width: 580px;
}

.gszc_box4 h3 {
	padding-left: 15px;
	font-size: 16px;
}

.gszc_box4 li {
	width: 46%;
	float: left;
	text-align: center;
	margin: 10px 2%;
	background: #f1f3ff;
	padding: 25px 0;
	border-radius: 5px;
}

/*服务优势*/
.gszc_box5 {}

.gszc_box5 li {
	text-align: center;
	background: #f1f3ff;
	width: 18%;
	margin: 0 1%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	padding: 25px 0;
	box-sizing: border-box;
}

.gszc_box5 li .pic {
	padding: 0px 0 15px 0;
}

.gszc_box5 li .pic img {
	width: 30%;
}

.gszc_box5 li .txt {
	padding-bottom: 10px;
}

.gszc_box5 li .txt h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.gszc_box5 li .txt p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

/*常见问题*/
.wenda {
	background: url(../images/wd_bg.jpg) no-repeat center #6643ff
}

.wenda .main_tit_z {
	color: #fff;
}

.question li {
	width: 48%;
	min-height: 160px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 35px 25px 30px 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.question li .ques,
.question li .ans {
	display: flex;
	align-items: flex-start;
	min-height: 40px;
}

.question li .ques {
	margin-bottom: 12px;
}

.question li .ques img,
.question li .ans img {
	margin-right: 18px;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.question li .tit,
.question li .cont {
	flex: 1;
	max-width: none;
}

.question li .tit {
	font-size: 16px;
	line-height: 26px;
	color: #30c8c6;
}

.question li .cont {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

.question li.card-r {
	padding-left: 25px;
}

/*相关服务*/
.xgfw {}

/* 合作案例网格 */
.partner-grid:after {
	content: "";
	display: table;
	clear: both;
}

.partner-item {
	width: 14.6%;
	margin: 0 1% 20px;
	float: left;
}

.partner-box {
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: 0.3s all;
	overflow: hidden;
}

.partner-box img {
	width: 100%;
	display: block;
}

.partner-box:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.partner-item p {
	text-align: left;
	padding: 3px 0 0;
	font-size: 14px;
	color: #555;
	margin: 0;
}

.xgfw li {
	width: 14.6%;
	margin: 0 1%;
	float: left;
	padding: 35px 0;
	font-size: 16px;
	text-align: center;
	border: solid 1px #eee;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.3s all;
}

.xgfw li img {
	width: 40%;
	margin-bottom: 15px;
}

.xgfw li:hover {
	background: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.more2 a {
	width: 160px;
	line-height: 35px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	border: solid 1px rgba(255, 255, 255, 0.6);
	border-radius: 52px;
	text-align: center;
	color: #fff;
	transition: 0.3s all;
	position: relative;
}

.more2 a:hover {
	border: solid 1px #fff;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
}

/*代理记账表单*/
.dljz_table {
	width: 820px;
	float: left;
	background: #fff;
	height: 410px;
	border-radius: 10px;
	padding: 25px 50px;
	box-sizing: border-box;
}

.dljz_table p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #666;
}

.dljz_table h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 46px;
}

.dljz_table li input {
	border: none;
	outline: none;
}

.dljz_table li input[type=text] {
	width: 230px;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	font-family: "微软雅黑";
	margin-right: 15px;
	padding-left: 10px;
}

.dljz_table li input[type=submit] {
	width: 180px;
	height: 52px;
	border-radius: 4px;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, from(#f7cd6e), to(#ff8f2c));
	background: linear-gradient(left, #f7cd6e, #ff8f2c);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=bEnabled, startColorstr=#f7cd6e, endColorstr=#ff8f2c);
	font-size: 17px;
	line-height: 52px;
	color: #ffffff;
}

.dljz_table li input[type=submit]:active {
	opacity: 0.8;
}

.dljz_table li input[type="radio"] {}

.dljz_table li label {
	position: relative;
	z-index: 999;
	width: 120px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
}

.dljz_table li label span {
	position: absolute;
	z-index: 2;
	color: #333;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	cursor: pointer;
}

.dljz_table li input[type="radio"]:checked+label span {
	color: #fff;
}

.dljz_table li input[type="radio"]+label::before {
	content: "";
	/*不换行空格*/
	display: inline-block;
	width: 120px;
	border-radius: 3px;
	height: 40px;
	position: absolute;
	z-index: 0;
	background: #dce3fe;
}

.dljz_table li input[type="radio"]:checked+label::before {
	content: " ";
	/*不换行空格*/
	display: inline-block;
	width: 120px;
	border-radius: 3px;
	height: 40px;
	position: absolute;
	background: #5b79f1;
}

input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

/*右侧会计*/
#dljz_kj {
	width: 340px;
	float: right;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	height: 410px;
}

#dljz_kj .pic {
	width: 100%;
}

#dljz_kj .pic img {
	width: 100%;
	display: block;
}

#dljz_kj .txt {
	padding: 15px 30px 35px 30px;
}

#dljz_kj .txt span.name {
	font-size: 18px;
	margin-right: 25px;
}

#dljz_kj .txt span.zy {
	font-size: 15px;
}

#dljz_kj .txt p {
	line-height: 22px;
	color: #888;
	margin-top: 15px;
	text-align: justify;
}

/*放大动画*/
.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%
}

.hoverable {
	overflow: hidden
}

.hoverable .anim {
	-moz-animation: anim-out .75s;
	-webkit-animation: anim-out .75s;
	animation: anim-out .75s
}

.hoverable .anim:after {
	-moz-animation: anim-out-pseudo .75s;
	-webkit-animation: anim-out-pseudo .75s;
	animation: anim-out-pseudo .75s
}

.hoverable .anim,
.hoverable .anim:after {
	animation-iteration-count: infinite;
	animation-duration: 1.3s
}

@-webkit-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

/*代理记账*/
.dljz_box1 {}

.dljz_box1 li {
	width: 390px;
	height: 208px;
	float: left;
	padding-top: 50px;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	margin-right: 15px;
	border-radius: 5px;
	text-align: center;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.dljz_box1 li:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	padding-top: 25px;
}

.dljz_box1 li:nth-child(3) {
	margin-right: 0;
}

.dljz_box1 li h4 {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal;
}

.dljz_box1 li p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
}

.dljz_box1 li .price {
	font-size: 16px;
	margin-bottom: 10px;
}

.dljz_box1 li .price-money {
	font-size: 28px;
}

.dljz_box1 li .more2 {
	margin-top: 50px;
	transition: 0.3s all;
}

.dljz_box1 li:hover .more2 {
	margin-top: 0px;
}

.dljz_box1 li:nth-child(1) {
	background: url(../images/dljz_bg3.jpg) no-repeat;
}

.dljz_box1 li:nth-child(2) {
	background: url(../images/dljz_bg1.jpg) no-repeat;
}

.dljz_box1 li:nth-child(3) {
	background: url(../images/dljz_bg2.jpg) no-repeat;
}

/*服务内容*/
.dljz_box2 {}

.dljz_box2 li {
	width: 380px;
	box-shadow: 0 0 50px rgba(187, 186, 207, .3);
}

.dljz_box2 li .tit {
	background: #5b79f1;
	color: #fff;
	text-align: center;
	padding: 25px 0 20px 0;
}

.dljz_box2 li .tit img {}

.dljz_box2 li .tit h3 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: normal;
}

.dljz_box2 li .txt {
	height: 225px;
	border: solid 1px #eee;
	padding: 20px;
	border-top: 0;
}

.dljz_box2 li .txt span {
	display: block;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}

.dljz_box2 li .txt span::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 6px;
	border-radius: 50%;
	margin-top: -3px;
}

/*记账报税流程*/
.fwlc_box {
	position: relative
}

.fwlc_box:before {
	content: "";
	position: absolute;
	top: 72px;
	width: 100%;
	height: 1px;
	border-bottom: #c1c1c1 1px dashed;
}

.fwlc_box ul {
	font-size: 0;
	overflow: hidden;
	text-align: center;
	width: 1304px;
	margin-left: -52px;
	margin-bottom: 20px;
}

.fwlc_box ul li {
	width: 326px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	position: relative
}

.fwlc_box ul li .img {
	width: 145px;
	height: 145px;
	line-height: 143px;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	transform: rotate(90deg) translateZ(0);
	-webkit-transform: rotate(90deg) translateZ(0);
	-moz-transform: rotate(90deg) translateZ(0);
	background: #ffffff;
	margin-bottom: 20px;
}

.fwlc_box ul li .img a {
	display: flex;
	align-items: center;
	transform: rotate(-90deg) translateZ(0);
	-webkit-transform: rotate(-90deg) translateZ(0);
	-moz-transform: rotate(-90deg) translateZ(0);
}

.fwlc_box ul li .img a img {
	align-items: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65
}

.fwlc_box ul li:hover .img a img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.circleProgress_wrapper {
	position: relative;
}

.wrapper {
	width: 72.5px;
	height: 145px;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.circleProgress_wrapper .left {
	width: 72.5px;
	height: 146px;
	position: absolute;
	left: 0;
	top: 0;
}

.circleProgress_wrapper .right {
	width: 72.5px;
	height: 146px;
	position: absolute;
	right: 0;
	top: 0;
}

.fwlc_box ul li .img .circleProgress {
	width: 146px;
	height: 145px;
	border: 2px solid #eb3e4c;
	border-radius: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	box-sizing: border-box;
}

.fwlc_box ul li .img .rightcircle {
	border-top: 2px solid #d0d0d1;
	border-right: 2px solid #d0d0d1;
	right: 0;
}

.fwlc_box ul li .img:hover .rightcircle {
	-webkit-animation: circleProgressLoad_right 2s linear;
}

.fwlc_box ul li .img .leftcircle {
	border-bottom: 2px solid #d0d0d1;
	border-left: 2px solid #d0d0d1;
	left: 0;
}

.fwlc_box ul li .img:hover .leftcircle {
	-webkit-animation: circleProgressLoad_left 2s linear;
}

.fwlc_box ul li .img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 141px;
	height: 141px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.fwlc_box ul li .img:hover:after {
	transition-delay: 2s;
	border: 2px solid #eb3e4c;
}

@-webkit-keyframes circleProgressLoad_right {
	0% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		-webkit-transform: rotate(225deg);
	}

	100% {
		-webkit-transform: rotate(225deg);
	}
}

@-webkit-keyframes circleProgressLoad_left {
	0% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
	}

	100% {
		-webkit-transform: rotate(225deg);
	}
}

.fwlc_box ul li span {
	position: absolute;
	left: 206px;
	top: 55px;
	display: inline-block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #5c5c5c;
	background: #ffffff;
	z-index: 100;
	text-align: left;
	text-transform: uppercase;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.fwlc_box ul li:hover span {
	color: #ed4237;
}

.fwlc_box ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 229px;
	top: 52px;
	background: #d0d0d1;
	-moz-border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
	z-index: 1000;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.fwlc_box ul li:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 230px;
	top: 87px;
	background: #d0d0d1;
	-moz-border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
	z-index: 1000;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.fwlc_box ul li:hover:after {
	background: #eb3e4c
}

.fwlc_box ul li:hover:before {
	background: #eb3e4c;
	transition-delay: 2s
}

.fwlc_box ul li h4 {
	font-size: 16px;
	color: #3d3d3d;
	margin-bottom: 10px;
}

.fwlc_box ul li h5 {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.s_more {
	display: block;
	margin: 30px auto 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 44px;
	width: 255px;
	height: 44px;
	line-height: 44px;
	background: #2F82FF;
	transition: 0.3s all;
}

.s_more:hover {
	color: #fff;
	background: #D92129;
}

/*专业规范账目清晰*/
.youshi_bg {
	padding: 5px 0 84px;
	background: #f4f9fc;
	overflow: hidden;
	border-top: #eaedf0 1px solid;
	min-width: 1200px;
}

.partner_bg {
	padding: 5px 0 84px;
	background: #fff;
	overflow: hidden;
	min-width: 1200px;
}

.partner_list {
	overflow: hidden;
}

.partner_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.partner_list li {
	width: 280px;
	height: 150px;
}

.partner_item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	border: 1px solid #eee;
	border-radius: 8px;
	transition: all 0.3s ease;
	overflow: hidden;
}

.partner_item:hover {
	border-color: #2F82FF;
	box-shadow: 0 5px 15px rgba(47, 130, 255, 0.15);
	transform: translateY(-3px);
}

.partner_item img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: all 0.3s ease;
}

.partner_item:hover img {
	transform: scale(1.05);
}

.zmqx {}

.zmqx li {
	width: 285px;
	border: solid 1px #ddd;
	box-sizing: border-box;
	height: 355px;
	background: #fff;
	position: relative;
	margin-right: 20px;
	float: left;
	transition: 0.3s all;
}

.zmqx li:nth-child(4) {
	margin-right: 0;
}

.zmqx li:nth-child(8) {
	margin-right: 0;
}

.zmqx li .pic {
	overflow: hidden;
}

.zmqx li .pic img {
	width: 100%;
}

.zmqx li h5 {
	width: 100%;
	height: 95px;
	background: url(../images/dljz-bg-wj.png) center no-repeat;
	position: absolute;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	left: 0;
	bottom: 95px;
	color: #fff;
}

.zmqx li p {
	color: #666;
	margin-top: 70px;
	text-align: center;
	line-height: 2;
}

.zmqx li:hover {
	background: #f8f8f8;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

/*税收筹划*/
/*页面表单*/
.page_form {
	width: 1200px;
	margin: auto;
	height: 62px;
}

.page_form .form_item .input {
	position: relative;
	float: left;
}

.page_form .form_item .input i {
	width: 1px;
	height: 20px;
	background: #ccc;
	position: absolute;
	right: 0px;
	top: 22px;
}

.page_form .form_item input {
	display: block;
	height: 60px;
	width: 340px;
	padding-left: 50px;
	border: 2px solid #2F82FF;
	border-right: none;
	box-sizing: border-box;
	outline: none;
}

.page_form .form_item .input_msg {
	background: url(../images/dljz-icon-msg.png) 15px 50% no-repeat;
}

.page_form .form_item .input_name {
	background: url(../images/dljz-icon-name.png) 15px 50% no-repeat;
	border-left: none;
}

.page_form .form_item .input_phone {
	background: url(../images/dljz-icon-phone.png) 15px 50% no-repeat;
	border-left: none;
}

.page_form .form_item .input_submit {
	width: 180px;
	background: #2F82FF;
	font-size: 18px;
	border-color: #2F82FF;
	height: 60px;
	color: #fff;
	cursor: pointer;
	padding-left: 0px;
}

.page_form .form_item .input_submit:active {
	opacity: 0.8;
}

/*纳税筹划*/
.nsch_box1 {}

.nsch_box1 li {
	float: left;
	width: 18%;
	margin: 0 1%;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: 0.3s all;
}

.nsch_box1 li .pic {
	overflow: hidden;
}

.nsch_box1 li .pic img {
	width: 100%;
	display: block;
}

.nsch_box1 li .txt {
	border-top: 0;
	padding-top: 28px;
	padding-bottom: 25px;
}

.nsch_box1 li .txt h3 {
	font-size: 20px;
	padding-bottom: 36px;
	background: url(../images/nsch_box1_bg.png) center 40px no-repeat;
	font-weight: normal;
}

.nsch_box1 li .txt p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #888;
	margin-bottom: 25px;
}

.nsch_box1 li .txt a {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #78787b;
	background: #edf1f5;
	border-radius: 36px;
	margin: 0 auto;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nsch_box1 li .txt a:hover {
	background: #5b77f1;
	color: #fff;
}

.nsch_box1 li:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.nsch_box2 {
	position: relative;
	height: 620px;
}

.nsch_box2 .about_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.08);
	text-align: center;
	color: #fff;
}

.nsch_box2 .about_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/page_about03.jpg) no-repeat center center fixed;
	background-size: cover;
	z-index: -1;
}

/*税收筹划开始*/
.ssch li {
	width: 46%;
	height: 400px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.ssch_bg {
	width: 100%;
	height: 150px;
	background: url(../images/ssch_case1.png) no-repeat center;
}

.ssch_bg1 {
	width: 100%;
	height: 150px;
	background: url(../images/ssch_case2.png) no-repeat center;
}

.ssch_bg h5 {
	padding-top: 15px;
	font-size: 20px;
	line-height: 58px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.ssch_bg p {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	padding: 0 60px;
	text-align: center;
}

.ssch_bg1 h5 {
	padding-top: 15px;
	font-size: 20px;
	line-height: 58px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.ssch_bg1 p {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	padding: 0 60px;
	text-align: center;
}

.ssch_case {
	height: 222px;
	padding: 35px 25px;
}

.ssch_case li {
	width: 30.3%;
	margin: 8px 1.5%;
	height: 40px;
	float: left;
	border-radius: 3px;
	background: #fef2f1;
	text-align: center;
}

.ssch_case li a {
	color: #ff5a4d;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 2px;
}

.ssch_case li a:hover {
	background: #ff5a4d;
	color: #fff;
}

.ssch_case1 {
	height: 222px;
	padding: 35px 25px;
}

.ssch_case1 li {
	width: 30.3%;
	margin: 8px 1.5%;
	height: 40px;
	float: left;
	border-radius: 3px;
	background: #ecf7ff;
	text-align: center;
}

.ssch_case1 li a {
	color: #2faaff;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 2px;
}

.ssch_case1 li a:hover {
	background: #2faaff;
	color: #fff;
}

/*税收筹划服务案例*/
.fw_case li {
	width: 40%;
	height: 230px;
	background: #f7f7f9;
	float: left;
	border-radius: 116px 116px 116px 0;
	margin-left: 80px;
	margin-bottom: 25px;
}

.fw_case .case_title {
	font-size: 20px;
	line-height: 50px;
	padding-top: 18px;
	text-align: center;
	font-weight: normal;
	display: block;
}

.fw_case .cont {
	font-size: 15px;
	line-height: 28px;
	color: #333;
	padding-left: 40px;
	padding-right: 28px;
}

.fw_case .ck {
	display: block;
	float: left;
	margin-left: 800px;
	color: #FF3366;
}

/*专属定制解决方案*/
.nsch_box4 {}

.nsch_box4 ul {
	overflow: hidden;
}

.nsch_box4 ul li {
	float: left;
	width: 20%;
	padding: 0 8px;
	box-sizing: border-box;
	position: relative;
	text-align: center
}

.nsch_box4 ul li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 20%;
	width: 1px;
	height: 54px;
	background: rgba(255, 255, 255, 0.7)
}

.nsch_box4 ul li .img,
.nsch_box4 ul li .img img {
	width: 100%;
	display: block;
}

.nsch_box4 ul li .con {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 0;
	height: 100%;
	padding: 60% 0 0
}

.nsch_box4 ul li .con h3 {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: normal;
}

.nsch_box4 ul li .con p {
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	height: 48px;
}

.nsch_box4 ul li .con a {
	display: inline-block;
	width: 123px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #3b8cde;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	height: 0;
	overflow: hidden
}

.nsch_box4 ul li:hover .con p {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	height: 0;
	overflow: hidden
}

.nsch_box4 ul li:hover .con a {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	height: 40px;
}

.nsch_box4 ul li:hover .img {
	background: #3b8cde
}

.nsch_box4 ul li:hover .img img {
	filter: alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
}

.nsch_box4_more {
	margin: auto;
	width: 537px;
	height: 65px;
	line-height: 61px;
	border-radius: 32px;
	border: #dcdcdc 2px solid;
	box-sizing: border-box;
	position: relative;
}

.nsch_box4_more .tel {
	font-size: 28px;
	color: #3b8cde;
	float: left;
	width: 344px;
	text-align: center;
}

.nsch_box4_more a {
	display: inline-block;
	float: right;
	width: 178px;
	height: 63px;
	line-height: 63px;
	font-size: 18px;
	color: #fff;
	background: #3b8cde;
	border-radius: 0;
	z-index: 100;
	margin: -2px -2px 0 0;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
}

.nsch_box6 li {
	float: left;
	width: 360px;
	height: 150px;
	background: #fff;
	margin: 0 60px 25px 0;
	border-radius: 5px;
	transition: 0.3s all;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
}

.nsch_box6 li:hover {
	background: #f8f8f8;
	color: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.nsch_box6 li:nth-child(3n) {
	margin-right: 0;
}

.nsch_box6 li i {
	width: 100%;
	height: 76px;
	display: block;
}

.nsch_box6 li h2 {
	font-size: 20px;
	color: #333;
	text-align: center;
}

.nsch_box6 li p {
	font-size: 12px;
	color: #333;
	text-align: center;
	padding-top: 10px;
}

/*审计服务*/
/*所需要的资料模块*/
.bule {
	width: 280px;
	height: 110px;
	background: linear-gradient(135deg, #5396ff 0%, #66ceff 98%);
	float: left;
	margin: 10px 10px;
	border-radius: 5px;
}

.purple {
	width: 280px;
	height: 110px;
	background: linear-gradient(109deg, #8e65ff 0%, #c377ff 100%);
	float: left;
	margin: 10px 10px;
	border-radius: 5px;
}

.white {
	width: 580px;
	height: 110px;
	background: #fff;
	float: left;
	margin: 10px 10px;
	border-radius: 5px;
}

.point {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFFFFF;
	float: left;
	margin: 40px 10px 20px 20px;
}

.text_bt1 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-top: 30px;
}

.text_bt2 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
}

/*财税专家模块*/
.cszj li {
	width: 30.3%;
	margin: 0 1.5%;
	height: 430px;
	float: left;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(187, 186, 207, .3);
}

.cszj li img {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.cszj li .name {
	font-size: 18px;
	margin-left: 45px;
	font-weight: normal;
	line-height: 70px;
	color: #333;
}

.cszj li .position {
	font-size: 15px;
	margin-left: 10px;
	font-weight: normal;
	color: #333;
}

.cszj li .grjj {
	width: 280px;
	background: 130px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	margin-top: -10px;
}

/*高新认定开始*/
.page_ban .pcont {
	width: 620px;
	height: 52px;
	margin: 200px auto 50px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 18px;
	line-height: 52px;
	color: #fff;
	text-align: center;
}

.page_ban .pcont span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #04d298;
	margin: 0 12px;
}

.gxrd_table {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

.gxrd_table li {
	float: left;
}

.gxrd_table li input {
	height: 59px;
	background: #FFFFFF;
	border: none;
	color: #333;
	text-indent: 24px;
	font-size: 15px;
	font-family: "微软雅黑";
	outline: none;
}

.gxrd_table .gxrd_dj {
	background: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f1fe));
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

.gxrd_table .gxrd_dj:active {
	opacity: 0.8;
}

.gxrd_table .gxrd_hx {
	display: block;
	width: 1px;
	height: 20px;
	background: #ccc;
	position: absolute;
	top: 20px;
	left: 270px;
}

.gxrd_dy {
	width: 90%;
	height: 90px;
	background: #f4f7fb;
	border-radius: 5px;
	margin: auto;
}

.gxrd_dy p {
	font-size: 13px;
	line-height: 24px;
	color: #3e444f;
	padding: 20px 38px;
	text-align: center;
}

/*高新认定的好处*/
.gxrd_youshi li {
	width: 31.3%;
	margin: 0 1% 20px 1%;
	height: 180px;
	float: left;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
}

.gxrd_youshi li img {
	width: 94px;
	height: 94px;
	float: left;
	overflow: hidden;
}

.advantage {
	display: block;
	height: 94px;
	width: 70%;
	float: right;
}

.gxrd_youshi .advantage b {
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 4px;
	font-weight: normal;
	padding-left: 20px;
}

.gxrd_youshi .advantage p {
	line-height: 26px;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 20px;
}

.gxrd_youshi li:nth-child(1) {
	background: #e45957;
}

.gxrd_youshi li:nth-child(2) {
	background: #ea8f25;
}

.gxrd_youshi li:nth-child(3) {
	background: #844ef3;
}

.gxrd_youshi li:nth-child(4) {
	background: #6f6ef7;
}

.gxrd_youshi li:nth-child(5) {
	background: #2fb9c9;
}

.gxrd_youshi li:nth-child(6) {
	background: #2fc675;
}

/*国家高新技术企业认定条件*/
.gxrd_left {
	width: 40%;
	height: 300px;
	float: left;
}

.gxrd_left .left_term li {
	float: left;
	margin-left: 21px;
	margin-top: 20px;
	border-radius: 8px;
}

.gxrd_left .left_term li p {
	padding: 40px 25px 0;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.gxrd_right {
	width: 55%;
	float: right;
}

.gxrd_right .right_term li {
	width: 20%;
	height: 143px;
	float: left;
	margin-left: 27px;
}

.gxrd_right .right_term li img {
	width: 62%;
	height: 58%;
	overflow: hidden;
	float: left;
	margin-left: 25px;
}

.gxrd_right .right_term li span {
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #3e444f;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}

/*服务优势*/
.gxrd_service li {
	float: left;
	width: 23%;
	height: 286px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
	background: #fff;
	margin-left: 20px;
}

.gxrd_service li img {
	width: 66px;
	height: 66px;
	margin: 30px 100px;
}

.gxrd_service li b {
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #333;
	margin-bottom: 18px;
	font-weight: normal;
	text-align: center;
}

.gxrd_service li p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	padding: 0 34px;
	text-align: center;
}

/*新闻资讯*/
/*焦点图*/
.newbg_left {
	width: 830px;
	height: 360px;
	float: left;
	overflow: hidden;
}

#newbanner {
	width: 830px;
	position: relative;
	z-index: 9;
}

#newbanner .swiper-slide {
	overflow: hidden;
	position: relative;
	height: 360px;
}

/*分页器*/
#newbanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.36);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	opacity: 1.0;
}

#newbanner .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
	width: 33px;
	border-radius: 30px;
	opacity: 1.0;
}

#newbanner .swiper-pagination {
	bottom: 25px;
}

/*banner右侧开始表单*/
.newbg_right {
	width: 350px;
	height: 360px;
	background: url(../images/im_bg_jsfwtd.png) no-repeat center;
	float: right;
}

.new_table {
	display: block;
	width: 350px;
	height: 80px;
	margin-top: 20px;
}

.new_table h6 {
	font-size: 23px;
	line-height: 80px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.new_table1 {
	width: 350px;
	height: 150px;
}

.new_table1 li {
	width: 350px;
	height: 49px;
}

.new_table1 li input {
	border: none;
	line-height: 46px;
	width: 85%;
	height: 46px;
	border-radius: 3px;
	background: #ffffff;
	margin-left: 26px;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.new_table1 #btn {
	border: none;
	line-height: 46px;
	width: 85%;
	height: 46px;
	cursor: pointer;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#f7cd6e), to(#ff8f2c));
	padding-left: 0px;
	color: #fff;
	margin-left: 26px;
	font-size: 18px;
}

.new_table1 #btn:active {
	opacity: 0.8;
}

/*新闻内容左边开始*/
.new_list {
	width: 830px;
	float: left;
}

.new_title {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 35px;
}

.new_title span {
	margin-right: 25px;
}

.new_title a {
	font-size: 16px;
	font-weight: normal;
	border-radius: 20px;
	padding: 5px 15px;
}

.new_title a.currclass {
	background: #2faaff;
	color: #fff;
}

.new_list .listm {
	height: 160px;
	margin: 40px 0;
}

.news_img {
	width: 260px;
	height: 160px;
	float: left;
	overflow: hidden;
	background: #000;
}

.news_img img {
	max-height: 100%;
	min-width: 100%;
	opacity: 0.9;
}

.new_content {
	width: 540px;
	float: right;
}

#new_biaoti {
	display: block;
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
}

.new_content p {
	height: 56px;
	font-size: 13px;
	line-height: 28px;
	color: #666666;
	margin: 10px 0;
	display: block;
	overflow: hidden;
}

.new_time {
	display: block;
	height: 28px;
}

.new_time b {
	font-size: 13px;
	line-height: 28px;
	color: #666666;
	font-weight: normal;
}

.new_content b em {
	float: right;
	font-style: normal;
}

/*新闻内容右边开始*/
.new_list2 {
	width: 350px;
	float: right;
	margin-top: 20px;
}

.new_rmfw {
	height: 30px;
	margin-top: 30px;
}

.new_rmfw span {
	display: block;
	width: 4px;
	height: 30px;
	background: #30c8c6;
	float: left;
}

.new_rmfw b {
	font-size: 23px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
}

.rmfw_img {
	position: relative;
	width: 100%;
	height: 238px;
	border-radius: 3px;
	background-color: #000;
	top: 20px;
}

.rmfw_img img {
	position: relative;
	width: 100%;
	height: 100%;
}

.wbox {
	width: 100%;
	height: auto;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
}

.wbox p {
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	padding: 16px 24px;
}

.wbox p a {
	color: #ffffff;
}

.wbox p :hover {
	color: #30c8c6;
}

/*时间线*/

.timeline {
	position: relative;
	width: 350px;
	top: 20px;
}

.timeline li {
	position: relative;
	z-index: 1;
	height: 70px;
	padding-left: 45px;
	margin-top: 15px;
}

.timeline li .tit {
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 8px;
}

.sel {
	color: #30c8c6;
	text-decoration: underline;
}

.timeline li p {
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}

.timeline li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 3px solid #b4ebea;
	position: absolute;
	left: 12px;
	top: 2px;
}

.timeline .line {
	width: 0;
	height: 76%;
	border-radius: 0;
	background-color: #ffffff;
	border: 1px dashed #b4ebea;
	position: absolute;
	left: 19px;
	top: 10px;
}

/*正方形广告*/
.ad {
	width: 350px;
	height: 200px;
	margin-top: 60px;
	border-radius: 4px;
	background: #CC6699;
}

.ad img {
	width: 350px;
	height: 200px;
	border-radius: 4px;
}

.tjwz li {
	height: 88px;
	margin-top: 20px;
}

.tjwz_img {
	width: 130px;
	height: 88px;
	border-radius: 0px;
	overflow: hidden;
	float: left;
	background: #000;
}

.tjwz_img img {
	max-height: 100%;
	min-width: 100%;
	opacity: 0.9;
	display: block;
}

.tjwz b {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 198px;
	height: 44px;
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}

.tjwz em {
	font-style: normal;
	font-size: 13px;
	padding-left: 20px;
	color: #666666;
}

/*分页2*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}

.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #67b306;
	border-color: #67b306;
}

/*新闻内容页开始*/
.weizhi {
	min-width: 1200px;
	line-height: 60px;
	background: #f5f5f5;
}

/*新闻内容页左边*/
.page_main {
	width: 820px;
	float: left;
}

/*==============新闻详情=====================*/
.n_article {
	min-height: 730px;
	padding-top: 50px;
}

.n_article .ar_title {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.n_article .ar_title h1 {
	font-size: 25px;
	padding-bottom: 25px;
}

.items_time {
	color: #999;
	font-size: 13px;
	font-weight: normal;
}

.items_time span {
	color: #ddd;
	margin-left: 10px;
}

.items_time em {
	font-style: normal;
	padding-left: 10px;
}

.n_article .info {
	font-size: 13px;
	color: #888;
	line-height: 30px;
	margin-bottom: 25px;
}

.n_article .ar_article {
	font-size: 15px;
	line-height: 30px;
	min-height: 160px;
	margin-top: 25px;
	color: #555;
}

.n_article .ar_article p {
	font-size: 15px;
	padding-bottom: 15px;
	text-indent: 2em;
}

.n_article .ar_article img {
	max-width: 90%;
}

.n_article .ar_article table,
.n_article .ar_article pre,
.n_article .ar_article iframe,
.n_article .ar_article video {
	max-width: 100% !important;
	word-break: break-all;
}

.n_article .ar_article * {
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal !important;
	text-wrap-mode: wrap !important;
}

.xg_news {
	margin-top: 50px;
}

.xg_news li {
	width: 260px;
	float: left;
	margin-right: 20px;
}

.xg_news li:nth-child(3n) {
	margin-right: 0;
}

.xg_news li .pic {
	width: 100%;
	height: 160px;
	overflow: hidden;
	background: #000;
	margin-bottom: 10px;
}

.xg_news li .pic img {
	max-height: 100%;
	min-width: 100%;
	opacity: 0.9;
	display: block;
}

.xg_news li p {
	line-height: 22px;
}

/* 企业核名 */
.qyhm_title {
	line-height: 120px;
	color: #fff;
	font-size: 46px;
	padding-top: 50px;
}

.qyhm_intro {
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.qyhm_intro strong {
	color: #fe9f2a;
	font-weight: normal;
}

.qyhm_hint {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.form-wrapper {
	width: 988px;
	height: 50px;
	margin: 50px auto 30px;
	padding: 10px;
	background-color: rgba(36, 40, 55, .3);
	border-radius: 10px;
}

.form-wrapper input,
.form-wrapper select {
	outline: none;
}

.citySelector {
	font: 12px/1.5 tahoma, arial, \5b8b\4f53;
	background: #fff;
	border-radius: 5px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

#xiala {
	font-family: '微软雅黑';
	background: #fff;
	border-radius: 5px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	height: 50px;
	width: 160px;
	color: #888;
	text-indent: 12px;
}

.city-input,
.firm-name {
	margin-right: 6px;
}

.city-input .cityinput {
	width: 160px;
	height: 50px;
	background: url(../images/banner-icons.png) no-repeat 20px -2px #fff;
	border-radius: 5px;
	border: none;
	padding: 0;
	text-indent: 46px;
}

.firm-name {
	width: 180px;
	height: 50px;
	padding: 0 14px 0 46px;
	background: url(../images/banner-icons.png) no-repeat 20px -64px #fff;
	border-radius: 5px;
}

.firm-name input {
	width: 180px;
	height: 50px;
	border: none;
	padding: 0;
}

.industry-name {
	background: url(../images/banner-icons.png) no-repeat 20px -125px #fff;
}

.form-wrapper .input-btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background-color: #fe9f2a;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	:
}

/*注意事项*/
.gxrd_service li {
	float: left;
	width: 23%;
	height: 286px;
	box-shadow: 2px 2px 10px rgba(40, 85, 166, 0.3);
	background: #fff;
	margin-left: 20px;
	margin-bottom: 30px;
}

.gxrd_service li img {
	width: 66px;
	height: 66px;
	margin: 30px 100px;
}

.gxrd_service li b {
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #333;
	margin-bottom: 18px;
	font-weight: normal;
	text-align: center;
}

.gxrd_service li p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	padding: 0 34px;
	text-align: center;
}

/*知产商标*/
/*查询*/
.chaxun {
	width: 720px;
	height: 380px;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -260px;
}

.chaxun h5 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.chaxun h6 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
}

.banner-search-box {
	padding: 1px;
	width: 572px;
	box-sizing: border-box;
	margin: 0 auto;
}

.banner-search-box input {
	padding-left: 12px;
	width: 400px;
	font-size: 16px;
	color: #999;
	float: left;
	height: 52px;
	line-height: 52px;
	border: 0 none;
	box-sizing: border-box;
	outline: none;
}

.banner-search-box a {
	display: inline-block;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	background-color: #df1344;
	width: 170px;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}

/*弹出表单*/
.popup_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

.popup {
	width: 400px;
	height: 440px;
	background: #fff;
	border-top: 4px solid #df1344;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -200px;
	padding: 0 20px;
	box-sizing: border-box;
}

.popup h1 {
	text-align: center;
	font-size: 25px;
	margin: 20px 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 24px;
}

.d_tips {
	text-align: center;
	margin: 10px 0 30px;
}

.popup_hang1 {
	margin-left: 30px;
	margin-bottom: 20px;
}

.popup_hang1 span {
	font-size: 12px;
	color: #333;
}

.popup_hang1 span.hang_r {
	margin-left: 10px;
}

.popup_hang1 input,
.popup_hang1 select {
	margin-left: 10px;
	box-sizing: border-box;
	line-height: 30px;
	width: 200px;
	text-indent: 10px;
	padding: 0;
	height: 30px;
	vertical-align: middle;
}

.popup_hang1 select {
	margin-left: 6px;
}

.popup_hang1 input.check {
	width: 16px;
	height: 16px;
	margin-left: 70px;
}

.sure {
	display: block;
	background-color: #df1344;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 220px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	border-radius: 2px;
	border: none;
}

.close {
	width: 25px;
	height: 25px;
	display: block;
	background: url("../images/close.png") no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
}

.sure:active {
	opacity: 0.8;
}

/*商标注册*/
.sbzc_box1 {}

.sbzc_box1 li {
	float: left;
	text-align: center;
	width: 27.3%;
	margin: 0 3%;
	transition: 0.3s all;
	box-sizing: border-box;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
	box-shadow: 0 0 2px rgba(187, 186, 207, .3);
}

.sbzc_box1 li .pic {
	margin: 25px 0 15px 0;
	transition: 0.3s all;
}

.sbzc_box1 li .pic img {
	height: 66px;
}

.sbzc_box1 li h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.sbzc_box1 li h5 {
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #f30;
}

.sbzc_box1 li p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}

.sbzc_box2 {}

.sbzc_box2 li {
	width: 15.6%;
	margin: 0 0.5%;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	padding: 25px 0;
}

.sbzc_box2 li img {
	height: 50px;
	margin-bottom: 15px;
}

.sbzc_box2 li h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 46px;
}

.sbzc_box2 li p {
	color: #666;
	font-size: 12px;
}

.sbzc_box2 li .price {
	color: #666;
	margin-top: 25px;
}

.sbzc_box2 li .price span {
	font-size: 25px;
	color: #df1344;
}

/*知识产权*/
.zl_box1 {}

.zl_box1 .side {
	float: left;
	background: url(../images/zl_bg1.jpg) no-repeat;
	width: 272px;
	height: 346px;
	overflow: hidden;
	padding: 39px 20px 0 25px;
	box-sizing: border-box;
}

.zl_box1 .side h3 {
	font-size: 32px;
	margin-bottom: 18px;
	letter-spacing: 2px;
	color: #04b398
}

.zl_box1 .side p {
	line-height: 1.6;
	color: #04b398
}

.zl_box1 .main_con {
	width: 928px;
	float: right;
}

.zl_box1 .main_con li {
	width: 294px;
	height: 346px;
	overflow: hidden;
	margin-left: 15px;
	position: relative;
	float: left;
	text-align: center;
}

.zl_box1 .main_con li section {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	padding: 35px 20px 0 20px;
}

.zl_box1 .main_con li .pic {
	height: 80px;
	text-align: center;
	margin-bottom: 25px;
}

.zl_box1 .main_con li .pic img {
	height: 100%;
}

.zl_box1 .main_con li h3 {
	font-size: 20px;
	transition: 0.3s all;
	margin-bottom: 15px;
}

.zl_box1 .main_con li p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 30px;
	color: #999;
	height: 66px;
}

.zl_box1 .main_con li a {
	min-width: 130px;
	line-height: 32px;
	overflow: hidden;
	background: #f8f8f8;
	border: solid 1px #ccc;
	display: inline-block;
	border-radius: 52px;
	text-align: center;
	color: #666;
	transition: 0.3s all;
	position: relative;
}

.zl_box1 .main_con li a:hover {
	border: solid 1px #04b398;
	background: #04b398;
	color: #fff;
}

.animate-line i {
	position: absolute;
	display: inline-block;
	background: linear-gradient(to left, #4abf9f, #4abf9f);
	transition: all .5s linear
}

.animate-line .top {
	width: 0;
	height: 2px;
	top: 0;
	left: 0
}

.animate-line .bottom {
	width: 0;
	height: 2px;
	bottom: 0px;
	left: 0
}

.animate-line .left {
	width: 2px;
	height: 0;
	top: 0;
	left: 0
}

.animate-line .right {
	width: 2px;
	height: 0;
	top: 0;
	right: 0
}

.zl_box1 li:hover .top {
	width: 300px
}

.zl_box1 li:hover .left {
	height: 346px
}

.zl_box1 li:hover .bottom {
	width: 300px
}

.zl_box1 li:hover .right {
	height: 346px
}

.zl_box2 {}

.zl_box2 .side {
	float: left;
	background: url(../images/zl_bg2.jpg) no-repeat;
	width: 272px;
	height: 346px;
	overflow: hidden;
	padding: 39px 20px 0 25px;
	box-sizing: border-box;
}

.zl_box2 .side h3 {
	font-size: 32px;
	margin-bottom: 18px;
	color: #f69000
}

.zl_box2 .side p {
	line-height: 1.6;
	color: #f69000
}

.zl_box2 .main_con {
	width: 928px;
	float: right;
}

.zl_box2 .main_con li {
	width: 294px;
	height: 165.5px;
	padding: 30px 18px 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 15px 15px;
	position: relative;
	float: left;
	background: #fff;
	transition: 0.3s all;
}

.zl_box2 .main_con li h3 {
	font-size: 20px;
	transition: 0.3s all;
	margin-bottom: 15px;
}

.zl_box2 .main_con li p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.zl_box2 .main_con li .price {
	font-size: 14px;
	color: #f60;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.zl_box2 .main_con li span {
	font-size: 20px;
}

.zl_box2 .main_con li:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

/*资质代办*/
.zz_form {
	width: 310px;
	height: 330px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 45px;
	padding: 25px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.zz_form h5 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.zz_form span {
	margin-top: 15px;
	display: block;
}

.zz_form input {
	outline: none;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f3f3f3;
	padding-left: 20px;
	width: 100%;
}

.zz_form .zz_btn {
	background: #FF6270;
	width: 270px;
	height: 50px;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, from(#ffcb5b), to(#ff8800));
	background: linear-gradient(left, #ffcb5b, #ff8800);
}

.zz_form .zz_btn:active {
	opacity: 0.8;
}

/*资质办理优势部分*/

.zzbl_youshi li {
	float: left;
	width: 25%;
	height: 125px;
}

.zzbl_youshi li img {
	float: left;
	margin-left: 30px;
	margin-top: 35px;
	width: 48px;
	height: 48px;
}

.youshi_wz {
	display: block;
	width: 200px;
	height: 48px;
	float: right;
	margin-top: 35px;
}

.youshi_wz b {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.youshi_wz p {
	font-size: 14px;
	color: #333333;
	padding-top: 5px;
}

/*资质代办类型介绍*/
.zzdb_bg {
	min-width: 1200px;
	height: 580px;
	background: #eaf2ff;
	margin: 0 auto;
}

/*资质代办类型左边通用*/
.zzdb_left {
	width: 23%;
	height: 366px;
	background: url(../images/zzdb_left1.jpg) no-repeat center;
	float: left;
}

.zzdb_bg .zzdb_left h2 {
	line-height: 30px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	padding-top: 80px;
}

.zzdb_bg .zzdb_left span {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	opacity: 0.7;
	margin: 20px 52px;
}

.zzdb_bg .zzdb_left p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-right: 30px;
	padding-left: 50px;
}

.zzdb_bg .zzdb_left a {
	display: block;
	width: 160px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 60px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}

/*食品行业资质代办类型*/
.zzdb_foods {
	width: 76%;
	height: 366px;
	float: right;
}

.zzdb_foods li {
	width: 32.5%;
	height: 178px;
	background: #fff;
	float: left;
	margin-left: 10px;
}

.zzdb_foods .food1 {
	margin-left: 0px;
	background: url(../images/foods_bg1.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food2 {
	background: url(../images/foods_bg2.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food3 {
	background: url(../images/foods_bg3.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food4 {
	margin-left: 0px;
	margin-top: 10px;
	background: url(../images/foods_bg4.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food5 {
	margin-top: 10px;
	background: url(../images/foods_bg5.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food6 {
	margin-top: 10px;
	background: url(../images/jiantou.png) no-repeat 170px center #fff;
}

.zzdb_foods li h3 {
	line-height: 30px;
	font-size: 16px;
	color: #233767;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 30px;
}

.zzdb_foods li p {
	line-height: 24px;
	color: #888;
	margin-left: 30px;
	margin-top: 5px;
	font-size: 13px;
}

.zzdb_foods li b {
	font-size: 16px;
	color: #F03;
	margin-left: 30px;
	line-height: 50px;
}

.zzdb_foods .food6 .food_more {
	line-height: 30px;
	font-size: 18px;
	color: #233767;
	font-weight: 400;
	margin-left: 60px;
	margin-top: 67px;
}

.zzdb_foods .food6 .food_more1 {
	color: #999;
	line-height: 26px;
	margin-left: 65px;
	font-weight: normal;
	font-size: 14px;
}

/*建筑行业资质代办*/
.zzdb_foods .food7 {
	margin-left: 0px;
	background: url(../images/bulid_bg1.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food8 {
	background: url(../images/bulid_bg2.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food9 {
	background: url(../images/bulid_bg3.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food10 {
	margin-left: 0px;
	margin-top: 10px;
	background: url(../images/bulid_bg4.jpg) no-repeat right bottom #fff;
	width: 66%;
}

/*电商行业资质代办*/
.zzdb_foods .food11 {
	margin-left: 0px;
	background: url(../images/onlie-bag1.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food12 {
	background: url(../images/onlie-bag2.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food13 {
	background: url(../images/onlie-bag3.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food14 {
	margin-left: 0px;
	margin-top: 10px;
	background: url(../images/onlie-bag4.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food15 {
	margin-top: 10px;
	background: url(../images/onlie-bag5.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food16 {
	margin-top: 10px;
	background: url(../images/onlie-bag6.jpg) no-repeat right bottom #fff;
}

/*网络游戏行业资质代办*/
.zzdb_foods .food17 {
	margin-left: 0px;
	background: url(../images/onlie-bag1.jpg) no-repeat right bottom #fff;
	width: 49%;
}

.zzdb_foods .food18 {
	background: url(../images/onlie-bag2.jpg) no-repeat right bottom #fff;
	width: 49%;
}

.zzdb_foods .food19 {
	margin-left: 0px;
	margin-top: 10px;
	background: url(../images/onlie-bag3.jpg) no-repeat right bottom #fff;
	width: 49%;
}

.zzdb_foods .food20 {
	margin-top: 10px;
	background: url(../images/onlie-bag4.jpg) no-repeat right bottom #fff;
	width: 49%;
}

/*文化运营行业资质代办*/
.zzdb_foods .food21 {
	margin-left: 0px;
	background: url(../images/culture_bg1.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food22 {
	background: url(../images/culture_bg2.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food23 {
	background: url(../images/culture_bg3.jpg) no-repeat right bottom #fff;
}

.zzdb_foods .food24 {
	margin-left: 0px;
	margin-top: 10px;
	background: url(../images/culture_bg4.jpg) no-repeat right bottom #fff;
	width: 66%;
}

/*其他行业资质代办*/
/*左边*/
.qthy_left {
	width: 23%;
	height: 230px;
	background: url(../images/zzdb_left6.jpg) no-repeat center;
	float: left;
	margin-top: 50px;
}

.zzdb_bg .qthy_left h2 {
	line-height: 30px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	padding-top: 30px;
}

.zzdb_bg .qthy_left span {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	opacity: 0.7;
	margin: 20px 52px;
}

.zzdb_bg .qthy_left p {
	font-size: 14px;
	color: #fff;
	line-height: 10px;
	padding-right: 30px;
	padding-left: 50px;
}

.zzdb_bg .qthy_left a {
	display: block;
	width: 160px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 60px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}

/*右边*/
.zzdb_qthy {
	width: 76%;
	height: 230px;
	float: right;
}

.zzdb_qthy li {
	width: 24%;
	height: 230px;
	background: #fff;
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}

.zzdb_qthy .qt1 {
	margin-left: 0px;
	background: url(../images/qt_bg1.jpg) no-repeat right bottom #fff;
}

.zzdb_qthy .qt2 {
	background: url(../images/qt_bg2.jpg) no-repeat right bottom #fff;
}

.zzdb_qthy .qt3 {
	background: url(../images/qt_bg3.jpg) no-repeat right bottom #fff;
}

.zzdb_qthy .qt4 {
	background: url(../images/qt_bg4.jpg) no-repeat right bottom #fff;
}

.zzdb_qthy li h3 {
	line-height: 30px;
	font-size: 16px;
	color: #233767;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 30px;
}

.zzdb_qthy li p {
	line-height: 24px;
	color: #888;
	margin-left: 30px;
	margin-top: 5px;
	font-size: 13px;
}

.zzdb_qthy li b {
	font-size: 16px;
	color: #F03;
	margin-left: 30px;
	line-height: 50px;
}

/*关于我们*/
.page_ban_about {
	position: relative;
}

.page_ban_about img {
	width: 100%;
	display: block;
}

.page_ban_about .ico_about {
	background: url(../images/ico_about.png) no-repeat center 36px #fff;
	background-size: 46px auto;
}

.page_ban_about .ico_contact {
	background: url(../images/0-0-0-0.jpg) no-repeat center 36px #146bbb;
}

.cname {
	width: 127px;
	height: 127px;
	border-radius: 100%;
	position: absolute;
	z-index: 8;
	left: 50%;
	bottom: -63.5px;
	margin-left: -63.5px;
	text-align: center;
	line-height: 160px;
	font-size: 16px;
	color: #fff;
}

.cname:after {
	content: "";
	width: 127px;
	height: 127px;
	background: rgba(20, 107, 187, 0.1);
	animation: fd_sx1 1s linear infinite;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}

.cname1 {
	width: 127px;
	height: 127px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: -63.5px;
	margin-left: -63.5px;
}

.cname1:after {
	content: "";
	width: 127px;
	height: 127px;
	background: rgba(20, 107, 187, 0.2);
	animation: fd_sx1 2s linear infinite;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}

.cname2 {
	width: 127px;
	height: 127px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: -63.5px;
	margin-left: -63.5px;
}

.cname2:after {
	content: "";
	width: 127px;
	height: 127px;
	background: rgba(20, 107, 187, 0.3);
	animation: fd_sx1 3s linear infinite;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}

@-webkit-keyframes fd_sx1 {
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0)
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		background: rgba(20, 107, 187, 0.0);
	}
}

/*公司简介*/
.about2_img {
	width: 520px;
	height: 380px;
	border: solid 1px #ddd;
	position: relative;
	box-sizing: border-box;
}

.about2_img .img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.about2_img .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.about2_img.fl+.about_txt.fr {
	width: calc(100% - 560px);
}

.shipin_play {
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	z-index: 99;
	background: rgba(0, 0, 0, .45);
	border-radius: 50%;
}

.shipin_play img {
	transition: all 0.8s ease 0s;
	width: 100%;
	height: 100%;
}

.shipin_play img:hover {
	cursor: pointer;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	/* Opera */
}

.about_txt {
	width: 100%;
}

.about-flex-row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.about-left {
	width: calc(80% - 10px);
	min-width: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px 25px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.about-right {
	width: calc(20% - 10px);
	min-width: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px 25px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.about-right,
.about-right .about_txt,
.about-right .about_txt p {
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
}

.about-left .about_txt h3,
.about-right .about_txt h3 {
	margin-top: 0;
}

@media (max-width: 768px) {
	.about-flex-row {
		flex-direction: column;
		gap: 20px;
	}

	.about-left,
	.about-right {
		width: 100% !important;
		padding: 15px;
	}

	.about-left .about_txt,
	.about-right .about_txt {
		max-height: 360px !important;
	}
}

.about_txt h3 {
	font-size: 25px;
	margin-top: 40px;
}

.about_txt h6 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin: 5px 0 25px 0;
}

.about_txt p {
	line-height: 28px;
	text-align: justify;
	margin-top: 15px;
	color: #555;
}

/* 折叠/展开 */
.about_txt {
	max-height: 350px;
	overflow: hidden;
	transition: max-height 0.4s ease;
	position: relative;
}

.about_txt.expanded {
	max-height: none !important;
}

.expand-btn {
	display: inline-block;
	padding: 4px 18px;
	border-radius: 20px;
	background: #f0f5ff;
	border: 1px solid #adc6ff;
	transition: all 0.2s;
	font-size: 13px;
	line-height: 22px;
	cursor: pointer;
}

.expand-btn:hover {
	background: #e6f7ff;
	border-color: #1890ff;
}

/* 首页FAQ */
.home-faq-wrap {
	padding: 55px 0;
	background: #f7f7f7;
}

.home-faq-main {
	width: 1200px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}

.home-faq-title {
	text-align: center;
	font-size: 28px;
	color: #222;
	margin: 0 0 30px;
}

.home-faq-item {
	padding: 20px 24px;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.home-faq-item h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.6;
	color: #222;
}

.home-faq-item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #555;
}

/* 数字变换css */
.product-number-info {
	position: relative;
	background: rgba(255, 255, 255, 0.66);
	height: 120px;
	z-index: 999;
}

.product-number-info .product-number-inner {
	width: 1200px;
	position: absolute;
}

.product-number-info ul {
	padding: 20px 0;
}

.q {
	zoom: 1;
}

.q::after {
	content: "";
	display: table;
	clear: both;
}

.product-number-info li {
	float: left;
	width: 300px;
	padding-left: 120px;
	height: 80px;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

.product-number-info li.li-1 {
	background: url(../images/youshi01.png) no-repeat 65px center;
}

.product-number-info li.li-2 {
	background: url(../images/youshi02.png) no-repeat 50px center;
}

.product-number-info li.li-3 {
	background: url(../images/youshi03.png) no-repeat 50px center;
}

.product-number-info li.li-4 {
	background: url(../images/youshi04.png) no-repeat 45px center;
}

.product-number-info li:first-child {
	border: none;
}

.product-number-info li b {
	font-weight: 300;
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 10px 0 5px;
}

.product-number-info li p {
	font-size: 14px;
	color: #666;
}

.product-number-info li b i {
	font-style: normal;
	font-family: Impact;
	color: #146bbb;
}

.product-number-info li b sup {
	position: absolute;
	font-size: 20px;
	right: -20px;
	top: -3px;
	color: #146bbb;
}

.product-number-info li b span {
	position: absolute;
	font-weight: normal;
	color: #146bbb;
	font-size: 14px;
	right: -30px;
	top: 18px;
}

/*服务范围*/
.page_fw {}

.page_fw li {
	width: 285px;
	line-height: 108px;
	background: #fff;
	border-radius: 5px;
	margin: 0 20px 20px 0;
	font-size: 20px;
	float: left;
	transition: 0.3s all;
}

.page_fw li:nth-child(4n) {
	margin-right: 0;
}

.page_fw li:hover {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.page_fw li>div {
	width: 90px;
	height: 108px;
	margin-left: 25px;
	float: left;
}

.page_fw li:nth-child(1) div {
	background: url(../images/fw_03.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(2) div {
	background: url(../images/icon_mfhm.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(3) div {
	background: url(../images/fw_09.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(4) div {
	background: url(../images/fw_11.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(5) div {
	background: url(../images/gssj_ico1.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(6) div {
	background: url(../images/fw_19.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(7) div {
	background: url(../images/dljz_ico8.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(8) div {
	background: url(../images/gssj_ico4.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(9) div {
	background: url(../images/sbzc_ico1.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(10) div {
	background: url(../images/fw_25.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(11) div {
	background: url(../images/gssj_ico4.png) no-repeat center;
	background-size: 50px auto;
}

.page_fw li:nth-child(12) div {
	background: url(../images/dljz_ico7.png) no-repeat center;
	background-size: 50px auto;
}

/*服务保障*/
.page_bz {}

.page_bz li {
	float: left;
	background: url(../images/bz_icon.png) no-repeat -21px -252px;
	text-align: center;
	width: 240px;
}

.page_bz li:first-child {
	background: none;
}

.page_bz li .icon {
	width: 86px;
	height: 86px;
	display: inline-block;
}

.page_bz li .title {
	font-size: 18px;
	margin-bottom: 5px;
}

.page_bz li .content {
	color: #666;
}

/*企业文化*/
.qywh1 {
	border-bottom: solid 1px #ddd;
	padding-bottom: 60px;
}

.qywh1 li {
	background: #f3f3f5;
	width: 48%;
	float: left;
}

.qywh1 li:nth-child(2) {
	float: right;
}

.qywh1 li .pic {
	float: left;
}

.qywh1 li .pic img {
	display: block;
}

.qywh1 li .txt {
	text-align: center;
}

.qywh1 li .txt h5 {
	font-size: 22px;
	padding: 35px 0 15px 0;
}

.qywh1 li .txt p {
	line-height: 28px;
	font-size: 16px;
	color: #666;
}

.qywh2 {}

.qywh2 li {
	width: 280px;
	float: left;
	margin-right: 20px;
	position: relative;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.qywh2 li:nth-child(4n) {
	margin-right: 0;
}

.qywh2 li .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.qywh2 li .pic img {
	width: 100%;
	display: block;
}

.qywh2 li .txt {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding-top: 40%;
	transition: 0.3s all;
}

.qywh2 li .txt h5 {
	font-size: 24px;
	margin-bottom: 20px;
}

.qywh2 li .txt h5:after {
	content: "";
	display: block;
	width: 20px;
	background: rgba(255, 255, 255, 0.5);
	height: 2px;
	margin: 25px auto;
}

.qywh2 li .txt h6 {
	font-size: 16px;
	margin-bottom: 20px;
}

.qywh2 li .txt p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px;
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s all;
	opacity: 0;
	filter: alpha(opacity=0);
}

.qywh2 li:hover .txt {
	background: rgba(0, 0, 0, 0.6);
	padding-top: 25%;
}

.qywh2 li:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*右侧浮动*/
.circle {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 999;
	text-align: center;
	line-height: 80px;
	color: #3f897c;
	font-size: 30px;
}

.circle span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgb(194, 14, 47);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
}

.circle span:nth-of-type(2) {
	animation-delay: 1s;
}

.circle span:nth-of-type(3) {
	animation-delay: 2s;
}

@keyframes circleScale {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes circleScale1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-ms-transform: scale(3);
		transform: scale(3);
	}
}

.circle a {
	cursor: pointer;
	position: relative;
	background: #d90024;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-top: -4px;
	line-height: 47px;
}

.anniu .circle a {
	background: #f08200
}

.anniu .circle span {
	background: rgba(240, 130, 0)
}

.anniu .circle {
	bottom: 40px;
}

.circle a .kuang {
	display: none;
	position: absolute;
	right: 75px;
	top: 0;
	width: 150px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.15)
}

.circle a .kuang:before {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	border-top: transparent 10px solid;
	border-bottom: transparent 10px solid;
	border-left: #fff 10px solid
}

/*网站建设*/

/*焦点图*/

/*焦点图*/
#web {
	max-width: 1920px;
	margin: auto;
	position: relative;
	z-index: 9;
	min-width: 1200px;
}

#web .swiper-slide {
	overflow: hidden;
	height: 500px;
	position: relative;
}

#web .swiper-slide a {
	display: block;
	height: 100%;
}

#web .swiper-slide img {
	width: 100%;
}

/*按钮切换*/
#web .swiper-button-prev,
#web .swiper-button-next {
	display: none;
	width: 72px;
	height: 72px;
	background: url(../images/ico_sliding.png) no-repeat;
}

#web .swiper-button-prev {
	background-position: 0 0;
}

#web .swiper-button-prev:hover {
	background-position: 0 -144px;
}

#web .swiper-button-next {
	background-position: 0 -72px;
}

#web .swiper-button-next:hover {
	background-position: 0 -216px;
}

/*分页器*/
#web .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.36);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	opacity: 1.0;
}

#web .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
	width: 33px;
	border-radius: 30px;
	opacity: 1.0;
}

#web .swiper-pagination {
	bottom: 25px;
}

#web .swiper-slide h3 {
	font-size: 46px;
	font-weight: normal;
	color: #fff;
	padding-top: 125px;
	margin-bottom: 35px;
}

#web .swiper-slide p {
	font-size: 16px;
	color: #fff;
	width: 580px;
	line-height: 36px;
}

#web .swiper-slide ul {
	width: 560px;
}

#web .swiper-slide ul li {
	width: 33.3%;
	float: left;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

#web .swiper-slide ul li i {
	width: 7px;
	height: 7px;
	display: inline-block;
	margin-right: 12px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
}

#web .swiper-slide a {
	width: 160px;
	line-height: 36px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	border: solid 1px rgba(255, 255, 255, 0.6);
	border-radius: 52px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	transition: 0.3s all;
	position: relative;
}

#web .swiper-slide a:hover {
	border: solid 1px #06c;
	background: #06c;
	color: #fff;
}

.yewu .service {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.yewu .service .ul {
	width: 100%;
}

.yewu .service .ul li {
	float: left;
	position: relative;
	padding: 42px 21px 0 45px;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-top: none;
	width: 266px;
	height: 217px;
}

.yewu .service .ul li.a_service1 {
	border: 1px solid #dadada;
	border-right: none;
	width: 532px;
}

.yewu .service .ul li.a_service2 {
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	width: 533px;
}

.yewu .service .ul li.a_service3 {
	width: 233px;
}

.yewu .service .ul li.a_service4 {
	border-left: 1px solid #dadada;
	width: 232px;
}

.yewu .service .ul li.a_service5 {
	border-right: 1px solid #dadada;
	border-right: none;
	width: 233px;
}

.yewu .service .ul li.a_service6 {
	border-right: 1px solid #dadada;
	width: 233px;
}

.yewu .service .ul li .span {
	position: absolute;
	right: 25px;
	top: 36px;
}

.yewu .service .ul li .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

.yewu .service .ul li a {
	display: inline-block;
	color: #555;
	line-height: 20px;
	text-decoration: none;
}

.yewu .service .ul li a .icon {
	height: 120px;
}

.yewu .service .ul li a span {
	display: block;
	font-size: 14px;
}

.yewu .service .ul li a .title {
	font-size: 22px;
	padding-bottom: 10px;
}

.yewu .service .ul li a .brief {
	color: #999;
}

.yewu .service .ul li a:hover .icon img {
	transform: rotateY(360deg);
	transition: all 0.5s ease-out;
}

.yewu .service .ul li.a_service1 a {
	padding: 120px 0 0;
	background: url(../images/bg31.jpg) no-repeat left top;
}

.yewu .service .ul li.a_service2 a {
	padding: 120px 0 0;
	background: url(../images/bg30.jpg) no-repeat left 12px;
}

.web_box2 {
	text-align: center;
}

.web_box2 ul {
	width: 540px;
	margin: auto;
}

.web_box2 li {
	text-align: center;
	float: left;
	margin: 0 5px;
}

.web_box2 li img {
	border: #dbdbdb 1px solid;
	border-radius: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65
}

.web_box2 li:hover .pic img {
	border: #999 1px solid;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter:none;*/
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.web_box2 li .txt {
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 0.3s all;
	margin-top: 5px;
}

.web_box2 li:hover .txt {
	filter: alpha(opacity=65);
	opacity: 0.65;
}

/*表单*/
.biaodan {
	width: 1000px;
	margin: auto;
}

.biaodan li {
	float: left;
	margin-left: 15px;
}

.biaodan li input {
	border: solid 1px #ddd;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	color: #666;
	padding: 0 20px;
	width: 210px;
	box-sizing: border-box;
}

.biaodan li input[type="submit"] {
	width: 128px;
	background: #035CAC;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.index_zx {
	background: url(../images/home_bg2.jpg) no-repeat 50% 50%;
	height: 240px;
}

.index_zx .main {
	position: relative
}

.index_zx .main .text-wrap {
	position: absolute;
	top: 80px;
	left: 180px;
	color: #fff;
	text-align: center;
}

.index_zx .main .btn {
	position: absolute;
	top: 100px;
	right: 180px;
	width: 190px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	color: #666;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
}

.index_zx .main .btn:hover {
	background: #035CAC;
	color: #fff;
}

.index_zx .main .text-wrap .title {
	font-size: 26px;
}

.index_zx .main .text-wrap .desc {
	margin-top: 15px;
	font-size: 20px;
}

/*服务保障*/
.bz_box {}

.bz_box li {
	float: left;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	border-right: solid 1px #eee;
	margin: 30px 0;
}

.bz_box li:nth-child(4n) {
	border-right: 0;
}

.bz_box li img {
	margin-bottom: 15px;
}

.bz_box li p {
	line-height: 26px;
	color: #666;
	font-size: 13px;
}

.bz_box li p span {
	display: block;
	font-weight: bold;
	color: #222;
	font-size: 15px;
}

/*小程序*/
/*小程序唯一性 */
.weiyi {
	background: url(../images/duang.png) no-repeat right top;
	height: 110px;
	padding: 40px 0;
}

.weiyi .weiyi_wen {
	float: left;
}

.weiyi .weiyi_txt {
	float: left;
	margin: 0 0px 0 30px;
}

.weiyi .weiyi_txt h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

.weiyi .weiyi_txt h5 strong {
	font-size: 46px;
	margin-right: 20px;
}

.weiyi .weiyi_txt p {
	color: #fff;
	font-size: 20px;
}

.weiyi_kf {
	float: right;
	margin: 35px 100px 0 0px;
}

.weiyi_kf a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: 0.3s all;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	border: solid 1px rgba(255, 255, 255, 0.8);
	display: block;
}

.weiyi_kf a:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #06c;
}

/*小程序方案*/
.xcx_yy li {
	width: 23%;
	margin: 10px 1%;
	height: 260px;
	border: solid 1px #e8e8e8;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	float: left;
	cursor: pointer;
	transition: 0.3s all;
}

.xcx_yy li:hover {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	transition: 0.3s all;
}

.xcx_yy .xcx_yy_ico {
	height: 140px;
	line-height: 140px;
}

.xcx_yy .xcx_yy_ico img {
	display: inline-block;
	vertical-align: middle;
}

.xcx_yy li h3 {
	font-size: 20px;
	height: 36px;
	color: #000;
	font-weight: normal;
}

.xcx_yy li p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	width: 80%;
	margin: auto;
}

/*小程序模板展示*/
#certify {
	position: relative;
}

#certify .swiper-container {
	padding-bottom: 20px;
}

#certify .swiper-slide {
	width: 302px;
	height: 559px;
	padding-top: 70px;
	box-sizing: border-box;
	background: url(../images/iphone.png) no-repeat;
	text-align: center;
}

#certify .swiper-slide img {
	display: inline-block;
	width: 229px;
	height: 407px;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/*服务流程*/
.xcx_fwlc .steps {
	width: 1200px;
	margin: auto;
}

.xcx_fwlc .steps ul li {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	float: left;
	margin: 0 30px;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 14px;
	line-height: 1.4;
}

.xcx_fwlc .steps ul li h4 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 10px;
}

.xcx_fwlc .steps ul li.step1 {
	background: -webkit-linear-gradient(-40deg, #5ae6db, #64b4ef);
	background: -o-linear-gradient(-40deg, #5ae6db, #64b4ef);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-40deg, #5ae6db, #64b4ef);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(-40deg, #5ae6db, #64b4ef);
	/* 标准的语法 */
}

.xcx_fwlc .steps ul li.step2 {
	background: -webkit-linear-gradient(-40deg, #ffb97d, #ff7985);
	background: -o-linear-gradient(-40deg, #ffb97d, #ff7985);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-40deg, #ffb97d, #ff7985);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(-40deg, #ffb97d, #ff7985);
	/* 标准的语法 */
}

.xcx_fwlc .steps ul li.step3 {
	background: -webkit-linear-gradient(-40deg, #81eab2, #14c5ce);
	background: -o-linear-gradient(-40deg, #81eab2, #14c5ce);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-40deg, #81eab2, #14c5ce);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(-40deg, #81eab2, #14c5ce);
	/* 标准的语法 */
}

.xcx_fwlc .steps ul li.step4 {
	background: -webkit-linear-gradient(-40deg, #82c3fe, #9182f8);
	background: -o-linear-gradient(-40deg, #82c3fe, #9182f8);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-40deg, #82c3fe, #9182f8);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(-40deg, #82c3fe, #9182f8);
	/* 标准的语法 */
}

.xcx_fwlc .steps ul li.step5 {
	background: -webkit-linear-gradient(-40deg, #64b6ee, #5fcbe5);
	background: -o-linear-gradient(-40deg, #64b6ee, #5fcbe5);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-40deg, #64b6ee, #5fcbe5);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(-40deg, #64b6ee, #5fcbe5);
	/* 标准的语法 */
}

/*小程序常见问题*/
.xcx_wt {}

.xcx_wt li {
	width: 25%;
	float: left;
	font-size: 16px;
	line-height: 60px;
}

.xcx_wt li a {}

.xcx_wt li a:hover {
	text-decoration: underline;
}

.xcx_wt_kf {
	text-align: center;
}

.xcx_wt_kf a {
	width: 230px;
	height: 50px;
	line-height: 50px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	color: #f3f3f3;
	font-size: 18px;
}

.xcx_wt_kf a:hover {
	background: rgba(255, 255, 255, 0.3);
}

/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a.page-num-current {
	color: #fff;
	background: #67b306;
	border: 1px solid #67b306;
}

/* 服务项目 */
.service-main {
	overflow: hidden;
}

.service-item {
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-sizing: border-box;
	min-height: 320px;
}

.service-item:has(.service-list:empty) {
	min-height: 120px;
}

.service-item:nth-child(3n) {
	margin-right: 0;
}

.service-header {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 80px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.service-item:nth-child(6n+1) .service-header {
	background-color: #f39800;
}

.service-item:nth-child(6n+2) .service-header {
	background-color: #b8c300;
}

.service-item:nth-child(6n+3) .service-header {
	background-color: #0066b3;
}

.service-item:nth-child(6n+4) .service-header {
	background-color: #990066;
}

.service-item:nth-child(6n+5) .service-header {
	background-color: #333;
}

.service-item:nth-child(6n+6) .service-header {
	background-color: #009933;
}

.service-header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}

.service-title {
	position: relative;
	z-index: 2;
	padding: 15px 20px;
	color: #fff;
}

.service-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.service-en {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	line-height: 1.4;
}

.service-list {
	padding: 10px 15px;
}

.service-list li {
	line-height: 34px;
	border-bottom: 1px dashed #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.service-list li:last-child {
	border-bottom: none;
}

.service-list li::before {
	content: "\00bb";
	color: #de0029;
	margin-right: 6px;
	font-size: 12px;
}

.service-list li a {
	color: #333;
}

.service-list li a:hover {
	color: #de0029;
}


/* 服务区域版块 */
.service-area-section {
	background: #f5f5f5;
	padding: 40px 0;
}

.service-area-section .main_tit {
	text-align: center;
	margin-bottom: 30px;
}

.service-area-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 15px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.area-btn {
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #de0029;
	border-radius: 20px;
	color: #de0029;
	font-size: 14px;
	transition: all 0.3s ease;
}

.area-btn:hover {
	background: #de0029;
	color: #fff;
}

.area-btn.area-active {
	background: #de0029;
	color: #fff;
}

@media (max-width: 768px) {
	.service-area-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ==================================================================
   移动端自适应样式（Responsive）
   说明：以下样式仅在窄屏（<=992px / <=768px / <=480px）生效，
   PC 端布局与样式保持不变。
   ================================================================== */

/* 汉堡菜单按钮：PC 端默认隐藏，仅移动端显示 */
.nav-toggle {
	display: none;
}

/* -------- 平板 & 手机：<=992px -------- */
@media screen and (max-width: 992px) {

	/* 取消所有强制最小宽度，避免出现横向滚动条 */
	html,
	body {
		overflow-x: hidden;
	}

	body,
	body * {
		min-width: 0 !important;
	}

	/* 固定宽度容器改为流式布局 */
	.main,
	.main100,
	.fix_width,
	.txtScroll-top,
	#guanggao,
	.page_form,
	.yewu .service,
	.biaodan,
	.xcx_fwlc .steps,
	.product-number-info .product-number-inner,
	.fwlc_box ul {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/* ============ 头部导航：改为汉堡菜单 ============ */
	.header {
		height: 60px;
	}

	.header-placeholder {
		height: 60px;
	}

	.header .main {
		justify-content: space-between;
		padding: 0 12px;
	}

	.header .logo {
		padding-top: 8px;
	}

	.header .logo img {
		height: 40px;
	}

	.all_service {
		display: none;
	}

	.header-contact {
		display: none;
	}

	/* 汉堡按钮 */
	.nav-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 42px;
		height: 42px;
		margin-left: auto;
		cursor: pointer;
	}

	.nav-toggle span {
		display: block;
		width: 24px;
		height: 2px;
		background: #333;
		margin: 3px 0;
		transition: 0.3s all;
	}

	.nav-toggle.active span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.nav-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle.active span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	/* 展开式导航面板 */
	.head-box {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: auto !important;
		max-height: calc(100vh - 60px);
		background: #fff;
		overflow-y: auto;
		display: none;
		text-align: left;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
		border-top: 1px solid #eee;
		flex: none;
		z-index: 10000;
	}

	.head-box.active {
		display: block;
	}

	.head-box .menu ul {
		display: block;
		flex-direction: column;
	}

	.head-box .menu ul li {
		margin: 0 !important;
		border-bottom: 1px solid #f0f0f0;
		background: none !important;
	}

	.head-box .menu ul li .svb {
		position: relative;
	}

	.head-box .menu ul li .svb a {
		line-height: 50px;
		padding: 0 16px;
		font-size: 16px;
	}

	.head-box .menu ul li .svb a:before {
		display: none;
	}

	/* 含子菜单的项右侧显示 +/- 切换按钮 */
	.head-box .menu ul li.has-sub {
		position: relative;
	}

	.head-box .menu ul li.has-sub .sub-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
		line-height: 50px;
		font-size: 20px;
		color: #999;
		cursor: pointer;
		z-index: 10;
		padding: 0 12px;
		user-select: none;
	}

	/* 二级菜单：手风琴展开 */
	.head-box .menu ul li .svb-box {
		position: static !important;
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		background: #f7f7f7;
		display: none;
	}

	.head-box .menu ul li.open .svb-box {
		display: block !important;
	}

	.head-box .menu ul li dt a {
		text-align: left;
		color: #555;
		padding: 0 32px;
		line-height: 44px;
		border-bottom: 1px solid #ececec;
	}

	/* ============ 通用浮动布局转单列 ============ */
	.fl,
	.fr {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box;
	}

	/* ============ 内页 Banner / 通栏标题 ============ */
	.page_ban {
		height: 260px;
		background-size: cover !important;
		background-position: center !important;
	}

	.jumbotron.jumbotron-fluid {
		padding: 30px 0;
	}

	.main_tit {
		padding: 25px 12px 15px;
		min-width: unset;
		width: 100%;
		box-sizing: border-box;
		clear: both;
	}

	.main_tit_z,
	.main_tit_f {
		width: 100%;
		display: block;
		white-space: normal;
	}

	.main_tit_z,
	.main_tit_z h1 {
		font-size: 22px;
	}

	.main_tit_f {
		font-size: 13px;
		padding: 0 12px;
	}

	/* ============ 首页焦点图 ============ */
	#banner {
		height: auto;
	}

	#banner .swiper-slide {
		height: 160px;
		background-size: cover;
		background-position: center;
	}

	#banner .swiper-button-prev,
	#banner .swiper-button-next,
	#banner .swiper-pagination {
		display: none;
	}

	/* ============ 首页服务项目 ============ */
	.service-main .service-item {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}

	/* 数字统计 */
	.product-number-info {
		height: auto !important;
		position: static !important;
	}

	.product-number-info .product-number-inner {
		position: static !important;
	}

	.product-number-info .q li {
		width: 50% !important;
		float: left;
		height: auto !important;
		box-sizing: border-box;
		padding: 15px 10px 15px 70px !important;
		margin-bottom: 10px;
		background-position: 15px center !important;
		background-size: 35px auto !important;
		border-left: none !important;
	}

	.product-number-info .q li:nth-child(odd) {
		border-right: 1px solid #eee;
	}

	.product-number-info .q li:nth-child(even) {
		border-left: none;
	}

	.product-number-info .q li b {
		font-size: 22px;
	}

	.product-number-info .q li b sup {
		font-size: 14px;
		right: -14px;
	}

	.product-number-info .q li b span {
		font-size: 12px;
		right: -22px;
		top: 10px;
	}

	.product-number-info .q li p {
		font-size: 12px;
	}

	/* ============ 热门服务选项卡 ============ */
	.hot_service .service.fl {
		width: 100% !important;
		float: none !important;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	}

	/* 防止个别浏览器下 bd 高度塌陷导致后续内容上移 */
	.hot_service .bd {
		height: auto !important;
		overflow: visible !important;
	}

	.hot_service .bd>ul {
		width: 100%;
	}

	/* 选项卡导航：移动端等分铺满，避免桌面端 600px 固定宽度溢出 */
	.hot_service .hd ul {
		width: 100% !important;
		max-width: 100%;
		display: flex;
		box-sizing: border-box;
		padding: 0 12px;
	}

	.hot_service .hd ul li {
		float: none !important;
		flex: 1 1 0;
		width: auto !important;
		margin: 0 2px !important;
		padding: 9px 0;
		font-size: 13px;
		box-sizing: border-box;
	}

	.hot_service .service .left,
	.hot_service .service .mid,
	.hot_service .service .right {
		float: none !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	/* 左侧品牌区 - 移动端适配（覆盖桌面雪碧图背景，改用纯色渐变，避免图块错位/白字看不见） */
	.hot_service .service .left,
	.hot_service .service .left.s1_bg,
	.hot_service .service .left.s2_bg,
	.hot_service .service .left.s3_bg,
	.hot_service .service .left.s4_bg {
		height: auto !important;
		padding: 22px 20px 20px !important;
		text-align: center;
		border-radius: 0 !important;
		background: linear-gradient(135deg, #ff6270, #d90024) !important;
	}

	.hot_service .service .left h3 {
		font-size: 22px;
		padding-left: 0;
	}

	.hot_service .service .left p {
		padding-left: 0;
		font-size: 13px;
		margin-top: 4px;
		opacity: .85;
	}

	.hot_service .service .left a {
		margin: 20px auto 0 auto !important;
		width: 120px;
	}

	/* 中间服务列表 - 移动端卡片化 */
	.hot_service .service .mid {
		height: auto !important;
		background: transparent;
	}

	.hot_service .service .mid ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

	.hot_service .service .mid li {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		padding: 16px 20px !important;
		/* 用 !important 压制首卡内联的 background:url(...) 简写与固定高度，统一为干净白底 */
		background: #fff !important;
		border: none !important;
		border-bottom: 1px solid #f0f0f0 !important;
		/* 改成 block 上下排列，避免 flex 压缩导致文字竖排/错位 */
		display: block;
	}

	.hot_service .service .mid li:last-child {
		border-bottom: none !important;
	}

	/* 首卡带内联背景图，移动端一并去除，避免露出错位图块 */
	.hot_service .service .mid li:nth-child(1) {
		background-image: none !important;
	}

	.hot_service .service .mid li h2 {
		font-size: 15px;
		width: 100%;
		margin-bottom: 4px;
	}

	.hot_service .service .mid li p {
		font-size: 12px;
		color: #666;
		line-height: 1.6;
		width: 100%;
		margin-bottom: 10px;
	}

	.hot_service .service .mid li .link {
		position: static !important;
		width: 100%;
		margin-left: 0;
	}

	.hot_service .service .mid li a {
		width: 68px;
		line-height: 28px;
		font-size: 12px;
		margin-right: 6px;
		border-radius: 20px;
	}

	.hot_service .service .mid li:nth-child(1) .link {
		position: static !important;
		width: 100%;
		margin-left: 0;
	}

	/* 右侧 "创业必读" 面板 */
	.hot_service .service .right {
		height: auto !important;
		padding: 15px 20px 10px !important;
		border-radius: 0 0 8px 8px;
	}

	.hot_service .service .right li {
		line-height: 1.6;
		padding: 10px 0;
		margin-top: 0;
		font-size: 13px;
	}

	/* ============ 新闻列表 / 详情 ============ */
	.newbg_left,
	.newbg_right {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin-bottom: 15px;
	}

	/* 新闻列表顶部 Swiper */
	#newbanner {
		width: 100% !important;
		height: auto !important;
	}

	#newbanner .swiper-slide {
		height: auto !important;
	}

	#newbanner .swiper-slide img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* 右侧极速服务通道表单 */
	.newbg_right {
		background-size: cover;
		padding: 15px 12px;
		box-sizing: border-box;
		border-radius: 6px;
	}

	.new_table {
		width: 100% !important;
		height: auto !important;
		margin-top: 0;
	}

	.new_table h6 {
		font-size: 20px;
		line-height: 1.8;
		padding: 10px 0;
	}

	.new_table1 {
		width: 100% !important;
		height: auto !important;
	}

	.new_table1 li {
		width: 100% !important;
		height: auto !important;
		margin-top: 12px !important;
	}

	.new_table1 li:first-child {
		margin-top: 0 !important;
	}

	.new_table1 li input,
	.new_table1 #btn {
		width: calc(100% - 32px) !important;
		margin-left: 16px !important;
		padding-left: 15px;
		box-sizing: border-box;
	}

	.new_table1 #btn {
		padding-left: 0;
		font-size: 16px;
	}

	/* 新闻列表页面包屑 */
	.weizhi {
		min-width: 0 !important;
		line-height: 44px;
		font-size: 13px;
	}

	.weizhi .main {
		padding-left: 12px;
		padding-right: 12px;
	}

	/* 新闻列表主内容 */
	.new_list {
		width: 100% !important;
		float: none !important;
	}

	.new_title {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 20px;
		font-size: 18px;
		line-height: 1.4;
	}

	.new_title span {
		margin-right: 12px;
	}

	.new_title a {
		font-size: 13px;
		padding: 4px 10px;
		margin: 2px 4px 2px 0;
	}

	.new_list .listm {
		height: auto !important;
		margin: 15px 0 !important;
		padding-bottom: 15px;
		border-bottom: 1px solid #f0f0f0;
		display: flex;
		flex-direction: column;
	}

	.new_list .listm:last-child {
		border-bottom: none;
	}

	.news_img {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin-bottom: 10px;
		background: #f5f5f5;
		border-radius: 4px;
		overflow: hidden;
	}

	.news_img a {
		display: block;
	}

	.news_img img {
		width: 100%;
		height: auto;
		min-width: auto;
		max-height: none;
		display: block;
	}

	.new_content {
		width: 100% !important;
		float: none !important;
		padding: 0;
	}

	#new_biaoti {
		font-size: 15px;
		margin-top: 0;
		line-height: 1.5;
		font-weight: bold;
		overflow-wrap: break-word;
	}

	.new_content p {
		height: auto !important;
		font-size: 13px;
		line-height: 1.7;
		color: #666;
		margin: 8px 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow-wrap: break-word;
	}

	.new_time {
		text-align: right;
		margin-top: 5px;
	}

	.new_time b {
		font-size: 12px;
	}

	/* 新闻内容页左边 */
	.page_main {
		width: 100% !important;
		float: none !important;
		padding: 0 12px;
		box-sizing: border-box;
	}

	/* 右侧热门/推荐 */
	.new_list2 {
		width: 100% !important;
		float: none !important;
		margin-top: 25px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}

	.new_rmfw {
		height: auto !important;
		margin-top: 0;
	}

	.new_rmfw span {
		width: 4px;
		height: 20px;
	}

	.new_rmfw b {
		font-size: 16px;
		line-height: 20px;
	}

	.rmfw_img {
		width: 100%;
		height: auto !important;
		margin: 12px 0;
	}

	.rmfw_img img {
		width: 100%;
		height: auto;
		border-radius: 4px;
	}

	.wbox p {
		font-size: 13px;
		line-height: 1.5;
		padding: 10px 12px;
	}

	.timeline {
		width: 100% !important;
		height: auto !important;
		top: 0;
		margin-top: 15px;
	}

	.timeline li {
		height: auto !important;
		margin-top: 0;
		margin-bottom: 12px;
		padding-left: 30px;
	}

	.timeline .line {
		height: 80%;
		left: 7px;
	}

	.timeline li:before {
		left: 0;
	}

	.timeline .tit a {
		font-size: 14px;
		line-height: 1.5;
	}

	.timeline p {
		font-size: 12px;
		color: #999;
		margin-top: 4px;
	}

	.tjwz li {
		height: auto !important;
		display: flex;
		align-items: flex-start;
		margin-top: 0;
		margin-bottom: 12px;
	}

	.tjwz li .tjwz_img {
		width: 90px !important;
		height: auto !important;
		flex-shrink: 0;
		margin-right: 10px;
		border-radius: 4px;
		overflow: hidden;
		background: #f5f5f5;
		float: none !important;
	}

	.tjwz_img img {
		width: 100%;
		height: auto;
		min-width: auto;
		max-height: none;
		display: block;
	}

	.tjwz b {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
		width: auto !important;
		height: auto !important;
		float: none !important;
		font-size: 14px;
		line-height: 1.4;
	}

	.tjwz b a {
		font-size: 14px;
	}

	.tjwz em {
		display: block;
		font-size: 12px;
		color: #999;
		padding-left: 0;
		margin-top: 6px;
	}

	.ad {
		margin: 15px 0;
	}

	.ad img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* 分页 */
	.pglist {
		padding: 20px 0;
	}

	.pglist a {
		padding: 0 10px;
		line-height: 30px;
		font-size: 13px;
	}

	.pglist * {
		line-height: 30px;
	}

	/* 避免右侧固定按钮遮挡底部内容 */
	body.articlelist {
		padding-bottom: 60px;
	}

	/* ============ 相关服务网格 ============ */
	.xgfw li {
		width: 48% !important;
		margin: 0 1% 10px !important;
	}

	.partner-item {
		width: 48% !important;
		margin: 0 1% 20px !important;
	}

	.xgfw li img {
		width: 40%;
	}

	/* ============ 页脚 ============ */
	.f_nbg {
		min-width: 0 !important;
		padding: 30px 0 20px !important;
	}

	.f_nbg .fot_line {
		float: none !important;
		width: 100% !important;
		min-height: 0 !important;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 18px 0 !important;
		text-align: center;
	}

	.f_nbg .fot_line:last-of-type {
		border-bottom: none;
	}

	.b_weixin:last-of-type {
		border-bottom: none;
	}

	.fot_logo {
		width: 100% !important;
		text-align: center;
	}

	.fot_logo img {
		width: 160px;
		height: auto;
		margin: 0 auto 10px;
		display: block;
	}

	.f_nav,
	.b_weixin,
	.b_contact {
		width: 100% !important;
		float: none !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		text-align: center;
	}

	.f_nav h4,
	.b_weixin h4,
	.b_contact h4 {
		margin-bottom: 12px;
		padding-left: 0;
		text-align: center;
	}

	.f_nav li p {
		width: auto;
		float: none;
		display: inline-block;
		margin: 0 8px;
		line-height: 32px;
	}

	.b_weixin h4 {
		background: none !important;
	}

	.b_contact.fr {
		float: none !important;
	}

	.b_contact p {
		line-height: 2;
		text-align: center;
	}

	.contact-info p {
		padding-top: 5px !important;
	}

	.bq_bg {
		min-width: 0 !important;
		padding: 12px 8px;
		font-size: 11px;
		line-height: 1.8;
	}

	.bq_bg .main {
		width: 100% !important;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.bq_bg span {
		float: none;
		display: block;
	}

	/* ============ 右侧浮动客服按钮缩小 ============ */
	.circle {
		width: 48px !important;
		height: 48px !important;
		line-height: 48px;
		right: 5px;
	}

	.circle a {
		width: 40px;
		height: 40px;
		line-height: 37px;
	}

	.circle a img {
		max-width: 22px;
		max-height: 22px;
		vertical-align: middle;
	}

	.circle a .kuang {
		display: none !important;
	}

	.circle .table_cell img {
		width: 22px;
		height: auto;
	}

	/* ============ 表单 / 表格 ============ */
	.pages .table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.container.pages {
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
	}

	.form-inline .form-control,
	.form-inline .form-group {
		width: 100%;
		margin-bottom: 8px;
	}

	/* ============ 服务优势 ============ */
	.youshi li {
		width: 48% !important;
		margin: 0 1% 10px !important;
		float: left;
	}

	.youshi li .pic img {
		width: 25%;
	}

	/* ============ 荣誉资质 ============ */
	.zmqx li {
		width: 48% !important;
		margin: 0 1% 15px !important;
		height: auto !important;
		float: left;
	}

	.zmqx li:nth-child(4) {
		margin-right: 1% !important;
	}

	/* ============ 咨询电话栏 ============ */
	.dianhua {
		width: 90% !important;
		max-width: 478px;
		height: auto;
		padding: 12px 15px;
		line-height: 1.6;
		text-align: center;
		box-sizing: border-box;
		/* 改成弹性布局，避免绝对定位导致重叠 */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.dianhua>i,
	.dianhua>i.icon1 {
		position: relative;
		left: auto;
		top: auto;
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		width: 32px;
		height: 32px;
		background-size: contain;
	}

	.dianhua label {
		float: none;
		padding: 0;
		width: auto;
		line-height: inherit;
		display: inline-block;
	}

	.dianhua strong {
		font-size: 24px;
		padding-left: 8px;
		display: inline-block;
	}

	.dianhua a {
		position: static !important;
		display: inline-block;
		width: auto;
		min-width: 120px;
		height: auto;
		padding: 8px 24px;
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.5;
		border-radius: 4px;
	}

	/* ============ 广告图 Swiper ============ */
	#guanggao .swiper-slide {
		height: auto !important;
	}

	#guanggao .swiper-slide img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* ============ 热门服务选项卡头部（统一为等分铺满，避免与上方规则冲突） ============ */
	.hot_service .hd ul {
		width: 100% !important;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 0 12px;
	}

	.hot_service .hd ul::-webkit-scrollbar {
		display: none;
	}

	.hot_service .hd ul li {
		flex: 1 1 0;
		width: auto !important;
		padding: 9px 0 !important;
		margin: 0 3px !important;
		font-size: 13px;
		line-height: 1.6;
		text-align: center;
		white-space: nowrap;
		border-radius: 20px;
	}

	/* ============ 热门服务内容区 - 移动端优化 ============ */
	.hot_service .bd {
		margin-top: 20px;
	}

	.hot_service .service .mid li {
		padding: 14px 16px !important;
	}

	.hot_service .service .mid li h2 {
		font-size: 14px;
	}

	.hot_service .service .mid li p {
		font-size: 11px;
	}

	.hot_service .service .mid li a {
		width: 60px;
		line-height: 26px;
		font-size: 11px;
	}

	.hot_service .service .left h3 {
		font-size: 20px;
	}

	.hot_service .service .left a {
		width: 110px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}

	/* ============ 服务内容 server ============ */
	.server {
		width: 100% !important;
	}

	/* ============ 内页服务范围 page_fw ============ */
	.page_fw li {
		width: 48% !important;
		margin: 0 1% 10px !important;
		font-size: 16px;
		line-height: 1.4;
		padding: 15px 10px;
		box-sizing: border-box;
		text-align: center;
	}

	.page_fw li:nth-child(4n) {
		margin-right: 1% !important;
	}

	.page_fw li>div {
		float: none;
		margin: 0 auto 8px;
		width: 50px;
		height: 50px;
	}

	/* ============ 服务保障 page_bz 2列 ============ */
	.page_bz li {
		width: 48% !important;
		margin: 0 1% 15px !important;
		box-sizing: border-box;
	}

	.page_bz li:nth-child(2n+1) {
		background: none;
	}

	/* ============ 服务区域版块 ============ */
	.service-area-section {
		padding: 20px 12px;
	}

	/* ============ 关于我们/联系我们文字 ============ */
	.about_txt {
		max-height: 360px !important;
		/* overflow-y: auto; */
	}

	.about_txt h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.about_txt p {
		font-size: 14px !important;
		line-height: 1.8 !important;
	}

	/* ============ 数字统计区 ============ */
	.product-number-info li {
		padding-left: 70px !important;
		background-position: 15px center !important;
		background-size: 35px auto !important;
	}

	.product-number-info li b {
		font-size: 22px;
	}

	.product-number-info li b sup {
		font-size: 14px;
		right: -14px;
	}

	.product-number-info li b span {
		font-size: 12px;
		right: -20px;
		top: 12px;
	}

	.product-number-info li p {
		font-size: 12px;
	}

	/* ============ 新闻列表 ============ */
	.news {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}

	/* ============ 图片模态弹窗调整 ============ */
	.picShow {
		width: 100% !important;
		margin-right: 0 !important;
	}

	/* ============ 间距缩减 ============ */
	.blank40,
	.blank50,
	.blank60 {
		height: 25px;
	}

	/* ============ 常见问题 FAQ ============ */
	.wenda {
		padding: 10px 0 20px;
	}

	.question li {
		width: 100% !important;
		min-height: 0 !important;
		height: auto !important;
		padding: 18px 15px 18px 18px !important;
		margin-bottom: 12px !important;
		float: none !important;
		box-sizing: border-box;
	}

	.question li .ques,
	.question li .ans {
		min-height: 0 !important;
		height: auto !important;
	}

	.question li .ques {
		margin-bottom: 10px;
	}

	.question li .ques img,
	.question li .ans img {
		width: 32px;
		height: 32px;
		margin-right: 12px;
	}

	.question li .tit,
	.question li .cont {
		max-width: none !important;
		width: auto;
	}

	.question li .tit {
		font-size: 15px;
		line-height: 22px;
	}

	.question li .cont {
		font-size: 13px;
		line-height: 22px;
	}

	/* ============ page_ban 通用 ============ */
	.page_ban {
		height: auto !important;
		min-height: 180px;
		background-size: cover !important;
	}

	/* ============ 公司注册 zcgs ============ */
	/* 公司优势 */
	.gszc_youshi {
		height: auto !important;
		display: flex;
		flex-wrap: wrap;
	}

	.gszc_youshi li {
		width: 50% !important;
		height: auto !important;
		padding: 12px 10px;
		box-sizing: border-box;
		float: none !important;
		display: flex;
		align-items: center;
	}

	.gszc_youshi li img {
		width: 36px;
		height: 36px;
		margin: 0;
		float: none !important;
		flex-shrink: 0;
	}

	.youshi_wz {
		width: auto !important;
		margin: 0 0 0 12px;
		float: none !important;
		flex: 1;
	}

	.youshi_wz b {
		font-size: 13px;
	}

	.youshi_wz p {
		font-size: 11px;
		line-height: 1.5;
		padding-top: 2px;
	}

	/* 注册公司表单区域 */
	.gszc_title {
		font-size: 22px;
		padding-top: 30px;
	}

	.gszc_table {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin-top: 25px;
	}

	.table_img {
		width: 100% !important;
	}

	.table_start {
		width: 100% !important;
		height: auto !important;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.table_start li {
		width: 100% !important;
		height: auto !important;
		margin-top: 12px !important;
		float: none !important;
		clear: both;
	}

	.table_start li span {
		float: none !important;
		display: block;
		margin-left: 0;
		line-height: 1.6;
		margin-bottom: 6px;
		font-size: 13px;
	}

	.table_start li input[type=text] {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		box-sizing: border-box;
	}

	.table_start li .notice-star {
		position: static;
		float: none;
		margin-left: 4px;
		vertical-align: middle;
	}

	.table_start li input[type=submit] {
		width: 100% !important;
		max-width: 320px;
	}

	#type-radio2 {
		padding-left: 0;
	}

	#type-radio2 dd {
		margin-left: 0 !important;
		margin-right: 20px;
		margin-top: 5px;
		float: none;
		display: inline-block;
	}

	/* slideTxtBox 标签页 */
	.slideTxtBox {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin-top: 25px;
	}

	.slideTxtBox .hd ul {
		width: 100% !important;
		display: flex;
	}

	.slideTxtBox .hd ul li {
		width: 50% !important;
		font-size: 14px;
		float: none !important;
		flex: 1;
	}

	.bd_neirong p {
		width: 90% !important;
		height: auto !important;
		margin-left: 15px;
	}

	.bd_img {
		width: 100% !important;
		height: auto !important;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.bd_img li {
		width: 100% !important;
		height: auto !important;
		margin: 10px 0;
		float: none !important;
		box-sizing: border-box;
	}

	.bd_img li img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		display: block;
		margin: 0 auto;
	}

	.bd_img1 {
		display: inline-block;
		width: 48%;
		text-align: center;
		vertical-align: top;
	}

	.bd_img1 img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}

	.mian100 {
		height: auto !important;
		padding-bottom: 30px;
	}

	/* 工商热门服务 */
	.hot-l,
	.hot-r {
		width: 100% !important;
		height: auto !important;
		margin: 0 0 20px 0 !important;
		float: none !important;
	}

	.hot-l-top,
	.hot-r-top {
		height: auto;
		padding-bottom: 20px;
	}

	.hot-li,
	.hot-r-top .hot-li {
		background-size: 120px auto;
		background-position: right 10px center;
	}

	.hot-li p {
		font-size: 22px;
		padding: 15px 0 10px 20px;
	}

	.hot-li div {
		font-size: 12px;
		padding-left: 20px;
	}

	.hot-li div span {
		font-size: 11px;
		padding: 3px 6px;
		margin-bottom: 4px;
		display: inline-block;
	}

	.hot-l-bottom {
		padding: 0 20px;
	}

	.hot-bm-title {
		padding: 18px 0;
		font-size: 14px;
		overflow: hidden;
	}

	.hot-bm-title .left {
		padding: 0 !important;
	}

	.hot-bm-title span {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
	}

	.hot-l .hot-l-bottom .clear .fl {
		width: 100% !important;
		float: none !important;
	}

	.hot-l .hot-l-bottom ul li dl dd {
		font-size: 13px;
		margin-bottom: 6px;
	}

	#hot-radio,
	#hot-radio2 {
		width: 100% !important;
	}

	#hot-radio dd,
	#hot-radio2 dd {
		width: 100% !important;
		float: none !important;
		margin: 0 0 10px 0 !important;
		padding: 0 0 10px 32px !important;
		box-sizing: border-box;
	}

	.hot-r .hot-bmr-title {
		margin: 20px 0;
		padding: 0 20px;
	}

	.hot-bm-tl {
		margin-left: 20px !important;
	}

	.hot-bm-tl,
	.hot-bm-tr {
		width: 45%;
		float: left;
		text-align: center;
	}

	.hot-r-bottom ul {
		padding: 0 10px;
	}

	.hot-r-bottom ul li,
	.hot-r-bottom ul li.list5 {
		margin-left: 0 !important;
		margin-right: 8px;
		margin-bottom: 8px;
		width: auto !important;
		padding: 0 12px;
		font-size: 12px;
	}

	.hot-inner-btn,
	.hot-inner-btn2 {
		width: 160px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		margin: 15px auto 20px;
	}

	/* VIP银行通道 */
	.vip-wrap {
		min-width: 0 !important;
		height: auto !important;
		padding: 20px 0;
	}

	.vip {
		padding-left: 15px !important;
	}

	.vip-title {
		font-size: 20px;
		padding: 20px 0 15px;
	}

	.vip ul {
		width: 100% !important;
	}

	.vip li {
		width: 100% !important;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.vip-btn {
		margin-top: 15px;
	}

	/* 注册公司要做的 */
	.gszc_box4 {
		width: 100% !important;
		float: none !important;
		margin-bottom: 15px;
	}

	.gszc_box4 ul {
		overflow: hidden;
	}

	.gszc_box4 li {
		width: 46%;
		margin: 8px 2%;
	}

	/* 流程/资料 */
	.gszc_box5 li {
		width: 46% !important;
		margin: 8px 2% !important;
	}

	.gszc_box5 li .pic img {
		width: 25%;
	}

	/* ============ 代理记账 dljz ============ */
	.dljz_box1 ul {
		overflow: hidden;
	}

	.dljz_box1 li {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin: 0 0 15px 0 !important;
		padding: 25px 20px;
		background-size: cover !important;
	}

	.dljz_box1 li h4 {
		font-size: 20px;
	}

	.dljz_box1 li .price {
		font-size: 14px;
	}

	.dljz_box1 li .price-money {
		font-size: 22px;
	}

	.dljz_box1 li .more2 {
		margin-top: 15px;
	}

	/* 代理记账表单 */
	.dljz_table {
		width: 100% !important;
		float: none !important;
		height: auto !important;
		padding: 15px 15px 5px !important;
		margin-bottom: 20px;
	}

	.dljz_table p {
		font-size: 13px;
		line-height: 22px;
	}

	.dljz_table h3 {
		font-size: 14px;
		line-height: 36px;
	}

	.dljz_table li label {
		width: 100px;
		margin-bottom: 8px;
	}

	.dljz_table li label span {
		font-size: 13px;
		line-height: 36px;
	}

	.dljz_table li input[type="radio"]+label::before {
		width: 100px;
		height: 36px;
	}

	.dljz_table li input[type="radio"]:checked+label::before {
		width: 100px;
		height: 36px;
	}

	.dljz_table li input[type=text] {
		width: 100% !important;
		margin-bottom: 10px;
		line-height: 42px;
		height: 42px;
	}

	.dljz_table li input[type=submit] {
		width: 100% !important;
		height: 44px;
		line-height: 44px;
	}

	/* 会计专家 */
	#dljz_kj {
		width: 100%;
	}

	#dljz_kj .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#dljz_kj .pic img {
		margin-bottom: 10px;
	}

	#dljz_kj .txt {
		padding: 0 10px;
	}

	#dljz_kj .name {
		font-size: 16px;
	}

	#dljz_kj .zy {
		font-size: 13px;
	}

	#dljz_kj .jj {
		font-size: 13px;
		line-height: 1.6;
	}

	/* 服务内容 */
	.dljz_box2 li {
		width: 100% !important;
		float: none !important;
		margin: 0 0 15px 0 !important;
	}

	.dljz_box2 li .txt {
		height: auto !important;
	}

	.dljz_box2 li .txt span {
		font-size: 13px;
		line-height: 26px;
	}

	/* 咨询电话bar (dljz) */
	div[style*="height:103px"] {
		height: auto !important;
		min-width: 0 !important;
		padding: 15px 0 !important;
		background-size: cover !important;
		text-align: center;
	}

	div[style*="height:103px"] .main {
		padding: 5px 0 !important;
		font-size: 24px !important;
	}

	/* 服务流程 */
	.fwlc_box::before {
		display: none;
	}

	.fwlc_box ul {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.fwlc_box ul li {
		width: 48% !important;
		display: inline-block;
	}

	.fwlc_box ul li .img {
		width: 100px;
		height: 100px;
		line-height: 98px;
	}

	.circleProgress_wrapper {
		display: none;
	}

	.fwlc_box ul li span {
		position: static !important;
		display: block;
		text-align: center;
		width: auto;
	}

	.fwlc_box ul li::before,
	.fwlc_box ul li::after {
		display: none;
	}

	/* 专业规范账目清晰 */
	.youshi_bg {
		min-width: 0 !important;
		padding: 5px 0 30px;
	}

	.zmqx li {
		width: 48% !important;
		margin: 0 1% 15px !important;
		height: auto !important;
	}

	.zmqx li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.zmqx li h5 {
		font-size: 16px;
		line-height: 60px;
		bottom: 60px;
		height: 60px;
		background-size: contain;
	}

	.zmqx li p {
		margin-top: 40px;
		font-size: 13px;
	}

	.s_more {
		width: 200px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		margin-top: 15px;
	}

	/* ============ 高新认定 gxrd ============ */
	.page_ban .pcont {
		width: 90% !important;
		height: auto !important;
		margin: 100px auto 20px;
		font-size: 14px;
		line-height: 32px;
		padding: 8px 10px;
		box-sizing: border-box;
	}

	.page_ban .pcont span {
		margin: 0 6px;
	}

	.gxrd_table {
		width: 90% !important;
		height: auto !important;
		margin-top: 10px;
	}

	.gxrd_table li {
		float: none !important;
		margin-bottom: 8px;
	}

	.gxrd_table li input {
		width: 100% !important;
		height: 44px !important;
		font-size: 14px;
		box-sizing: border-box;
	}

	.gxrd_table .gxrd_hx {
		display: none;
	}

	.gxrd_dy {
		width: 95% !important;
		height: auto !important;
		padding-bottom: 10px;
	}

	.gxrd_dy p {
		font-size: 13px;
		line-height: 22px;
		padding: 15px 20px;
	}

	/* 高新认定好处 */
	.gxrd_youshi li {
		width: 48% !important;
		margin: 0 1% 10px !important;
		height: auto !important;
		padding: 15px;
	}

	.gxrd_youshi li img {
		width: 50px;
		height: 50px;
	}

	.advantage {
		width: calc(100% - 60px);
		height: auto !important;
	}

	.gxrd_youshi .advantage b {
		font-size: 14px;
		line-height: 28px;
		padding-left: 10px;
	}

	.gxrd_youshi .advantage p {
		font-size: 12px;
		line-height: 20px;
		padding-left: 10px;
	}

	/* 国家高新认定条件 */
	.gxrd_left,
	.gxrd_right {
		width: 100% !important;
		float: none !important;
		height: auto !important;
	}

	.gxrd_left .left_term li {
		width: 48% !important;
		margin: 10px 1% 0 !important;
		height: auto !important;
		padding: 15px 0;
	}

	.gxrd_left .left_term li p {
		padding: 15px 15px 0;
		font-size: 13px;
		line-height: 22px;
	}

	.gxrd_right .right_term li {
		width: 45% !important;
		height: auto !important;
		margin: 8px 2.5% !important;
	}

	.gxrd_right .right_term li img {
		width: 45px;
		height: auto;
		margin-left: 0;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.gxrd_right .right_term li span {
		margin-top: 8px;
		font-size: 12px;
	}

	/* 服务优势 */
	.gxrd_service {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.gxrd_service li {
		width: 48% !important;
		margin: 0 1% 15px !important;
		height: auto !important;
		float: none !important;
		box-sizing: border-box;
	}

	.gxrd_service li img {
		width: 45px;
		height: 45px;
		margin: 15px auto 10px;
		display: block;
	}

	.gxrd_service li b {
		font-size: 14px;
	}

	.gxrd_service li p {
		font-size: 12px;
		padding: 0 15px 20px;
	}

	/* 认定条件背景区 */
	div[style*="height:520px"] {
		height: auto !important;
		padding-bottom: 25px;
	}

	/* ============ 税务筹划 swch ============ */
	/* 页面表单 */
	.page_form {
		width: 100% !important;
		height: auto !important;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.page_form .form_item .input {
		float: none !important;
		width: 100%;
		margin-bottom: 6px;
	}

	.page_form .form_item .input i {
		display: none;
	}

	.page_form .form_item input {
		width: 100% !important;
		height: 44px;
		border: 2px solid #2F82FF !important;
		padding-left: 42px;
		box-sizing: border-box;
	}

	.page_form .form_item .input_submit {
		padding-left: 0 !important;
	}

	/* 财税难题 */
	.nsch_box1 li {
		width: 48% !important;
		margin: 0 1% 10px !important;
	}

	.nsch_box1 li .txt h3 {
		font-size: 16px;
		padding-bottom: 25px;
		background-size: auto 16px;
		background-position: center 30px;
	}

	.nsch_box1 li .txt p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-bottom: 15px;
	}

	.nsch_box1 li .txt a {
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	/* 定制税收筹划 */
	.nsch_box2 {
		height: auto !important;
		padding-bottom: 20px;
	}

	.ssch li {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin-bottom: 15px;
	}

	.ssch_bg,
	.ssch_bg1 {
		height: auto;
		padding-bottom: 15px;
	}

	.ssch_bg h5,
	.ssch_bg1 h5 {
		font-size: 17px;
		line-height: 40px;
		padding-top: 10px;
	}

	.ssch_bg p,
	.ssch_bg1 p {
		font-size: 12px;
		line-height: 22px;
		padding: 0 20px;
	}

	.ssch_case,
	.ssch_case1 {
		height: auto !important;
		padding: 15px 10px;
	}

	.ssch_case li,
	.ssch_case1 li {
		width: 30.3%;
		margin: 6px 1.15%;
		height: 35px;
	}

	.ssch_case li a,
	.ssch_case1 li a {
		line-height: 35px;
		font-size: 12px;
	}

	/* 税务筹划案例 */
	.fw_case li {
		width: 90% !important;
		margin: 0 auto 15px !important;
		float: none !important;
		height: auto !important;
		padding: 15px 20px 20px;
		border-radius: 12px !important;
		box-sizing: border-box;
	}

	.fw_case .case_title {
		font-size: 17px;
		padding-top: 5px;
		line-height: 36px;
	}

	.fw_case .cont {
		font-size: 13px;
		line-height: 24px;
		padding: 0 5px;
	}

	.fw_case .ck {
		margin-left: 0 !important;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}

	/* 行业定制方案 */
	.nsch_box4 ul li {
		width: 48% !important;
		margin: 0 1% 10px !important;
	}

	.nsch_box4 ul li .con h3 {
		font-size: 18px;
	}

	.nsch_box4 ul li .con p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}

	/* 服务保障 */
	.nsch_box6 li {
		width: 48% !important;
		margin: 0 1% 12px !important;
		height: auto !important;
		padding-bottom: 15px;
	}

	.nsch_box6 li h2 {
		font-size: 16px;
	}

	.nsch_box6 li p {
		font-size: 11px;
	}

	/* ============ 代理记账表单区背景高度 ============ */
	div[style*="height:630px"] {
		height: auto !important;
		padding-bottom: 25px;
	}

	/* ============ 商标注册 sbzc ============ */
	/* 查询区 */
	.chaxun {
		width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
		top: auto !important;
		bottom: 0;
		padding: 15px;
		box-sizing: border-box;
		height: auto !important;
	}

	.banner-search-box {
		width: 100% !important;
	}

	.banner-search-box input {
		width: calc(100% - 130px) !important;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}

	.banner-search-box a {
		width: 120px;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}

	/* 商标注册服务 3→2列 */
	.sbzc_box1 li {
		width: 46%;
		margin: 10px 2%;
		float: left;
	}

	/* 热门商标服务 6→3列 */
	.sbzc_box2 li {
		width: 31%;
		margin: 8px 1.16%;
		padding: 15px 0;
	}

	.sbzc_box2 li h3 {
		font-size: 16px;
		line-height: 36px;
	}

	.sbzc_box2 li .price {
		margin-top: 15px;
	}

	.sbzc_box2 li .price span {
		font-size: 18px;
	}

	/* 专利申请 */
	.zl_box1 .side {
		width: 100% !important;
		float: none !important;
		height: auto !important;
		padding: 20px;
		box-sizing: border-box;
		background-size: cover;
	}

	.zl_box1 .main_con {
		width: 100% !important;
		float: none !important;
	}

	.zl_box1 .main_con li {
		width: 48%;
		height: auto !important;
		margin: 8px 1%;
	}

	.zl_box1 .main_con li section {
		padding: 20px 15px 25px;
		height: auto;
	}

	.animate-line i {
		display: none;
	}

	/* 版权服务 */
	.zl_box2 .side {
		width: 100% !important;
		float: none !important;
		height: auto !important;
		padding: 20px;
		box-sizing: border-box;
		background-size: cover;
	}

	.zl_box2 .main_con {
		width: 100% !important;
		float: none !important;
	}

	.zl_box2 .main_con li {
		width: 48%;
		height: auto !important;
		padding: 20px 15px 50px;
		margin: 8px 1%;
	}

	.zl_box2 .main_con li .price {
		left: 15px;
		bottom: 15px;
	}

	/* 弹出表单 */
	.popup {
		width: 90% !important;
		left: 5% !important;
		margin-left: 0 !important;
	}

	.popup_hang1 {
		margin-left: 15px;
	}

	.popup_hang1 input,
	.popup_hang1 select {
		width: 160px;
	}
}

/* -------- 手机：<=768px -------- */
@media screen and (max-width: 768px) {

	.page_ban {
		height: 200px;
	}

	#banner .swiper-slide {
		height: 90px;
	}

	.product-number-info .q li b {
		font-size: 20px;
	}

	/* 新闻列表字号微调 */
	.new_table h6 {
		font-size: 18px;
	}

	#new_biaoti {
		font-size: 16px;
	}

	.new_content p {
		font-size: 13px;
	}

	/* gszc 字号收紧 */
	.gszc_youshi li img {
		width: 30px;
		height: 30px;
	}

	.youshi_wz b {
		font-size: 12px;
	}

	.youshi_wz p {
		font-size: 10px;
	}

	.gszc_title {
		font-size: 20px;
	}

	.table_start li input[type=text] {
		width: 100% !important;
		max-width: none !important;
	}

	.table_start li input[type=submit] {
		width: 100% !important;
		max-width: 320px;
	}

	/* dljz */
	.fwlc_box ul li {
		width: 100% !important;
		margin-bottom: 15px;
	}

	/* gxrd */
	.gxrd_youshi li img {
		width: 40px;
		height: 40px;
	}

	.gxrd_service li img {
		width: 36px;
		height: 36px;
	}

	/* swch */
	.nsch_box1 li {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}

	.nsch_box4 ul li .con h3 {
		font-size: 16px;
	}

	.fw_case li {
		width: 95% !important;
	}

	.nsch_box6 li h2 {
		font-size: 15px;
	}

	/* 服务流程1列 */
	.dljz_box2 li .txt span {
		font-size: 12px;
		line-height: 24px;
	}

	.slideTxtBox .hd ul li {
		font-size: 13px;
	}
}

/* -------- 小屏手机：<=480px -------- */
@media screen and (max-width: 480px) {

	.page_ban {
		height: 120px;
	}

	.service-area-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.main_tit_z,
	.main_tit_z h1 {
		font-size: 20px;
	}

	.xgfw li {
		width: 46% !important;
		margin: 0 1% 10px !important;
	}

	.partner-item {
		width: 48% !important;
		margin: 0 1% 20px !important;
	}

	/* 热门服务：小屏微调 */
	.hot_service .hd ul {
		padding: 0 8px;
	}

	.hot_service .hd ul li {
		font-size: 12px;
		padding: 8px 0;
		margin: 0 1px !important;
	}

	.hot_service .service .mid li {
		padding: 14px 16px !important;
	}

	.hot_service .service .mid li h2 {
		font-size: 14px;
	}

	.hot_service .service .mid li a {
		width: 60px;
		line-height: 26px;
		font-size: 11px;
	}

	/* FAQ */
	.wenda {
		padding: 25px 0 10px;
	}

	.wenda .main_tit {
		padding: 0 0 15px;
	}

	.question li {
		padding: 15px 13px 15px 15px !important;
	}

	.question li .ques img,
	.question li .ans img {
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.question li .tit {
		font-size: 14px;
		line-height: 20px;
	}

	.question li .cont {
		font-size: 12px;
		line-height: 20px;
	}

	/* 服务优势 2 列 */
	.youshi li {
		width: 48% !important;
		margin: 0 1% 10px !important;
	}

	/* 荣誉资质 1 列 */
	.zmqx li {
		width: 98% !important;
		margin: 0 1% 10px !important;
	}

	/* 内页服务范围 2 列 */
	.page_fw li {
		width: 48% !important;
		margin: 0 1% 8px !important;
	}

	/* 数字统计 1 列 */
	.product-number-info .q li {
		width: 50% !important;
	}

	/* 热门服务选项卡更紧凑 */
	.hot_service .hd ul li {
		padding: 6px 14px;
		margin: 0 4px;
		font-size: 12px;
		border-radius: 16px;
	}

	.hot_service .bd {
		margin-top: 15px;
	}

	.hot_service .service .left {
		padding: 20px 15px 15px !important;
	}

	.hot_service .service .left h3 {
		font-size: 18px;
	}

	.hot_service .service .left p {
		font-size: 11px;
	}

	.hot_service .service .left a {
		width: 100px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin: 14px auto 0 auto !important;
	}

	.hot_service .service .mid li {
		padding: 12px 14px !important;
	}

	.hot_service .service .mid li h2 {
		font-size: 13px;
	}

	.hot_service .service .mid li p {
		font-size: 11px;
	}

	.hot_service .service .mid li a {
		width: 56px;
		line-height: 24px;
		font-size: 11px;
		margin-right: 4px;
	}

	.hot_service .service .right {
		padding: 12px 14px 8px !important;
	}

	.hot_service .service .right li {
		font-size: 12px;
		padding: 8px 0;
	}

	/* 咨询电话栏 - 全宽 */
	.dianhua {
		width: 95% !important;
		padding: 10px 15px;
		font-size: 14px;
	}

	.dianhua strong {
		font-size: 20px;
		padding-left: 4px;
	}

	.dianhua a {
		min-width: 100px;
		padding: 6px 18px;
		margin-top: 8px;
		font-size: 14px;
	}

	/* 按钮间距 */
	.area-btn {
		padding: 8px 6px;
		font-size: 12px;
	}

	/* ============ 页脚精简 ============ */
	.f_nbg {
		padding: 20px 0 10px !important;
	}

	.f_nbg .fot_line {
		padding: 12px 0 !important;
	}

	.f_nav li p {
		margin: 0 4px;
		font-size: 12px;
		line-height: 28px;
	}

	.f_nav li p a {
		font-size: 12px;
	}

	.b_weixin li img {
		width: 80px;
		height: 80px;
	}

	.b_contact p {
		font-size: 12px;
		line-height: 1.8;
	}

	.bq_bg {
		font-size: 10px;
		padding: 10px 6px;
	}

	/* 右侧浮动按钮进一步缩小 */
	.circle {
		width: 40px !important;
		height: 40px !important;
		line-height: 40px;
		right: 3px;
	}

	.circle a {
		width: 34px;
		height: 34px;
		line-height: 31px;
	}

	.circle a img,
	.circle .table_cell img {
		max-width: 18px;
		max-height: 18px;
	}

	/* 新闻列表小屏进一步紧凑 */
	.new_title {
		font-size: 16px;
	}

	.new_title a {
		font-size: 12px;
		padding: 3px 8px;
	}

	.new_table1 li input,
	.new_table1 #btn {
		width: calc(100% - 24px) !important;
		margin-left: 12px !important;
	}

	#new_biaoti {
		font-size: 14px;
	}

	.new_content p {
		font-size: 12px;
	}

	.pglist a {
		padding: 0 8px;
		line-height: 28px;
		font-size: 12px;
	}

	.pglist * {
		line-height: 28px;
	}

	/* zcgs 进一步紧凑 */
	.gszc_youshi li {
		width: 50% !important;
	}

	.gszc_title {
		font-size: 18px;
	}

	.gszc_table {
		margin-top: 15px;
	}

	.hot-li,
	.hot-r-top .hot-li {
		background-image: none !important;
	}

	.hot-li p {
		font-size: 18px;
	}

	.hot-r-bottom ul li {
		font-size: 11px;
		padding: 0 8px;
		line-height: 30px;
		height: 30px;
	}

	.vip-title {
		font-size: 16px;
	}

	.vip li {
		font-size: 12px;
	}

	.gszc_box4 li {
		width: 46%;
		margin: 6px 2%;
	}

	.gszc_box5 li {
		width: 46% !important;
		margin: 6px 2% !important;
	}

	.bd_img1 {
		width: 100%;
		margin-bottom: 10px;
	}

	/* dljz */
	.dljz_box1 li h4 {
		font-size: 18px;
	}

	.dljz_box1 li .price-money {
		font-size: 20px;
	}

	.dljz_table li label {
		width: 85px;
	}

	.dljz_table li input[type="radio"]+label::before,
	.dljz_table li input[type="radio"]:checked+label::before {
		width: 85px;
	}

	.dljz_table li label span {
		font-size: 12px;
	}

	.zmqx li {
		width: 98% !important;
		margin: 0 1% 10px !important;
	}

	/* gxrd */
	.page_ban {
		height: 240px !important;
		background-size: 100% 100% !important;
	}

	.page_ban .pcont {
		font-size: 11px;
		line-height: 20px;
		margin-top: 50px;
		padding: 4px 8px;
	}

	.gxrd_youshi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.gxrd_youshi li {
		width: 48% !important;
		margin: 0 1% 10px !important;
		padding: 12px 8px !important;
		float: none !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.gxrd_youshi li img {
		float: none !important;
		width: 42px;
		height: 42px;
		margin: 0 0 8px;
	}

	.advantage {
		width: 100% !important;
		height: auto !important;
		float: none !important;
	}

	.gxrd_youshi .advantage b {
		font-size: 13px;
		line-height: 1.4;
		padding-left: 0;
		text-align: center;
	}

	.gxrd_youshi .advantage p {
		font-size: 11px;
		line-height: 1.5;
		padding-left: 0;
		text-align: center;
	}

	.gxrd_dy p {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 12px;
	}

	.gxrd_left .left_term li {
		width: 48% !important;
		margin: 6px 1% !important;
	}

	.gxrd_right .right_term li {
		width: 46% !important;
		margin: 6px 2% !important;
	}

	.gxrd_service li {
		width: 48% !important;
		margin: 0 1% 10px !important;
		float: none !important;
		box-sizing: border-box;
	}

	/* swch */
	.ssch_case li,
	.ssch_case1 li {
		width: 46%;
		margin: 4px 2%;
	}

	.nsch_box4 ul li {
		width: 98% !important;
		margin: 0 1% 8px !important;
	}

	.nsch_box6 li {
		width: 46% !important;
		margin: 0 2% 8px !important;
	}

	/* sbzc */
	.chaxun {
		padding: 8px;
	}

	.banner-search-box input {
		width: calc(100% - 100px) !important;
		font-size: 13px;
		height: 38px;
		line-height: 38px;
	}

	.banner-search-box a {
		width: 95px;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}

	.sbzc_box1 li {
		width: 44%;
		margin: 6px 3%;
	}

	.sbzc_box1 li h3 {
		font-size: 16px;
	}

	.sbzc_box1 li h5 {
		font-size: 20px;
	}

	.sbzc_box1 li p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.sbzc_box2 li {
		width: 46%;
		margin: 6px 2%;
		padding: 12px 0;
	}

	.sbzc_box2 li h3 {
		font-size: 15px;
		line-height: 32px;
	}

	.sbzc_box2 li .price span {
		font-size: 16px;
	}

	.zl_box1 .main_con li {
		width: 96%;
		margin: 6px 2%;
	}

	.zl_box2 .main_con li {
		width: 46%;
		margin: 6px 2%;
	}

	.popup {
		width: 95% !important;
		left: 2.5% !important;
	}

	.popup h1 {
		font-size: 20px;
		margin: 15px 15px 0;
	}

	.popup_hang1 input,
	.popup_hang1 select {
		width: 140px;
	}
}