/*home*/

.serviceDiv {
	width: 100%;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	/*background: #f2f2f2;*/
}

.tit {
	width: 100%;
	font-size: 30px;
	margin-top: 20px;
	color: #FFFFFF;
	text-align: center;
}

.txt {
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}

.serviceDiv .serviceMain {
	width: 20%;
	text-align: center;
	margin-top: 20px;
	border: 3px solid #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}
.serviceDiv .serviceMain:hover{
    -webkit-box-shadow: #ccc 0px 5px 10px;
    -moz-box-shadow: #ccc 0px 5px 10px;
    box-shadow: #ccc 0px 5px 10px;  
    }

.serviceDiv .serviceMain .imgDiv{
	border: 2px solid #ffffff;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 30px;
}
.serviceDiv .container .serviceMain img {
	width: 50%;
	display: block;
	margin: 40px auto;
	margin-bottom: 10px;
	vertical-align: middle;
}
.serviceDiv .container .serviceMain img:hover{
	transform:scale(1.1,1.1);
}
.serviceDiv .container .serviceMain h3 {
	/*font-weight: bold;*/
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 1.6vw;
}
.serviceDiv .container .serviceMain p {
	color: #555555;
	font-size: 1.2vw;
}

.caseDiv {
	width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 100px;
}

.caseMain {
	display: flex;
	margin-top: 20px;
	color: #FFFFFF;
}

.caseMain .leftMain {
	width: 30%;
	background: url(../img/01.jpg) no-repeat;
	background-size: 339px 537px;
	overflow: hidden;
	-webkit-transition: 1s;
}

.caseMain .leftMain h3 {
	transition: opacity 0s;
	opacity: 1;
	transition: top .2s;
	position: relative;
	top: 20px;
	left: 10px;
}

.caseMain .leftMain:hover h3 {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 40px
}

.caseMain .leftMain p {
	transition: opacity 0s;
	opacity: 0;
	transition: top .2s;
	top: 80px;
	left: 10px;
}

.caseMain .leftMain:hover p {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 60px
}

.caseMain .rightMain {
	margin-left: 10px;
	width: 70%;
}

.caseMain .leftMain:hover {
	background-size: 439px 637px;
}

.caseMain .rightMain .leftOne {
	display: flex;
}

.caseMain .rightMain .leftTwo {
	display: flex;
}

.caseMain .rightMain .leftOne .leftDiv {
	width: 30%;
	height: 245px;
	background: url(../img/04.jpg) no-repeat;
	background-size: 100% 245px;
	-webkit-transition: 1s;
}

.caseMain .rightMain .leftOne .leftDiv:hover {
	background-size: 110% 270px;
}

.caseMain .rightMain .leftOne .rightDiv {
	width: 70%;
	height: 245px;
	background: url(../img/02.jpg)no-repeat;
	background-size: 100%;
	margin-left: 10px;
	-webkit-transition: 1s;
}

.caseMain .rightMain .leftOne .rightDiv:hover {
	background-size: 110%;
}

.caseMain .rightMain .leftOne .leftDiv h3 {
	transition: opacity 0s;
	opacity: 1;
	transition: top .2s;
	position: relative;
	top: 20px;
	left: 10px;
}

.caseMain .rightMain .leftOne .leftDiv:hover h3 {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 40px
}

.caseMain .rightMain .leftOne .leftDiv p {
	transition: opacity 0s;
	opacity: 0;
	transition: top .2s;
	top: 80px;
	left: 10px;
}

.caseMain .rightMain .leftOne .leftDiv:hover p {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 60px
}

.caseMain .rightMain .leftOne .rightDiv h3 {
	transition: opacity 0s;
	opacity: 1;
	transition: top .2s;
	position: relative;
	top: 20px;
	left: 10px;
}

.caseMain .rightMain .leftOne .rightDiv:hover h3 {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 40px
}

.caseMain .rightMain .leftOne .rightDiv p {
	transition: opacity 0s;
	opacity: 0;
	transition: top .2s;
	top: 80px;
	left: 10px;
}

.caseMain .rightMain .leftOne .rightDiv:hover p {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 60px
}

.caseMain .rightMain .leftTwo .leftDiv {
	width: 30%;
	height: 245px;
	background: url(../img/03.jpg) no-repeat;
	background-size: 100% 245px;
	-webkit-transition: 1s;
}

.caseMain .rightMain .leftTwo .leftDiv:hover {
	background-size: 110% 275px;
}

.caseMain .rightMain .leftTwo .rightDiv {
	width: 70%;
	height: 245px;
	background: url(../img/05.jpg)no-repeat;
	background-size: 100%;
	margin-left: 10px;
	-webkit-transition: 1s;
}

.caseMain .rightMain .leftTwo .rightDiv:hover {
	background-size: 110%;
}

.caseMain .rightMain .leftTwo .leftDiv h3 {
	transition: opacity 0s;
	opacity: 1;
	transition: top .2s;
	position: relative;
	top: 20px;
	left: 10px;
}

.caseMain .rightMain .leftTwo .leftDiv:hover h3 {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 40px
}

.caseMain .rightMain .leftTwo .leftDiv p {
	transition: opacity 0s;
	opacity: 0;
	transition: top .2s;
	top: 80px;
	left: 10px;
}

.caseMain .rightMain .leftTwo .leftDiv:hover p {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 60px
}

.caseMain .rightMain .leftTwo .rightDiv h3 {
	transition: opacity 0s;
	opacity: 1;
	transition: top .2s;
	position: relative;
	top: 20px;
	left: 10px;
}

.caseMain .rightMain .leftTwo .rightDiv:hover h3 {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 40px
}

.caseMain .rightMain .leftTwo .rightDiv p {
	transition: opacity 0s;
	opacity: 0;
	transition: top .2s;
	top: 80px;
	left: 10px;
}

.caseMain .rightMain .leftTwo .rightDiv:hover p {
	opacity: 1;
	transition-duration: 1s;
	position: relative;
	top: 60px
}

.newDiv {
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
}

.newDiv .newMain {
	display: flex;
	margin-top: 20px;
}

.newDiv .newMain .new {
	width: 33%;
	min-height: 200px;
	border: 1px solid #ECECEC;
	padding: 10px;
}

.newDiv .newMain .center {
	margin-left: 10px;
	margin-right: 10px;
}

.newDiv .newMain .new h3 {
	text-align: center;
	font-weight: bold;
	color: #323232;
	font-size: 20px;
	margin-bottom: 10px;
}

.newDiv .newMain .new p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 18px;
}

.newDiv .newMain .new .imgMain {
	display: flex;
}

.newDiv .newMain .new .imgMain img {
	width: 35%;
	/*height: 30%;*/
	margin-right: 10px;
}

.newDiv .moreBtn {
	display: block;
	margin: auto;
	width: 100px;
	line-height: 30px;
	background: #1CADE4;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 4px;
}

.newDiv .newMain .new:hover {
	box-shadow: 2px 2px 2px #dcdcdc;
	cursor: pointer;
}

.newDiv .newMain .new a:hover {
	color: #1CADE4;
}

.newDiv .moreBtn:hover {
	font-weight: bolder;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cooperationDiv {
	width: 100%;
	margin: auto;
	/*background: #f2f2f2;*/
	/*position: absolute;
	top: 1650px;*/
}
.cooperationDiv .cooperation{
	width: 90%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	/*margin-bottom: 20px;*/
}

.cooperationDiv .cooperationMain {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
}

.cooperationDiv .cooperationMain .cooperationBox {
	justify-content: space-between;
	margin-top: 30px;
}

.cooperationDiv .cooperationMain .cooperationBox img {
	width: 70%;
	margin: auto;
	align-items: center;
	align-items: center;
}

.footer {
	width: 100%;
	background: rgba(255,255,255,0.3);
	line-height: 30px;
	/*height: 120px;*/
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
}
.footer1 {
	width: 100%;
	background: #595959;
	line-height: 30px;
	/*height: 120px;*/
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
}
/*.footer p{
	/*padding-top: 20px;*/
	padding-bottom: 20px;
}*/

/*new*/

.aboutDiv {
	width: 100%;
	margin-top: 50px;
}

.aboutDiv img {
	width: 100%;
}

.aboutDiv .aboutMain {
	width: 90%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.aboutDiv .aboutMain h4 {
	font-size: 26px;
	color: #666666;
	margin-bottom: 20px;
}

.aboutDiv .aboutMain p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-indent: 2rem
}

.aboutDiv .aboutMain img {
	margin-top: 20px;
}


/*service*/

.serviceBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.serviceBox .serviceBoxImg {
	justify-content: space-between;
	margin: auto;
	margin-top: 30px;
	width: 400px;
}

.serviceBox .serviceBoxImg img {
	width: 150px;
	margin: auto;
	display: block;
}

.serviceBox .serviceBoxImg p {
	width: 100px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	text-indent: 0;
	width: 80%;
}


/*case*/

.caseBox {
	display: flex;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 20px;
}

.caseBox .imgBox {
	width: 100%;
	margin-right: 20px;
}

.caseBox .mainBox {
	margin-top: 20px;
}

.caseBox .mainBox h5 {
	font-size: 20px;
	color: #666666;
}

.caseBox .imgBox img {
	width: 300px;
}
/*newsTemplate*/
.newsTemplateBox{
	width: 100%;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 20px;
}
.newsTemplateBox .mainDiv{
	width: 90%;
	margin: auto;
}
.newsTemplateBox h2{
	margin-top: 30px;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
}
.newsTemplateBox .mainDiv p{
	font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-indent: 2rem;
}
.newsTemplateBox .mainDiv img{
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width:992px){
	.caseMain{
		display: block;
		width: 100%;
	}
	.caseMain .leftMain {
		width: 100%;
		height: 300px;
		margin-left: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		background-size: 100%;
		background-position: center;
	}
	.caseMain .leftMain:hover {
		background-size: 110%;
	}
	.caseMain .rightMain {
		width: 100%;
	}
	.newDiv .newMain .new {
		height: 150px;
	}
	.newDiv .newMain .new .imgMain img {
	width: 40%;
	/*height: 25%;*/
	margin-right: 10px;
}
	.newDiv .newMain .new h3 {
	text-align: center;
	font-weight: bold;
	color: #323232;
	font-size: 18px;
	margin-bottom: 10px;
}

.newDiv .newMain .new p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 16px;
}
.footer {
	width: 100%;
	background: rgba(255,255,255,0.3);
	line-height: 120px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
}
@media screen and (max-width:576px) {
	.tit {
		font-size: 20px;
		margin-top: 10px;
	}
	.txt {
		font-size: 12px;
	}
	.caseMain {
		display: block;
		width: 100%;
	}
	.caseMain .leftMain {
		width: 100%;
		height: 200px;
		overflow: hidden;
		margin-left: 0;
		background-size: 100% 100%;
	}
	.caseMain .leftMain:hover {
		background-size: 110% 110%;
	}
	.caseMain .rightMain {
		width: 100%;
		display: block;
		margin-left: 0!important;
	}
	.caseMain .rightMain .leftOne {
		display: block;
	}
	.caseMain .rightMain .leftOne .leftDiv,
	.caseMain .rightMain .leftOne .rightDiv {
		width: 100%;
		height: 200px;
		background-size: 100% 200px;
		overflow: hidden;
		margin-left: 0!important;
		margin-top: 10px;
	}
	.caseMain .rightMain .leftOne .rightDiv:hover {
		background-size: 110% 250px;
	}
	.caseMain .rightMain .leftTwo {
		display: block;
	}
	.caseMain .rightMain .leftTwo .leftDiv,
	.caseMain .rightMain .leftTwo .rightDiv {
		width: 100%;
		height: 200px;
		background-size: 100% 200px;
		overflow: hidden;
		margin-left: 0!important;
		margin-top: 10px;
	}
	.caseMain .rightMain .leftTwo .rightDiv:hover {
		background-size: 110% 250px;
	}
	.newDiv .newMain {
		display: block;
	}
	.newDiv .newMain .new {
		width: 100%;
	}
	.newDiv .newMain .new .imgMain img {
	width: 25%;
	/*height: 25%;*/
	margin-right: 10px;
}
	.newDiv .newMain .center {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.newDiv .newMain .new h3 {
	text-align: center;
	font-weight: bold;
	color: #323232;
	font-size: 16px;
	margin-bottom: 10px;
}

.newDiv .newMain .new p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}
	/*about*/
	.aboutDiv .aboutMain h4 {
		font-size: 18px;
		color: #666666;
		margin-bottom: 10px;
	}
	.aboutDiv .aboutMain p {
		font-size: 12px;
		line-height: 20px;
		color: #666666;
		text-indent: 2rem
	}
	/*service*/
	.serviceBox {
		display: block;
	}
	.serviceBox .serviceBoxImg img {
		width: 80px;
	}
	.serviceBox .serviceBoxImg p {
		text-indent: 0;
	}
	/*case*/
	.caseBox{
		display: block;
	}
	.caseBox .imgBox img{
		width: 100%;
	}
		
	.caseBox .mainBox h5 {
		font-size: 16px;
		color: #666666;
	}
	.footer {
	width: 100%;
	background: rgba(255,255,255,0.3);
	line-height: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
}