* {
	box-sizing: border-box;
}

body {
	color: #333333;
	background: #fff;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.layui-container {
	padding: 0px;
}

.left_align {
	text-align: left !important;
}

/*******************************************首页*************************************/
/** 导航部分*/
.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;
}

/* 公司介绍 */
.detail-info { 
	display: flex;
	justify-content: space-between;
	margin-top: 200px;
}
.detail-info .company-images{
	width: 40%;
}
.detail-info .company-text {
	width: 50%;
	font-size: 18px;
	line-height: 33px;
	color: #000;
}
.company-images img {
	width: 100%;
}
.qyjs {
	margin-top: 150px;
	border: 2px dashed rgba(150, 172, 217, 0.5);
}
.qyjs img {
	width: 100%;
}
/* 技术团队 */
.teams {
	display: flex;
	justify-content: space-between;
	margin-top: 170px;
}
.teams .team {
	width: 20%;
	border-radius: 20px;
	background: rgba(252, 252, 252, 1);
	box-shadow: 0px 2px 15px  rgba(150, 172, 217, 0.5);
}
.team img {
	width: 100%;
}
.team .info {
	text-align: center;
	padding: 20px 0;
}
.info .team-title {
	font-size: 30px;
	font-weight: 600;
}
.info .team-desc {
	text-shadow: 0px 2px 15px  rgba(150, 172, 217, 0.5);
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	line-height: 30px;
	margin-top: 16px;
	letter-spacing: 0px;
	padding: 0 20px;
}


/* 荣誉资质 */
.ryzz {
	display: flex;
	justify-content: space-between;
	border-color: rgba(37, 97, 217, 1) !important;
	border-radius: 15px;
	padding: 20px 27px;
}
.ryzz .zy-item {
	text-align: center;
	/* border: 1px dashed #ccc; */
}
.zy-item .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 0 !important;
}
.zy-item img {
	width: 280px;
}

/* 业务咨询 */
.contact-main {
	padding-bottom: 45px;
}
.contact-main  h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	padding-bottom: 17px;
}

.contact-main .contact-item {
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 0, 0, .8);
}

.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%;

}

/* 关于沃丰 */
.index_box1 {
	width: 100%;
}

.content {
	margin: 0 auto;
}

.title_box p:nth-child(1) {
	width: 150px;
	height: 35px;
	font-size: 36px;
	font-weight: 400;
	color: #010101;
	line-height: 28px;
	margin: 77px auto;
}

.title_box p:nth-child(2) {
	/* width: 1376px;
	height: 100px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 35px;
}

.title_box p:nth-child(3) {
	/* width: 1246px; */
	height: 23px;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #333333;
	line-height: 28px;
	margin: 0 auto;
	margin-top: 80px;
}

.title_box img {
	width: 100%;
	height: 316px;
	margin-top: 30px;
	margin-bottom: 84px;
}

/* 我们的优势 */
.index_box2 {
	width: 100%;
	background-color: #fff;
}

.title1 p:nth-child(1) {
	width: 188px;
	height: 50px;
	font-size: 36px;
	font-weight: 400;
	color: #010101;
	margin: 77px auto;
}

.advantage {
	display: flex;
	justify-content: space-between;
	margin-bottom: 98px;
}

.advantage img {
	width: 305px;
	height: 345px;
}

/* 我们的目标 */
.index_box3 {
	width: 100%;
	background-color: #fff;
}

.title1 p:nth-child(2) {
	width: 624px;
	height: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: -60px auto;
}

.advantage2 {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 48px;
}

.advantage2 li {
	width: 22%;
	height: 371px;
	background: #FFFFFF;
	border-radius: 6px;
	text-align: center;
	background-image: url(../about_imgs/about_10.png);
	background-repeat: no-repeat;
	box-shadow: 0 0 20px #d2d2d2;
	align-content: center;
}

.advantage2 img {
	width: 100px;
	height: 100px;
	margin-top: 43px;
}

.advantage2 li p {
	width: 225px;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 31px auto;
}

/* 公司地址 */
.index_box4 {
	width: 100%;
	background: #F1F1F1;
}

.index_box4 .content {
	padding-bottom: 110px;
}

.content_left {
	width: 37%;
	margin-top: -30px;
}

.title4 p {
	width: 110px;
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin: 57px 0;
}

.information p {
	width: 512px;
	height: 256px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
}

.information img {
	width: 434px;
	height: 240px;
	margin-top: -30px;
}

.content_right {
	width: 62%;
	float: right;
	margin-top: -608px;
	clear: both;
	padding-top: 30px;
}

.content_right img {
	width: 804px;
	height: 664px;
	margin-left: 60px;
}









/*-----------------------------------------弹窗样式------------------------------------------*/

.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: #0e0e2a;
	color: #9999a5;
}

.footer .footer-web {
	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 {

	margin-bottom: 5px;
}


























@media screen and (max-width: 768px) {
	.layui-container {
		padding: 10px 10px 0px 10px;

	}

	.nav-logo img {
		width: 70%;
	}

	/* 广告 */
	.banner img {
		display: block;
		width: 100%;
	}

	/* 关于沃丰 */
	.content {
		width: 100%;

	}

	.title_box {
		margin-top: -20px;
	}

	.title_box p:nth-child(1) {
		display: none;
	}

	.title_box p:nth-child(2) {
		width: 100%;
		padding: 30px 10px;
		font-size: 12px;
		line-height: 18px;
	}

	.title_box p:nth-child(3) {
		display: none;
	}

	.title_box img {
		width: 100%;
		height: 200px;
		/* margin-top: 900px; */
		margin-bottom: 0;
	}

	/* 我们的优势 */
	.index_box2 {
		background-color: rgb(250, 226, 226);
		background-image: none;
	}

	.advantage {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}

	.advantage li {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	/* 我们的目标 */

	.title1 p:nth-child(2) {
		width: 100%;
		text-align: center;
	}

	.advantage2 {
		display: flex;
		flex-direction: column;
	}

	.advantage2 li {
		width: 100%;
		height: 300px;
		box-shadow: none;
		background-image: none;
	}

	/* 公司地址信息 */
	.index_box4 {
		height: 462px;
	}

	.content_left {
		width: 100%;
		margin-bottom: 0;
	}

	.title4 p {
		font-size: 20px;
		margin: 0 auto;
		text-align: center;
	}

	.information p {
		width: 95%;
		padding: 10px;
	}

	.information img {
		width: 100%;
		height: 200px;
		margin-bottom: 0;
	}

	.content_right {
		display: none;
	}





	/*首页-主体*/
	.main_title {
		font-size: 20px;
		font-weight: bold;
	}

	.index_box1 {
		margin-top: 30px;
	}

	.title2 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		color: rgb(102, 102, 102);
	}

	.title3 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}

	.index_box2 {
		position: relative;
		margin-top: 20px;
	}

	.index_title_box {
		margin-top: 20px;
	}

	.title_style {
		width: 320px;
		left: 50%;
		margin-left: -203px;
		margin-top: -41px;
	}

	.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: 33.33%;
		text-align: center;
		margin-top: 20px;
		position: relative;
	}

	.footer .footer-web img {
		width: 80px;
	}


	.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: 1200px) {
	.layui-container {
		width: 1400px !important;
	}



}



@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 77px 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;
	}
}