﻿@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
	padding: 0;
	margin: 0;
}
html {
	overflow-x: hidden;
	max-width: 620px;
	margin: 0 auto;
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */
	line-height: 1;
	font-size: 14px;
	background: #f5f5f5;
}
a {
	text-decoration: none;
	outline-style: none;/*FF使用*/
	outline: none;
	color: #333;
}
a, input, img, :focus {
mayfish:expression(this.onfocus=this.blur);
cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/
	outline-style: none;/*FF使用*/
} /*去除a标签带来的虚框*/
ul {
	list-style: none;
}
img, ul, li, em {
	border: none;
	list-style: none;
	font-style: normal;
}
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h3, h4, h5 {
	font-weight: normal;
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px
}
.top_blank {
	height: 75px;
}
.blank10 {
	height: 10px;
}
.blank15 {
	height: 15px;
}
.blank20 {
	height: 20px;
}
.blank30 {
	height: 30px;
}
.blank40 {
	height: 40px;
}
.blank50 {
	height: 50px;
}
.blank80 {
	height: 80px;
}
#header {
	position: fixed;
	height: 75px;
	background: #fff;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 18px 0 0px 10px;
}
#header .logo img {
	height: 32px;
	display: block;
}
/*导航*/
.menu-opener {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(20%);
	transform: translateY(-50%) translateX(20%);
	right: 1rem;
	cursor: pointer;
}
.menu-opener .menu-label {
	color: #000;
	font-size: 16px;
	display: inline-block;
	line-height: 30px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.menu-opener .menu-icon {
	height: 30px;
	width: 30px;
	border: 1px dotted #000;
	border-radius: 15px;
	display: inline-block;
	margin-right: 1em;
}
.menu-opener .menu-icon i {
	display: block;
	width: 11px;
	height: 2px;
	top: 13px;
	left: 9px;
	background-color: #000;
	position: relative;
	transition: all .2s ease-in-out;
}
.menu-opener .menu-icon i:after, .menu-opener .menu-icon i:before {
	display: block;
	width: 5px;
	height: 2px;
	background-color: #000;
	content: '';
	left: 3px;
	position: absolute;
}
.menu-opener .menu-icon i:before {
	top: -3px;
	transition: all 0.3s;
}
.menu-opener .menu-icon i:after {
	top: 3px;
	transition: all 0.3s;
	transition-delay: 0.05s;
}
/*弹出导航*/
#container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 100000;
}
#container .header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 10;
	padding: 15px 1em;
	box-sizing: border-box;
	transition: background-color .2s ease-in-out;
}
#container .header nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #035CAC;
}
#container .menu-opener .menu-label {
	color: #fff;
}
#container .menu-opener .menu-icon {
	border: #fff 1px solid;
}
#container .menu-opener .menu-icon i, #container .menu-opener .menu-icon i:after, #container .menu-opener .menu-icon i:before {
	background: #fff;
}
.menu-opener.opened .menu-icon {
	transition: transform 0.3s
}
.menu-opener.opened .menu-icon i {
	top: 13px;
	left: 9px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.menu-opener.opened .menu-icon i:before {
	opacity: 0
}
.menu-opener.opened .menu-icon i:after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 11px;
	top: 0px;
	left: 0px
}
.menu-opener.opened .menu-icon:hover {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.menu-opener.opened .menu-icon:hover i {
	left: 8px
}
/*导航*/
.primary-menu {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.primary-menu li {
	text-align: center;
	line-height: 40px;
}
.primary-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
}
/*电话*/
#container .tel {
	position: absolute;
	left: 50%;
	bottom: 3rem;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#container .tel a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
#container .tel a img {
	margin: 2px 5px 0 0;
}
/*导航*/
.menu_nav {
	padding-top: 25px;
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
}
.menu_nav li {
	width: 25%;
	float: left;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	font-size: 12px;
}
.menu_nav li i {
	display: block;
}
.menu_nav li i img {
	width: 48px;
	height: 48px;
	margin-bottom: 6px;
}
/*标题*/
.title {
	text-align: center;
	margin-top: 25px;
}
.title h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.title h4 {
	font-size: 12px;
	color: #666;
}
.page_box {
	padding: 0 12px;
}
.box_bai {
	background: #fff;
	border-radius: 5px;
	padding: 20px 12px;
}
.box_bai h3 {
	font-size: 15px;
	color: #222;
	font-weight: bold;
	margin-bottom: 20px;
}
.box_bai h3 span {
	font-weight: normal;
	float: right;
	font-size: 12px;
	color: #888;
}
.box_bai h4 {
	font-size: 15px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.box_bai h4 span {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	display: block;
	margin: 10px 0 10px 0;
}
/*焦点图*/
#banner {
}
#banner .swiper-slide {
	text-align: center;
	overflow: hidden;
	position: relative;
}
#banner .swiper-slide img {
	width: 100%;
	display: block;
}
/*文本*/
#banner .txt {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#banner .txt p {
	font-size: 18px;
	color: #fff;
}
#banner .txt span {
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
}
/*分页器*/
#banner .swiper-pagination {
	text-align: center;
}
#banner .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	display: inline-block;
	background: rgba(255,255,255,0.3);
	opacity: 1;
	margin-right: 6px;
	transition: 0.3s all;
	border-radius: 2px;
}
#banner .swiper-pagination-bullet-active {
	background: rgba(255,255,255,0.8);
	width: 25px;
}
#banner .swiper-pagination {
	bottom: 10px;
}
/*服务列表 */
.title_ny {
	margin: 10px 0 20px 0;
}
.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;
}
#s_list {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 35px;
}
#s_list .swiper-slide {
	text-align: center;
	background: #f1f3ff;
	border-radius: 5px;
	padding: 20px 0 20px 0;
}
#s_list .swiper-slide .pic {
	padding: 0px 0 10px 0;
}
#s_list .swiper-slide .pic img {
	height: 46px;
}
#s_list .swiper-slide .txt {
	padding-bottom: 15px;
	color: #fff;
}
#s_list .swiper-slide .txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#s_list .swiper-slide .txt p {
	font-size: 12px;
}
#s_list .swiper-pagination-bullet {
	background: #666;
}
#s_list .swiper-pagination-bullet-active {
	background: #E60013;
}
#s_list .swiper-slide a {
	width: 60%;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255,0.9);
	border-radius: 30px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
}
/*#s_list .hot_1 a{color:#402ff1;}
#s_list .hot_2 a{color:#fe5f37;}
#s_list .hot_3 a{color:#fc6b00;}
*/
#s_list .hot_1 {
	background: url(../images/hot_bg7.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_2 {
	background: url(../images/hot_bg4.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_3 {
	background: url(../images/hot_bg3.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_4 {
	background: url(../images/hot_bg2.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_5 {
	background: url(../images/hot_bg5.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_6 {
	background: url(../images/hot_bg6.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_7 {
	background: url(../images/hot_bg7.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_8 {
	background: url(../images/hot_bg8.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_9 {
	background: url(../images/hot_bg9.jpg) no-repeat center;
	background-size: cover;
}
#s_list .hot_10 {
	background: url(../images/hot_bg10.jpg) no-repeat center;
	background-size: cover;
}
/*服务列表*/
.service_list {
}
.service_list li {
	text-align: center;
	background: #fff;
	width: 31.7%;
	float: left;
	border-radius: 5px;
	margin: 0 2.4% 10px 0;
	overflow: hidden;
}
.service_list li:nth-child(3n) {
	margin-right: 0;
}
.service_list .s_list1 .pic {
	padding: 0px 0 15px 0;
}
.service_list .s_list1 .pic img {
	width: 100%;
}
.service_list .s_list2 .pic {
	padding: 15px 0 10px 0;
}
.service_list .s_list2 .pic img {
	height: 42px;
}
.service_list li .txt {
	padding-bottom: 10px;
}
.service_list li .txt h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.service_list li .txt p {
	font-size: 12px;
	color: #888;
	line-height: 18px;
}
/*广告轮播*/
#ad {
}
#ad .swiper-slide {
	text-align: center;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#ad .swiper-slide img {
	width: 100%;
	display: block;
}
/*分页器*/
#ad .swiper-pagination {
	text-align: center;
}
#ad .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 10px;
	background: rgba(0,0,0,0.3);
	opacity: 1;
	margin-right: 6px;
	transition: 0.3s all;
}
#ad .swiper-pagination-bullet-active {
	background: rgba(255,255,255,0.8);
}
#ad .swiper-pagination {
	bottom: 5px;
}
/* 切换 */
.tabs1 {
	margin-top: 20px;
}
#wrapper {
	overflow-y: hidden;
	background: #fff;
	padding: 20px 5px;
	border-radius: 5px 5px 0 0;
}
.tabs1 li {
	float: left;
	margin-top: 0px;
	width: 25%;
	display: inline-block;
	text-align: center;
}
.tabs1 li a {
	font-size: 15px;
	color: #222;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: solid 2px #fff;
	transition: 0.3s all;
}
.tabs1 li.active a {
	border-bottom: solid 2px #E60013;
}
#tabs-container1 .swiper-slide {
	background: #fff;
	padding: 15px 12px;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
}
#tabs-container1 .swiper-slide p {
	margin-bottom: 10px;
	line-height: 22px;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 5px;
}
/*工商服务*/
.s_a1 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	border: solid 1px #fe5f37;
	color: #fe5f37;
	text-align: center;
	border-radius: 32px;
	margin: 0 5px 12px 0;
	font-size: 13px;
}
.s_a2 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border: solid 1px #4B8EFF;
	color: #4B8EFF;
	text-align: center;
	border-radius: 32px;
	margin: 0 5px 12px 0;
	font-size: 13px;
}
.s_a3 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border: solid 1px #CA1EFE;
	color: #CA1EFE;
	text-align: center;
	border-radius: 32px;
	margin: 0 5px 12px 0;
	font-size: 13px;
}
.s_a4 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border: solid 1px #0CDBC9;
	color: #0CDBC9;
	text-align: center;
	border-radius: 32px;
	margin: 0 5px 12px 0;
	font-size: 13px;
}
/* 文章列表 */
.index_news {
}
.index_news dl {
	margin-bottom: 15px;
}
.index_news dt {
	width: 40%;
	overflow: hidden
}
.index_news dt img {
	width: 100%;
	min-height: 75px;
	border-radius: 3px;
}
.index_news dd {
	width: 56%;
}
.index_news dd h5 {
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0 10px 0;
	/*多行文本溢出现实省略号*/
	display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
	display: -moz-box;
	overflow: hidden;   /*溢出隐藏*/
	text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	/*word-break: break-all; 文本强制换行*/
	-webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
	-webkit-line-clamp: 2;   /*用来限制在一个块元素显示的文本的行数。*/
}
.index_news dd .time {
	font-size: 13px;
	padding-left: 15px;
	/*background: url(../images/icon_time.png) left center no-repeat;*/
	color: #000;
}
.more_1 {
	text-align: center;
	margin: 10px 0 10px 0;
}
.more_1 a {
	text-transform: uppercase;
	display: inline-block;
	line-height: 32px;
	font-size: 13px;
	width: 60%;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 36px;
	color: #666;
}
/*常见问题*/
.faqbg {
}
.faqbg .faq_title {
	line-height: 42px;
	background: url(../images/gszc_5.png) no-repeat center;
	background-size: cover;
	margin-top: 10px;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.faqbg .faq_cont {
	display: none;
}
.faqbg .faq_title span {
	width: 42px;
	height: 42px;
	display: inline-block;
	position: absolute;
right: .4rem;
	top: 0;
	background: url(../images/jia.png)center no-repeat;
}
.faqbg .faq_cont {
	background: #f1f3ff;
	font-size: 13px;
	line-height: 22px;
	padding: 10px 10px;
	text-align: justify;
	color: #666666;
	border: 0px solid #035CAC;
}
.faqbg .current {
	background: #2f82ff;
	color: #fff;
}
.faqbg .current span {
	background: url(../images/jian.png) center no-repeat;
}
.faq_hide {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.faq_show {
	overflow: visible;
	position: relative;
	width: 100%; /*height:auto !important; */
}
.showa {
	background: #fff;
	width: 100%;
	padding: 5px 0 20px 0;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.showa a {
	width: 60%;
	line-height: 32px;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 32px;
	color: #666;
}
/* 表单样式 */
.index_form_box {
	width: 100%;
	margin: auto;
}
.index_form_box div {
	margin-top: 10px;
}
.index_form_box input[type=text] {
	width: 100%;
	line-height: 38px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding-left: 3%;
	font-size: 13px;
	box-sizing: border-box;
}
input:focus {
	border: 1px solid #ccc;
}
textarea:focus {
	border: 1px solid #ccc;
}
.textarea textarea {
	width: 100%;
	height: 90px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 3%;
	padding-top: 5px;
	box-sizing: border-box;
	background: #fff;
}
.index_form_box select {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	background: #f2f2f2;
	line-height: 34px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 14px;
	padding-left: 2%;
}
#formyzm {
	margin-top: 10px;
}
#formyzm input {
	width: 160px;
	line-height: 34px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 14px;
	padding-left: 2%;
}
#formyzm img {
	width: 80px;
	padding: 10px 10px;
}
.submit input {
	cursor: pointer;
	border-radius: 5px;
	background: #2f82ff;
	opacity: 0.8;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 16px;
}
.submit input:hover {
	background: #f90;
	opacity: 1.0;
}
.submit {
	padding-top: 5px;
}
/*底部联系方式*/
.contact1 {
	width: 100%;
	text-align: center;
	margin: 25px 0 15px 0;
}
.contact1 h3 {
	margin-bottom: 15px;
}
.contact1 a {
	display: inline-block;
	width: 60%;
	height: 38px;
	line-height: 38px;
	background: #E60013;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
}
.contact2 {
	text-align: center;
}
.contact2 h5 {
	line-height: 20px;
	font-size: 12px;
}
.contact2 h3 {
	margin: 10px 0 10px;
	font-size: 16px;
}
.contact2 p {
	font-size: 13px;
	color: #373739;
	line-height: 20px;
}
.contact2 .weixin {
	font-size: 12px;
	margin-top: 15px;
}
.contact2 .weixin img {
	width: 90px;
	margin-bottom: 10px;
}
/*底部*/
footer {
	overflow: hidden;
	padding: 10px 15px;
	background: #323232;
	padding-bottom: 25px;
}
footer ul a {
	color: #999;
	margin: 5px 10px 5px 0px;
	font-size: 13px;
	line-height: 25px;
	border: solid 1px #444;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 20px;
}
footer h3 {
	font-size: 14px;
	color: #ddd;
	margin-bottom: 10px;
	margin-top: 25px;
}
footer p {
	color: #999;
	font-size: 14px;
}
.qqzixun {
	width: 100%;
	font-size: 14px;
	line-height: 38px;
	color: #ccc;
	background-color: #444;
	text-align: center;
	border-radius: 20px;
	margin-top: 25px;
}
/*固定底部菜单*/
#footer {
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	font-size: 12px;
	border-top: 1px solid #eee;
}
#footer a {
	text-decoration: none;
	width: 25%;
	height: 52px;
	float: left;
	display: block;
	text-align: center;
	color: #555;
	font-size: 12px;
}
#footer ul li {
	padding-top: 34px;
}
#footer li.bot_1 {
	background: url(../images/fot_1.png) no-repeat center 7px;
	background-size: 20px auto;
}
#footer li.bot_2 {
	background: url(../images/fot_2.png) no-repeat center 5px;
	background-size: 25px auto;
}
#footer li.bot_3 {
	background: url(../images/fot_3.png) no-repeat center 5px;
	background-size: 22px auto;
}
#footer li.bot_4 {
	background: url(../images/fot_4.png) no-repeat center 5px;
	background-size: 25px auto;
}
#footer .bot_5 {
	background: url(../images/fot_5.png) no-repeat center 5px;
	background-size: 25px auto;
	float: right;
}
#footer .bot_5 a {
	width: 75px;
}
#footer li.bot_tj {
	position: relative;
}
#footer li.bot_tj i {
	width: 50px;
	height: 50px;
	background: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: -20px;
	border-radius: 100%;
	background: url(../images/fot_5.png) no-repeat center #fff;
	background-size: 45px auto;
}
.zixun_ico {
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 60px;
}
.zixun_ico img {
	width: 48px;
}
/*二级页面*/
.page_ban {
	position: relative;
}
.page_ban img {
	width: 100%;
}
/*公司注册*/
.gszc_box1 {
}
.gszc_box1 li {
	text-align: center;
	background: #fff;
	width: 48%;
	padding: 15px 15px;
	box-sizing: border-box;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
.gszc_box1 li:nth-child(2n) {
	float: right;
}
.gszc_box1 li .pic {
	padding: 0px 0 10px 0;
}
.gszc_box1 li .pic img {
	height: 46px
}
.gszc_box1 li .txt {
	padding-bottom: 10px;
}
.gszc_box1 li .txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gszc_box1 li .txt p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.gszc_box1 li a {
	width: 86%;
	height: 30px;
	line-height: 30px;
	background: #f1f3ff;
	border-radius: 30px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
}
.gszc_b01 {
}
.gszc_b01 li {
	width: 32%;
	margin-right: 2%;
	padding: 13px 0;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.gszc_b01 li:nth-child(3) {
	margin-right: 0;
}
.gszc_b01 .item1 {
	background: url(../images/gszc_b01.jpg) no-repeat center;
	background-size: cover;
}
.gszc_b01 .item2 {
	background: url(../images/gszc_b02.jpg) no-repeat center;
	background-size: cover;
}
.gszc_b01 .item3 {
	background: url(../images/gszc_b03.jpg) no-repeat center;
	background-size: cover;
}
.gszc_b01 .item4 {
	background: url(../images/gszc_b04.jpg) no-repeat center;
	background-size: cover;
}
.gszc_b01 .item5 {
	background: url(../images/gszc_b05.jpg) no-repeat center;
	background-size: cover;
}
.gszc_b01 .item6 {
	background: url(../images/gszc_b06.jpg) no-repeat center;
	background-size: cover;
}
/*服务优势*/
.s_list_ny ul {
}
.s_list_ny li {
	width: 100%;
	padding: 12px 15px;
	height: 86px;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.3s all;
	border-radius: 5px;
}
.s_list_ny li .pic {
	width: 66px;
	float: left;
	padding-top: 10px;
	transition: 0.3s all;
}
.s_list_ny li .pic img {
	width: 46px;
}
/*.service_list li:hover .pic img:nth-child(1){ display:none;}
.service_list li:hover .pic img:nth-child(2){ display:block;}
*/.s_list_ny li .txt p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	/*多行文本溢出现实省略号*/
	display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
	display: -moz-box;
	overflow: hidden;   /*溢出隐藏*/
	text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	/*word-break: break-all; 文本强制换行*/
	-webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
	-webkit-line-clamp: 2;   /*用来限制在一个块元素显示的文本的行数。*/
}
.s_list_ny li .txt h3 {
	font-size: 13px;
	display: block;
	padding: 5px 0 8px 0;
	font-weight: bold;
	color: #333;
}
/*公司注册准备材料*/
.gszc_box2 {
	padding: 15px;
	border-radius: 5px;
}
.gszc_box2 h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gszc_box2 li {
	line-height: 22px;
	font-size: 13px;
}
.gszc_box2 li i {
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 4px;
}
/*服务流程*/
#gszc_list {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 35px;
}
#gszc_list .swiper-slide {
	text-align: center;
	background: #f1f3ff;
	border-radius: 5px;
	padding: 20px 0 20px 0;
}
#gszc_list .swiper-slide .pic {
	padding: 0px 0 10px 0;
}
#gszc_list .swiper-slide .pic img {
	height: 46px;
}
#gszc_list .swiper-slide .txt {
	padding-bottom: 0px;
}
#gszc_list .swiper-slide .txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#gszc_list .swiper-slide .txt p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
#gszc_list .swiper-pagination-bullet {
	background: #666;
}
#gszc_list .swiper-pagination-bullet-active {
	background: #E60013;
}
#gszc_list .swiper-slide .price {
	font-size: 18px;
	font-weight: bold;
	color: #E60013;
	margin-bottom: 10px;
}
/*公司注册流程*/
.process-axis {
	width: 100%;
}
.process-at-register, .process-at-backup, .process-at-check, .process-at-record {
	width: 25%;
}
.process-time {
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
.process-tit {
	font-size: 12px;
	width: 100%;
	height: 34px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.process-at-register {
	margin-left: 25%;
}
.process-at-register .process-time {
	color: #ff9b3d;
}
.process-at-register .process-tit {
	background: url(../images/bg_5.png) no-repeat center center;
	background-size: 100% auto;
}
.process-at-backup {
	margin-left: 25%;
}
.process-at-backup .process-time {
	color: #33c9f9;
}
.process-at-backup .process-tit {
	background: url(../images/bg_7.png) no-repeat center center;
	background-size: 100% auto;
}
.process-at-check .process-time {
	color: #5cda6b;
}
.process-at-check .process-tit {
	background: url(../images/bg_4.png) no-repeat center center;
	background-size: 100% auto;
	line-height: 40px;
	margin-bottom: 5px;
}
.process-at-record {
	margin-left: 25%;
}
.process-at-record .process-time {
	color: #44e5cd;
}
.process-at-record .process-tit {
	background: url(../images/bg_6.png) no-repeat center center;
	background-size: 100% auto;
	line-height: 40px;
	margin-bottom: 5px;
}
.process-axis-line {
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #dceeff;
	margin: 85px 0 15px 0;
	position: relative;
}
.process-axis-line ul {
	position: absolute;
	top: -8px;
	width: 100%;
}
.process-axis-line li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.process-axis-line li span {
	width: 21px;
	height: 21px;
	line-height: 21px;
	border-radius: 50%;
	background: #a2d2ff;
	display: inline-block;
}
/*获得资料*/
.gszc_box4 {
}
.gszc_box4 li {
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}
.gszc_box4 li img {
	width: 60px;
	margin-bottom: 8px;
}
/*问答*/
.mquestion li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eaeaea;
	position: relative;
}
.mquestion li .tit {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	text-align: center;
	position: absolute;
}
.mquestion li .question {
	margin-bottom: 10px;
}
.mquestion li .question .tit {
	background: url(../images/icon_ques.png) no-repeat center;
	background-size: 100%;
}
.mquestion li .question .cont {
	color: #30c8c6;
	font-weight: bold;
}
.mquestion li .answer .tit {
	background: url(../images/icon_ans.png) no-repeat center;
	background-size: 100%;
}
.mquestion li .cont {
	margin-left: 25px;
	font-size: 13px;
	line-height: 20px;
}
.mquestion .last {
	border: none;
}
/*相关服务*/
.xgfw {
}
.xgfw li {
	width: 33.3%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}
.xgfw li img {
	width: 50%;
	margin-bottom: 5px;
}
/*代理记账*/
.dljz_box1 {
}
.dljz_box1 .left {
	width: 48%;
	float: left;
}
.dljz_box1 .right {
	width: 49%;
	float: right;
}
.dljz_box1 .left li {
	width: 100%;
	height: 180px;
	background: url(../images/dljz_bg1.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	padding: 50px 0 0 10px;
	box-sizing: border-box;
}
.dljz_box1 .left li h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.dljz_box1 .left li p {
	font-size: 12px;
	margin-bottom: 15px;
	color: rgba(255,255,255,0.6);
}
.dljz_box1 .left li .price {
	font-size: 20px;
}
.dljz_box1 .left li .price span {
	font-size: 12px;
}
.dljz_box1 .right li {
	width: 100%;
	height: 85px;
	background: url(../images/dljz_bg2.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	padding: 15px 0 0 10px;
	box-sizing: border-box;
}
.dljz_box1 .right li:nth-child(2) {
	background: url(../images/dljz_bg3.png) no-repeat center;
	background-size: cover;
}
.dljz_box1 .right li h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dljz_box1 .right li p {
	font-size: 12px;
	margin-bottom: 8px;
	color: rgba(255,255,255,0.6);
}
.dljz_box1 .right li .price {
	font-size: 18px;
}
.dljz_box1 .right li .price span {
	font-size: 12px;
}
/*服务内容*/
.dlzj_box2 li.citem .ptop {
	width: 100%;
	height: 72px;
	box-sizing: border-box;
	padding: 18px 0 0 0px;
	text-align: center;
	border-radius: 5px;
}
.dlzj_box2 li.citem .tit {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.dlzj_box2 li.citem .cont {
	font-size: 13px;
	color: rgba(255,255,255,0.8);
}
.dlzj_box2 li.citem .tags {
	padding: 10px 0 10px;
}
.dlzj_box2 li.citem .tags span {
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}
.dlzj_box2 li.citem .tags span::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 6px;
	border-radius: 50%;
	margin-top: -3px;
}
/*服务流程*/
.flowbox {
	position: relative;
}
.flowbox .line {
	width: 2px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 10px;
	background: url(../images/icon_line.png) repeat-y center;
	background-size: 100%;
}
.flowbox li {
	padding-left: 30px;
	margin-bottom: 10px;
}
.flowbox li .tit {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	position: relative;
}
.flowbox li p.cont {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.flowbox li .tit .step {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f39237), to(#f7c161));
	background: linear-gradient(top, #f39237, #f7c161);
}
.flowbox li .tit .step2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#f66648), to(#fc8d5f));
	background: linear-gradient(top, #f66648, #fc8d5f);
}
.flowbox li .tit .step3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#31c9c6), to(#52e6a8));
	background: linear-gradient(top, #31c9c6, #52e6a8);
}
.flowbox li .tit .step4 {
	background: -webkit-gradient(linear, left top, left bottom, from(#556ffe), to(#6881fd));
	background: linear-gradient(top, #556ffe, #6881fd);
}
.flowbox li .tit .step5 {
	background: -webkit-gradient(linear, left top, left bottom, from(#4130f1), to(#554cfe));
	background: linear-gradient(top, #4130f1, #554cfe);
}
.flowbox li .tit .step6 {
	background: -webkit-gradient(linear, left top, left bottom, from(#da3a6a), to(#fa5d5e));
	background: linear-gradient(top, #da3a6a, #fa5d5e);
}
/*高新认定*/
.gxrd_box1 {
	line-height: 22px;
	font-size: 13px;
	border-radius: 5px;
	text-align: justify;
	color: #3e444f;
	background-color: #f4f7fb;
	padding: 12px;
}
.gxrd_box2 {
}
.gxrd_box2 li {
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	background-color: #ffe9ec;
	font-size: 14px;
	color: #ff0c44;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}
.gxrd_box2 li.citem::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 15px;
	background-color: #ff0c44;
	margin-top: -2.5px;
}
.gxrd_box2 li.item2 {
	background-color: #e4f7fd;
	color: #2484fa;
}
.gxrd_box2 li.item2::after {
	background-color: #2484fa;
}
.gxrd_box2 li.item3 {
	background-color: #e8fdf9;
	color: #00dbbe;
}
.gxrd_box2 li.item3::after {
	background-color: #00dbbe;
}
.gxrd_box2 li.item4 {
	background-color: #fff5ed;
	color: #ff6a31;
}
.gxrd_box2 li.item4::after {
	background-color: #ff6a31;
}
.gxrd_box3 {
}
.gxrd_box3 li {
	width: 25%;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	color: #666;
	line-height: 18px;
}
.gxrd_box3 li img {
	width: 46px;
	margin-bottom: 0px;
}
.gxrd_box4 .citem {
	padding: 10px 15px;
	background-color: #f0f5ff;
	border-radius: 5px;
	margin-top: 10px;
}
.gxrd_box4 .citem .tit {
	font-size: 14px;
	line-height: 30px;
	color: #5768e3;
	font-weight: bold;
}
.gxrd_box4 .citem .cont {
	font-size: 12px;
	line-height: 20px;
	color: #5768e3;
}
.gxrd_box4 .item2 {
	background-color: #fff6f7;
}
.gxrd_box4 .item2 .tit, .gxrd_box4 .item2 .cont {
	color: #da3a51;
}
/*税收筹划*/
.ssch_box {
	box-shadow: 0 3px 9px #ccc;
	padding: 15px 10px 60px 10px;
	font-size: 13px;
	line-height: 20px;
	border-radius: 5px;
}
.ssch_box1 {
	width: 80%;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
	margin: -50px auto 0 auto;
	text-align: justify;
	color: #fff;
	border-radius: 5px;
	background: url(../images/ssch_bg1.png) no-repeat center;
	background-size: cover;
}
.ssch_box2 {
	width: 80%;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
	margin: -50px auto 0 auto;
	text-align: justify;
	color: #fff;
	border-radius: 5px;
	background: url(../images/ssch_bg2.png) no-repeat center;
	background-size: cover;
}
.ssch_box3 {
}
.ssch_box3 h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.ssch_box3 li {
	font-size: 12px;
	padding: 0px 20px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	float: left;
	margin: 10px 5px 0 5px;
}
.ssch_box31 li {
	background: #ffe8d6;
	color: #ff8320;
}
.ssch_box32 li {
	background: #ebecff;
	color: #4b63f4;
}
/*公司审计*/
.zlbox li {
	box-sizing: border-box;
	background: url(../images/im_bg_bule.png) no-repeat center;
	background-size: cover;
	padding: 15px 0 0 10px;
	margin-bottom: 10px;
}
.zlbox li .tit {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
}
.zlbox li .tit span {
	font-size: 12px;
	font-weight: normal;
}
.zlbox li p {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
.zlbox li.l1 {
	width: 48.5%;
	height: 80px;
	border-radius: 5px;
}
.zlbox li.l1-2 {
	background-image: url(../images/im_bg_chengse.png);
	background-size: cover;
}
.zlbox li.l1-3 {
	background-image: url(../images/im_bg_yellow.png);
	background-size: cover;
}
.zlbox li.l2 {
	width: 100%;
	height: 80px;
	border-radius: 5px;
}
.zlbox li.l2-1 {
	background-image: url(../images/im_bg_red.png);
	background-size: cover;
}
.zlbox li.l2-2 {
	background-image: url(../images/im_bg_green.png);
	background-size: cover;
}
.zlbox li.l2-3 {
	background-image: url(../images/im_bg_lanse.png);
	background-size: cover;
}
.zlbox li.l2-4 {
	background-image: url(../images/im_pure.png);
	background-size: cover;
}
/*知识产权*/
.zl_box1 {
}
.zl_box1 .side {
	background: url(../images/zl_bg1.jpg) no-repeat center;
	padding: 20px 0px 0 0px;
	background-size: cover;
}
.zl_box1 .side h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #04b398;
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
}
.zl_box1 .side p {
	color: #04b398;
	text-align: left;
}
.zl_box1 li {
	width: 48.5%;
	height: 160px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	padding-top: 25px;
	box-sizing: border-box;
}
.zl_box1 li .pic {
	text-align: center;
	margin-bottom: 5px;
}
.zl_box1 li .pic img {
	height: 60px;
	margin-bottom: 10px;
}
.zl_box1 li h3 {
	font-size: 15px;
	transition: 0.3s all;
	margin-bottom: 5px;
}
.zl_box1 li p {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding: 0 10px;
}
/*版权登记*/
#bqzl {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 35px;
}
#bqzl .swiper-slide {
	text-align: center;
	background: #f1f3ff;
	border-radius: 5px;
	padding: 20px 0 20px 0;
}
#bqzl .swiper-slide .pic {
	padding: 0px 0 10px 0;
}
#bqzl .swiper-slide .pic img {
	height: 46px;
}
#bqzl .swiper-slide .txt {
	padding-bottom: 0px;
}
#bqzl .swiper-slide .txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#bqzl .swiper-slide .txt p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
#bqzl .swiper-pagination-bullet {
	background: #666;
}
#bqzl .swiper-pagination-bullet-active {
	background: #E60013;
}
/* 位置导航 */
.weizhi {
	line-height: 32px;
	margin: 0 0px;
	background: url(../images/home_bot.png) no-repeat 10px 6px #fafafa;
	border-bottom: solid 1px #e8e8e8;
	background-size: auto 18px;
	text-indent: 35px;
	font-size: 12px;
	color: #666;
}
.weizhi a {
	color: #666;
}
/* 同级导航 */
.sub_nav {
	text-align: center;
	border-bottom: 0px solid #eee;
	box-sizing: border-box;
	padding: 15px 5px 10px 5px;
}
.sub_nav li {
	float: left;
	margin-bottom: 6px;
}
.sub_nav li a {
	font-size: 14px;
	background: #fff;
	border: solid 1px #e8e8e8;
	display: block;
	color: #333;
	margin: 0 5px;
	padding: 10px 0;
	border-radius: 42px;
}
.sub_nav li.currclass a {
	background: #146bbb;
	color: #fff;
}
.sub2 li {
	width: 50%;
}
.sub3 li {
	width: 33.3%;
}
.sub4 li {
	width: 25%;
}
/* 图文分页 */
.pic_art_list {
}
.pic_art_list dl {
	padding: 10px 10px;
	border-bottom: solid 0px #eee;
	transition: all .3s;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.pic_art_list dt {
	width: 38%;
	overflow: hidden
}
@media screen and (max-width:768px) {
.pic_art_list dt {
	height: 95px;
}
}
@media screen and (max-width:425px) {
.pic_art_list dt {
	height: 90px;
}
}
@media screen and (max-width:375px) {
.pic_art_list dt {
	height: 85px;
}
}
@media screen and (max-width:320px) {
.pic_art_list dt {
	height: 80px;
}
}
.pic_art_list dt img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 3px;
}
.pic_art_list dd {
	width: 58%;
}
.pic_art_list dd h5 {
	font-size: 15px;
	line-height: 24px;
}
.pic_art_list dd .time {
	font-size: 12px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #aaa;
	margin-top: 5px;
}
/*加载更多*/
.btn-more {
	width: 66%;
	margin: 20px auto;
	border: solid 1px #e8e8e8;
	background: #fff;
	line-height: 32px;
	text-align: center;
	border-radius: 32px;
}
.dixian {
	font-size: 12px;
	text-align: center;
	color: #999;
	margin: 10px auto;
}
/*新闻详情*/
.navbar {
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-bottom: 0px solid #e3e3e3;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #035CAC;
	z-index: 99;
}
.navbar .back {
	width: 25px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px 9px 10px;
}
.navbar .back img {
	width: 100%;
	display: block;
}
/* 新闻内容页 */
.ntitle {
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 10px;
}
.ntitle h2 {
	font-size: 20px;
	line-height: 25px;
}
.ntitle span {
	font-size: 12px;
	color: #aaa;
	margin: 10px 0 15px;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ptitle {
	text-align: center;
	margin: 10px 0;
}
.ptitle h1 {
	font-size: 20px;
}
.neirong {
	line-height: 25px;
	text-align: justify;
	overflow: hidden;
}
.neirong img {
	max-width: 100%;
	border-radius: 5px;
}
.neirong p {
	margin-bottom: 15px;
	font-size: 15px;
}
.neirong table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 25px;
}
.neirong table td {
	padding: 5px;
	border: 1px solid #ddd;
}
/* 点击返回 */
.more {
	margin: 15px auto;
}
.more a {
	width: 80%;
	margin: auto;
	text-align: center;
	line-height: 32px;
	background: #f8f8f8;
	border: solid 1px #ddd;
	color: #999;
	border-radius: 100px;
	font-size: 14px;
	display: block;
}
.more a:hover {
	background: #146bbb;
	border: solid 1px #146bbb;
	color: #fff;
}
/* 分页 */
.mypages {
	margin-bottom: 10px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.mypages a {
	background: #E1DFE0;
	padding: 8px 15px;
	color: #333;
	font-size: 14px;
	border-radius: 3px;
}
.mypages a.curr, .mypages a:hover {
	background: #1463AA;
	color: #FFFFFF;
}
/*分页2*/
.mypage_2 {
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.mypage_2 > * {
	box-sizing: border-box;
	color: #666;
	width: 42px;
	height: 42px;
	line-height: 40px;
	background: #fff;
	border: solid 1px #e8e8e8;
	border-left: 0;
}
.mypage_2 a, .mypage_2 .curr {
	font-family: arial;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
.mypage_2 .curr, .mypage_2 a:hover {
	background-color: #eee;
	color: #666;
}
.mypage_2 .pre, .mypage_2 .nex {
	font-size: 12px;
	font-family: "microsoft yahei";
	width: 64px;
	text-align: center;
}
.mypage_2 > *:first-child, .mypage_2 > *:last-child {
	font-size: 12px;
	width: 64px;
	text-align: left;
	background-repeat: no-repeat;
}
.mypage_2 > *:first-child {
	padding-left: 26px;
	border-left: solid 1px #e8e8e8;
	background-position: 12px center;
	background-image: url(../images/pre_pic.png);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.mypage_2 > *:last-child {
	padding-left: 12px;
	background-position: 47px center;
	background-image: url(../images/nex_pic.png);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
/*关于我们*/

#pxkc {
	padding-bottom: 20px;
}
#pxkc img {
	width: 100%;
	display: block;
	border-radius: 5px;
}
/*分页器*/
#pxkc .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #ccc;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	opacity: 1.0;
}
#pxkc .swiper-pagination-bullet-active {
	background: #e00;
	color: #fff;
	width: 8px;
	border-radius: 8px;
	opacity: 1.0;
}
#pxkc .swiper-pagination {
	bottom: 0px;
}
#pxkc .swiper-slide {
	position: relative;
}
#pxkc .swiper-slide h3 {
	font-size: 14px;
	position: absolute;
	margin-top: -32px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
	line-height: 32px;
}
#pxkc .swiper-slide p {
	line-height: 22px;
	text-align: justify;
	margin-top: 8px;
}
/*关于我们服务范围*/

.page_fw {
}
.page_fw li {
	width: 30.3%;
	background: #fff;
	border-radius: 5px;
	margin: 0 1.5% 10px 1.5%;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	transition: 0.3s all;
}
.page_fw li>div {
	width: 100%;
	height: 60px;
}
/*.page_fw li:nth-child(1) div {
	background: url(../images/fw_03.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(2) div {
	background: url(../images/icon_mfhm.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(3) div {
	background: url(../images/fw_09.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(4) div {
	background: url(../images/fw_11.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(5) div {
	background: url(../images/gssj_ico1.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(6) div {
	background: url(../images/fw_19.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(7) div {
	background: url(../images/dljz_ico8.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(8) div {
	background: url(../images/gssj_ico4.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(9) div {
	background: url(../images/sbzc_ico1.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(10) div {
	background: url(../images/fw_25.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(11) div {
	background: url(../images/gssj_ico4.png) no-repeat center;
	background-size: 36px auto;
}
.page_fw li:nth-child(12) div {
	background: url(../images/dljz_ico7.png) no-repeat center;
	background-size: 36px auto;
}*/
/*服务保障*/
.page_bz {
}
.page_bz li {
	clear: both;
}
.page_bz li .icon {
	width: 86px;
	height: 86px;
	display: inline-block;
	float: left;
	margin: 0 10px;
}
.page_bz li .title {
	font-size: 18px;
	padding: 15px 0 5px 0;
}
.page_bz li .content {
	color: #666;
}
/*公司核名*/
.gshm_ban {
	background: url(../images/gshm_01.png) no-repeat #2345c1;
	background-size: 100% auto;
	height: 180px;
}
.qyhm_box2 {
}
.qyhm_box2 li {
	float: left;
	width: 32%;
	margin-right: 2%;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.qyhm_box2 li:nth-child(1) {
	background: #7358ff;
}
.qyhm_box2 li:nth-child(2) {
	background: #2cd7fb;
}
.qyhm_box2 li:nth-child(3) {
	background: #008dff;
	margin-right: 0;
}
.qyhm_box3 {
	height: 225px;
	overflow: auto;
}
.qyhm_box3 p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 5px;
	font-size: 12px;
}

/*滚动条样式*/
 .qyhm_box3::-webkit-scrollbar {
 width: 2px;
 height: 60px;
 background: #eceff3;
 border-radius: 2px;
}
 .qyhm_box3::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
     border-radius: 2px;
 -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
 background: #6987f7;
}
/*全部服务*/
.ms-title {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #f1f1f4;
	background-color: #fff;
	font-size: 16px;
	line-height: 60px;
	color: #21243c;
	position: relative;
	text-align: center;
	z-index: 3;
}
.ms-title .goback {
	display: block;
	/* height: 1.1rem; */
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 16px;
	line-height: 60px;
	padding-left: 15px;
	color: #21243c;
	background: url(../images/ms_icon_left.png) no-repeat left;
	background-size: auto 15px;
}
.all_box {
}
.all_box li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 13px;
}
.all_box li img {
	width: 45px;
	margin-bottom: 10px;
}
/*服务列表*/
.web_list {
}
.web_list li {
	text-align: center;
	background: #fff;
	width: 48.5%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
.web_list li:nth-child(2n) {
	float: right;
}
.web_list .s_list1 .pic {
	padding: 0px 0 15px 0;
}
.web_list .s_list1 .pic img {
	width: 100%;
}
.web_list .s_list2 .pic {
	padding: 15px 0 15px 0;
}
.web_list .s_list2 .pic img {
	height: 56px;
}
.web_list .s_list2 li {
	margin-bottom: 10px;
}
.web_list li .txt {
	padding-bottom: 20px;
}
.web_list li .txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.web_list li .txt p {
	font-size: 12px;
	color: #888;
	line-height: 18px;
	padding: 0 10px;
}
/*网站建设*/
#w_list {
	width: 100%;
	padding-bottom: 40px;
}
#w_list .swiper-slide {
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
#w_list .swiper-slide .pic {
	padding: 25px 0 20px 0;
}
#w_list .swiper-slide .pic img {
	height: 46px;
}
#w_list .swiper-slide .txt {
	padding-bottom: 25px;
}
#w_list .swiper-slide .txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#w_list .swiper-slide .txt p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
#w_list .swiper-pagination-bullet {
	background: #666;
}
#w_list .swiper-pagination-bullet-active {
	background: #E60013;
}
/*服务保障*/
.bz_box ul {
}
.bz_box li {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.3s all;
	border-radius: 5px;
}
.bz_box li .pic {
	width: 60px;
	float: left;
	transition: 0.3s all;
}
.bz_box li .pic img {
	display: block;
	width: 48px;
}
.bz_box li .txt p {
	line-height: 22px;
	color: #666;
	font-size: 12px;
}
.bz_box li .txt h3 {
	font-size: 16px;
	color: #333;
	display: block;
	margin: 10px 0 0px 0;
	font-weight: normal;
}
/*小程序方案*/
.xcx_yy li {
	width: 47%;
	margin: 5px 1.5%;
	height: 190px;
	border: solid 0px #e8e8e8;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	float: left;
	cursor: pointer;
	transition: 0.3s all;
	border-radius: 5px;
}
.xcx_yy .xcx_yy_ico {
	height: 80px;
	line-height: 80px;
}
.xcx_yy .xcx_yy_ico img {
	display: inline-block;
	vertical-align: middle;
	height: 46px;
}
.xcx_yy li h3 {
	font-size: 16px;
	height: 25px;
	color: #000;
	font-weight: normal;
}
.xcx_yy li p {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	padding: 0 10px;
}
/*小程序模板展示*/
#certify {
	position: relative;
}
#certify .swiper-container {
	padding-bottom: 20px;
}
#certify .swiper-slide {
	width: 300px;
	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%
}
/* 新闻列表 */
.w1200 {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
	background: #fff;
}
.newsList .list {
	width: 100%;
	margin-bottom: 15px;
}
.newsList .item {
	padding: 10px 8px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.newsList .item:nth-child(2n) {
	background: #f9f9f9;
}
.newsList .item:nth-child(2n) {
	background: #fff;
}
.newsList .item:nth-child(2n) span:after {
	background: #f9f9f9;
}
.newsList .item:last-child {
	border: 0px;
}
.newsList .item a {
	width: 100%;
	display: block;
}
.newsList .item img {
	width: 20px;
	height: 10px;
	margin-right: 10px;
	float: left;
}
.newsList .item h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsList .item .txt {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.newsList .item:hover h3 {
	color: #ff5b8f;
}
/*分页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;
}
/* 新闻内容 */
.nrinfo {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.nrinfo .showtit {
	width: 96%;
	margin: 0 auto;
	line-height: 15px;
	padding: 10px 2% 5px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.nrinfo .showtit h1 {
	color: #333333;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 2px;
}
.nrinfo .showtit .mark {
	font-size: 14px;
	color: #999;
	margin-top: 0px;
}
.nrinfo .contxt {
	font-size: 15px;
	line-height: 20px;
	padding: 3% 3% 5%;
}
.nrinfo .relink {
	margin: 0px 4% 5px;
	width: 92%;
}
.nrinfo .relink .prevlink, .nrinfo .relink .nextlink {
	display: block;
	height: 50px;
	line-height: 55px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
.nrinfo .relink a {
	color: #333333;
}
