@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

/* 大图片 */
.ind_big_img{
	height:100%;
	width:100%;
	min-width: 120px;
}

.ind_big_img .ind_big_img_r_l{
	
	width:100%;
	height:100%;
	margin:0 auto;
	float:left;
}

.ind_big_img .ind_big_img_r_l .ind_l{
	height:420px;
	width:350px;
	float:left;
}

.ind_big_img .ind_big_img_r_l .ind_l img{
	height:60px;
	width:60px;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	margin-left:290px;
}

.ind_big_img .ind_big_img_r_l .ind_r{
	height:420px;
	width:350px;
	float:left;
}

.ind_big_img .ind_big_img_r_l .ind_r img{
	height:60px;
	width:60px;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details{
	height:420px;
	width:1200px;
	float:left;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_1{
	font-size:40px;
	color:#FFF;
	margin-top:95px;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_2{
	font-size:20px;
	color:#FFF;
	margin-top:30px;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_3{
	margin-top:30px;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_4{
	font-size:14px;
	color:#FFF;
	margin-top:30px;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_5{
	height:5px;
	width:1200px;
	margin-top:60px;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_5 .ind_big_img_details_5_img{
	height:5px;
	width:210px;
	margin:0 auto;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_5 .ind_big_img_details_5_img .ind_big_img_details_5_img_1{
	height:5px;
	width:70px;
	margin:0 auto;
	float:left;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_5 .ind_big_img_details_5_img .ind_big_img_details_5_img_2{
	height:5px;
	width:70px;
	margin:0 auto;
	float:left;
}

.ind_big_img .ind_big_img_r_l .ind_big_img_details .ind_big_img_details_5 .ind_big_img_details_5_img .ind_big_img_details_5_img_3{
	height:5px;
	width:70px;
	margin:0 auto;
	float:left;
}


#text_title{
	font-size:24px;
	margin-top:20px;	
}

#text_subtitle{
	font-size:16px;
	margin-top:10px;
}

#text_text1{
	font-size:14px;
	margin-top:30px;	
}
#text_text2{
	font-size:14px;
	margin-top:10px;	
}
#text_text3{
	font-size:14px;
	margin-top:10px;	
}

/* 案例 start*/
.project:hover{
	cursor:pointer;
}

.project:hover .text-box{
	bottom: 0px !important;
}

.project a:hover,.projects a:focus{
	text-decoration: none;
    color: #333333;
	-webkit-tap-highlight-color: transparent;
}

.project:hover .text-box .read-more{
	visibility: visible;
	opacity: 1;
}

.project .text-box .read-more:hover .iconfont{
	-webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

.project:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
	transform: scale(1.05);
}

.project:hover .mask{
	opacity: 1;
	visibility: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-image: url(../images/mask_grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
}

.projects {
    width: 100%;
	margin: 0 auto;
}

.projects .project {
	width: 30%;
	position: relative;
	margin-bottom: 30px;
	margin-right: 30px;
	overflow: hidden;
    display: inline-block;
	vertical-align: top;
	position: relative;
}

.projects .project a{
	color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
}

.projects .project .img-box {
	position: relative;
}

.projects .project .img-box img{
	float: none;
	width: 100%;
	height: 100%;
	display: block;
	border-style: none;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	position: relative;
	transition: all 0.5s;
	border-style: none;
}

.projects .project .img-box .mask {
	visibility: visible;
    opacity: 1;
    height: 50%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 70%);
    display: block;
    top: auto;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.projects .project .text-box{
    padding: 25px 30px;
	bottom: -50px;
	font-size: 20px;
	width: 92%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    padding: 15px;
	font-size: 14px;
}

.projects .project  .text-box .category{
	font-size: 0.875em;
    line-height: 1.8em;
    color: #fff;
}

.projects .project .text-box .title-box{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0;
	color: #fff;
    text-align: left;
}

.projects .project .text-box .content-1{
	margin-bottom: 24px;
	font-size: 0.875em;
	display: block;
	line-height: 1.8em;
	color: #fff;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}

.projects .project .text-box .read-more{
	margin-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 0.875em;
	outline: none;
	line-height: 1.875em;
	background-color: #fff;
	color: #000;
	border-radius:0.3em;
	border:1px solid #fff;
	font-weight: bolder;
	padding: 0 0.6em;
}

.projects .project .text-box .read-more span{
	float: left;
    display: inline;
    vertical-align: middle;
}

/* 案例 end*/

/* 一站服务 */
.ind_service{
	width:1200px;
	height:600px;
	margin:0 auto;
}

.ind_service .ind_service_img{
	width:921px;
	height:289px;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	margin:0 auto;
}

.ind_service_num{
	width:1200px;
	height:300px;
	margin:0 auto;
}

/* 服务商 */
.ind_user{
	height:550px;
	background-color:#f8f8f8;
	background-image:url(../images/index/idx_bac_1.jpg) ;
}

.ind_user .ind_user_container{
	width:1200px;
	height:550px;
	margin:0 auto;
}

.ind_user .ind_user_container .ind_user_table{
	width:1100px;
	height:550px;
	margin:0 auto;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	color: #333333;
}

#ind_user_title{
	font-size:28px;
	text-align:center;
}

#ind_user_log{
	padding: 10px 0px 0px 20px;
    width: 50px;
}

#ind_user_text{
	font-size:16px;
	padding:5px 20px;
}

#ind_user_text a{
	color: #333333;
}

#ind_user_table_table{
	background-color:#FFF;
}

#ind_user_mores{
	width:1100px;
}

#ind_user_more{
	margin-left:470px;
}

/* 大图轮播 */
*{margin:0; padding:0; list-style:none;}
a{text-decoration:none;	color:#666;}
a:hover{color:#1bc1a3;}
body, hmtl{background: #ecf0f1; font-family: 'Anton', sans-serif;}


#wrapper{
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
	color:rgb(33,23,22);
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
}

#slider-wrap{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	height:100%;
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:100%;
	height:100%;
	-moz-background-size:100% 100%; 
	background-size:100% 100%;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top: 7vw;
    left: 19vw;
}

#slider-wrap ul#slider li > div h3{
	font-size:2.2vw;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size: 1.4vw;
    line-height: 3vw;
	font-weight: 700;
	width: 100%;
	height: 100%;
}
#slider-wrap ul#slider li .banner-text-span{
	margin-top: 2vw;
}

#slider-wrap ul#slider li > div span .banner-text-p{
	line-height: 2.6vw;
    font-size: 1.1vw;
	font-weight: 500;
	margin-top: 0.4vw;
}

#slider-wrap ul#slider li > div span .banner-text-but{
	font-weight: initial;
    border: 1px solid rgb(33,22,23);
    font-size: 1vw;
	line-height: 2vw;
	width: 8vw;
	text-align: center;
	color: rgb(33,22,23);
	margin-top: 5vw;
}

#slider-wrap ul#slider li > div span > a > img{
	width: 8vw;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:31.6vw;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
	margin-bottom: 10px;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}




/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{	color: #666; text-transform:uppercase;	font-size:36px;}
h2{ color: #7f8c8d; font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:30px;} 




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}

/* 案例左右轮播 */
.clearfix:before,
.clearfix:after{
	display:table;
	content:'';
	clear:both;
}
.container{
	position:relative;
	margin:0 auto;
	width:1200px;
	height:700px;
	overflow:hidden;
}
.tabs-box{
	width:1200px;
	height:40px;
	font-size:0;
}
.tabs-box a{
	display:inline-block;
	width:100px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:12px;
}
.tabs-box a.active{
	background:#f50030;
	color:#fff;
}
.content-box{
	position:relative;
	width:1200px;
	height:700px;
	overflow:hidden;
}
.Jtab_item{
	position:absolute;
	width:2400px;
	height:700px;
}
.Jtab_item .content-item{
	width:1200px;
	height:700px;
	float:left;
}

/* 业务及解决方案 */
.container-title-box{
	text-align: center;
	font-size: 1.6vw;
	line-height: 8vw;
}