body {
	color: #333333;
	background: #fff;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* img{
	width: 100%;} */

.layui-container {
	padding: 0px;
}

.left_align {
	text-align: left !important;
}

/*******************************************首页*************************************/
/** 导航部分*/
.detail-sys {
	max-width: 1440px;
	margin: 30px auto;
	text-align: center;
}

.nav {
	width: 100%;
	height: 80px;
	box-shadow: 0 3px 3px 0 #CCC;
	background: #fff !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	transition: 0.3s
}

.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.nav.scroll {
	background: #FFF;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s
}

.nav .layui-container {
	position: relative;
	transition: all 400ms ease-out;
}

.nav .nav-logo {
	display: flex;
	margin-left: 50px;
	line-height: 80px;
}

.nav .nav-log img {
	width: 380px;
	height: 67px;
}

.nav .nav-list {
	display: flex;
	height: 80px;
}

.nav .nav-list .title-text {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

.nav .nav-info {
	display: flex;
	flex-direction: column;
	margin-right: 90px;
}

.nav .nav-info .nav-phone {
	display: flex;
	flex-direction: row;
}

.nav .nav-info .nav-phone .nav-phone-img {
	width: 30px;
	height: 30px;
}

.nav .nav-info .nav-phone .nav-phone-text {
	font-size: 23px;
	margin-left: 9px;
	font-weight: 700;
	color: #3968E9;
}

.nav .nav-info .nav-equity-code {
	font-size: 15px;
	margin-left: 56px;
	font-weight: 400;
	color: #000000;
}

.nav .nav-list .layui-nav {
	height: 100%;
	margin-left: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav .layui-nav li a {
	color: rgba(20, 21, 23, 1);
	font-size: 16px;
	font-weight: 600;
}

.nav .layui-nav .layui-nav-item {
	display: block;
	line-height: 44px;
	font-size: 16px;
	font-weight: 500;
}

.nav .layui-nav * {
	font-size: 16px;
}

.nav .layui-nav .layui-nav-item a {
	padding: 0 0;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
	height: 2px;
	background-color: #3968E9;
}

.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
	color: #3968E9;
}

.bread{
	margin-top: 23px;
	margin-left: 150px;
}

.shengqing {
	display: inline-block;
	width: 103px;
	text-align: center;
	background-color: #2f82ff;
	height: 38px;
	line-height: 38px;
	color: #fff;
}

.shengqing a {
	color: #fff;
}

/*广告图*/
.banner {
	width: 100%;
	margin-top: 80px;
}

.banner img {
	display: block;
	width: 100%;
}

/* 列表 */


.sdp_advantage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.index_box1 .sdp_advantage li {
	padding: 3px 16px;
	line-height: 1 !important;
	border: 1px solid transparent;
	text-align: center;
	box-sizing: border-box;
}

.sdp_advantage p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 22px;
}

.index_box1 .sdp_advantage li:hover {
	color: #0A69C6;
	border-color: rgba(58, 125, 255, 1);
	border-radius: 17px;
}

/* 主要内容 */
.index_box2 {
	padding-bottom: 20px;
	border: 1px solid transparent;
	background-color: #F8F8F8;
}

.index_title_box {

	position: relative;
}

.title_style {
	position: absolute;
	top: 0px;
	line-height: 50px;
	left: 50%;
	margin-left: -700px;
}

.title_style p span {
	margin: 0 5px;
}

.title_style i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../system_imgs/jiantou.png);
	background-size: cover;
	margin-right: 2px;
	vertical-align: baseline;
}

.sdp2_advantage {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 50px;
	margin-bottom: 150px;

}

.sdp2_advantage li {
	width: 23%;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	margin-top: 30px;
	margin-right: 25px;
	background-color: #fff;
	position: relative;
	/* margin-right: 27px; */
}

.text_01 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: bolder;
	font-family: Microsoft YaHei;
	color: #333333;
	margin-top: -197px;
	margin-left: 300px;
}

.index_box2 .btn {
	display: block;
	width: 118px;
	height: 36px;
	background: linear-gradient(90deg, #68C7FE, #0C1FBB);
	border-radius: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 50px;
	bottom: 30px;
	margin-top: 20px;
}

.btn:hover {
	background: linear-gradient(90deg, #68C6FE 0%, #0D1FBB 100%);
	color: #FFF;
}

/* 沃丰软件平台特点 */

.index_box14 {
	border: 1px solid transparent;
	background: #F8F8F8;
	padding-top: 70px;
}

.titlebox2 {

	text-align: center;
	line-height: 50px;
	font-size: 36px;
	font-weight: 400;
	color: #010101;
}

.titlebox2 p:nth-child(2) {
	width: 188px;
	height: 34px;
	background-image: url(../system_imgs/footer_bg1.png);
	margin: 0 auto;
}

.index_box14 img {
	width: 48px;
	height: 48px;
}

.sdp4_advantage {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;

}

.sdp4_advantage li {
	width: 25%;
	text-align: center;
	line-height: 100px;
}

.sdp4_advantage li p:nth-child(2) {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.sdp4_advantage li p:nth-child(3) {
	width: 205px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin: 0 auto;
}



/*-----------------------------------------弹窗样式------------------------------------------*/

.layui-layer-title {
	padding: 0px !important;
	height: 74px !important;
	line-height: 74px !important;
	/* border-bottom: 1px solid #eee; */
	font-size: 27px !important;
	color: #fff !important;
	overflow: hidden;
	border-radius: 4px 4px 0 0 !important;
	background-color: #4a8cfa !important;
	text-align: center;
	background: url(../images/tanchuang_bg.jpg) no-repeat !important;

}

.layui-layer-setwin a {
	top: 10px;

}

.layui-layer-ico {
	background: url(../images/icon_close.png) no-repeat !important;
}

.layui-layer-content {
	background-color: #ffffff !important;
	border-radius: 0px 0px 4px 4px !important;
}

.layui-layer {
	border-radius: 6px 6px 4px 4px !important;
	width: 432px !important;

}

.layer_box {
	display: none;
	padding: 20px 20px 20px 20px;
	color: #666;

}

.layer_box .s_tit {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px;
	background-color: #f1f5f8;
}

.layui-layer-btn a {
	height: 34px !important;
	line-height: 34px !important;
	padding: 0 18px !important;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #4a8cfa !important;
	background-color: #4a8cfa !important;
}





/**********************************************底部*************************************/

.footer {
	width: 100%;
	padding-bottom: 30px;
	background: rgba(55, 55, 55, 1);
	color: #ffffff;
}
.footer-bottom {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #000;
	color: rgba(148, 148, 148, 1);
}

.footer .footer-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer-1 .title {
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin-bottom: 10px !important;
}
.footer-1 .info {
	width: 260px;
	margin-left: 27px;
}
.footer-1 .address {
	font-size: 14px;
	color: rgb(148, 148, 148);
}
.footer-1 .address img {
	margin-right: 10px;
}
.footer-2 .f-title {
	font-size: 16px;
	color: rgb(57, 104, 233);
}
.footer-2 img {
	margin-right: 10px;
}
.footer-2 .info {
	color: #fff;
	margin-top: 5px;
	font-size: 16px;
}
.footer-3 .f-title {
	font-size: 16px;
	color: rgb(57, 104, 233);
}
.footer-3 img {
	margin-right: 10px;
}
.footer-3 .info {
	color: #fff;
	margin-top: 5px;
	font-size: 16px;
}
.footer .footer-web {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}

.footer .footer-web .left {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.footer .footer-web .left span {
	display: block;
}

.footer .footer-web .right {
	width: 30%;
	float: right;
	padding-top: 15px;
}

.footer_ewm {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.footer_ewm span {
	display: block;
}

.footer_ewm .text_left {
	display: block;
	width: 70%;
	float: left;
	text-align: right;
}

.footer_ewm .img_right {
	display: block;
	width: 30%;
	float: left;
}


.footer_ewm .text_left .email {
	padding-right: 30px;
	padding-top: 32px;
}

.footer_ewm .text_left .tell {
	font-size: 24px;
	font-weight: bold;
	background: url(../images/tell.png) no-repeat;
	background-position: 0px 2px;
	padding-left: 32px;
	padding-right: 28px;
	margin-top: 15px;

}

.footer_ewm .img_right span {
	text-align: center;
}

.footer_ewm .img_right img {
	width: 100px;
	height: 100px;
	margin-top: 5px;
}

.footer .footer-web a {
	transition: 0.3s;
	color: #9999a5;
}

.footer .footer-web a:hover {
	color: #dce1e0;
	transition: 0.3s;
}

.footer .footer-contact {
	border-top: 1px solid #2d2d46;
	padding: 40px 0px 0px 0px;
	font-size: 15px;
	text-align: center;
}

.footer .footer-contact img {
	/* width:259px;
	height:30px; */
	margin-bottom: 5px;
}


























@media screen and (max-width: 768px) {
	.layui-container {
		padding: 10px 10px 0px 10px;

	}

	/* .sdp2_advantage li p:nth-child(3){
	margin-left: 0;
	width: 100%;
	text-indent: 1rem;
	margin-top: 10px;
} */
	.sdp2_advantage li {
		height: auto;
	}

	.nav-logo img {
		width: 70%;
	}

	/* 广告 */
	.banner img {
		display: block;
		width: 100%;
	}

	/* 列表 */
	.index_box1 {
		width: 100%;
		/* height: 30px; */
		margin-top: 0px !important;
	}

	.sdp_advantage {
		display: flex;
		flex-direction: row;
		margin-top: -20px;
	}

	.sdp_advantage li {
		width: 33.3333% !important;
		margin: 0 auto;
		line-height: 20px;
	}

	.sdp_advantage li img {
		width: 50px;
		height: 50px;
		text-align: center;
	}

	.sdp_advantage li p {
		font-size: 14px;
		font-weight: 0;
		color: #333333;
	}

	/* 主要内容 */

	.titlebig1 {
		position: absolute;
		top: 0px;
		line-height: 50px;
		left: 50%;
	}

	.sdp2_advantage {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		margin-top: 31px;
		margin-bottom: 10px;
	}

	.sdp2_advantage li {
		width: 100%;
		background-color: #fff;
		box-shadow: none !important;
		padding: 0;
		margin-bottom: 60px;

	}

	.sdp2_advantage li img {
		width: 100%;
		height: 200px;
	}

	.sdp2_advantage img {
		width: 100% !important;
		height: 251px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		transition: all .3s;
		margin-top: 0 !important;
	}

	.sdp2_advantage img:hover {
		transform: scale(1.3);
		transition: all .3s;
	}

	.sdp2_advantage .s_tit {
		font-size: 22px;
		font-weight: 400;
		margin-top: 20px;
	}

	.sdp2_advantage .describe {
		font-size: 15px;
		font-weight: 400;
		color: #666;
		line-height: 26px;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 0px 20px 0px 20px;
	}

	.text_01 {
		width: 200px;
		font-size: 15px;
		color: #000000;
		margin-left: 20px;
		margin-top: 8px;
	}

	.text_02 {
		width: 260px;
		font-size: 12px;
		margin-left: 130px;
	}

	.sdp2_advantage .btn {
		/* margin-left: 270px; */
		position: absolute;
		bottom: -28px;
		right: 0 !important;
	}

	.sdp2_advantage .imgBB img {
		height: 250px;
		overflow: hidden;
	}

	/* 沃丰软件平台特点 */
	.index_box14 {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}

	.sdp4_advantage {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	.titlebox2 {
		margin-bottom: 30px;
	}

	.sdp4_advantage li {
		width: 100%;
		margin-top: 15px;
	}

	.sdp_advantage li p {
		border: none;
		margin-top: 12px;
		font-size: 12px;
	}

	/*首页-主体*/
	.main_title {
		font-size: 20px;
		font-weight: bold;
	}

	.index_box1 {
		margin-top: 30px;
	}

	.title2 {
		font-size: 14px;
		line-height: 24px;
		margin-top: -30px;
	}

	.title3 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;

	}

	.index_box2 {
		position: relative;
		margin-top: 0px;
	}

	.index_title_box {
		margin-top: 20px;
	}

	.title_style {
		width: 320px;
		left: 50%;
		margin-left: -179px;
		margin-top: -28px;
	}

	.index_box4 .content {
		padding-top: 40px;
	}






	/* footer部分  */
	.footer .footer-web .left {
		display: flex;
		/* justify-content: space-evenly; */
		flex-wrap: wrap;
		padding-top: 10px;
		margin-top: -60px;
		line-height: 20px;
	}

	.footer .footer-web a {
		display: block;
		width: 50%;
		text-align: left;
		margin-top: 20px;
		position: relative;
	}

	.footer .footer-web img {
		width: 80px;
	}






	/* .title2_bg {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
}

.main_title_list span {
    display: inline-block;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
} */



	.layui-layer-setwin a {
		top: 5px;
	}

	.layui-layer-title {
		height: 54px !important;
		line-height: 54px !important;
		/* border-bottom: 1px solid #eee; */
		font-size: 22px !important;
	}

	.layui-layer {
		border-radius: 6px 6px 4px 4px !important;
		width: 320px !important;
	}

	.layui-input,
	.layui-select,
	.layui-textarea {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.layui-input-block {
		margin-left: 0px;
		min-height: 36px;
		width: 170px;
		float: left;
	}

	.layer_box .right_box {
		line-height: 36px;
	}

	.layer_box .right_box .a_style {
		height: 34px;
	}

	.right_box img {
		width: 120px;
		height: 36px;
	}

	.layui-form-item {
		margin-bottom: 10px;
	}

}











/*小屏幕*/

@media screen and (min-width: 768px) {
	.nav {
		max-height: 80px;
		background-color: #fff;
	}

	.nav.index {
		background: rgba(255, 255, 255, 1.0);
	}

	.nav .nav-list button {
		display: none;
	}

	.nav .layui-nav {
		width: auto;
		position: absolute;
		top: 0;
		padding: 0px 20px 0px 0px;
		border-radius: 0;
		margin: 0;
	}

	.nav .layui-nav .layui-nav-item {
		display: inline-block;
		margin: 0 20px;
		line-height: 80px;
	}


}













@media screen and (min-width: 768px) and (max-width: 992px) {
	.main.product .content div.right {
		padding-left: 20px;
	}

	.nav .layui-nav .layui-nav-item {
		margin: 0 10px;
	}

	.footer .footer-web .left {
		width: 50%;
	}

	.footer .footer-web .right {
		width: 50%;
	}

	.footer .footer-web a {
		margin-left: 40px;
	}

}








/*大屏幕*/

@media screen and (min-width: 992px) {}


/*超大屏幕*/

@media screen and (min-width: 1400px) {
	.layui-container {
		width: 1400px !important;
	}

	@media screen and (max-width: 1399px) {
		.index_box1 .sdp_advantage li {
			width: 32.666%;
		}

		.sdp_advantage {
			width: 100%;
		}
	}



	@media screen and (min-width: 1024px) and (max-width: 1366px) {}




	@media screen and (min-width: 1300px) {
		.layui-container {
			width: 1200px;
			padding: 0;
		}

		.nav .nav-logo {
			position: absolute;
			left: 58px;
		}

		.nav .layui-nav {
			padding: 0px 44px 0px 0px;
		}
		.nav .layui-nav .layui-nav-item {
			display: inline-block;
			margin: 0 30px;
		}
		.layui-col-space80 {
			margin: -40px;
		}

		.layui-col-space80>* {
			padding: 40px;
		}
		.case1 .img_box img,
		.case2 .img_box img {
			width: 543px;
			height: 409px;
		}
		.case2 .text_box {
			padding: 110px 50px 0px 68px;
		}
		.index_box4 .content {
			padding-top: 90px;
		}
		.experience_box {
			background: url(../images/index_bg2.jpg) no-repeat;
			background-position: 0px bottom;
			padding: 40px 0px 40px 0px;
		}
		.sdp2_advantage li {
			width: 23%;
			border-radius: 10px;
			box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
			text-align: center;
			margin-top: 30px;
			background-color: #fff;
			position: relative;
		}
		.sdp2_advantage .imgBB img {
			height: 250px;
			overflow: hidden;
		}
		.image-w .label-main {
			padding: 23px 40px;
		}
		.image-w .label-main .m-title {
			font-size: 16px !important;
			color: #000000 !important;
			font-weight: 600 !important;
		}
		.image-w .label-main .tip {
			padding-top: 10px;
			color: rgba(102, 102, 102, 1);
		}
	}
