html,
body {
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	font-family: "Microsoft YaHei";
	background: #FFFFFF;
}

.index-body {
	margin: 0 auto;
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*首页*/

.special_bg {
	width: 100%;
	margin: 0 auto;
	background-color: #f0f0f0;
}


/*共用*/

.moduleWrap {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 40px;
}

.moduleTitle {
	margin: 40px auto;
}

.moduleTitle h1 {
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	width: 100%;
}

.moduleTitle p {
	letter-spacing: 3px;
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.moduleTitle.black h1 {
	color: #242527;
}

.moduleTitle.black p {
	color: #858585
}

.moduleTitle.white h1 {
	color: #fff;
}

.moduleTitle.white p {
	color: #80808c
}

.bigapplicable {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px 6px 14px 2px #e5e5e5;
	border: 1px solid #dcdcdc;
}

.bigapplicable img {
	width: 100%;
}

.bigapplicable .applicableTitle {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
}

.bigapplicable:hover .applicableTitle {
	color: #ac1e23;
}

.applicable {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	height: 280px;
	border-radius: 5px;
	transition: all .3s ease;
	text-align: center;
	box-shadow: 0px 6px 14px 2px #e5e5e5;
	border: 1px solid #dcdcdc;
}

.applicable:nth-of-type(3n) {
	margin-right: 0;
}

.applicable .applicableTitle {
	text-align: center;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	background-color: #FFFFFF;
	color: #222222;
}

.applicable .img {
	width: 100%;
	height: 214px;
}

.applicable .img img {
	width: 100%;
	height: 214px;
	transition: all .3s ease;
}

.applicable:hover .applicableTitle {
	color: #ac1e23;
}


/*解决方案*/

.solve_bg {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.solve_bg .solution-item {
	width: 1200px;
	height: 260px;
	margin-bottom: 20px;
}

.solution-item .navblock {
	width: 69px;
	height: 100%;
	background-color: #ca151e;
	float: left;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	padding-top: 50px;
}

.solution-item:nth-of-type(1) .navblock {
	padding-top: 65px;
}

.solution-item .case {
	width: 350px;
	height: 100%;
	float: left;
	margin-right: 20px;
}

.solution-item .case .img {
	width: 100%;
	height: 100%;
	float: left;
}

.solution-item .case .img img {
	width: 100%;
	height: 100%;
	float: left;
}

.solution-item .case p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	position: relative;
	top: -50px;
	text-align: center;
	background-color: rgba(43, 43, 43, .5);
	color: #FFFFFF;
	font-size: 20px;
}

.solution-item .case:hover p {
    background: rgb(160, 0, 15);
}


/*技术优势*/

.advantage_bg {
	background: url(../img/index/bj.jpg) no-repeat;
	background-size: 100% 100%
}

.advantage {
	position: relative;
	text-align: center;
	padding: 70px 0
}

.advantage .advantage_info {
	position: absolute;
	text-align: left
}

.advantage .advantage_info h2 {
	color: #67b0ff;
	font-size: 34px;
	font-weight: 500;
	margin: 0
}

.advantage .advantage_info p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 8px 0 0
}

.advantage .info1 {
	top: 40px;
	left: 140px
}

.advantage .info2 {
	top: 235px;
	left: 30px
}

.advantage .info3 {
	bottom: 10px;
	left: 110px
}

.advantage .info4 {
	right: 90px;
	top: 70px
}

.advantage .info5 {
	right: 50px;
	top: 249px
}

.advantage .info6 {
	right: 120px;
	bottom: 20px
}


/*服务客户*/

.client_bg {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.mech-list {
	width: 100%;
	margin: 40px auto 20px;
}

.mech-list .col-2 {
	width: 16.666%;
	float: left;
}

.mech-list .col-2 img {
	width: 110px;
	height: 110px;
}


/*新闻资讯*/

.news_bg {
	background-color: #F3F9FE;
	width: 100%;
	margin: 0 auto;
}

.news-content {
	width: 100%;
	float: left;
	margin: 20px auto 60px;
}

.box-news {
	width: 32%;
	padding: 13px;
	float: left;
	border-radius: 10px;
	margin-right: 2%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 10px 15px 3px #e5e5e5;
}

.box-news:nth-of-type(3n) {
	margin-right: 0;
}
.box-news .title p {
	font-size: 24px;
}
	
.title {
	margin: 5px 0 15px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.news-container {
	border: 1px solid #ccc;
}

.news-container img {
	width: 100%;
	height: 210px;
	padding: 1px;
}

.newest {
	padding: 10px 15px 0 15px;
	height: 150px;
}

.news-title {
	height: 35px;
	line-height: 40px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsIntroduction {
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.newest a {
	font-size: 20px;
	font-weight: 540;
	color: black;
}

.newest span {
	font-size: 14px;
	display: inline-block;
	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;
}

.line-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.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%;
}

.line:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}


/*公司信息*/

.cpmpany_bg {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	float: left;
	height: 623px;
}

.comnpany-info {
	width: 950px;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	background-position: center center;
	background: url(../img/index/map.png) no-repeat;
}

.comnpany-info img {
	width: 331px;
	height: 71px;
	margin: 115px auto 60px;
}

.comnpany-info p {
	width: 100%;
	padding: 0 65px;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
}

@media screen and (max-width:767px) {
	.moduleWrap {
		width: 100%;
		padding: 0 10px;
		padding-top: 0;
	}
	.moduleTitle {
		margin: 20px 0;
	}
	.moduleTitle h1 {
		font-size: 24px;
	}
	.moduleTitle p {
		font-size: 16px;
		padding: 0 20px;
	}
	/*产品推荐*/
	.bigapplicable .applicableTitle {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.applicable {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 15px;
		height: auto;
	}
	.applicable:nth-of-type(2n) {
		margin-right: 0;
	}
	.applicable:nth-of-type(2n-1) {
		margin-right: 3%;
	}
	.applicable .applicableTitle {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.applicable .img {
		width: 100%;
		height: auto;
	}
	.applicable .img img {
		width: 100%;
		height: auto;
	}
	.applicable:hover .applicableTitle {
		color: #ac1e23;
	}
	/*解决方案*/
	.solve_bg .solution-item {
		width: 100%;
		height: 140vw;
		margin-bottom: 25px;
	}
	.solution-item .navblock {
		width: 50px;
		height: 100%;
		font-size: 20px;
		line-height: 15vw;
		padding-top: 36vw;
	}
	.solution-item:nth-of-type(1) .navblock {
		padding-top: 40vw;
	}
	.solution-item .case {
		width: calc(100% - 50px);
		height: 33.333%;
		float: left;
		margin-right: 0;
	}
	.solution-item .case p {
		height: 35px;
		line-height: 35px;
		top: -35px;
		font-size: 16px;
	}
	.solution-item .case:hover p {
		color: rgb(160, 0, 15);
	}
	/*技术优势*/
	.advantage {
		position: relative;
		margin-top: 20px;
		padding-top: 0;
	}
	.advantage img {
		display: none;
	}
	.advantage .advantage_info {
		position: relative;
	}
	.advantage .info1,
	.advantage .info2,
	.advantage .info3,
	.advantage .info4,
	.advantage .info5,
	.advantage .info6 {
		top: 0;
		left: 0;
	}
	.advantage .advantage_info {
		overflow: hidden;
		margin: 0 0 25px 15px;
	}
	.advantage .advantage_info h2 {
		color: #67b0ff;
		font-size: 34px;
		font-weight: 500;
		float: left;
	}
	.advantage .advantage_info p {
		font-size: 14px;
		line-height: 24px;
		float: left;
		padding-left: 20px;
		margin: 0;
	}
	/*服务客户*/
	.mech-list {
		width: 100%;
		margin: 40px auto 20px;
	}
	.mech-list .col-2 {
		width: 33.333%;
		margin-bottom: 25px;
	}
	.mech-list .col-2 img {
		width: 80px;
		height: 80px;
	}
	/*新闻资讯*/
	.news-content {
		margin: 10px auto;
	}
	.box-news {
		width: 100%;
		padding: 10px;
		border-radius: 10px;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.box-news .title p {
		font-size: 20px;
	}
	.line-list {
		margin-bottom: 10px;
	}
	/*公司信息*/
	.cpmpany_bg {
		background-color: #FFFFFF;
		width: 100%;
		margin: 0 auto 20px;
		float: left;
		height: auto;
	}
	.comnpany-info {
		width: 100%;
		height: 100%;
		background: url(../img/index/map.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
	}
	.comnpany-info img {
		width: 65%;
		height: auto;
		margin: 20px auto;
	}
	.comnpany-info p {
		width: 100%;
		padding: 0 20px;
		font-size: 15px;
		line-height: 24px;
		text-align: justify;
	}
}

@media screen and (max-width:767px) {
	#wrapper{
		margin-top: 50px;
	}
}
/*ipad*/
@media (min-width:768px) and (max-width:1200px) {
	.moduleWrap {
		width: 100%;
		padding: 0 20px;
		padding-top: 0;
	}
	.moduleTitle {
		margin: 30px 0;
	}
	.moduleTitle h1 {
		font-size: 28px;
	}
	.moduleTitle p {
		font-size: 18px;
		padding: 0 20px;
	}
	/*产品推荐*/
	.bigapplicable .applicableTitle {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.applicable {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
		height: auto;
	}
	.applicable:nth-of-type(3n) {
		margin-right: 0;
	}
	.applicable .applicableTitle {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.applicable .img {
		width: 100%;
		height: auto;
	}
	.applicable .img img {
		width: 100%;
		height: auto;
	}
	/*解决方案*/
	.solve_bg .solution-item {
		width: 100%;
		height: 230px;
		margin-bottom: 25px;
	}
	.solution-item .navblock {
		width: 7%;
		height: 100%;
		font-size: 20px;
		line-height: 35px;
		padding-top: 30px;
	}
	.solution-item:nth-of-type(1) .navblock {
		padding-top: 45px;
	}
	.solution-item .case {
		width: 30%;
		height: 100%;
		float: left;
		margin-right: 1.5%;
	}
	
	.solution-item .case:nth-of-type(4) {
		margin-right: 0%;
	}
	.solution-item .case p {
		height: 40px;
		line-height: 40px;
		top: -40px;
		font-size: 16px;
	}
	.solution-item .case:hover p {
		color: #FFFFFF;
	}
	/*技术优势*/
	.advantage {
		position: relative;
		margin-top: 20px;
		padding-top: 0;
	}
	.advantage img {
		display: none;
	}
	.advantage .advantage_info {
		position: relative;
	}
	.advantage .info1,
	.advantage .info2,
	.advantage .info3,
	.advantage .info4,
	.advantage .info5,
	.advantage .info6 {
		top: 0;
		left: 0;
	}
	.advantage .advantage_info {
		overflow: hidden;
		margin: 0 0 25px 15px;
	}
	.advantage .advantage_info h2 {
		color: #67b0ff;
		font-size: 38px;
		font-weight: 500;
		float: left;
	}
	.advantage .advantage_info p {
		font-size: 18px;
		line-height: 24px;
		float: left;
		padding-left: 20px;
		margin: 0;
	}
	/*服务客户*/
	.mech-list {
		width: 100%;
		margin: 40px auto 20px;
	}
	.mech-list .col-2 {
		width: 33.333%;
		margin-bottom: 35px;
	}
	.mech-list .col-2 img {
		width: 80px;
		height: 80px;
	}
	/*新闻资讯*/
	.news-content {
		margin: 0 auto;
	}
	.box-news {
		width: 48%;
		padding: 10px;
		border-radius: 10px;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	
	.box-news:nth-of-type(2n){
		margin-right:0;
	}
	
	.title p {
		font-size: 24px;
	}
	.line-list {
		margin-bottom: 10px;
	}
	/*公司信息*/
	.cpmpany_bg {
		background-color: #FFFFFF;
		width: 100%;
		margin: 0 auto 20px;
		float: left;
		height: auto;
	}
	.comnpany-info {
		width: 100%;
		height: 100%;
		background: url(../img/index/map.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
	}
	.comnpany-info img {
		width: 65%;
		height: auto;
		margin: 20px auto;
	}
	.comnpany-info p {
		width: 100%;
		padding: 0 20px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width:900px) and (max-width:1200px) {
	.box-news {
		width: 32%;
		margin-right: 2%;
	}
	
	.box-news:nth-of-type(3n){
		margin-right:0;
	}
	
	.box-news:nth-of-type(2n){
		margin-right: 2%;
	}
}

.blogroll{
	display: none;
}
@media only screen and (min-width: 1400px) {
	.blogroll{
		background: #00305f;
		padding-bottom: 30px;
		background-size: cover;
		align-items: center;
		width: 100%;
		display: block;
	}

	.blogroll .containers {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.blogroll-tip{
		display: inline-block;
		color: #FFFFFF;
		margin-right: 20px;
	}
	
	.blogroll .containers a{
		font-size: 16px;
    	color: #6f747e;
    	display: inline-block;
    	margin: 0 5px;
	}
	
	.blogroll .containers a:hover{
    	color: #FCFCFC;
	}
}
.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;
	}
}