@charset "utf-8";
/* CSS Document */

.banner-ncds{
	text-align: center;
	background-image: url(../images/solution1/banner.jpg);
	background-color: #fff;
}
.banner h1{
    font-size: 48px;
    color: #fff;
    padding-bottom: 27px;
    padding-top: 96px;
	text-shadow:0px 4px 10px rgba(0, 0, 0, 0.2);
}
.banner .p-1{
    font-size: 18px;
    color: #fff;
}
.banner .line{
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin: 40px auto;
}
.banner .btn{
    width: 160px;
    height: 46px;
    display: block;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    line-height: 46px;
    color: #00C178;
	letter-spacing: 2px;
    font-size: 20px;
    border-radius: 3px; 
}
.banner .btn a{
	display: block;
	width: 160px;
	height: 46px;
}


.cont1{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.cont1 .cont1-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 50px;
}
.cont1 .cont1-list .list{
	float: left;
	width: 300px;
	height: auto;
}
.cont1 .list img{
	display: block;
	margin: 0 auto;
}
.cont1 .list p{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #333;
}



.cont2{
	width: 100%;
	height: 550px;
	overflow: hidden;
	background-image: url(../images/solution1/cont2-bg.jpg);
	background-position: center;
}

.cont2 .cont2-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
}
.cont2 .cont2-list .list{
	float: left;
	width: 216px;
	height: auto;
	margin-right: 30px;
	transition: .4s;
	margin-top: 10px;
}
.cont2 .cont2-list .list:last-child{
	margin-right: 0;
}
.cont2 .list-box{
	width: 216px;
	height: 240px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.cont2 .list .img{
	display: block;
	margin: 0 auto -40px;
}
.cont2 .list .p1{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	color: #333;
}
.cont2 .cont2-list .list:hover{
	margin-top: 0px;
	cursor: pointer;
}
.cont2 .list .p2{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}
.cont2 .list-box .list-icon{
	margin-top: 60px;
}





.cont3{
	width: 100%;
	overflow: hidden;
}
.cont3 .cont3-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 80px;
}
.cont3 .cont3-list .list{
	float: left;
	width: 253px;
	height: 240px;
	margin-right: 60px;
	border-radius: 5px;
	border: 1px solid #CCF3E4;
	transition: 0.2s;
}
.cont3 .cont3-list .list:last-child{
	margin-right: 0;
}
.cont3 .list img{
	display: block;
	margin: 30px 0 0 20px;
	transform: rotate(0deg);
}
.cont3 .list .p1{
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #00C178;
	padding: 20px;
	font-weight: bold;
}
.cont3 .cont3-list .list:hover{
	border: 1px solid #00C178;
}
.cont3 .cont3-list .list:hover img{
	-webkit-transition:1s;
	transition:1s;
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
.cont3 .list .p2{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #999;
	padding:0 20px;
}





.cont4{
	width: 100%;
	height: 800px;
	overflow: hidden;
	background-image: url(../images/solution1/cont4-bg.jpg);
}
.cont4 img{
	margin-top: 40px;
}

.cont5{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	overflow: hidden;
}
.cont5-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.cont5-list .list{
	float: left;
	width: 530px;
	height: 200px;
	position: relative;
}

.cont5-list .list:nth-child(2n-1){
	margin-right: 70px;
}
.cont5-list .list:nth-child(2n){
	margin-left: 70px;
}
.cont5-list .list img{
	z-index: 10;
	position: absolute;
	display: block;
	left: 0;
	top: calc(50% - 28px);
}
.cont5-list .list-box{
	z-index: 9;
	position: absolute;
	width: 500px;
	height: 150px;
	top: 25px;
	left: 28px;
	border-radius: 5px;
	box-shadow:0px 6px 20px 0px rgba(36,139,121,0.08);
	border: 1px solid #dcf5eb;
}
.cont5-list .list .p1{
	padding: 0 30px 0 48px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}
.cont5-list .list .p2{
	padding: 0 30px 0 48px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 20px;
}

.cont6{
	width: 100%;
	height: 780px;
	overflow: hidden;
	background-image: url(../images/solution1/cont6-bg.jpg);
}
.cont6 img{
	margin-top: 80px;
}


/* 模块七 */
.model-eight{
    height: 308px;
    width: 100%;
    text-align: center;
    background: url(../images/solution1/cont7-bg.jpg)  center no-repeat;
}
.model-eight h2{
    color: #fff;
    font-weight: bold;
}
.model-eight h5{
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-top: 5px;
}
.model-eight .btnbox{
    text-align: center;
    margin-top: 35px;
}
.model-eight .btnbox .btn{
    width:160px;
    height:46px;
    border-radius:5px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    margin: 0 26px;
    cursor: pointer;
}
.model-eight .btnbox .btn:first-child{
    background: linear-gradient(90deg,rgba(255,59,59,1) 0%,rgba(250,110,110,1) 100%);
}
.model-eight .btnbox .btn:last-child{
    background: linear-gradient(90deg,rgba(29,133,255,1) 0%,rgba(48,194,255,1) 100%);
}






















