
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;
}
/*******************************************首页*************************************/
/** 导航部分*/
.nav {
	width: 100%;
	height: 80px;
	box-shadow: 0 3px 3px 0 #CCC;
	background: #000 !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	transition: 0.3s
}

.detail-sys{
	max-width: 1440px;
	margin: 30px auto;
	text-align: center;
}
.nav{
	/*background: rgba(0, 0, 0, 0.5);*/
	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 {
	height: 100%;
	position: absolute;
	left: 15px;
	line-height: 80px;
}

.nav .nav-list {
	display: inline-block;
	height: 80px;
}

.nav .nav-list button {
	width: 25px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 15px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.nav .nav-list button span {
	display: block;
	width: 25px;
	height: 2px;
	background: #1e9fff;
	margin-bottom: 6px;
	transition: 0.5s;
}

.nav .nav-list button span.spa1 {
	transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
	transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
	width: 100%;
	position: absolute;
	top: 80px;
	right: 0;
	background-color: #000;
	
}
.nav .layui-nav li a{
	color: #fff;
}
.nav .layui-nav .layui-nav-item {
	display: block;
	line-height: 44px;
}

.nav .layui-nav * {
	font-size: 16px;
}

.nav .layui-nav .layui-nav-item a {
	padding: 0 0;
	color: #fff;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
	height: 2px;
	background-color: #057BDE;
}

.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
	color: #057BDE;
}
.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{
    width: 16.666%;
    line-height: 50px;
    text-align: center;
}
.sdp_advantage p{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
	text-align: center;
}
.sdp_advantage img{
	width:50px;
	height:50px;
}
.index_box1 .sdp_advantage li:hover p{
	color: #0A69C6;
}


/* 主要内容 */
.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: space-between;
    margin-top: 50px;
	margin-bottom: 150px;
	
}
.sdp2_advantage li{
	width: 49%;
	height: 265px;
    background: #F4F5F9;
    margin-bottom: 25px;
	padding: 20px 20px 1px;
	position: relative;
}
.sdp2_advantage img{
	width: 285px;
	height: 200px;
	margin-top: 10px;
}
.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;
}
.sdp2_advantage li p:nth-child(3){
    /* width: 350px; */
	font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-left: 300px;
    margin-bottom: 20px !important;
	margin-top: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.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;
}
.sdp2_advantage li:nth-child(3) .btn{
	margin-top: -30px;
}	
/* 沃丰软件平台特点 */

.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: #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{
	/* 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: column;
	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;
}

.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 li:nth-child(3) .btn{
	margin-top: 30px;
}
/* 沃丰软件平台特点 */
.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;
}


}