/*
* @Author: wangruixuan
* @Date:   2018-12-03 14:27:28
* @Last Modified by:   wangruixuan
* @Last Modified time: 2019-01-09 15:28:36
*/
.modularTitle{
	color: #333333;
	line-height: 46px;
	font-size: 28px;
	text-align: center;
	margin: 0 auto;
}
p.line{
	background-color: #999999;
	width: 114px;
	height: 2px;
	margin: 0 auto;
}
.coat{
	width: 100%;
	margin-top: 50px;
}

.tips{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	background-color: #ffffff;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.tips a{
	color: #2b92b5;
	font-size: 16px;
}
.introduce{
	width: 100%;
	background: url('https://static-hiyunyu-com.oss-cn-hangzhou.aliyuncs.com/dtang/rbanner.png') center;
	height: 688px;
	padding-top: 276px;
}
.introduce .solution{
	width: 516px;
	height: 296px;
	margin-left: 82px;
}
.introduce .solution h4{
	font-size: 26px;
	line-height: 42px;
	text-indent: 3px;
	margin-bottom: 26px;
	color:#fff;
}
.introduce .solution p{
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	color: #fff;
	margin-bottom: 10px;
}
.introduce .solution p span{
	color: #fff;
}

.business{
	width: 1000px;
	margin: 0px auto;
	margin-top: 64px;
}
.business div.pull-left{
	height: 96px;
	width: 244px;
	color: #fff;
	line-height: 26px;
	background-repeat: no-repeat;
	display:table;
}

.business div.arrowLeft{
	background-image: url(../../images/product/rummery/technologicalProcess1.png);
	color: #666666;
	padding-left: 84px;
	padding-right: 54px;
}
.business div.rectangle{
	background-image: url(../../images/product/rummery/rectangle.png);
	background-position: 58px 42px;
	height: 150px;
}
.business div.pull-left p{
	vertical-align:middle;
	display: table-cell;
	text-align: center;
}
.business div.arrowRight{
	background-image: url(../../images/product/rummery/technologicalProcess2.png);
	padding-left: 64px;
	padding-right: 82px;
}
.case{
	margin-top: 90px;
}

.caseContent{
	width: 100%;
	background-color: #f7f7f7;
	margin-top: 40px;
	padding-top: 48px;
	padding-bottom: 60px;
}
.caseContent div.pull-left{
	margin-left: 164px;
	margin-top: 16px;
}
.caseContent div.pull-right{
	margin-right: 164px;
}

.caseContent .icon{
	width: 146px;
	height: 80px;
	border:1px solid #fff;
	display: block;
	cursor: pointer;
}
.caseContent .icon~.icon{
	margin-top: 34px;
}
.caseContent .on{
	border-color:#959595;
}
.caseContent .caseText{
	width: 644px;
	height: 340px;
	background-size: 100% 100%;
	display: none;	
}
.caseContent .caseText:nth-of-type(1){
    background-image: url('https://static-hiyunyu-com.oss-cn-hangzhou.aliyuncs.com/dtang/caseBg3.png');
}
.caseContent .caseText:nth-of-type(2){
		background-image: url('https://static-hiyunyu-com.oss-cn-hangzhou.aliyuncs.com/dtang/caseBg2.png');

}
.caseContent .caseText:nth-of-type(3){
	background-image: url('https://static-hiyunyu-com.oss-cn-hangzhou.aliyuncs.com/dtang/caseBg1.png');
}

.caseContent .caseText p{
	width: 228px;
	height: 340px;
	background-color: rgba(255,255,255,0.2);
	padding-left: 20px;
	padding-top: 32px;
	padding-right: 24px;
	line-height: 25px;
	margin: 0;
	font-size: 14px;
	color: #333333;
}
















.quickExperience{
	width: 100%;
	margin-top: 60px;
	border-top: 1px solid #d7d7d7;
	background-color: #eeeeee;
	height: 128px;
}
.quickExperience .quickExperienceContent{
	width: 350px;
	margin: 0 auto;
	margin-top: 24px;
}
.quickExperience .quickExperienceContent a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	font-size: 20px;
	color: #000000;
	border: 1px solid #d7d7d7;
	display: inline-block;
}
.quickExperience .quickExperienceContent p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}