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: 100px;
	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-top: 10px;*/
	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: 550px;
	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;
}
/* 业务范围介绍 */
.anli-top {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.anli-top-left {
	width: 600px;
	border: 1px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	margin-top: 50px;
}
.anli-top-left .t-title {
	font-size: 50px;
	font-weight: 600;
	line-height: 80px;
	color: rgba(0, 0, 0, 1);
}

.anli-top-left .count {
	color: rgba(201, 42, 6, 1);
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
/* dashboard/analysis */
.anli-top-left .desc {
	font-size: 20px;
	font-weight: 400;
	text-indent: 40px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1);
}

.anli-top-right {
	width: 700px;
	height: 350px;
	margin-top: 50px;
	margin-right: 30px;
}

.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_box2 {
	/* margin-bottom: 300px; */
}

.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 {

	line-height: 50px;
	text-align: center;
}

.sdp_advantage p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.index_box1 .sdp_advantage li:hover p {
	color: #0A69C6;
}


/* 主要内容 */
.index_box2 {
	padding-bottom: 20px;
	border: 1px solid transparent;
}

.index_title_box {

	position: relative;
}

.title_style {
	position: absolute;
	top: 0px;
	line-height: 50px;
	left: 50%;
	margin-left: -700px;
}

.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: 46%; */
	/* height: 340px; */
	background: #F8F8F8;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
}

.sdp2_advantage img {
	width: 285px;
	height: 260px;
	margin-top: 30px;
}

.text_01 {

	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin-top: -260px;
	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;

}

.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;
}

.btn:hover {
	background: linear-gradient(90deg, #68C6FE 0%, #0D1FBB 100%);
	color: #FFF;
}

.sdp2_advantage li:nth-child(3) .btn {
	margin-top: -30px;
}

/* 项目案例 */
.cases {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.cases .case-item {
	width: 32%;
	background-color: #fff;
	margin-right: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
	margin-top: 34px;
}

.cases .case-item:hover {
	cursor: pointer;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.cases .case-item img {
	width: 100%;
	height: 273px;
}

.cases .case-item .case-title {
	color: #000;
	font-size: 18px;
	padding: 19px 19px 0 19px;
	font-weight: 600;
}

.cases .case-item .case-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制在3行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	padding: 8px 19px 25px 19px;
}

.main-detail{
	background: #F7F7F7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -80px;
	padding-bottom: 40px;
}

.product-container{
	width: 80%;
	background: #ffffff;
}

.principal {
	background-color: #ffffff;
	text-align: center;
	padding: 20px 70px;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
	line-height: 30px;
}

.bread-solution {
	margin-top: 23px;
	margin-left: 30px;
}


/*-----------------------------------------弹窗样式------------------------------------------*/

.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%;
	}

	/* 列表 */
	.index_box1 {
		width: 100%;
		height: 300px;
		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;
	}

	.sdp2_advantage li img {
		width: 100px;
		height: 80px;
	}

	.text_01 {
		width: 200px;
		font-size: 15px;
		color: #000000;
		margin-left: 130px;
		margin-top: -60px;
	}

	.text_02 {
		width: 260px;
		font-size: 12px;
		margin-left: 130px;
	}

	.sdp2_advantage .btn {
		margin-left: 270px;
	}


	/*首页-主体*/
	.main_title {
		font-size: 20px;
		font-weight: bold;
	}

	.index_box1 {
		margin-top: 30px;
	}

	.title2 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.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;
	}






	/* .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: 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;
	}
}

.anli-title {
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 500;
	line-height: 70px;
	margin-top: 50px;
	font-family: "Noto Sans SC", sans-serif;
}
