/****** 主体框架 ********/
#index-main{
	position: relative;
	z-index: 0;
	
}

/******** 首页banner **********/
#index-banner{
	height: 500px;
	/*width:1600px;
	margin:0 auto;*/
}

.slideBox {
	width: 100%;
	height: inherit;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 46px;
	z-index: 1;
	text-align: center;
	width: 100%;
	/*display: none;*/
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	display: inline-block;
	/*background: rgba(255,255,255,.6);*/
	border-radius: 100px;
	height: 30px;
	padding: 10px 20px;
	font-size: 0;
}
.slideBox .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100px;
}
.slideBox .hd ul li.on {
	background: #194397;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 595px;
}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}

/******* 首页关于我们 *********/
.index-about{
	padding: 4.5% 0 10px 0;
}

.index-about:after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}

.index-about .left{
	width: 60%;
}

.index-about .left .mt{
	color: #218fff;
	font-size: 30px;
	line-height: 2;
	font-weight: lighter;
}
.index-about .left .mc{
	color: #333;
	font-size: 16px;
	line-height: 2;
}

.index-about .left .mc a{
	color: #218fff;
}

.index-about .right{
	width: 37%;
	font-size: 0;
}

.index-about .right img{
	width:100%; 
}

/******* 首页方案中心 *******/
.index-fangan{
	
}

.index-fangan .mt{
	color: #202020;
	font-size: 30px;
	line-height: 2;
	font-weight: lighter;
	/*background: url(../images/index-line-1.png) no-repeat center bottom;*/
	border-bottom: 2px #ccc solid;
}

.index-fangan .mc{
	/*padding: 20px 0;*/
}

.index-fangan .mc .sub-menu {
	/*padding: 20px 0px;*/
	overflow: hidden;
}
.index-fangan .mc .sub-menu ul {
}
.index-fangan .mc .sub-menu ul:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.index-fangan .mc .sub-menu ul li{
	float: left;
	width: 380px;
	height: 212px;
	margin-right: 30px;
	text-align: center;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.index-fangan .mc .sub-menu ul li img{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.jz{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.index-fangan .mc .sub-menu ul li:last-child{
	margin-right: 0;
}
.index-fangan .mc .sub-menu ul li .in_cases_text{
	width: 100%;
	height: 212px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	background: rgba(148,207,237,0.8);
	position: absolute;
	top:232px;
	left:0;
}
.index-fangan .mc .sub-menu ul li:hover img{
	transform: scale(1.2,1.2);
}
.index-fangan .mc .sub-menu ul li:hover .in_cases_text{
	top:0;
}
.index-fangan .mc .sub-menu ul li .icon {
	display: inline-block;
	width: 380px;
	/*height: 150px;*/
	/*line-height: 150px;*/
	/*border-radius: 300px;*/
	/*border: 1px #333 solid;*/
	background: rgba(148,207,237,0.8);
}
.index-fangan .mc .sub-menu ul li .icon img {
	display: inline-block;
	/*width: 100px;*/
	/*height: 100px;*/
	/*background-position: center bottom;*/
	/*vertical-align: middle;*/
	width: 380px;
}
.index-fangan .mc .sub-menu ul li .text {
	color: #333;
	font-size: 20px;
	line-height: 2;
	display: inline-block;
	width: 100%;
}
.index-fangan .mc .sub-menu ul li:hover .icon, .index-fangan .mc .sub-menu ul li.current .icon {
	border-color: #4ca2d1;
}
.index-fangan .mc .sub-menu ul li:hover .icon .img, .index-fangan .mc .sub-menu ul li.current .icon .img {
	background-position: center top;
}
.index-fangan .mc .sub-menu ul li:hover .text, .index-fangan .mc .sub-menu ul li.current .text {
	color: #4ca2d1
}

.index-fangan .mc .band-list{
	background: #efefef;
	padding: 2.3%;
	padding-bottom: 1.6%;
	font-size: 0;
	text-align: center;
}

.index-fangan .mc .band-list a{
	display: inline-block;
	color: #3e3a39;
	font-size: 15px;
	line-height: 1.6;
	padding: 0.6% 2%;
	font-weight: bold;
	letter-spacing: 1px;
	border:1px #666 solid;
	border-radius: 100px;
	margin-bottom: 0.6%;
	margin-right: 1%;
	margin-left: 1%;
}
.index-fangan .mc .band-list a:hover{
	color: #218fff;
	border-color: #218fff;
}

/******* 首页新闻 ********/
.index-news-gy{
	padding: 0 0 3.7% 0;
}

.index-news-gy:after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}


.index-news-gy .index-news{
	width: 100%;
}

.index-news-gy .index-news .mt{
	text-align: justify;
	margin: 0 0 5% 0;
	border-bottom: 2px #ccc solid;
}

.index-news-gy .index-news .mt h3{
	display: inline-block;
	font-weight: lighter;
	font-size: 30px;
	line-height: 2;
	color: #202020;
	vertical-align: middle;
}

.index-news-gy .index-news .mt a{
	display: inline-block;
	color: #2b8a99;
	font-size: 14px;
	line-height: 2;
	vertical-align: middle;
}

.index-news-gy .index-news .mt a i{
	padding: 0 0 0 5px;
}

.index-news-gy .index-news .mt:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.index-news-gy .index-news .mc{
	
}

.index-news-gy .index-news .mc .main-news{
	border-bottom: 1px #ccc solid;
	margin-bottom: 2%;
	padding-bottom: 12px;
}

.index-news-gy .index-news .mc .main-news .title{
	font-size: 0;
	padding: 0 0 10px 0;
}

.index-news-gy .index-news .mc .main-news .title a{
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #232323;
	font-size: 18px;
	line-height: 1.6;
}

.index-news-gy .index-news .mc .main-news .title span{
	display: inline-block;
	width: 10%;
	vertical-align: top;
	color: #666;
	font-size: 13px;
	line-height: 1.6;
	font-style: italic;
	text-align: right;
}

.index-news-gy .index-news .mc .main-news .info{
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	padding: 20px 0 0 0;
}
.index-news-gy .index-news .mc .main-news .info p{
	font-size: 16px;
}
.index-news-gy .index-news .mc .main-news .info a{
	color: #2b8a99;
	padding: 0 0 0 5px;
	font-size: 16px;
}

.index-news-gy .index-news .mc .main-news .info a i{
	padding: 0 0 0 5px;
}

.index-news-gy .index-news .mc .index-news-list{
	
}

.index-news-gy .index-news .mc .index-news-list ul{
	
}

.index-news-gy .index-news .mc .index-news-list ul li{
	font-size: 0;
}

.index-news-gy .index-news .mc .index-news-list ul li a{
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535252;
	font-size: 16px;
	line-height: 2;
}

.index-news-gy .index-news .mc .index-news-list ul li span{
	color: #a1a0a0;
	display: inline-block;
	width: 10%;
	font-style: italic;
	text-align: right;
	font-size: 16px;
	line-height: 2;
	vertical-align: top;
}

.index-news-gy .index-news .mc .index-news-list ul li a:hover{
	color: #218fff;
}

.index-news-gy .index-gy{
	width: 36%;
}

.index-news-gy .index-gy .mt{
	padding: 0 0 12% 0;
}

.index-news-gy .index-gy .mt h3{
	font-weight: lighter;
	font-size: 30px;
	line-height: 2;
	color: #202020;
}

.index-news-gy .index-gy .mc{
	
}

.index-news-gy .index-gy .mc video{
	display: block;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.index-news-gy .index-gy .mc a:before{
	display: block;
	font-size: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}

/******* 首页案例 ********/
.index-case{
	
}

.index-case .mt{
	color: #202020;
	font-weight: lighter;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	padding: 0 0 2% 0;
}

.index-case .mc{
	padding: 0 0 5% 0;
	
}

.index-case .mc ul{
	
}

.index-case .mc ul:after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}

.index-case .mc ul li{
	float: left;
	width: 24%;
	max-width: 283px;
	margin-bottom: 2.6%;
	margin-right: 1.8%;
	
}

.index-case .mc ul li:nth-child(4),.index-case .mc ul li:last-child{
	margin-right: 0;
}

.index-case .mc ul li a{
	display: block;
	height: 0;
	padding-bottom: 72%;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}

/*
.index-case .mc ul li:first-child a{
	padding-bottom: 155%;
}*/

.index-case .mc ul li a span{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #021417;
	background: rgba(19,97,143,.75);
	border-bottom: 2px #2b8a99 solid;
	padding: 18% 0 0 0;
}

/*.index-case .mc ul li:first-child a span{
	padding: 50% 0 0 0;
}*/

.index-case .mc ul li a span i{
	color: #fff;
	display: block;
	font-style: normal;
	
}

.index-case .mc ul li a span i.fa:before{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px #fff solid;
	border-radius: 100px;
	font-size: 24px;
}

.index-case .mc ul li a span i.yellow{
	color: #ffaa00;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 2%
}

.index-case .mc ul li a span i.info{
	font-size: 16px;
	line-height: 2;
}

.index-case .mc ul li a:hover span{
	display: block;
}

/******* 首页战略合作 *******/
.index-kehu{
	
}

.index-kehu .mt{
	background: url(../images/index-zhuangshi.png) no-repeat center right;
}

.index-kehu .mt h3{
	color: #006eaa;
	font-size: 24px;
	line-height: 1.6;
}

.index-kehu .mt h3 span{
	color: #999;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: baseline;
	background: #fff;
	padding:  0 10px 0 0;
 }

.index-kehu .mc{
	padding: 20px 0;
}

.index-kehu .mc ul{
	display: block;
	text-align: justify;
	font-size: 0;
}

.index-kehu .mc ul li{
	display: inline-block;
	vertical-align: top;
	border: 1px #ccc solid;
	width: 154px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 10px;
}

.index-kehu .mc ul li img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 98%;
	height: auto;
	max-height: 98%;
}

.index-kehu .mc ul li.fixit{
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	border: none;
}

/******* 调整首页案例滚动 *********/
.slick-prev, .slick-next{
	width: 50px;
	height: 50px;
}

.slick-prev:before, .slick-next:before{
	font-size: 50px;
	color: #218fff;
}

.slick-prev{
	left: -55px;
}

.slick-next{
	right: -55px;
}