/*首页样式*/
body{
    overflow-x: hidden;
    font-family: "微软雅黑";
}
.index-wrapper{
    width: 100%;
}
.index-wrapper .index-banner{
    width: 100%;
    height: 950px;
    position: relative;
}
.index-banner .index-bannerbg{
    /*background: url(../../../images/index-top.png) no-repeat;*/    
    position: fixed;
    width: 100%;
    height: 950px;
    z-index: 111;
}

.index-roll .swiper-pagination-bullet{
    width: 98px ;
    height: 4px;
    border-radius:0;
    border:1px solid #6e6e6f;
    opacity: 0.3;
}
.index-roll .swiper-pagination-bullet-active{
    width: 98px ;
    height: 4px;
    border-radius:0;
    background: #003b86;
    border:1px solid #003b86;
    opacity: 1;
}
/**首页的样式**/
/*服务部分*/
.index-service .service-bg{
    background: url("../../../images/index-service.png") no-repeat;
    background-position:center;
    background-size: cover;
    width:100%;
    /*min-width: 1200px;*/
    height: 700px;
    position: relative;
    z-index: 1;
}
.service-passage{
    position: relative;
    height: 715px;
    /*border:1px solid #FFFFFF;*/
}
.service-passage .main-passage{
    height:580px;
    max-width: 1020px !important;
    margin: 0 75px;
    /*border:1px solid #FFFFFF;*/
    position: relative;
    top: 45px;
    z-index: 11;
}
.main-passage .service-number{
    position: absolute;
    top:0;
    left:0;
    font-size:28px;
    color: #FFFFFF;
}
.main-passage .service-img{
    position: absolute;
    left: 50px;
    top: 100px;
	width:500px;
	height: 230px;
}
.main-passage .service-p{
    position: absolute;
    left: 615px;
    top: 140px;
}
.service-p .title{
    font-size: 20px;
    padding-bottom: 32px;
}
.service-p p{
    color: #FFFFFF;
}
.service-bordered{
    width: 147px;
    height: 1px ;
    background-color: #c36d57;
    position: absolute;
    top: 117px;
    right:117px;
    z-index: 1;
}
.service-more{
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background-color: #333333;
    position: absolute;
    top: 104px;
    right:4px;
}
a.mores::before {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    top: 14px;
    left: -83px;
    width: 115px;
    height: 1px;
    background: rgba(255,255,255,.2);
}
a.mores:hover {
    cursor: pointer;
    border-color: #ffff00;
    text-indent: 0px;
    text-align: center;
    background-color: #ffff00;
    color: #555;
}
a.mores::before {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    top: 14px;
    left: -83px;
    width: 115px;
    height: 1px;
    background: rgba(255,255,255,.2);
}
a.mores:hover::before {
    left: 88px;
    width: 20px;
    background: #fff;
}
a.mores i {
    font-size: 20px;
    top: 1px;
    position: relative;
}
a.mores:hover i {
    color: #fff;
}
.fa-angle-right::before {
    content: "";
    padding-left: 20px;
}
a.mores i{
    color: rgba(255, 255, 255, 0);
    font-size: 24px;
    text-indent: -10px;
    transition: all 0.3s ease-out 0s;
}
.service-roll{
    border-top: 1px solid #ab553f;
    width: 107px;
    height:69px;
    position: absolute;
    bottom: 71px;
    right: 471px;
}
.service-roll .roll-left{
    float: left;
    width: 52px;
    height: 69px;
    background:url("../../../images/service-left.png") no-repeat;
}
.service-roll .roll-right{
    float: right;
    width: 53px;
    height: 69px;
    background: url("../../../images/service-right.png") no-repeat;
}

/*客户部分*/
.index-client .client-bg{
    width:100%;
    background-color: #f5f5f5 ;
    position: relative;
    /*top: -8px;*/
    z-index: 1;
    padding-bottom: 67px;
}
.index-client .index-clientbgs{
    background: #fff;
}
.client-bg .client-logo{
    margin-top: 100px;
}
.client-swiper{
    padding-bottom: 150px;
}
.client-passage ul{
    /*width: 1020px;*/
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    height: 100px;
}
/* swiper-pagination-bullet swiper-pagination-bullet-active */

.roll .swiper-pagination-bullet{
    width: 98px ;
    height: 4px;
    border-radius:0;
    background: #f5f5f5;
    border:1px solid #dedede;
    opacity: 1;
}
.roll .swiper-pagination-bullet-active{
    width: 98px ;
    height: 4px;
    border-radius:0;
    background: #003b86;
    border:1px solid #003b86;
    opacity: 1;
}
/*案例部分*/
.index-case .case-bg{
    width:100%;
    height: 750px;
    background: url("../../../images/index-case.png") no-repeat;
    background-position:center;
    background-size: cover;
    position: relative;
    /*top: -8px;*/
    z-index: 1;
}
.case-passage{
    width: 1020px;
    position: relative;    
    padding:0 10px;
}
.case-passage .case-span{
    position: absolute;
    float: left;
    font-size: 300px;
    font-family: Arial;
}
.case-passage p{
	width: 370px;
	margin:0;
	font-size: 12px;
	line-height: 29px;
}
.case-passage .title{
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 135px;
    margin-bottom: 32px;
    margin-left: 100px;
}

.case-passage .description{
	overflow: hidden;
	height: 120px;
}
.case-passage img{
    position: absolute;.
    top: 0;
    right: 10px;
	width: 504px;
	max-height: 389px;
   
}
.case-swiper{
    height: 520px;
}
/*关于我们*/
.index-about .about-bg{
    width:100%;
    /*height:750px;*/
    background-color: #ff8606;
    position: relative;
    z-index: 1;
}
.about-passage .about-name{
    padding:100px 0 60px 0;
}
.index-abouttab{
    float: right;
}
.about-passage .index-abouttab{
    float: right;
    padding-top: 100px;
    padding-right: 20px;
}
.about-passage .index-abouttab ul li{
    float: left;
    width:101px;
    height: 35px;
    /*padding-right: 10px;*/
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
}
.about-passage .index-abouttab ul li a{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.about-passage .active a{
    color: #ff8606;
    background-color: #fff;
}
.about-passage #licheng p:nth-child(1){
    color: #FFFFFF;
    padding-top: 128px;
    padding-left: 50px;
}
.about-passage #licheng p:nth-child(2){
	color: #FFFFFF;
	padding-top: 69px;
	padding-left: 50px;
}
.about-passage #licheng p:nth-child(3){
	 color: #FFFFFF;
	 padding-top: 69px;
	 padding-left: 50px;
	padding-bottom: 12px;
 }

.about-passage p span{
    font-size: 20px;
    padding-right: 90px;
}
.about-more{
    width:148px;
    height:30px;
    line-height: 28px;
    margin: 105px auto 0;
    border:1px solid #ffc78b;
    text-align: center;
    margin-bottom: 108px;
}
/**关于我们历程团队三个标签tab选项卡样式**/
.pane{
    display: none;
}
.tabPanel .hit {
    background: #fff;
}
.tabPanel .hit a{
    color: #ff8606 !important;
}
/* Sweep To Right动画效果 */
.about-more a.hvr-sweep-to-right{
    text-decoration: none;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background:#ff8606;;
    color: #fff;
}
a.hvr-sweep-to-right:before {
    content: ">";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffff00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a.hvr-sweep-to-right:hover,a.hvr-sweep-to-right:focus,a.hvr-sweep-to-right:active {
    color: #555;
}
a.hvr-sweep-to-right:hover:before,a.hvr-sweep-to-right:focus:before,a.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    padding-left: 60px;
}



/*=============================== 首页关于我们模块新增样式==========================*/
.index-aboutusnr{
    margin-top: 167px;
	padding-bottom: 73px;
    /*padding-bottom: 145px;*/
}
/* 团队模块 */
.aboutnr-left{
    float: left;
    padding-left: 0px;
}
.aboutnr-left .team-tu img{
	max-width:180px;
	height: 180px;
}


.aboutnr-left ul li{
    float: left;
    padding-left: 60px;
}
.aboutnr-right p{
    font-size: 12px;
    color: #fefefe;
    line-height: 30px;
    padding-top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.team-tu{
    float: left;
}
.about-jianjie .team-tu img{
	width: 100%;
}
/*.team-tu img{*/
	/*min-width: 91%;*/
	/*max-width: 91%;*/
/*}*/
.team-tu1text{
    float: left;
    width: 65%;
    padding-left: 10%;
}
.team-tu1text h3{
    font-size: 20px;
    color: #fff;
	margin-top: 13px;
}
.team-tu1text span{
    font-size: 12px;
    color: #fff;
}
.team-tu1text p{
    padding-left: 0px;
    padding-top: 35px;
	color: #fff;
	height: 123px;
}
.team-tutext{
    font-size: 12px;
    line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.D-img{
    position: absolute;
    left: -23px;
    bottom: -25px;
}
.aboutnr-left:nth-child(2) .D-img{
	background: black;
	display: none;
}
.index-teamnr{
    padding-bottom:0px;
}

/*=============================== 首页第1P的新增样式==========================*/
.swiper-paginations{
    position: absolute;
    z-index: 333;
    text-align: center;
    margin-top: 15px;
    bottom: 40px !important;
}
a.bx-prev {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.0);
    border-top: 1px solid rgba(0,0,0,.1);
}
.bx-prev {
    left: calc(53% - 25px);
}
a.bx-prev i{
    background: url(../../../images/jiantou.png)no-repeat -60px -128px;
}
a.bx-prev:hover i{
    background: url(../../../images/jiantou.png)no-repeat -60px -188px;
}
.bx-next {
    width:60px;
    height:60px;
    background:rgba(255,255,255,.0);
    border-top:1px solid rgba(255,255,255,.2);
}
.bx-next {
    right: calc(47% - 100px);
}
a.bx-next i{
    background: url(../../../images/jiantou.png)no-repeat 0px -128px;
}
.bx-controls-direction a.bx-next:hover i {
    background:url(../../../images/jiantou.png)no-repeat 0px -188px;
}
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    z-index: 2;
    transition: all ease-out .3s;
}
.bx-controls-direction a {
    z-index: 22;
    margin-top: 190px;
}
.bx-controls-direction a i {
    color: transparent;
    width: 60px;
    height: 60px;
    margin: 0;
}
.bx-controls-direction a i {
    font-size: 30px;
    transition: all ease-out .3s;
}
.swiper-servers{
    z-index: 0;
}
.about-titletop{
	max-width: 1200px;
	margin: 0 auto;
}
/*=============================== 关于我们模块新增手机端样式==========================*/
.tabPanel ul li a{
    color: #fff !important;
}
@media screen and (max-width:1024px) and (min-width:750px){
	.index-wrapper .index-banner{
		height: 507px;
	}
	.index-banner .index-bannerbg{
		height: 507px;
	}
	.aboutnr-left ul li{
		padding-left: 0px;
	}
	.service-passage .main-passage{
		margin:0px;
	}
}
@media screen and (max-width: 750px){
	/*banner 移动端样式*/
	.index-wrapper .index-banner{
		height:290px;
		width:100%;
		position: relative;
		/*z-index: 1;*/
	}
	.index-banner .index-bannerbg{
		height: 290px;
	}
	.index-roll{
		position: absolute;
		top: 220px;
	}
	/* 服务 手机端样式 */
	.index-service .service-bg{
		background: url("../../../images/phone-index-service.png") no-repeat;
		width:100%;
		height:100%;
		background-position: top;
		background-size: 100%;
		top: -1px;
	}
	.index-service .service-bg{
		min-width: 100%;
	}
	.service-passage{
		height:auto;
	}
	.service-passage .main-passage{
		height: 320px;
		width:100%;
		margin:0;
		position: relative;
		top:60px;
		width: 100% !important;
	}
	.main-passage .service-number{
		position: absolute;
		left: 80px;
		font-size:20px;
	}
	.main-passage .service-img{
		width:150px;
		height:75px;
		top: 75px;
		left: 0px;
	}
	.main-passage .service-p{
		left: 184px;
		top: 70px;
	}
	.main-passage .title{
		font-size:15px;
	}
	.main-passage p{
		/*width: 306px;*/
		font-size:12px;
		word-wrap: break-word;
	}
	.service-roll{
		display: none;
	}
	.service-bordered{
		display: none;
	}
	.service-more{
		display: none;
	}
	/*kehu*/
	.index-client .client-bg{
		/*background-color: #fff;*/
	}
	/*案例手机样式*/
	.index-case .case-bg{
		background: url("../../../images/phone-index-case.png.jpeg") no-repeat;
		/*height: 1338px;*/
		width:100%;
		background-position: top;
		width: 100%;
		background-size: 100%;
	}
	.case-passage{
		width:100%;
		padding-top: 125px;
	}
	.case-passage .case-span{
		display: none;
	}
	.case-swiper{
		/*height: 1000px;*/
	}
	.case-passage .title{
		text-align: center;
		color: #000;
		margin-top:310px;
		margin-left:0;
		font-size:20px;
	}
	.case-passage p{
		/*width: 670px;*/
		font-size:15px;
		line-height: 4rem;
		/*margin-left: 20px;*/
	}
	.case-passage img{
		/*left: 90px;*/
		/*top: 100px;*/
		top:10px;
		/*left: 10px;*/
		/*height: 335px;*/
		width: 100%;
		right: 0px;
	}
	/*关于我们*/
	.index-about .about-bg{
		background: url("../../../images/phone-index-about.png") no-repeat #ff8606;
		background-position: top;
		width: 100%;
		background-size: 100%;
		margin-bottom: 65px;
	}
	.about-passage img{
		/*display: none;*/
	}
	.about-passage ul{
		/*display: none;*/
	}
	.about-passage{
		padding: 200px 0 0;
		width: 670px;
	}
	.about-passage p span{
		padding-right: 20px;
		font-size: 3rem;
	}
	.about-passage p{
		color: #FFFFFF;
		padding-top: 100px;
		padding-left: 0px;
		font-size:15px;
	}
	/*375 83*/
	.about-more{
		width:373px;
		height:81px;
		line-height: 81px;
		margin: 130px auto 0;
		border:1px solid #ffc78b;
		text-align: center;
	}
	.about-more a{
		font-size:15px;
		text-decoration: none;
		display: block;
		color: #FFFFFF;
	}
}
@media screen and (max-width: 750px){
    .about-more{
        width: 188px;
        height: 42px;
        line-height: 40px;
        color: #fff;
        margin: 60px auto 0;
        margin-bottom: 60px;
    }
    .about-passage .index-abouttab{
        padding-top: 0px;
    }
    .about-passage{
        padding: 200px 0 0;
        width:100%;
    }
    .index-aboutusnr{
        padding-left: 5px;
    }
    .aboutnr-left{
        padding-right: 0px;
    }
    .aboutnr-left ul li{
        padding-left: 0px;
    }
    .aboutnr-right{
        padding-top: 42px;
    }
    .index-aboutusnr{
        padding-bottom: 0px;
        margin-top: 43px;
    }
    .aboutnr-right p{
        line-height: 30px;
    }
    .D-img{
        display: none;
    }
    .case-swiper{
        height: 680px;
    }
    .case-passage p{
        width: auto;
    }
    .case-passage .title{
        margin-bottom: 0px;
    }
    .index-case .case-bg{
        height:830px;
    }
    .roll .swiper-pagination-bullet{
        margin-top: 50px !important;
		width: 50px;
    }
	.roll .swiper-pagination-bullet-active{
		width: 50px;
	}
    .index-about{
        margin-top: 20px;
    }
    .index-roll .swiper-pagination-bullet-active{
        width: 50px;
    }
    .index-roll .swiper-pagination-bullet{
        width: 50px;
    }
    .service-p .title{
        padding-bottom: 20px;
    }
    .bx-controls-direction a{
        top: 20%;
    }
    .index-client .client-bg{
        /*background: #fff;*/
    }
    .tab-history{
        padding: 0px 15px;
    }
    .team-tu1text{
        width: 100%;
        padding: 0px 10px;
    }
    .team-tu1text h3{
        text-align: center;
    }
    .team-tu1text span{
        text-align: center;
        display: block;
    }
    .team-tu{
        /*padding-left: 25%;*/
    }
}
/**iphone5的样式**/
@media screen and (width: 320px){
	.main-passage .service-number{
		left: 65px;
	}
	.service-passage .main-passage{
		top: 48px;
	}
	.about-passage img{
		width: 103px;
		max-width: 103px;
	}
}
/**ipad的样式**/

