
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: #000 !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	transition: 0.3s
}

.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 !important; */
}
.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: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
	height: 2px;
	background-color: #1e9fff;
}

.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
	color: #1e9fff;
}
.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{
    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;
}
.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;
}
.sdp6_advantage{
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 50px;
	margin-bottom: 150px;
	
}
.sdp6_advantage li{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	/* height: 340px; */
    background: #ffffff;
    margin-bottom: 25px;
	padding: 20px;
	position: relative;
}
.sdp6_advantage img {
	width: 226px;
	height: 165px;
	/* margin-top: 30px; */
}
.new-info {
	text-align: left;
	/* margin-left: 25px; */
}
.new-info .info {
	/* width: 740px; */
	color: rgba(153, 153, 153, 1);
	font-size: 15px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.date {
	position: relative;
	width: 120px;
	/* margin-left: 40px; */
	margin: 0 20px 0 40px;
}
.date .top {
	position: relative;
	color: #000;
	font-size: 30px;
	/* line-height: 25px; */
}
.date .top::before {
	content: '';
	position: absolute;
	top: 0;
	width: 70px;
	height: 1px;
	background-color: rgba(110, 118, 148, .3);
}
.date .top span {
	vertical-align: middle;
}
.date .top .month {
	position: relative;
	margin-right: 20px;
}
.date .top .month::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 40%;
	transform: translateX(-40%);
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
}
.date .year {
	color: rgba(153, 153, 153, 1);
	font-size: 18px;
}
.sdp6_advantage .text_new {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
	/* text-align: left; */
    /* margin-top: -260px;
    margin-left: 300px; */
}
.sdp6_advantage .text_new:hover {
	cursor: pointer;
	/* color: rgba(37, 97, 217, 1); */
}
.sdp6_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-more {
	display: block;
	width: 118px;
	height: 36px;
	background: rgba(37, 97, 217, 1);
    border-radius: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	
	outline: none;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	/* position: absolute; */
	margin-top: 20px;
}
.btn:hover{
	background: linear-gradient(90deg, #68C6FE 0%, #0D1FBB 100%);
	color: #FFF;
}
.sdp6_advantage li:nth-child(3) .btn{
	margin-top: -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%;
}
.sdp6_advantage{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
    margin-top: 31px;
    margin-bottom: 10px;
}
.sdp6_advantage li{
	width: 100%;
    background-color: #fff;
    box-shadow: none !important;
    padding: 0;
}
.sdp6_advantage li img{
    width: 100px;
    height: 80px;
}

.text_02{
    width: 260px;
    font-size: 12px;
    margin-left: 130px;
}
.sdp6_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;
}


}