@charset "utf-8";

.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: transparent;
	opacity: 1;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #ffb400;
	border: none;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 30px;
}

.banners img {
	width: 100%;
	height: auto;
}

/* 首页 */
/* cont1 */
.cont1 {
	padding-bottom: 80px;
}

.index_main1 {
	padding: 40px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.index_main1 li {
	float: left;
	width: 22%;
	margin-right: 4%;

}

.index_main1 li:nth-child(4) {
	margin-right: 0px;
}

.index_main1 li img {
	float: left;
	display: block;
	margin-right: 10px;
}

.index_main1 li h3 {
	/*float: left;*/
	color: #ec0000;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 3px;
}

.index_main1 li p {
	/*float: left;*/
	color: #222;
	font-size: 16px;
}

.make-box {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 30px;
}

.make-case {
	margin-top: 25px;
}

.make-case>div {
	float: left;
	width: 50%;
	height: 30px;
	overflow: hidden;
}

.make-case>div span {
	float: left;
	width: 94px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	background-color: #f08c00;
	color: #fff;
}

.make-case>div .swiper-container {
	width: 490px;
	float: right;
	line-height: 30px;
	height: 30px;
}

.make-case>div .swiper-slide {
	height: 30px;
}

.make-case>div em {
	font-size: 12px;
	color: #666;
	margin-right: 15px;
}

.make-case-l {
	height: 30px;
	overflow: hidden;
}

/*页面标题*/
.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_f {
	font-size: 14px;
	color: #666;
}

.make-list ul {
	float: left;
}

.make-list ul li {
	width: 340px;
	box-sizing: border-box;
	height: 56px;
	float: left;
	position: relative;
	padding-left: 50px;
	background: url(../img/dljz-icon-msg.png) no-repeat 15px center;
}

.make-list ul li:before {
	content: " ";
	position: absolute;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #ddd;
	top: 20px;
}

.make-list ul li:nth-child(3):before {
	display: none;
}

.make-list ul li input {
	display: block;
	width: 100%;
	line-height: 56px;
}

.make-list ul li select {
	width: 100%;
	height: 56px;
	color: #888;
	box-sizing: border-box;
	border: none;
}

.make-list ul li:nth-child(2) {
	background-image: url(../img/dljz-icon-name.png);
}

.make-list ul li:nth-child(3) {
	background-image: url(../img/dljz-icon-phone.png);
}

.make-list .submit {
	float: right;
	background-color: #f08c00;
	color: #fff;
	height: 56px;
	width: 176px;
}

.make-list {
	border: 2px solid #f08c00;
}

.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(../img/tc_bg1.png) no-repeat center;
}

.tc_list li:nth-child(2) {
	background: url(../img/tc_bg2.png) no-repeat center;
}

.tc_list li:nth-child(3) {
	background: url(../img/tc_bg4.png) no-repeat center;
}

.tc_list li:nth-child(4) {
	background: url(../img/tc_bg3.png) no-repeat center;
	margin-right: 0;
}

/* cont2 */
.cont2 {
	background-color: #f8f8f8;
	padding-bottom: 40px;
}

.hot_service .hd ul {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
}

.hot_service .hd ul li {
	display: block;
	background-color: #fff;
	color: #333;
	width: 180px;
	text-align: center;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	font-size: 16px;
	border-radius: 36px;
	transition: 0.3s all;
	margin: 0 20px;
}

.hot_service .hd ul li.on,.hot_service .hd ul li:hover{
	background: #ff9c4c;
	color: #fff;
}
.hot_service .hd ul li:nth-child(2).on,.hot_service .hd ul li:nth-child(2):hover{
	background: #00adef;
	color: #fff;
}
.hot_service .hd ul li:nth-child(3).on,.hot_service .hd ul li:nth-child(3):hover{
	background: #e85461;
	color: #fff;
}
.hot_service .bd {
	margin-top: 35px;
}

.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;
	display: inline-block;
}

.service .s1_bg {
	background: url(../img/server_bg_all.png) no-repeat -1400px top;
}

.service .s2_bg {
	background: url(../img/server_bg_all.png) no-repeat -600px top;
}

.service .s3_bg {
	background: url(../img/server_bg_all.png) no-repeat -400px top;
}

.service .s4_bg {
	background: url(../img/server_bg_all.png) no-repeat -1000px top;
}

/*电话*/
.dianhua {
	width: 478px;
	height: 48px;
	line-height: 48px;
	border: 1px solid;
	display: block;
	margin: 60px auto 0;
	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(../img/com_tel.png) no-repeat;
}

.dianhua.green {
	color: #FF6270;
}

.dianhua.green a {
	background: #FF6270;
}

/* cont3 */
.cont3 {
	padding-bottom: 90px;
}

.cont3-c li {
	float: left;
	width: 388px;
	margin-right: 18px;
	position: relative;
	overflow: hidden;
}

.cont3-c li:last-child {
	margin-right: 0;
}

.cont3-c li>img {
	width: 100%;
	height: auto;
}

.cont3-c strong {
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 156, 76, 0.8);
	z-index: 2;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}

.cont3-c li div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}

.cont3-box {
	margin-top: 10px;
}

.cont3-txt {
	padding: 0 40px;
}

.cont3-txt p {
	text-align: center;
	font-size: 16px;
	color: #7d7d7d;
	line-height: 30px;
}

.cont3-c {
	margin-top: 30px;
}

.cont3-c li div i {
	display: block;
	margin-top: 20%;
}

.cont3-c li div i img {
	margin: 0 auto;
}

.cont3-c li div span {
	display: block;
	text-align: center;
	color: #fff;
	margin: 5px 0;
	text-transform: uppercase;
}

.cont3-c li div h4 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.cont3-c li div em {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	opacity: 0.6;
	margin-top: 10px;
}

.cont3-c li div a {
	position: absolute;
	background-color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ff9c4c;
	box-shadow: 0 0 10px rgba(151, 117, 80, 0.6);
	bottom: -20px;
	left: 50%;
	margin-left: -41px;
	opacity: 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}

.cont3-c li:hover div a {
	opacity: 1;
	bottom: 5px;
}

.cont3-c li:hover div {
	background-color: transparent;
	/*background-color: rgba(192,25,32,0.8);*/
}

.cont3-c li:hover strong {
	right: 0;
}

/* cont4 */
.cont4 {
	background-color: #f8f8f8;
	padding-bottom: 70px;
}

.youshi {
	display: flex;
	justify-content: space-around;
}

.youshi li {
	text-align: center;
	background: #fff;
	width: 15.6%;
	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%;
	margin: 0 auto;
}

.youshi li .txt {
	padding-bottom: 10px;
}

.youshi li .txt h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.youshi li .txt p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

/* cont5 */
.cont5 {
	padding: 60px 0 80px;
	background-image: url(../img/index_ensure_bg.jpg);
}

.background_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.index_title_box {
	text-align: center;
}

.index_title_box .title {
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 2px;
	color: #333333;
}

.center1300 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.cont5 .block_box {
	width: 415px;
	height: 415px;
	margin: 0 auto;
	margin-top: 80px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex_column_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cont5 .block_box .block {
	position: absolute;
	min-width: 520px;
}

.cont5 .block_box .block .icon {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 72px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: solid 1px #ff9c4c;
	margin-right: 35px;
	box-sizing: border-box;
}

.cont5 .block_box .block .icon .picture_container {
	height: 72px;
}

.cont5 .block_box .block .txt {
	width: 80%;
}

.cont5 .block_box .block .txt .name {
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #222222;
}

.cont5 .block_box .block .txt .tag {
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	margin-top: 10px;
}

.cont5 .block_box .block:nth-child(odd) .icon {
	margin-right: 0;
	margin-left: 35px;
}

.cont5 .block_box .block:nth-child(odd) .icon {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.cont5 .block_box .block:nth-child(odd) .txt {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	text-align: right;
}

.cont5 .block_box .block:nth-child(1) {
	top: 6px;
	right: 73.73494%;
}

.cont5 .block_box .block:nth-child(2) {
	top: 6px;
	left: 73.73494%;
}

.cont5 .block_box .block:nth-child(3) {
	top: 41.44578%;
	right: 92.77108%;
}

.cont5 .block_box .block:nth-child(4) {
	top: 41.44578%;
	left: 92.77108%;
}

.cont5 .block_box .block:nth-child(5) {
	bottom: 3px;
	right: 73.73494%;
}

.cont5 .block_box .block:nth-child(6) {
	bottom: 3px;
	left: 73.73494%;
}

.cont5 .block_box .block:hover .icon {
	-webkit-transform: rotateY(365deg);
	transform: rotateY(365deg);
}

.cont5 .block_box .block:hover .txt .name {
	color: #e40a15;
}

.cont5 .block_box .center_img {
	width: 295px;
	height: 295px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -147.5px;
	margin-left: -147.5px;
	/* -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}

.cont5 .main_tel_box {
	margin-top: 75px;
}

.picture_container {
	position: relative;
	overflow: hidden;
	background: none;
}

.picture_container img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.main_tel_box .box {
	overflow: hidden;
	width: 418px;
	line-height: 60px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	/* border: solid 1px #fff; */
	-webkit-box-shadow: 0px 5px 15px 0px rgba(128, 128, 128, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(128, 128, 128, 0.1);
}

.main_tel_box .box .title {
	padding: 0 20px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #ff6270;
	-webkit-border-radius: 25px 0px 0px 25px;
	border-radius: 25px 0px 0px 25px;
}

.flex_column_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main_tel_box .box .title .icon {
	margin-right: 5px;
}

.main_tel_box .box .txt {
	text-align: center;
	color: #333333;
	font-size: 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* cont6 */
.cont6-box>div {
	background-color: #f8f8f8;
	width: 590px;
	height: 550px;
	box-sizing: border-box;
	padding: 30px 30px;
}

.cont6-box>div:first-child {
	margin-right: 0;
}

.cont6-title {
	padding: 10px 0;
	margin-bottom: 20px;
}

.cont6-title h5 {
	float: left;
	line-height: 20px;
	padding-left: 10px;
	border-left: 3px solid #ff9c4c;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.cont6-title h5 em {
	font-size: 12px;
	margin-left: 4px;
	color: #999;
}

.cont6-title a {
	float: right;
	width: 60px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	background-color: #ff9c4c;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
}

.cont6-l-list>a {
	display: block;
}

.cont6-l-list>a i {
	display: block;
	overflow: hidden;
}

.cont6-l-list>a img {
	width: 100%;
	height: 231px;
}

.cont6-l-list>a h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont6-l-list>a p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cont6-l-list ul {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
}

.cont6-l-list ul li {
	line-height: 40px;
	padding-left: 20px;
	background: url(../img/tmp1627291127_2132808_s.png) no-repeat left center;
	position: relative;
	padding-right: 100px;
}

.cont6-l-list ul li a {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont6-l-list ul li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.cont6-r-list a {
	display: block;
	overflow: hidden;
	padding: 25px 20px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 15px;
}

.cont6-r-list a:last-child {
	margin-bottom: 0;
}

.cont6-r-list a ul {
	float: left;
	width: 46px;
}

.cont6-r-list a ul li {
	width: 30px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background-color: #ff9c4c;
	border-radius: 5px;
	margin-top: 5px;
}

.cont6-r-list a ul li:nth-child(2) {
	background-color: #2ba3f6;
	margin-top: 10px;
}

.cont6-r-list a div {
	float: right;
	width: 440px;
}

.cont6-r-list a div h4 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont6-r-list a div p {
	font-size: 13px;
	margin-top: 10px;
	line-height: 24px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cont6-r-list a div em {
	display: block;
	font-size: 12px;
}

/* 联系我们 */
.contact-title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}

.contact-title h4 {
	height: 85px;
	text-align: center;
	color: rgb(17, 17, 17);
	line-height: 85px;
	font-family: "Microsoft YaHei", 微软雅黑;
	font-size: 36px;
	font-weight: bold;
}

.contact-title p {
	margin: 0 auto -10px;
	width: 400px;
	line-height: 20px;
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}

.contact-box {
	margin-top: 40px;
}

.contact-l {
	float: left;
	width: 750px;
}

.contact-l p {
	font-size: 21px;
	color: #666;
	margin-bottom: 20px;
}

.contact-l p em {
	font-size: 40px;
	color: #d90024;
	font-weight: bold;
}

.contact-l li {
	height: 52px;
	border-bottom: 1px dashed #ddd;
	line-height: 52px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	padding-left: 50px;
	background: url(../img/conatct_icon2.png)no-repeat left center;
}

.contact-l li:nth-child(2) {
	background-image: url(../img/conatct_icon4.png);
}

.contact-l li:nth-child(3) {
	background-image: url(../img/conatct_icon1.png);
}

.contact-l li:nth-child(4) {
	background-image: url(../img/conatct_icon1.png);
}

.contact-r {
	width: 400px;
	float: right;
	margin-top: 68px;
}

.contact-r img {
	float: left;
	width: 160px;
	height: 160px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.contact-r div {
	float: left;
	margin-left: 15px;
	margin-top: 42px;
}

.contact-r div span {
	display: block;
	font-size: 26px;
	color: #666;
}

.contact-r div p {
	font-size: 14px;
	color: #666;
}

#allmap {
	width: 100%;
	height: 450px;
	margin-top: 40px;
}

/* 标题 */
.type-box {
	height: 65px;
	box-shadow: 1px 1px 20px #ececec;
	background-color: #fff;
	margin-bottom: 50px;
}

.type-box .type-list {
	display: flex;
	justify-content: center;
}

.type-list a {
	display: block;
	width: 180px;
	line-height: 63px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	position: relative;
	border-bottom: 2px solid #fff;
	transition: .4s;
}

.type-list a.active,
.type-list a:hover {
	border-color: #f08c00;
	color: #f08c00;
}

.type-list a::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #dcdcdc;
	position: absolute;
	top: 21px;
	right: 0;
}

.type-list a:last-child:after {
	display: none;
}

/*新闻列表*/
.news-box {
	margin: 0 auto;
	min-width: 1200px;
}

.news-list li {
	padding: 25px 60px 20px 20px;
	background: #fafafa;
	margin-bottom: 35px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-list li .imga {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 26%;
	height: 205px
}

.news-list li .imga img {
	width: 100%;
	height: 100%;
}

.news-list li .imga .cate {
	position: absolute;
	top: 35px;
	left: 0;
	padding-right: 20px;
	background: #ff6700;
	line-height: 32px;
	color: #FFF
}

.news-list li .imga .cate i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 1px 8px 1px 0;
	background: url(../images/public.png) -180px -30px no-repeat
}

.news-list li .info {
	overflow: hidden;
	width: 70%;
	float: right;
}

.news-list li .info .line {
	border-left: 52px solid #f08c00;
	background: #D8D8D8;
	margin-bottom: 35px;
	position: relative;
	height: 1px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-list li .info .tit {
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 6px
}

.news-list li .info .tit a {
	color: #333;
}

.news-list li .info .tit a em {
	font-weight: normal;
	color: #f08c00;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.news-list li .info .note {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 25px;
	line-height: 24px;
	color: #6A6969
}

.news-list li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-moz-transform: translate3d(0, -8px, 0);
	-ms-transform: translate3d(0, -8px, 0);
}

.news-list li:hover .info .line {
	border-left-width: 900px;
}

/*新闻详情*/
.news-xq-tit h2 {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

.news-xq-tit p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.news-xq-tit p span {
	margin: 0 10px;
}

.news-xq-tit {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.news-xq ul li a {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.news-xq-c img {
	width: 85%;
	margin: 5px auto;
}

/*.news-xq ul li:first-child a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	color: #b5b5b5;
	padding-left: 20px;
	background: url(../img/news/fh.png) no-repeat 30px center;
}*/
.product-xq .news-xq-c {
	border: none;
}

.news-xq-c {
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.news-xq ul li:first-child {
	margin-bottom: 20px;
}

.news-xq-c table {
	width: 100%;
	border: 1px solid #ddd;
}

.news-xq-c table tr td {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

/*page*/
.page-box {
	margin-bottom: 30px;
	margin-top: 40px;
}

.page-box div {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.page-box a {
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}

.page-box strong {
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #f08c00;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}

/* 关于我们 */
.about-box {
	margin-top: 40px;
}

.about-box>img {
	margin: 0 auto 20px;
}

.about-txt p {
	font-size: 15px;
	color: #333333;
	line-height: 28px;
}

.about-box ul {
	overflow: hidden;
	margin-top: 40px;
	background-color: #f8f8f8;
	padding: 40px 0;
}

.about-box li {
	float: left;
	width: 25%;
	text-align: center;
}

.about-box li span {
	display: block;
	font-size: 58px;
	font-weight: bold;
	color: #333;
}

.about-box li span em {
	font-size: 23px;
	font-weight: bold;
	color: #999;
}

.about-box li p {
	font-size: 16px;
	margin-top: 19px;
	color: #333;
}

/* 商业维度 */
.main {
	width: 1200px;
	margin: 0 auto;
}

.gxrd_dy {
	width: 90%;
	background: #f4f7fb;
	border-radius: 5px;
	margin: auto;
	padding: 20px 38px;
	box-sizing: border-box;
}

.gxrd_dy p {
	font-size: 13px;
	line-height: 24px;
	color: #3e444f;
	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_service li {
	float: left;
	width: 23%;
	height: 286px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	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: 36px;
	/* line-height: 20px; */
	color: #333;
	margin-bottom: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.gxrd_service li p {
	font-size: 30px;
	line-height: 24px;
	color: #666;
	padding: 0 34px;
	text-align: center;
}

/*相关服务*/
.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;
	margin: 0 auto;
}

.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);
}

/* 公司注册 */
.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: #f08c00;
	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(../img/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: #f08c00;
}

#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: #f08c00;
	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: #f08c00;
	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(../img/hot_icon1.png) no-repeat center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
}

#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 {
	overflow: hidden;
}

.hot-r-bottom ul a {
	display: block;
	float: left;
}

.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;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*----------*/
.vip-wrap {
	width: 100%;
	height: 370px;
	overflow: hidden;
	min-width: 1200px;
	background: url(../images/vip_banner.png) no-repeat center center;
	background-color: #6643ff;
	margin-top: 50px;
}

.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(../img/vip01.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip li.list2>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/vip02.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip li.list3>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/vip03.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
}

.vip li.list4>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/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_box4 li img {
	margin: 0 auto;
}

/*服务优势*/
.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 img {
	margin: 0 auto;
}

.gszc_box5 li .pic {
	padding: 0px 0 15px 0;
}

.gszc_box5 li .pic img {
	width: 30%;
	margin: 0 auto;
}

.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(../img/wd_bg.jpg) no-repeat center #f08c00;
	margin-top: 40px;
}

.question li {
	width: 554px;
	height: 160px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 50px 0 0 36px;
	margin-bottom: 20px;
}

.question li .ques {
	height: 40px;
}

.question li .ques img,
.question li .ans img,
.question li .ques div,
.question li .ans div {
	float: left;
}

.question li .ques img,
.question li .ans img {
	margin-right: 18px;
}

.question li .tit,
.question li .cont {
	max-width: 482px;
}

.question li .tit {
	font-size: 16px;
	line-height: 26px;
	color: #30c8c6;
}

.question li .cont {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.question li.card-r {
	padding-left: 25px;
}

.question {
	padding-bottom: 30px;
}

/*代理记账*/
.dljz_box1 {
	padding-bottom: 40px;
}

.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(../img/dljz_bg3.jpg) no-repeat;
}

.dljz_box1 li:nth-child(2) {
	background: url(../img/dljz_bg1.jpg) no-repeat;
}

.dljz_box1 li:nth-child(3) {
	background: url(../img/dljz_bg2.jpg) no-repeat;
}

/*代理记账表单*/
.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;
	z-index: 99;
    width: 120px;
    height: 40px;
}

.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;
	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: #fff6ea;
}

.dljz_table li input[type="radio"]:checked+label::before {
	content: " ";
	/*不换行空格*/
	display: inline-block;
	width: 120px;
	border-radius: 3px;
	height: 40px;
	position: absolute;
	background: #f08c00;
}

input[type="radio"] {
	position: absolute;
	/* clip: rect(0, 0, 0, 0); */
	opacity: 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;
}

/*服务内容*/
.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 {
	margin: 0 auto;
}

.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: #D92129;
	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;
}

.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 .pic {
	overflow: hidden;
}

.zmqx li .pic img {
	width: 100%;
}

.zmqx li h5 {
	width: 100%;
	height: 95px;
	background-color: #f08c00;
	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);
}

*商标注册*/ .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;
	margin: 0 auto;
}

.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: 0 auto 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: 12px;
}

.sbzc_box2 li .price span {
	display: block;
	width: 100px;
	line-height: 30px;
	border-radius: 50px;
	box-sizing: border-box;
	border: 1px solid #df1344;
	font-size: 15px;
	color: #df1344;
	margin: 0 auto;
}

/*知识产权*/
.zl_box1 {}

.zl_box1 .side {
	float: left;
	background: url(../img/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%;
	margin: 0 auto;
}

.zl_box1 .main_con li h3 {
	font-size: 20px;
	transition: 0.3s all;
	margin-bottom: 15px;
}

.zl_box1 .main_con li p {
	font-size: 15px;
	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(../img/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);
}
.service1,.service3{
	padding-bottom: 40px;
}
.service5 .wenda{
	margin-top: 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;}

/* 留言弹框 */
.ly-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 5;
	display: none;
}
.ly-box .ly-c{
	background-color: #fff;
	width: 400px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 30%;
}
.ly-c h4{
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	background-color: #f69000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
}
.ly-c i{
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 27px;
	font-size: 20px;
	cursor: pointer;
}
.ly-c li input{
	display: block;
	width: 90%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto 15px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	font-size: 15px;
	border-radius: 5px;
}
.ly-c .btn{
	display: block;
	width: 90%;
	margin: 10px auto 20px;
	height: 50px;
	background-color: #f69000;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

/* 维度修改 */
.baixian{
	padding: 40px 0;
}
.baixian-box{
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.baixian-box li{
	width: 33.333%;
	float: left;
	line-height: 60px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 24px;
	color: #333;
	position: relative;
}
.baixian-box li::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: #ddd;
	top: 15px;
}
.baixian-box li:last-child::after{
	display: none;
}
.baixian-box li.on{
	background-color: #f69000;
	color: #fff;
}
.baixian-list div{
	box-sizing: border-box;
	padding: 40px;
	min-height: 400px;
	display: none;
}
.baixian-list div table{
	width: 100%;
	border: 1px solid #ccc;
}
.baixian-list div td{
	border: 1px solid #ccc !important;
	text-align: center;
	line-height: 50px;
}
.baixian-list div td p{
	line-height: 50px;
}
.baixian-list div:first-child{
	display: block;
}
.baixian-list div p{
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.bijiao-list>div{
	float: left;
	width: 50%;
	padding: 60px 10%;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 32px;
}
.bijiao-list{
	background-color: #e5edff;
	position: relative;
}
.bijiao-list i{
	display: block;
	position: absolute;
	width: 80px;
	text-align: center;
	line-height: 74px;
	height: 80px;
	font-weight: bold;
	font-size: 50px;
	color: #e65452;
	background-color: #ffff;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	border-radius: 50%;
}
.bijiao-list .bijiao-r{
	background-color: #e65452;
	color: #fff;
}
.baixian-box2 li.on{
	background-color: #e45957;
	color: #fff;
}

/*  */
.tuichu{
	height: 300px;
	background: url(../img/lc_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 500px;
	margin-top: 30px;
}
.tuichu-list{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.tuichu-title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.tuichu-list .tuichu-txt{
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-size: 15px;
	line-height: 26px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 5px;
}
.fengxian li{
	float: left;
	width: 280px;
	height: 320px;
	background: url(../img/ys_04.jpg) no-repeat center;
	background-size: cover;
	margin-right: 26.666px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px;
}
.fengxian li:last-child{
	margin-right: 0;
}
.fengxian li:nth-child(2){
	background-image: url(../img/ys_02.jpg)
}
.fengxian li:nth-child(3){
	background-image: url(../img/ys_03.jpg)
}
.fengxian li:nth-child(4){
	background-image: url(../img/ys_04.jpg)
}
.fengxian li img{
	margin: 42px auto 0;
}
.fengxian li h4{
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.fengxian li p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
}