html,
body {
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	font-family: "Microsoft YaHei";
}

#wrapper {
	margin-top: 86px;
}

.index-body {
	margin: 0 auto;
	width: 100%;
}

.moduleWrap {
	width: 100%;
	text-align: center;
	margin: 0 auto 44px;
}

.moduleTitle h2 {
	font-weight: 500;
	font-size: 36px;
}

.moduleTitle p {
	letter-spacing: 3px;
	margin-top: 20px;
	font-size: 20px;
}

.moduleTitle.black h2 {
	color: #242527;
	font-size: 36px;
	font-family: "Microsoft YaHei";
}

.moduleTitle.black p {
	color: #000;
}

.moduleTitle.white h2 {
	color: #fff
}

.moduleTitle.white p {
	color: #80808c
}

.row:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.row {
	zoom: 1;
}

.clo_6 {
	width: 50%;
	float: left;
	position: relative
}

.clo_3 {
	width: 25%;
	float: left;
	position: relative
}

.clo_4 {
	width: 33.3333%;
	float: left;
	position: relative;
}


/*推荐产品*/

.special_bg {
	background-color: #F3F9FE;
	width: 100%;
	padding: 76px 0 90px;
	float: left;
}

.recommended {
	width: 1200px;
	margin: 0 auto;
}

.applicable {
	margin: 10px;
	background: #fff;
	overflow: hidden;
	height: 580px;
	border-radius: 10px;
	transition: all .3s ease;
	text-align: center;
	box-shadow: 0px 6px 14px 2px #e5e5e5;
}

.applicable .applicableTitle {
	text-align: center;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #002775;
	color: white;
	position: relative;
	top: -10px;
}

.applicable .applicableIntroduction {
	font-size: 16px;
	width: 100%;
	word-break: break-all;
	line-height: 24px;
	text-align: left;
	padding: 0 25px;
	color: #333;
	text-indent: 2em;
}

.applicable:hover .applicableIntroduction {
	color: #ac1e23;
}

.applicable .img {
	overflow: hidden;
	width: 100%;
	height: 445px;
}

.applicable .img img {
	width: 580px;
	height: 430px;
}


/*解决方案*/

.solution_bg {
	background-color: white;
	width: 100%;
	padding: 76px 0 90px;
	float: left;
}

.solution_bg .row {
	margin: 0;
}

.solution {
	margin: 8px;
	height: 200px;
	text-align: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.clo_3 img {
	width: 100%;
	height: 200px;
	border-radius: 5px;
}

.solution p {
	height: 50px;
	line-height: 50px;
	position: relative;
	top: -50px;
	color: #fff;
	font-size: 20px;
}

.case_explain {
	-webkit-transition: top .3s;
	transition: top .3s;
	width: 100%;
	height: 110%;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 150px;
	vertical-align: middle;
	padding: 5px 10px 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: transparent;
}

.case_explain h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.case_explain .describe {
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	opacity: 0;
	color: rgb(160, 0, 15);
}

.solution:hover .case_explain {
	top: 0;
	background: rgba(255, 255, 255, .9);
}

.solution:hover h4 {
	color: #ac1e23;
}

.solution:hover .describe {
	top: 0;
	opacity: 1;
}


/*交付能力*/

.deliver_bg {
	background: url('../img/deliver_bg.png');
	width: 100%;
	padding: 76px 0 90px;
	float: left;
	background-size: 100% 120%;
	background-position: center center;
}

.company-deliver {
	text-align: center;
	height: 82px;
}

.company-deliver dd {
	height: 100%;
	border-right: 1px solid #ccc;
	position: relative;
	font-size: 32px;
	text-align: center;
	color: #D4000F;
	font-weight: 500;
}

.company-deliver dd:nth-last-child(1) {
	border-right: none;
}

.company-deliver dd span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #444;
	font-weight: 400;
	margin-top: 15px;
}

.company-deliver dd b {
	font-size: 28px;
	color: #D4000F;
	font-weight: 500;
	padding-left: 5px;
}


/*新闻资讯*/

.news_bg {
	background-color: #F3F9FE;
	width: 100%;
	padding: 76px 0 90px;
	float: left;
	box-shadow: 0 0 40px #ccc;
}

.line {
	display: block;
}

.news-content {
	width: 100%;
}

.box-news {
	height: 690px;
	width: 32%;
	padding: 13px;
	display: inline-block;
	border-radius: 10px;
	margin-left: 1%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
	position: relative;
}

.title {
	margin: 5px 0 15px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 24px;
}

.news-container {
	border: 1px solid #ccc;
}

.news-container img {
	padding: 1px;
	margin: 0 auto;
	max-width: 95%;
	max-height: 220px;
	display: block;
}

.newest {
	padding: 10px 15px 0 15px;
	height: 150px;
}

.news-title {
	height: 35px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsIntroduction {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newest a {
	font-size: 20px;
	font-weight: 540;
	color: #ac1e23;
}
.newest a:hover{
	color: #ac1e23;
}

.newest span {
	font-size: 14px;
	margin: 5px 0;
}

.line-list {
	font-size: 15px;
	padding-left: 0;
}

.news-list span {
	float: right;
	margin-left: 15px;
}

.news-list li {
	line-height: 30px;
	height: 30px;
	background: url(../img/news.png) no-repeat;
	padding-left: 20px;
	background-position: left center;
}

.news-list {
	padding: 20px 0px 10px;
}

.line-list {
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-container:hover .newest span {
	color: #555;
}

.news-list li:hover {
	color: #555;
}

.news-list .more {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: url(../img/more.png) no-repeat;
	display: block;
	float: right;
	background-size: 100% 100%;
	margin: 0;
}

.news-list .seemore {
	float: right;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}

.news-list .seemore span {
	margin: 0 3px;
	color: #333;
	font-size: 15px;
}

.line-list li a {
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
                color: #ac1e23;
}
.line-list li a:hover{
                color: #ac1e23;
}

.line:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}


/*公司介绍 */

.company_bg {
	background-color: #FFFFFF;
	width: 100%;
	padding: 76px 0 90px;
	float: left;
}

.introduction {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}

.introduction .introductionContainer {
	height: 400px;
	width: 100%;
	line-height: 60px;
	margin: 0 auto;
}

.introduction .introductionContainer .introductionText {
	height: 400px;
	width: 52%;
	float: left;
	padding: 50px 30px 0 10px;
	line-height: 35px;
	overflow: hidden;
	font-size: 15px;
	text-align: justify;
	text-indent: 2em;
}

.introduction .introductionContainer .introductionImg {
	width: 48%;
	float: left;
}

.introduction .introductionContainer .introductionImg img {
	width: 100%;
}


/*公司介绍*/

@media screen and (max-width:580px) {
	.moduleWrap {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	#wrapper {
		margin-top: 60px;
	}
	.moduleTitle.black h2 {
		font-size: 24px;
	}
	.moduleTitle p {
		font-size: 16px;
	}
	.row {
		margin: 0;
	}
	/*推荐产品*/
	.special_bg {
		padding: 20px 0;
	}
	.recommended {
		width: 100%;
	}
	.applicable {
		margin: 6px;
		height: auto;
	}
	.applicable .applicableTitle {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		top: 0;
	}
	.applicable .applicableIntroduction {
		font-size: 12px;
		line-height: 20px;
		padding: 0 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-align: justify;
	}
	.applicable .applicableIntroduction:hover {
		color: #333;
	}
	.applicable .img,
	.applicable .img img {
		width: 100%;
		height: auto;
	}
	/*解决方案*/
	.solution_bg {
		padding: 20px 0;
	}
	.solution {
		height: auto;
	}
	.clo_3 {
		width: 50%;
	}
	.clo_3 img {
		width: 100%;
		height: auto;
	}
	.solution p {
		height: 0;
		line-height: 24px;
		top: -24px;
		font-size: 16px;
	}
	.solution:hover p {
		background: transparent;
	}
	.case_explain {
		top: 20vw;
	}
	.case_explain h4 {
		font-size: 4.5vw;
	}
	.solution:hover .describe {
		opacity: 0;
	}
	.solution:hover .case_explain {
		top: 20vw;
	}
	/*交付能力*/
	.deliver_bg {
		background: url('../img/deliver_bg.png') no-repeat;
		padding: 20px 0;
	}
	.company-deliver {
		text-align: center;
		height: 82px;
	}
	.company-deliver dd {
		font-size: 26px;
	}
	.company-deliver dd:nth-last-child(2n-1) {
		border-right: none;
	}
	.company-deliver dd span {
		display: block;
		font-size: 15px;
		line-height: 24px;
		margin-top: 5px;
	}
	.company-deliver dd b {
		font-size: 24px;
	}
	/*新闻资讯*/
	.news_bg {
		padding: 0;
	}
	.news-content {
		margin: 10px auto;
		padding: 10px;
	}
	.box-news {
		height: auto;
		width: 100%;
		margin: 0;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.box-news .title p {
		font-size: 20px;
	}
	.line-list {
		margin-bottom: 10px;
	}
	/*公司信息*/
	.company_bg {
		padding: 20px 0;
		float: left;
	}
	.introduction {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.introduction .introductionContainer {
		height: auto;
		width: 100%;
		line-height: 60px;
		margin: 0 auto;
	}
	.introduction .introductionContainer .introductionText {
		height: auto;
		width: 100%;
		padding: 20px;
		line-height: 24px;
		font-size: 14px;
	}
	.introduction .introductionContainer .introductionText img {
		width: 90%;
		height: auto;
		margin-bottom: 10px;
	}
	.introduction .introductionContainer .introductionImg {
		width: 100%;
	}
	.introduction .introductionContainer .introductionImg img {
		width: 100%;
	}
}

@media (min-width:581px) and (max-width:1199px) {
	.moduleWrap {
		width: 100%;
		margin: 20px 0;
	}
	.moduleTitle.black h2 {
		font-size: 24px;
	}
	.moduleTitle p {
		font-size: 16px;
	}
	.row {
		margin: 0;
	}
	/*推荐产品*/
	.special_bg {
		padding: 20px 0;
	}
	.recommended {
		width: 100%;
	}
	.applicable {
		margin: 6px;
		height: auto;
	}
	.applicable .applicableTitle {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		top: 0;
	}
	.applicable .applicableIntroduction {
		font-size: 14px;
		line-height: 20px;
		padding: 0 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-align: justify;
	}
	.applicable .applicableIntroduction:hover {
		color: #333;
	}
	.applicable .img,
	.applicable .img img {
		width: 100%;
		height: auto;
	}
	/*解决方案*/
	.solution_bg {
		padding: 20px 0;
	}
	.solution {
		height: auto;
	}
	.clo_3 {
		width: 25%;
	}
	.clo_3 img {
		width: 100%;
		height: auto;
	}
	.solution p {
		height: 0;
		line-height: 24px;
		top: -24px;
		font-size: 18px;
	}
	.solution:hover p {
		background: transparent;
	}
	.case_explain {
		top: 65%;
	}
	.case_explain h4 {
		font-size: 18px;
	}
	.solution:hover .describe {
		opacity: 0;
	}
	.solution:hover .case_explain {
		top: 65%;
	}
	/*交付能力*/
	.deliver_bg {
		background: url('../img/deliver_bg.png') no-repeat;
		padding: 20px 0;
	}
	.company-deliver {
		text-align: center;
		height: 120px;
	}
	.company-deliver dd {
		font-size: 28px;
	}
	.company-deliver dd span {
		display: block;
		font-size: 18px;
		line-height: 24px;
		margin-top: 25px;
	}
	.company-deliver dd b {
		font-size: 28px;
	}
	/*新闻资讯*/
	.news_bg {
		padding: 30px 0;
	}
	.news-content {
		margin: 10px auto;
		padding: 10px;
	}
	.news-container img {
		max-width: 100%;
		max-height: 200px;
	}
	.box-news {
		height: auto;
		width: 32%;
		margin: 0;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 20px;
		margin-right: 2%;
		float: left;
	}
	.box-news .title p {
		font-size: 20px;
	}
	.box-news:nth-last-child(1) {
		margin-right: 0;
	}
	.line-list {
		margin-bottom: 10px;
	}
	/*公司信息*/
	.company_bg {
		padding: 20px 0;
		float: left;
	}
	.introduction {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.introduction .introductionContainer {
		height: auto;
		width: 100%;
		line-height: 60px;
		margin: 0 auto;
	}
	.introduction .introductionContainer .introductionText {
		height: auto;
		width: 50%;
		padding: 20px;
		line-height: 28px;
		font-size: 16px;
	}
	.introduction .introductionContainer .introductionText img {
		width: 80%;
		height: auto;
		margin-bottom: 10px;
	}
	.introduction .introductionContainer .introductionImg {
		width: 50%;
	}
	.introduction .introductionContainer .introductionImg img {
		width: 100%;
		margin-top: 40px;
	}
}

@media (min-width:581px) and (max-width:768px) {
	.news-container img {
		max-width: 100%;
		max-height: 150px;
	}
	
	.applicable .applicableIntroduction{
		-webkit-line-clamp: 3;
	}
}

.news-nav{
	display: none;
}

@media screen and (max-width:550px) {
	.news-nav{
		display: block;
		width: 100%;
		float: left;
		height: 45px;
		line-height: 45px;
		background: #DFE9F0;
		margin: 10px auto;
	}
	
	.news-nav li{
		float: left;
		width: 33.33%;
		text-align: center;
		font-size: 18px;
		border-right: 1px solid #fff;
	}
	
	.news-nav li.active{
		color: #fff;
		background-color: #ac1e23;
	}
	
	.box-news{
		display: none;
	}
	
	.news-nav{
		display: block;
	}
	
	.box-news:nth-of-type(1){
		display: block;
	}
	
	.box-news .title{
		display: none;
	}
}
