﻿@font-face {
	font-family: word;
	src: url('../fonts/bebasneuebold.ttf'), url('../fonts/bebasneuebold.eot');
	/* IE9 */
}

@font-face {
	font-family: num;
	src: url('../fonts/bebasneue.ttf'), url('../fonts/bebasneue.eot');
	/* IE9 */
}

* {
	margin: 0;
	padding: 0;
}

a,
li {
	list-style: none;
	text-decoration: none;
	color: #000;
}

html {
	font-family: word;
}


/* 为移动端设计: */


/*[class*="col-"] {
	width: 100%;
	box-sizing: border-box;
}*/

@media only screen and (min-width: 800px) {
	/* For tablets: */
	.col-m-1 {
		width: 8.33%;
	}
	.col-m-2 {
		width: 16.66%;
	}
	.col-m-3 {
		width: 25%;
	}
	.col-m-4 {
		width: 33.33%;
	}
	.col-m-5 {
		width: 41.66%;
	}
	.col-m-6 {
		width: 50%;
	}
	.col-m-7 {
		width: 58.33%;
	}
	.col-m-8 {
		width: 66.66%;
	}
	.col-m-9 {
		width: 75%;
	}
	.col-m-10 {
		width: 83.33%;
	}
	.col-m-11 {
		width: 91.66%;
	}
	.col-m-12 {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	/* For desktop: */
	.col-1 {
		width: 8.33%;
	}
	.col-2 {
		width: 16.66%;
	}
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.33%;
	}
	.col-5 {
		width: 41.66%;
	}
	.col-6 {
		width: 50%;
	}
	.col-7 {
		width: 58.33%;
	}
	.col-8 {
		width: 66.66%;
	}
	.col-9 {
		width: 75%;
	}
	.col-10 {
		width: 83.33%;
	}
	.col-11 {
		width: 91.66%;
	}
	.col-12 {
		width: 100%;
	}
}

.img {
	width: 100%;
	vertical-align: middle;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.wd80 {
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
}


/*top*/

.head_top {
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}

.head_top .addr {
	display: inline-block;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
}

.head_top .tel {
	display: inline-block;
	float: right;
	width: auto;
}

.dq_addr {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

.qh_addr {
	color: #d30000;
	font-size: 12px;
	position: relative;
}

.head_top .tel {
	color: #D30000;
}

.head_top .tel span {
	font-size: 18px;
	font-family: num;
	font-weight: 600;
}


/*menu 顶部菜单导航*/

.menu {
	width: 80%;
	margin: 0 auto;
}

.menu .logo {
	float: left;
	width: 20%;
	line-height: 60px;
	height: 60px;
}

.menu .logo a {
	width: 49%;
	display: inline-block;
}

.menu .logo img {
	width: 100%;
	vertical-align: middle;
}

.menu ul {
	float: right;
	width: 80%;
}

.menu ul li {
	float: left;
	text-align: center;
	/*width: 10%;*/
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	position: relative;
}

.menu ul li>a {
	display: inline-block;
	height: 100% line-height: 60px;
}

.menu ul li>a:hover {
	color: #D30000;
}

.menu .menu_select {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}


/*swiper*/

#head-pop .swiper-slide img {
	width: 100%;
	vertical-align: middle;
}

.swiper-slide a {
	display: block;
	cursor: pointer;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #C9010B;
}

.swiper-container {
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;
	/* ä¸¤ç§éƒ½å¯ä»¥ */
}

.swiper-container {
	--swiper-theme-color: #fff;
	/* è®¾ç½®Swiperé£Žæ ¼ */
	--swiper-navigation-color: #fff;
	/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
	--swiper-navigation-size: 30px;
	/* è®¾ç½®æŒ‰é’®å¤§å° */
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #C9010B;
}


/*标题*/

.tittle {
	width: 80%;
	max-width: 1000px;
	margin: 40px auto;
	padding-top: 67px;
	text-align: center;
	margin-top: 30px;
}

.tittle h1 {
	color: #d43a3a;
	font-size: 40px;
	background-image: linear-gradient(#e0706f, #ce3635, #ac0705);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.tittle p {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #a7a7a7;
}

.tittle p i {
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #ccc;
	margin: 0 10px;
	vertical-align: middle;
}

.tittle p span {
	color: #a90000;
}

.tittle.shadow {
	position: relative;
}

.tittle.shadow>div {
	display: inline-block;
	position: absolute;
	text-align: center;
	color: #ccc;
	width: auto;
	letter-spacing: 3px;
	top: 0px;
	left: 50%;
	font-size: 100px;
	opacity: 0.4;
	z-index: -1;
	font-family: word;
	transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
	.tittle.shadow>div {
		font-size: 80px;
	}
	.tittle h1 {
		font-size: 30px;
	}
}

/*精选案例*/

.fxlj {
	margin-top: 20px;
}

.fxlj li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	padding: 20px 0;
}

.fxlj li small {
	display: block;
	position: absolute;
	left: 20px;
	top: -5px;
	width: 40px;
}

.fxlj li p {
	font-size: 12px;
	box-sizing: content-box;
}

.fxlj li div {
	color: #ca3030;
	font-size: 40px;
	font-weight: 600;
}

.fxlj li div sup {
	font-size: 18px;
	font-weight: 400;
}

.fxlj_active {
	background: #D30000;
	color: #FFFFFF;
}

.fxlj_active div {
	color: #FFFFFF!important;
}

.jzal {
	margin-top: 10px;
}

.leftbox img,
.rightbox img {
	height: 100%;
}

.jzal_img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
}

.jzal_img img {
	height: 60%;
	display: block;
	margin: 30px auto;
}

.jzal .leftbox {
	float: left;
	width: 49.5%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.jzal .rightbox {
	box-sizing: border-box;
	float: right;
	width: 49.5%;
	position: relative;
	overflow: hidden;
}

.jzal_mb {
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: rgb(0, 0, 0, 0.7);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}

.jzal_mb1 {
	position: absolute;
	bottom: -60px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	background: rgb(223, 51, 0, 0.9);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	display: none;
}

.icon_left {
	position: absolute;
	width: 60px;
	height: 50px;
	background: url(../images/icon0.png)no-repeat;
	line-height: 50px;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
}


}

/*设计师*/
.sjs_box .swiper-slide {
	transform: scale(0.9);
	margin-right: 0!important;
}
.sjs_box .swiper-slide-active,
.sjs_box .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 1111;
}
.sjs_box .swiper-slide .sjs_mb {
	display: none;
}
.sjs_box .swiper-slide-active .sjs_mb,
.sjs_box .swiper-slide-duplicate-active .sjs_mb {
	display: block;
}
.sjs_mb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.7);
	color: #FFFFFF;
	display: none;
}
.sjs_mb p {
	padding: 5px 0 0 20px;
	font-size: 12px;
	margin-top: 2%;
}
@media only screen and (min-width:600px) {
	.sjs_mb a,
	.sjs_mb p {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1200px) {
	.sjs_mb a,
	.sjs_mb p {
		font-size: 16px;
	}
}
.sjs_mb .sjs_name {
	font-size: 18px;
	margin-top: 4%;
}
.sjs_mb .sjs_zw:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #FFFFFF;
}
.sjs_mb .sjs_yy span {
	color: #f1debd;
}
.sjs_mb a {
	display: block;
	width: 100px;
	text-align: center;
	border: 2px solid #f1debd;
	margin-left: 20px;
	color: #f1debd;
	font-family: "微软雅黑";
	margin-top: 4%;
}
.sjs_box .swiper-slide {
	transform: scale(0.9);
	margin-right: 0!important;
}
.sjs_box .swiper-slide-active,
.sjs_box .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 1111;
}
.sjs ul li {
	cursor: pointer;
}

/*整装*/
.zzcp_menu {
	width: 600px;
	margin: 0 auto;
}
.zzcp_menu li {
	float: left;
	width: 33.3%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.zzcp_active {
	background: #C9010B;
	color: #FFFFFF;
	border-radius: 20px;
}
.zzcp_cont {
	overflow: hidden;
	position: relative;
	min-height: 400px;
}
.zzcp_list {
	position: absolute;
}
.zzcp_box {
	margin-top: 30px;
	float: left;
	width: 33.3%;
}
.zzcp_box div {
	/*overflow: hidden;*/
}
.zzcp_center .swiper-button-next {
	width: 26px;
	height: 26px;
}
.zzcp_center .swiper-button-prev {
	width: 26px;
	height: 26px;
}
.zzcp_left {
	width: 24%;
	height: 100%;
	float: left;
	background: url(../images/7x1.png)no-repeat;
	background-size: auto 100%;
}
.zzcp_center {
	width: 50%;
	float: left;
	margin: 0 1%;
	height: 100%;
}
.zzcp_center .clearfix {
	height: 48%;
	margin-top: 2%;
}
.zzcp_right {
	width: 24%;
	float: left;
	height: 100%;
	background: url(../images/7x5.png)no-repeat;
	background-size: auto 100%;
	position: relative;
}
.zzcp_center_top {
	position: relative;
	height: 50%;
	overflow: hidden;
}
.zzcp_center_left {
	width: 49%;
	float: left;
	height: 100%;
	position: relative;
}
.zzcp_center_right {
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
}
.zzcp_mb {
	position: absolute;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background: rgb(0, 0, 0, 0.7);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.zzcp_mb1 {
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0.7;
	background: #000;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	display: none;
}
.zzcp_mb2 {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	z-index: 100;
	display: none;
}
.zzcp_mb2 p {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
.zzcp_mb span,
.jzal_mb span {
	padding: 0 10px;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	/*vertical-align: middle;*/

	display: inline-block;
}
.zzcp_center_bottom {
	height: 48%;
	margin-top: 1.5%;
	overflow: hidden;
}
.zzcp_h2 {
	margin: 30px auto;
}
.zzcp_h2 .box_b {
	border: 2px solid #FFFFFF;
	width: 80px;
	height: 20px;
	margin: 0 auto;
}
.zzcp_h2 .box_b:first-child {
	border-bottom: none;
}
.zzcp_h2 .box_b:last-child {
	border-top: none;
}
.zzcp_h2 h2 {
	font-size: 32px;
	text-align: center;
}
.zzcp_h2 p {
	text-align: center;
}
.gradient {
	background-image: linear-gradient(#fdca63, #fff, #e0c28c);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.qx_cont {
	color: #fff;
	text-align: center;
}
.qx_cont div span {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}
.qx_cont p {
	text-align: center;
	font-weight: 500;
	font-size: 40px;
}
.qx_cont p span {
	font-size: 20px;
	color: #FFFFFF;
}
.zzcp_bhx {
	width: 60%;
	margin: 10px auto;
	min-width: 200px;
}
.zzcp_bhx li {
	width: 33.3%;
	height: 40px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 40px;
	transform: scale(0.9);
	float: left;
	color: #FFFFFF;
	box-sizing: border-box;
}
.zzcp_left>a {
	display: block;
	width: 100px;
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	/*margin-top: 50px;*/
}

/*软装设计*/
.xinxi_solution_main ul li {
	margin-right: 20px;
}
.xinxi_solution_main ul li:last-child {
	margin-right: 0;
}
.xinxi_solution_bg {
	background-size: 100% auto;
	max-width: 1920px;
	background-color: #F7F7F7;
	min-width: 900px;
	margin: 0 auto;
}
.xinxi_solution_main ul {
	overflow: hidden;
	height: 400px;
	padding: 0!important;
	max-width: 1450px;
}
.xinxi_solution_main .main_mobile {
	/*max-width: 1080px; min-width: 1080px;*/

	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}
.xinxi_solution_main ul li {
	background: url('../images/pic1.png') no-repeat center;
	height: 400px;
	float: left;
	width: 4vw;
	min-width: 50px;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
}
.xinxi_solution_main ul li:nth-child(2) {
	background: url('../images/pic2.png') no-repeat center;
}
.xinxi_solution_main ul li:nth-child(3) {
	background: url('../images/pic3.png') no-repeat center;
}
.xinxi_solution_main ul li:nth-child(4) {
	background: url('../images/pic4.png') no-repeat center;
}
.xinxi_solution_main ul li:nth-child(5) {
	background: url('../images/pic5.png') no-repeat center;
}
.xinxi_solution_main ul li:nth-child(6) {
	background: url('../images/pic6.png') no-repeat center;
}
.xinxi_solution_main ul li:nth-child(7) {
	background: url('../images/pic7.png') no-repeat center;
}
.xinxi_solution_main ul li:nth-child(8) {
	background: url('../images/pic8.png') no-repeat center;
}
.xinxi_solution_main ul li .left_top {
	position: absolute;
	left: 0;
	width: 1.4vw;
	padding: 0 1.28vw;
	text-align: center;
}
.xinxi_solution_main ul li .left_top img {
	width: 1.5vw;
}
.xinxi_solution_main ul li .right-2 p i {
	font-size: 18px;
	/*width: 24px;*/

	display: inline-block;
	font-weight: 600;
	color: #bba375;
	background-image: linear-gradient(#dec38c, #f5ecda, #dec38c);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.xinxi_solution_main ul li .left_top i {
	font-size: 18px;
	width: 24px;
	display: inline-block;
	font-weight: 600;
	color: #bba375;
	background-image: linear-gradient(#dec38c, #f5ecda, #dec38c);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.xinxi_solution_main ul li i span {
	font-size: 30px;
	color: #FFFFFF;
	display: block;
	width: 20px;
}
.xinxi_solution_main .left_top {
	font-size: 1.5vw;
	color: #FFF;
}
.xinxi_solution_main ul li .left {
	float: left;
	width: 4vw;
	min-width: 50px;
	background: #000;
	opacity: 0.5;
	height: 400px;
}
.xinxi_solution_main ul li .right {
	float: left;
	width: 80%;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.xinxi_solution_main .right .right-content {}
.xinxi_solution_main .right .right-content a.yichu {
	float: left;
	margin-right: 2.5vw;
}
.xinxi_solution_main ul li.on {
	width: 53%;
}
.xinxi_solution_main ul li.two {
	background: url('../images/pic2.png') no-repeat;
}
.xinxi_solution_main ul li.thr {
	background: url('../images/pic3.png') no-repeat;
}
.xinxi_solution_main ul li.four {
	background: url('../images/pic4.png') no-repeat;
}
.xinxi_solution_main ul li.five {
	background: url('../images/pic5.png') no-repeat;
}
.xinxi_solution_main ul li.six {
	background: url('../images/pic6.png') no-repeat;
}
.xinxi_solution_main ul li.sev {
	background: url('../images/pic7.png') no-repeat;
}
.xinxi_solution_main ul li.eight {
	background: url('../images/pic8.png') no-repeat;
}
.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	content: '';
}
.clearfix {
	zoom: 1;
}

/*11*/
.content-all {
	width: 320px;
	margin-left: 5%;
}
.right-1 {
	float: left;
	width: 45%;
	margin-left: 3%;
}
.right-2 {
	float: right;
	width: 45%;
}
.right-content {
	color: #fff;
	background: url(../images/xpc_23.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	/*width: 380px;*/

	position: absolute;
	top: 13%;
	left: 30px;
	padding: 15px 0;
}
.right-content h4 {
	font-size: .9vw;
	margin: 0;
	margin-top: 10px;
	color: #fff;
}
.right-content p {
	font-size: .6vw;
	color: #fff;
}
.right-content p i {
	font-style: italic;
	position: relative;
	display: inline-block;
	font-size: 1vw!important;
}
.right-content .right-2 .p {
	text-decoration: line-through;
}
.right-btn {
	text-align: center;
}
.right-btn a {
	display: inline-block;
	margin: 0 10px 0 10px;
	color: #000;
	font-size: .6vw;
	line-height: 30px;
	text-align: center;
	width: 100px;
	margin-bottom: 10px;
	background-color: #fff;
	margin-top: 10px;
}
.right-content p i:after {
	content: "";
	width: 38px;
	height: 24px;
	position: absolute;
	top: 0;
	right: -100%;
	background: url(../images/ico_xianshi.png) no-repeat 80%;
}
.c-like {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 13px;
	display: inline-block;
	width: 60px;
	height: 50px;
	text-align: center;
	/*padding-top: 20px;*/

	line-height: 60px;
	background: url(../images/icon0.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}
.model {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}
.model-content {
	width: 45%;
	padding: 0px 0 10px 0;
	margin: 0 auto;
	background: #fff;
	margin-top: 10%;
	position: relative;
}
.model-content .img {
	width: 100%;
	height: auto;
	z-index: 11;
}
.model .close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 12;
}
.model-mian {
	padding: 3% 8%;
}
.model-mian h2 {
	font-size: 25px;
}
.model-mian p {
	font-size: 16px;
}
.model .iline {
	width: 40px;
	border-bottom: 2px solid #f08200;
}
.model .form {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
.model .inputbox {
	border: 1px solid #ccc;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
	width: 48%;
}
.model .inputbox input {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	padding: 0 10px;
	display: inline-block;
	line-height: 39px;
	font-size: 16px;
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
	border: none;
	text-shadow: none;
	-webkit-appearance: none;
	-webkit-user-select: text;
	outline-color: transparent;
	box-shadow: none;
}
.model .box1 {
	float: left;
}
.model .box1 {
	float: right;
	vertical-align: top;
	margin-top: 0;
}
.model .btn {
	display: block;
	margin: 20px auto;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: #ee2d1b;
	color: #FFFFFF;
	font-size: 18px;
	text-shadow: none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-user-select: text;
	outline-color: transparent;
	border: none;
}
.jjdz ul li {
	float: left;
	width: calc(25% - 12px);
	margin-left: 15px;
	margin-top: 10px;
}
.jjdz ul li:nth-child(4n+1) {
	margin-left: 0px;
}
.jjdz ul li>div {
	overflow: hidden;
}
.jjdz .leftbox {
	float: left;
	width: 60%;
	font-size: 14px;
}
.jjdz .leftbox span {
	font-size: 12px;
	color: #666;
}
.jjdz .rightbox {
	float: right;
	width: 40%;
	text-align: right;
	color: #C9010B;
	font-size: 12px;
}
.jjdz .rightbox span {
	font-size: 20px;
}
.jjdz ul li p {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e2e1e1;
}
.jsdz {
	width: 100%;
}
.jsdz a {
	display: block;
}
.jsdz a img {
	width: 100%;
	vertical-align: middle;
}
.jsdz a img:hover {
	transform: scale(1.1);
}
.jjdz ul li {
	cursor: pointer;
}
.jjdz .model-div {
	position: relative;
	width: 100%;
}
.model-zg,
.model-zg-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.model-zg {
	opacity: .5;
	background: #000;
}
.model-zg-box {
	z-index: 100;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.model-zg-box h4 {
	padding: 10px 0;
	font-weight: 400;
	margin-top: 10%;
}
.model-zg-box a {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 5px 0;
	width: 120px;
	margin: 0 auto;
	border: 1px solid #fff;
}

/*看评论*/
.kpj {
	color: #FFFFFF;
	text-align: center;
}
.kpj .leftbox {
	width: 50%;
	float: left;
	height: 450px;
	background: url(../images/rybj.jpg)no-repeat;
	background-size: cover;
	padding: 40px 0 20px 0;
	position: relative;
}
.kpj .leftbox h4 {
	font-size: 20px;
	height: 40px;
}
.kpj .leftbox ul {
	width: 80%;
	margin: 20px auto;
}
.kpj .leftbox ul li {
	float: left;
	width: 32%;
	margin-left: 1.5%;
	margin-top: 10px;
}
.kpj .leftbox ul li img {
	width: 100%;
}
.kpj .leftbox ul li:nth-child(3n+1) {
	margin-left: 0;
}
.kpj .leftbox a {
	display: block;
	width: 140px;
	padding: 5px 0;
	color: #eddab6;
	font-size: 18px;
	border: 2px solid #eddab6;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 23px;

	margin-top: 20px;
}
.kpj .rightbox {
	width: 50%;
	float: right;
	height: 400px;
	background: url(../images/plbj.png)no-repeat;
	background-size: cover;
	padding: 40px 0 20px 0;
	position: relative;
}
.kpj .rightbox h4 {
	font-size: 20px;
	height: 40px;
	color: #000;
}
.kpj .rightbox p {
	color: #848484;
}
.kpj .rightbox ul {
	margin: 20px auto;
}
.kpj .rightbox ul li {
	width: 80%;
	margin: 0 auto;
	text-align: justify;
	margin-top: 20px;
	height: 80px;
	background: #FFFFFF;
	padding: 10px;
}
.kpj .rightbox .pl_tx {
	width: 60px;
	float: left;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.kpj .rightbox .pl_js {
	width: calc(100% - 90px);
	float: left;
	font-size: 12px;
	padding-left: 10px;
	color: #848484;
}
.kpj .rightbox .pl_js p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}
.kpj .rightbox a {
	display: block;
	width: 140px;
	padding: 5px 0;
	color: #D30000;
	font-size: 18px;
	background: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -70px;
}

/*.jjdz ul li div:hover{width: 100%;height: 100%;z-index: 999;opacity: .8;}*/
.jjdz ul li>.img:hover {
	transform: scale(1.1);
	transition: all 0.6s;
}
.kpj ul li img:hover {
	transform: scale(1.1);
	transition: all 0.6s;
	cursor: pointer;
}
.ynjd-box ul li img:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: all 0.6s;
	color: #fff!important;
}
.ynjd-box ul li h4:hover,
.ynjd-box ul li p:hover {
	cursor: pointer;
	color: orange;
}
.jjdz .leftbox {
	font-size: 16px;
}
.jjdz .leftbox span {
	font-size: 14px;
	color: #666;
}

/*疑问解答*/
.ynjd-info {
	/*width: 1200px;*/

	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	height: 400px;
	position: relative;
}
.ynjd-box {
	/*width: 4800px;*/

	margin: 20px auto;
	position: absolute;
	left: 0;
}
.ynjd-menu {
	width: 500px;
	margin: 20px auto;
}
.ynjd-menu li {
	width: 100px;
	float: left;
	margin-left: 23px;
	padding: 5px 0;
	border: 1px solid #A7A7A7;
	text-align: center;
	cursor: pointer;
}
.ynjd_active {
	background: #D30000;
	color: #FFFFFF;
}
.ynjd-box ul {
	width: 25%;
	float: left;
}
.ynjd-box ul li {
	float: left;
	width: calc(25% - 14px);
	margin-left: 15px;
	/*min-height: 222px;*/

	border: 1px solid #e2e2e2;
}
.ynjd-box ul li p a {
	display: inline-block;
	float: right;
	width: 30px;
}
.ynjd-box ul li h4 {
	padding: 10px 0 0px 8px;
	width: calc(100% - 10px);
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}
.ynjd-box ul li p {
	padding: 0 10px;
	font-size: 14px;
	color: #a7a7a7;
}
.ynjd-box ul li:first-child {
	margin-left: 0;
	background: #d13838;
	color: #FFFFFF;
}
.ynjd-box ul li:first-child h4 {
	padding: 30px 0 0px 20px;
	color: #FFFFFF;
}
.ynjd-box ul li:first-child p {
	padding: 10px 0 10px 20px;
	font-size: 14px;
	color: #FFFFFF;
}
.ynjd-box-bg {
	width: 100%;
	padding: 50px 0;
	height: 100px;
	/*background: url(../images/zxfs-bg.png)no-repeat;*/

	background-size: 100% 100%;
	clear: both;
}
.ynjd-box-bg a,
.sjs-box-bg a {
	display: block;
	margin: 0px auto;
	width: 300px;
	height: 100px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background: url(../images/btn_lr.png)no-repeat;
	background-size: 100% 100%;
}
.ynjd-box li {
	box-sizing: border-box;
	height: 100%;
}

/*流程*/
.lc {
	width: 1200px;
	margin: 20px auto;
}
.lc ul li {
	float: left;
	width: 150px;
}
.lc ul li .divimg {
	width: 100px;
	margin: 0 auto;
}
.lc ul li .divimg img {
	display: block;
	margin: 0 auto;
}
.lc ul li .lcx,
.lcx-none {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #FFFFFF;
	background: #be000f;
	line-height: 30px;
	text-align: center;
	margin: 20px auto;
	font-size: 20px;
}
.lc ul li .lcx:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 15px;
	left: 40px;
}
.lc ul li p {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.lc ul li p span {
	font-size: 20px;
	color: #be000f;
}

/**/
#sckb {
	position: relative;
	/*padding: 1px;*/
}
#sckb div {
	width: 400px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px 0;
	margin: -120px 0 0 -200px;
	background: #FFFFFF;
	color: #be000f;
}
#sckb div p {
	font-size: 28px;
	line-height: 50px;
	padding-left: 30px;
}
#sckb div span {
	font-size: 28px;
	line-height: 50px;
	font-weight: 700;
	padding-left: 30px;
}

/*<!--表单弹窗开始-->*/
.inputbox {
	height: 40px;
	float: none;
}
.p-btn {
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
}
.p-btn a {
	padding: 10px 20px;
	background: #FF0000;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	font-size: 18px;
}
#sp_form {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	display: none;
}
#sp_form form {
	position: absolute;
	width: 80%;
	max-width: 400px;
	top: 50%;
	left: 50%;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
	padding-bottom: 20px;
	border-radius: 5px;
}
#sp_form input {
	box-sizing: border-box;
	display: block;
	outline-style: none;
	outline-width: 0px;
	text-shadow: none;
	-webkit-appearance: none;
	-webkit-user-select: text;
	outline-color: transparent;
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: none;
}
#sp_form .inputbox {
	border: 1px solid #666;
	width: 80%;
	margin-top: 15px;
	border-radius: 5px;
	padding-left: 30px;
	box-sizing: border-box;
	box-sizing: content-box;
	margin: 0 auto;
	margin-top: 15px;
	background: #FFFFFF;
	position: relative;
}
#sp_form input[type='button'] {
	background: #D01D1D;
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
	color: #FFFFFF;
	border: 1px solid #C12F2F;
	font-size: 20px;
	width: calc(80% + 30px);
	margin: 20px auto;
}
#sp_form .h5 {
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
	font-size: 20px;
	/*border: 2px solid #D01D1D;*/

	margin: 20px 0 10px 10%;
}
#sp_form .h5 span {
	color: orange;
	font-weight: 700;
	font-size: 20px;
}
#sp_form .close {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
}
#sp_form p {
	width: 80%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
#sp_form .icon_bt {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 18%;
	left: 1%;
}