.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: #1A1A1A;
	border-color: #1A1A1A;
	color: #fff;
}
/* 弹框样式 */
.ui-popup-modal{
	width: 540px;
    height: 340px;
}
.ui-popup-modal .ui-dialog{
	width:100%;
	height:100%;
}
.ui-dialog-grid{
	width:100%;
	height:100%;
}
/* 地图样式 */
.BMap_bubble_content{
	line-height:55px;
}
/* 分享样式 */
.share>span{
	float: right;
}
.bdshare-button-style0-16{
	float: right;
	margin-top: -3px;
}
/* 分页公共样式 */
.page{
	text-align:center;
	margin-top:100px;
}
.page a,.page span{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #b3b3b3;
}
.page a:hover{
	background: #b3b3b3;
	color: #fff;
}
.page .a1:hover{
	background: #1A1A1A;
	color: #fff;
}
.page .a1:nth-child(1){
	display: none;
}
.page .a1{
	background: #1A1A1A;
	color: #fff;
	font-size: 20px;
}
.page span{
	background: #b3b3b3;
	color: #fff;
}
/* 底部导航 */
.footer{
	padding: 50px 0 20px;
	background: #1a1a1a;
}
.footer .logo{
	width: 60%;
	height: auto;
}
.footer .col-md-5{
	position:relative;
}
.footer .col-md-5:after{
	content:'';
	display:block;
	width:1px;
	height:173px;
	background:#8c8c8c;
	position:absolute;
	top:0;
	right:14%;
}
.footer .col-md-7{
	padding-left:5%;
}
.footer .col-md-6 .title{
	color: #f2f2f2;
	font-size: 20px;
	margin-bottom: 20px;
}
.footer .col-md-6 .tag{
	color: #f2f2f2;
	font-size: 14px;
	line-height: 26px;
} 
.footer .col-md-6 .tag a{
	color: #f2f2f2;
}
.footer .col-md-12{
	margin-top: 70px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
.footer .col-md-12 a{
	color: #fff;
}
/*导航样式*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	width: 13px;
	height: 13px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
	background: #01A8FF;
}
#xz-nav{
	background: #1a1a1a;
	z-index: 100;
	margin-bottom: 0px;
	border: none;
	position: relative;
	width: 100%;	
	border-radius:0px;
}
#xz-nav .container{
	margin: auto;
}
#xz-nav .header-phone{
	height: 80px;
	line-height: 80px;
	color: #f2f2f2;
	font-size: 16px;
	margin-left: 115px;
}
#xz-nav .navbar-brand{
	min-height: 80px;
	padding-top:12.5px;
}
#xz-nav .navbar-brand .logo{
	width:200px;
	height:54.5px;
}
#xz-nav .navbar-collapse .navbar-nav li{
	height: 80px;
	padding: 0 10px;
	margin-left: 40px;
	position: relative;
}
#xz-nav .navbar-collapse .navbar-nav li a{
	font-size: 16px;
	color: #fff;
	line-height: 80px;
	/* border-bottom: 3px solid transparent; */
	padding: 0px;
}
#xz-nav .navbar-collapse .navbar-nav li.active, #xz-nav .navbar-collapse .navbar-nav li.active>a:focus, #xz-nav .navbar-collapse .navbar-nav li.active>a:hover,#xz-nav .navbar-collapse .navbar-nav li:hover{
	background: #ed4b24;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #ed4b24;
}
#xz-nav .navbar-collapse .navbar-nav>li.dropdown>a, #xz-nav .navbar-collapse .navbar-nav>li.dropdown>a:focus, #xz-nav .navbar-collapse .navbar-nav>li.dropdown>a:hover,#xz-nav .navbar-collapse .navbar-nav>li.dropdown:hover>a{
	transition: all .3s ease-in-out 0s;
	background-image: url(../images/down1.png);
	background-repeat:no-repeat;
	background-position: right 31px;
	background-size: 16px 10px;
}
#xz-nav .navbar-collapse .navbar-nav li.dropdown>a{
	padding-right: 20px;
	background-image: url(../images/down2.png);
	background-repeat:no-repeat;
	background-position: right 31px;
	background-size: 16px 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;

}
#xz-nav .navbar-collapse .navbar-nav li.active>.line,#xz-nav .navbar-collapse .navbar-nav li:hover>.line{
	display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	background-image: url(../images/down1.png);
	background-repeat:no-repeat;
	background-position: right 31px;
	background-size: 16px 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent;
	background-image: url(../images/down1.png);
	background-repeat:no-repeat;
	background-position: right 31px;
	background-size: 16px 10px;
}
.dropdown-menu{
	min-width: 583px;
	background: rgba(0, 0, 0, .2);
	height: 60px;
	padding: 0;
	border: none;
	left: -100px;
}
#xz-nav .navbar-collapse .navbar-nav li .dropdown-menu li{
	width: 33%;
	float: left;
	margin: 0;
	text-align: center;
}
#xz-nav .navbar-collapse .navbar-nav li .dropdown-menu li a{
	font-size: 18px;
	padding-top: 0;
	line-height: 60px;
}
#xz-nav .navbar-collapse .navbar-nav li:hover .dropdown-menu li a{
	border-bottom: none;
}
/* 子页面banner区域公共样式 */
.comm-banner{
	position: relative;
}
.comm-banner img{
	width: 100%;
}
.comm-banner .tag{
	position: absolute;
	bottom: 30px;
}
.comm-banner .tag .title{
	font-size: 30px;
	padding-left: 40px;
	padding-right: 60px;
	color: #fff;
	background: #ed4b24;
	line-height: 80px;
	display: inline-block;
}
.comm-banner .tag .des{
	font-size: 20px;
	padding-left: 40px;
	padding-right: 60px;
	color: #333;
	background: #fff;
	line-height: 60px;
	display: inline-block;
}
.comm-banner .tag .contact{
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	width: 220px;
	height: 60px;
	line-height: 56px;
	background:url(../images/ser.png) no-repeat #1a1a1a;
	background-size: 25px 23px;
	background-position: 45px center;
	padding-left: 90px;
}
/* 首页样式开始 */
#banner{
	height: calc(100vh - 80px);
	position: relative;
}
#banner .swiper-container{
	height: 100%;
}
#banner .ye{
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
#banner .ye .pages{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #1a1a1a;
	color: #fff;
	bottom: 0;
	z-index: 10;
	right: 60px;
}
#banner .ye .pages span{
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}
#banner .yepage{
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#banner .swiper-button-next,#banner .swiper-button-prev{
	background: none;
	font-size: 30px;
	color: #fff;
	z-index: 9999;
	width: 60px;
	height: 60px;
	background: #1A1A1A;
	text-align: center;
	line-height: 60px;
}
#banner .swiper-button-prev{
	top: auto;
	left: auto;
	bottom: 0;
	right: 120px;
}
#banner .swiper-button-next{
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
#banner .swiper-pagination-bullet{width:20px;height:20px;text-align:center;line-height:20px;font-size:12px;color:#000;opacity:1;background:rgba(0,0,0,0.2);}
#banner .swiper-pagination-bullet-active{color:#fff;background:#007aff;}
#banner .tag{
	position: absolute;
	bottom: 80px;
	text-align: left
}
#banner .tag .title{
	font-size: 30px;
	padding-left: 40px;
	padding-right: 60px;
	color: #fff;
	background: #ed4b24;
	line-height: 80px;
	display: inline-block;
}
#banner .tag .des{
	font-size: 20px;
	padding-left: 40px;
	padding-right: 40px;
	color: #333;
	background: #fff;
	line-height: 60px;
	display:inline-block;
}
#banner .tag .contact{
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	width: 220px;
	height: 60px;
	line-height: 56px;
	background:url(../images/ser.png) no-repeat #1a1a1a;
	background-size: 25px 23px;
	background-position: 45px center;
	padding-left: 90px;
}
.index-section3{
	padding: 150px 0;
}
.index-section3 .col-md-2{
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.index-section3 .col-md-2 .img-box{
	width: 76px;
	height: 76px;
	margin: auto;
	margin-top: 34px;
	margin-bottom: 100px;
}
.index-section3 .col-md-2 .img-box img{
	display: block;
	margin: auto;
	max-width: 76px;
	max-height: 76px;
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.index-section3 .col-md-2:hover .img-box img{
	transform: rotateY(180deg);
}
.index-section3 .col-md-2 .title{
	font-size: 20px;
	color:#333;
	margin-bottom: 85px;
}
.index-section3 .col-md-2 .des{
	height: 200px;
}
.index-section3 .col-md-2 .des p{
	font-size: 16px;
	line-height: 26px;
	color:#333;
}
.index-section3 .col-md-2 .jiantou{
	width: 32px;
	height: 18px;
	margin: auto;
	margin-bottom: 45px;
	background: url("../images/index_jiantou1.png") no-repeat;
	background-size: 32px 18px;
	background-position: center;
}
.index-section3 .col-md-2:hover .jiantou{
	background: url("../images/index_jiantou2.png") no-repeat;
}
.index-section3 .col-md-2:hover .des p{
	color:#fff;
}
.index-section3 .col-md-2 .line{
	width: 42%;
	height: 2px;
	background: #ed4b24;
	margin: auto;
}
.index-section3 .col-md-2:hover{
	background: #ed4b24;
}
.index-section3 .col-md-2:hover .title{
	color: #fff;
}
.index-section3 .col-md-2:hover .des{
	color: #fff;
}
.index-section3 .col-md-2:hover .line{
	display: none;
}
.index-section4{
	overflow: hidden;
}
.index-section4 .col-md-3{
	padding: 0;
	position: relative;
	overflow:hidden;
}
.index-section4 .col-md-3 .shadow{
	width: 100%;
	position: absolute;
	bottom: -100px;
	height: 100px;
	background: rgba(0, 0, 0, 0.8);
	padding-left: 8%;
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.index-section4 .col-md-3:hover .shadow{
	bottom: 0;
}
.index-section4 .col-md-3 .shadow .title{
	font-size: 20px;
    color: #fff;
    margin-top: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-section4 .col-md-3 .shadow .des{
	font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-section4 .col-md-3 .img-box{
	width: 100%;
	height: 100%;
}
.index-section4 .col-md-3 .img-box img{
	width: 100%;
	height: 100%;
	
}
.index-section5{
	background: #f2f2f2;
	height: 900px;
}
.index-section5 .container{
	position: relative;
	height: 100%;
	background: url('../images/index4_back.png') no-repeat;
	background-size: 100%;
	background-position: center;
}
.index-section5 .container .contact{
	position: absolute;
	width: 220px;
	height: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	background:#1a1a1a;
	color: #fff; 
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 190px;
}
.index-section6{
	padding-bottom: 130px;
}
.index-section6 .title{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-top: 110px;
	margin-bottom: 80px;
}
.index-section6 .col-md-2{
	height: 200px;
	position: relative;
	cursor: pointer;
}
.index-section6 .col-md-2:nth-child(6n):after{
	background: transparent;
}
.index-section6 .col-md-2:nth-child(1):before,
.index-section6 .col-md-2:nth-child(2):before,
.index-section6 .col-md-2:nth-child(3):before,
.index-section6 .col-md-2:nth-child(4):before,
.index-section6 .col-md-2:nth-child(5):before,
.index-section6 .col-md-2:nth-child(6):before{
	background: transparent;
}
.index-section6 .col-md-2:before{
	content: "";
	position: absolute;
	left: 15%;
	top: 0;
	width: 70%;
	height: 1px;
	background: #b3b3b3;
}
.index-section6 .col-md-2:after{
	content: "";
	position: absolute;
	right: 0;
	top: 15%;
	width: 1px;
	height: 70%;
	background: #b3b3b3;
}
.index-section6 .col-md-2 .img-box{
	margin: auto;
	height: 90px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.index-section6 .col-md-2 .img-box img{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	height: 90px;
	margin: auto;
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.index-section6 .col-md-2 .img-box .grey-img{
	top: 0;
	bottom: 0;
}
.index-section6 .col-md-2:hover .img-box .grey-img {
	top: -100px;
}
.index-section6 .col-md-2 .img-box .color-img{
	top: 100px;
}
.index-section6 .col-md-2:hover .img-box .color-img {
	top: -0;
	-webkit-filter: grayscale(100%);
	filter: gray;
}
.index-section7{
	padding:100px 0 50px;
	background: #f2f2f2;
}
.index-section7 .title{
	font-size: 40px;
	color: #333;
	text-align: center;
}
.index-section7 .col-md-6{
	margin-bottom: 50px;
}
.index-section7 .col-md-6 .title{
	padding: 0 25%;
	font-size: 20px;
	line-height: 30px;
	margin-top: 50px;
	color: #333;
	text-align: left;
	height: 60px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.index-section7 .col-md-6 .des{
	line-height: 30px;
	height: 60px;
	margin-bottom: 50px;
	margin-top: 50px;
	color: #808080;
	font-size: 16px;
	padding-top: 50px;
	padding: 0 15% 0 25%;
	border-left: 2px solid #d3d3d3;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.index-section7 .col-md-6:nth-child(2n) .des{
	border-right: 2px solid #d3d3d3;
}
.index-section7 .col-md-6 .tag{
	display: block;
	margin-left: 25%;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #808080;
	text-align: center;
}
.index-section7 .col-md-6 .tag .time{
	font-size: 16px;
	width: 145px;
	display: inline-block;
}
.index-section7 .col-md-6 .tag .jiantou{
	font-size: 16px;
	width: 50px;
	display: inline-block;
}
.index-section7 .col-md-6:hover .tag{
	background: #ed4b24;
	color: #fff;
}
.index-section7 .col-md-6:hover .time{
	border-right: 2px solid #7fc5ff;
}
.index-section8{
	overflow: hidden;
}
.index-section8 .col-md-2{
	padding: 0;
	width: 18.7%;
	cursor: pointer;
	overflow: hidden;
}
.index-section8 .col-md-4{
	padding: 0;
	width: 31.3%;
	overflow: hidden;
	cursor: pointer;
}
.index-section8 .img-box{
	width: 100%;
}
.index-section8 .img-box img{
	width: 100%;
	height: 246px;
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.index-section8 .col-md-2:hover .img-box img,.index-section8 .col-md-4:hover .img-box img{
	transform: scale(1.1);
}

/* 案例页面 */

.case .case-section2{
	padding: 155px 0 100px;
}
.case .case-section2 .title{
	font-size: 40px;
	color: #1A1A1A;
	text-align: center;
}
.case .case-section2 .des{
	font-size: 20px;
	color: #B3B3B3;
	text-align: center;
	margin: 26px auto 65px;
}
.case .case-section2 .phone{
	text-align: center;
	margin-bottom: 100px;
}
.case .case-section2 .phone .tag{
	color: #B3B3B3;
	font-size: 20px;
	position: relative;
    top: -6px;
}
.case .case-section2 .phone .big{
	color: #FF0000;
	font-size: 40px;
}
.case .case-section2 .content .title{
	font-size: 28px;
	color: #333;
	padding-left: 16.7%;
	line-height:30px;
	border-left: 1px solid #8d8d8d;
	text-align: left;
}
.case .case-section2 .col-md-3:last-child .title{
	border-right: 1px solid #8d8d8d;
}
.case .case-section2 .content .tag{
	margin-top: 70px;
	padding-left: 16.7%;
	font-size: 16px;
	color: #999;
	line-height: 26px;
	height: 150px;
}
.case .case-section2 .info{
	margin-top: 50px;
	text-align: center;
	color: #fff;
	height: 100px;
}
.case .case-section2 .info .col-md-3{
	background: #ed4b24;
	padding: 24px 0 23px;
	position: relative;
}
.case .case-section2 .info .col-md-3:nth-child(1):after,.case .case-section2 .info .col-md-3:nth-child(2):after{
	content: "";
	position: absolute;
	right: 0;
	width: 2px;
	height: 30px;
	top: 35px;
	background: #7fc5ff;
}
.case .case-section2 .info .col-md-3:nth-child(4){
	background: #000;
	padding: 0;
}
.case .case-section2 .info .big{
	font-size: 30px;
	line-height: 32px;
}
.case .case-section2 .info .small{
	font-size: 14px;
}
.case .case-section2 .info .demond{
	color:#f2f2f2;
	line-height: 100px;
	font-size: 20px;
	color: #f2f2f2;
}
.case .case-section3{
	padding:0 3% 100px;
	overflow: hidden;
}
.case-section3 .col-md-3{
	padding: 0;
	cursor: pointer;
}
.case-section3 .col-md-3 .img-box{
	position: relative;
	overflow: hidden;
	width:100%;
}
.case-section3 .col-md-3 .img-box .big-logo{
	width:100%;
	height:100%;
}
.case-section3 .col-md-3 .img-box .shadow{
	position: absolute;
	width: 100%;
	height: 37.5%;
	background: rgba(0,0,0,0.4);
	bottom: -37.5%;	
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.case-section3 .col-md-3:hover .img-box .shadow{
	bottom: 0;
}
.case-section3 .col-md-3 .img-box .shadow .small-logo{
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
}
.case-section3 .col-md-3 .img-box .shadow .small-logo img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin: auto;
}
.case-section3 .col-md-3 .tags{
	width: 100%;
	height: 100px;
	padding-left: 8%;
	border: 1px solid #f2f2f2;
	border-top: none;
}
.case-section3 .col-md-3 .tags .title{ 
	font-size: 20px;
	color: #1a1a1a;
	margin-top: 27px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap; 
}
.case-section3 .col-md-3 .tags .des{ 
	font-size: 16px;
	color: #999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
}
.case-section3 .col-md-3 .tags .col-md-2{ 
	line-height: 100px;
}
.case-section3 .col-md-3:hover .tags{
	background: #01A8FF;
}
.case-section3 .col-md-3:hover .tags .title{
	color: #fff;
}

.case-section3 .col-md-3:hover .tags .des{
	color: #fff;
}
.case-section3 .col-md-3:hover .tags .col-md-2{
	color: #fff;
}
.case-section3 .more{
	display: block;
	width: 100px;
	height: 100px;
	background: #1a1a1a;
	border-radius: 3px;
	margin: 100px auto 0;
	color: #bcbcbc;
	font-size: 50px;
	line-height: 100px;
	text-align: center;
}

/*关于我们页面*/
.about-section2{
	padding: 180px 0 100px;
}
.about-section2 img{
	width: 100%;
}
.about-section3{
	padding-bottom: 130px;
}
.about-section3 .introduce{
	font-size: 16px;
	line-height: 40px;
	color: #808080;
}
.about-section3 .introduce p:nth-child(1){
	margin-bottom: 26px;
}
.about-section3 .title{
	font-size: 40px;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 50px;
}
.about-section3 .eng-title{
	font-size: 16px;
	line-height:30px;
	letter-spacing:11px;
}
.about-section3 .line{
	margin-top: 100px;
	width: 66%;
	height: 2px;
	background: #8d8d8d;
}
.about-section4{
	padding-bottom: 200px;
}
.about-section4 .container{
	position: relative;
	padding: 0;
}
/* .about-section4 .container .team-comm{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
	z-index:100;
	border-radius: 10px;
} */
/* .about-section4 .container .team-height{
	height: calc(256px + 59px);
} */
.about-section4 .col-md-8 img{
	width: 80%;
}
.about-section4 .people-introduce{
	margin-top: 90px;
	color: #808080;
	line-height: 30px;
	font-size: 16px;
	width: 82%;
}
.about-section4 .title{
	font-size: 40px;
	color: #1a1a1a;
	margin-top: 59px;
	margin-bottom: 50px;
}
.about-section4 .eng-title{
	font-size: 16px;
	line-height:30px;
	letter-spacing:11px;
}
.about-section4 .col-md-5,.about-section4 .col-md-7,.about-section4 .col-md-8,.about-section4 .col-md-4,.about-section4 .row{
	padding: 0;
	margin: 0;
}
.about-section4 .col-md-4{
	text-align: right;
}
.about-section4 .line{
	margin-top: 100px;
	width: 66%;
	height: 2px;
	background: #8d8d8d;
}
.about-section4 .col-md-4 .name{
	margin-top: 105px;
	font-size: 30px;
	color: #808080;
}
.about-section4 .col-md-4 .position{
	margin-top: 20px;
	font-size: 16px;
	color: #808080;
}
.about-section4 .swiper-container{
	height: 100%;
}
.about-section4 .ye{
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.about-section4 .ye .pages{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #1a1a1a;
	color: #fff;
	bottom: 0;
	z-index: 10;
	right: 60px;
}
.about-section4 .ye .pages span{
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}
.about-section4 .yepage{
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.about-section4 .swiper-button-next,.about-section4 .swiper-button-prev{
	background: none;
	font-size: 30px;
	color: #fff;
	z-index: 9999;
	width: 60px;
	height: 60px;
	background: #1A1A1A;
	text-align: center;
	line-height: 60px;
}
.about-section4 .swiper-button-prev{
	top: auto;
	left: auto;
	bottom: 0;
	right: 120px;
}
.about-section4 .swiper-button-next{
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
.about-section4 .swiper-pagination-bullet{width:20px;height:20px;text-align:center;line-height:20px;font-size:12px;color:#000;opacity:1;background:rgba(0,0,0,0.2);}
.about-section4 .swiper-pagination-bullet-active{color:#fff;background:#007aff;}
.about-section4 .tag{
	position: absolute;
	bottom: 80px;
	text-align: left
}

/* 联系我们页面 */
#l-map{
	height:500px;
	width:100%;
	border: 1px solid #b3b3b3;
}
.contact-section2{
	padding: 200px 0 80px;
	font-size: 16px;
}
.contact-section3{
	padding-bottom: 190px;
}
.contact-section3 h4{
	font-size: 26px;
	color: #1a1a1a;
	margin-bottom: 45px;
}
.contact-section3 .col-md-5 p:nth-child(1){
	position: relative;
}
.contact-section3 .col-md-5 p:nth-child(1) .title{
	position: absolute;
	top: 1px;
}
.contact-section3 .col-md-5 p:nth-child(1) .info{
	margin-left: 18%;
	padding-left: 80px;
	width: 68%;
}
.contact-section3 .col-md-5 .title{
	display: inline-block;
	width: 115px;
	margin-right: 10%;
	line-height: 30px;
}
.contact-section3 .col-md-5 .info{
	display: inline-block;
	width: 50%;
	line-height: 30px;
	color: #808080;
}
.contact-section3 .code{
	margin-top: 70px;
}
.contact-section3 .code .col-md-6{
	padding: 0;
}
.contact-section3 .code img{
	width: 60%;
	display: block;
}
.contact-section3 .code p{
	font-size: 16px;
	width: 60%;
	text-align: center;
	margin-top: 10px;
}
.contact-section3 .message{
	padding-left: 50px;
}
.contact-section3 form .col-md-6,.contact-section3 form .col-md-12{
	padding: 0;
}
.contact-section3 form .col-md-6{
	width: 47%;
}
.contact-section3 form .col-md-6:nth-child(2n){
	margin-left: 6%;
}
.contact-section3 form input{
	margin-bottom: 29px;
	height: 50px;
	font-size: 16px;
	color: #B3B3B3;
}
.contact-section3 form textarea{
	font-size: 16px;
	line-height:40px;
	color: #B3B3B3;
	resize:none;
}
.contact-section3 form .btn-default{
	width: 100%;
	height: 50px;
	background: #1A1A1A;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

/* 服务页面 */
.ser-section2{
	padding: 80px 0;
}
.ser-section2 .col-md-2{
	width: 20%;
	cursor: pointer;
}
.ser-section2 li{
	width: 20%;
	cursor: pointer;
	display:inline-block;
	margin-right:-4px;
}
.ser-section2 .title{
	width: 80%;
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	color: #333;
}
.ser-section2 .quan{
	width: 78%;
	border: 1px solid transparent;
	border-radius: 100%;
	position: relative;
	box-shadow: 0px 6px 20px 1px rgba(156,156,156,.1);-webkit-box-shadow: 0px 6px 20px 1px rgba(156,156,156,.1);
}
.ser-section2 .quan .img-box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 76px;
	height: 76px;
	margin: auto;
}
.ser-section2 .quan .img-box img{
	max-width: 76px;
	max-height: 76px;
	display: block;
	margin: auto;
	-webkit-transition:all 0.4s;
    -webkit-transition: -webkit-transform all 0.4s ease-out;
    transition: transform all 0.4s ease-out;
    -moz-transition: -moz-transform all 0.4s ease-out;
}
.ser-section2 li:hover .quan{
	border: 1px solid transparent;
}
.ser-section2 li:hover .img-box img{
	transform: rotateY(180deg);
}
.ser-section{
	height: 600px;
	background: #f2f2f2;
	padding: 75px 0;
}
.ser-section .content .title{
	font-size: 40px;
	color: #1a1a1a;
	margin-top: 42px;
}
.ser-section .content .right{
	text-align: right;
	float: right;
}
.ser-section .content .right .row .col-md-4{
	float: right;
}
.ser-section .content .right .more{
	float: right;
}
.ser-section .content .right .line{
	display: inline-block;
}
.ser-section .content .right .row{
	padding-right: 15px;
	padding-left: 0;
}
.ser-section .content .des{
	font-size: 16px;
	line-height: 20px;
	color: #888;
	margin: 45px 0;
}
.ser-section .content .line{
	width:33%;
	height: 2px;
	background: #ed4b24;
}
.ser-section .content .row{
	margin-top: 35px;
	margin-bottom: 50px;
	padding-left: 15px;
}
.ser-section .content .row .col-md-4{
	padding: 0;
}
.ser-section .content .row .col-md-4 p{
	line-height: 30px;
}
.ser-section .content .row .col-md-6{
	padding: 0;
}
.ser-section .content .row .col-md-6 p{
	line-height: 30px;
}
.ser-section .content .row span.jia{
	color: #ed4b24;
}
.ser-section .content .row span.tit{
	color: #333;
	font-size: 18px;
}
.ser-section .content .more{
	display: block;
	width: 220px;
	height: 60px;
	background: #f0511d;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
}
.ser-section .container{
	height: 450px;
}
.ser-section .img1{
	position: relative;
	height: 100%;
}
.ser-section3 .img1 .men{
	width: 190px;
	height: 440px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/ser34.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.ser-section3 .img1 .phone{
	width: 100px;
	height: 50px;
	position: absolute;
	right: 115px;
	bottom: 13px;
	background: url(../images/ser35.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section3 .img1 .pc{
	width: 297px;
	height: 297px;
	position: absolute;
	bottom: 0;
	right: 172px;
	background: url(../images/ser33.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section3 .img1 .jiantou{
	width: 72px;
	height: 83px;
	position: absolute;
	top: 91px;
	right: 350px;
	background: url(../images/ser31.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.ser-section3 .img1 .luosi{
	width: 33px;
	height: 41px;
	position: absolute;
	top:127px;
	right: 227px;
	background: url(../images/ser32.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.ser-section4{
	background: #fff;
}
.ser-section4 .img1 .big-phone{
	width: 190px;
	height: 397px;
	position: absolute;
	top:0;
	left: 0;
	background: url(../images/ser45.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section4 .img1 .weixin{
	width: 110px;
	height: 107px;
	position: absolute;
	top:170px;
	left: 197px;
	background: url(../images/ser41.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section4 .img1 .kuang{
	width: 50px;
	height: 70px;
	position: absolute;
	bottom:108px;
	left: 330px;
	background: url(../images/ser42.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section4 .img1 .small-phone{
	width: 266px;
	height: 145px;
	position: absolute;
	bottom:5px;
	left: 144px;
	background: url(../images/ser43.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section4 .img1 .small-s{
	width: 62px;
	height:37px;
	position: absolute;
	bottom:30px;
	left: 105px;
	background: url(../images/ser44.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section5 .img1 .ser51{
	width: 420px;
	height: 450px;
	position: absolute;
	top:0;
	right: 0;
	background: url(../images/ser51.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section6{
	background: #fff;
}
.ser-section6 .img1 .xiang6{
	width: 240px;
	height: 380px;
	position: absolute;
	top:17px;
	left: 0;
	background: url(../images/ser61.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section6 .img1 .phone6{
	width: 217px;
	height: 120px;
	position: absolute;
	top:312px;
	left: 210px;
	background: url(../images/ser63.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section6 .img1 .kuang6{
	width: 128px;
	height: 210px;
	position: absolute;
	top:130px;
	left: 256px;
	background: url(../images/ser62.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section7 .img1 .ser71{
	width: 226px;
	height: 400px;
	position: absolute;
	top:0;
	right:0;
	background: url(../images/ser72.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section7 .img1 .ser72{
	width: 254px;
	height: 185px;
	position: absolute;
	top:155px;
	right:226px;
	background: url(../images/ser71.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section7 .img1 .ser73{
	width: 369px;
	height: 195px;
	position: absolute;
	bottom:0;
	right:59px;
	background: url(../images/ser73.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.ser-section8{
	padding: 149px 0;
}
.ser-section8 .col-md-4{
	padding: 0 3.6%;
}
.ser-section8 .content{
	border-top: 2px solid #f0511d;
	border-bottom: 2px solid #f0511d;
	position: relative;
	height: 600px;
}
.ser-section8 .content .title{
	font-size: 30px;
	color: #1A1A1A;
	margin-top: 80px;
}
.ser-section8 .content .eng-title{
	font-size: 40px;
	color: #f2f2f2;
	position: absolute;
	top: 80px;
	z-index: -1;
	opacity: 0.8;
}
.ser-section8 .content .tags{
	margin-top: 55px;
}
.ser-section8 .content .tags p{
	margin-bottom: 30px;
	padding-left: 45px;
	position: relative;
}
.ser-section8 .content .tags .num{
	font-size: 16px;
	color: #1A1A1A;
	position: absolute;
	left: 0;
	top: 2px;
}
.ser-section8 .content .tags .des{
	font-size: 16px;
	color: #808080;
	line-height: 26px;
}

/* 服务第一子页面  高端网站建设 */
.website .website-section2 h4{
	font-size: 40px;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 60px;
	text-align: center;
}
.website .website-section2 .content{
	padding-top: 54px;
	border-top: 2px solid #80c6ff;
	border-bottom: 2px solid #80c6ff;
}
.website .website-section2 .content .col-md-3{
	padding: 0 4.2%;
	cursor:pointer;
}
.website .website-section2 .content .col-md-3:hover img{
	transform:rotateY(180deg);
}
.website .website-section2 .content .col-md-3 img{
	width: 100%;
	-webkit-transition:all 0.6s;
    -webkit-transition: -webkit-transform all 0.6s ease-out;
    transition: transform all 0.6s ease-out;
    -moz-transition: -moz-transform all 0.6s ease-out;
}
.website .website-section2 .content .col-md-3 .title{
	margin-top:39px;
	margin-bottom: 45px;
	font-size: 20px;
	line-height: 23px;
	height: 46px;
	margin-bottom: 20px;
	color: #1a1a1a;
	text-align: center;
}
.website .website-section2 .content .col-md-3 .des{
	font-size: 16px;
	line-height: 26px;
	height: 190px;
}
.website-section .container{
	border-bottom: 2px solid #80c6ff;
}
.website-section h4{
	font-size: 40px;
	color: #1a1a1a;
	margin-top: 90px;
	margin-bottom: 25px;
}
.website-section .des{
	font-size: 16px;
	color: #B3B3B3;
	line-height: 20px;
	margin-top: 90px;
}
.website-section .tags{
	margin-top: 72px;
	font-size: 16px;
	color: #1a1a1a;
	padding: 0;
}
.website-section .content{
	overflow: hidden;
}
.website-section .tags p{
	height: 20px;
	line-height: 23px;
	margin-bottom: 37px;
	border-left: 1px solid #c0c0c0;
	padding-left: 6%;
}
.website-section .contact{
	display: block;
	width: 300px;
	height: 51px;
	background: #1a1a1a;
	color: #fff;
	font-size: 16px;
	line-height: 51px;
	text-align: center;
	margin: 45px auto 90px;
}
.website-section3 .img-box{
	width: 100%;
	position: absolute;
	height: 730px;
}
.website-section4 .img-box{
	width: 100%;
	position: absolute;
	height:636px;
}
.website-section5 .img-box{
	width: 100%;
	position: absolute;
	height:673px;
}
.website-section .right img{
	position: absolute;
	left: 16%;
	width: 110%;
	height: 330px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.website-section .left img{
	position: absolute;
	right: 16%;
	width: 110%;
	height: 330px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.website-section6 .container{
	border-bottom: 2px solid #80c6ff;
	padding-bottom: 113px;
}
.website-section6 .container h4{
	font-size: 40px;
	text-align: center;
	color: #1a1a1a;
	margin: 90px auto;
}
.website-section6 .col-md-2{
	width: 10%;
	padding: 0;
	height: 205px;
	cursor: pointer;
}
.website-section6 .col-md-2 img{
	width: 88%;
	display: block;
	margin: auto;
	-webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.website-section6 .col-md-2:nth-child(2n):hover img{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}
.website-section6 .col-md-2:nth-child(2n-1):hover img{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.website-section6 .col-md-2:nth-child(2n) img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.website-section6 .col-md-2:nth-child(2n) .img-box{
	width: 100%;
	height: 100%;
}
.website-section6 .col-md-2:nth-child(2n) .img-box:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	transform:rotate(-51deg);
	-ms-transform:rotate(-51deg); 
	-moz-transform:rotate(-51deg); 
	-webkit-transform:rotate(-51deg); 
	-o-transform:rotate(-51deg); 
	bottom: 67px;
	width: 130px;
	height: 130px;
	border-left: 2px dashed #88d0ff;
}
.website-section6 .col-md-2:nth-child(2n) .img-box:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transform:rotate(51deg);
	-ms-transform:rotate(51deg); 
	-moz-transform:rotate(51deg); 
	-webkit-transform:rotate(51deg); 
	-o-transform:rotate(51deg); 
	bottom: 63px;
	width: 130px;
	height: 130px;
	border-right: 2px dashed #88d0ff;
}
.website-section6 .col-md-2:last-child .img-box:after{
	border-right:none;
}
.website-section7{
	padding: 90px 0 70px;
	position: relative;
}
.website-section7 h4{
	color: #1a1a1a;
	font-size: 40px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	z-index: 10;
	font-weight: 400;
}
.website-section7 .title{
	width: 298px;
	height: 51px;	
	background: url(../images/ser-one-71.png) no-repeat;
	background-size: 100%;
	background-position: center;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 90px;
}
.website-section7 .des{
	font-size: 16px;
	color: #808080;
	margin-bottom: 40px;
	text-align: center;
}
.website-section7 .col-md-2{
	height: 200px;
	position: relative;
	cursor: pointer;
}
.website-section7 .col-md-2:nth-child(6n):after{
	background: transparent;
}
.website-section7 .col-md-2:nth-child(1):before,
.website-section7 .col-md-2:nth-child(2):before,
.website-section7 .col-md-2:nth-child(3):before,
.website-section7 .col-md-2:nth-child(4):before,
.website-section7 .col-md-2:nth-child(5):before,
.website-section7 .col-md-2:nth-child(6):before{
	background: transparent;
}
.website-section7 .col-md-2:before{
	content: "";
	position: absolute;
	left: 15%;
	top: 0;
	width: 70%;
	height: 1px;
	background: #b3b3b3;
}
.website-section7 .col-md-2:after{
	content: "";
	position: absolute;
	right: 0;
	top: 15%;
	width: 1px;
	height: 70%;
	background: #b3b3b3;
}
.website-section7 .col-md-2 .img-box{
	margin: auto;
	height: 90px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.website-section7 .col-md-2 .img-box img{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	height: 90px;
	margin: auto;
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.website-section7 .col-md-2 .img-box .grey-img{
	top: 0;
	bottom: 0;
}
.website-section7 .col-md-2:hover .img-box .grey-img {
	top: -100px;
}
.website-section7 .col-md-2 .img-box .color-img{
	top: 100px;
}
.website-section7 .col-md-2:hover .img-box .color-img {
	top: -0;
	-webkit-filter: grayscale(100%);
	filter: gray;
}
/* 服务第二子页面样式开始 */
.internet-section2{
	color: #1a1a1a;
	padding-bottom: 85px;
}
.internet-section2 h4{
	font-size: 40px;
	text-align: center;
	border-bottom: 2px solid #88d0ff;
	line-height: 45px;
	padding-top: 100px;
	padding-bottom: 60px;
}
.internet-section2 .content h6{
	font-size: 40px;
	margin-top: 75px;
	margin-bottom: 65px;
	text-align: center;
}
.internet-section2 .content .img-box{
	width: 180px;
	height: 180px;
	margin: auto;
	position: relative;
}
.internet-section2 .content .col-md-4{
	cursor: pointer;
}
.internet-section2 .content .col-md-4:nth-child(2) .img-box{
	background: url('../images/ser-two-bac21.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.internet-section2 .content .col-md-4:nth-child(3) .img-box{
	background: url('../images/ser-two-bac22.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.internet-section2 .content .col-md-4:nth-child(4) .img-box{
	background: url('../images/ser-two-bac23.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.internet-section2 .content .col-md-4 .img-box img{
	height: 92px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.6s;
    -webkit-transition: -webkit-transform all 0.6s ease-out;
    transition: transform all 0.6s ease-out;
    -moz-transition: -moz-transform all 0.6s ease-out;
}
.internet-section2 .content .col-md-4:hover .img-box img{
	transform:rotateY(180deg);
}
.website .website-section2 .content .col-md-3 img{
	width: 100%;
}
.internet-section2 .content .col-md-4 .title{
	font-size: 20px;
	margin-top: 39px;
	margin-bottom: 30px;
	line-height: 1;
	text-align: center;
}
.internet-section2 .content .col-md-4 .line{
	width: 25%;
	height: 1px;
	background: #808080;
	margin: auto;
}
.internet-section2 .content .row{
	width: 75%;
	margin: auto;
}
.internet-section2 .content .col-md-4 .tags{
	margin-top: 50px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}
.internet-section3 .container{
	border-top: 2px solid #88d0ff;
	color: #1a1a1a;
	padding: 0;
}
.internet-section3 h4{
	margin-top: 75px;
	margin-bottom: 85px;
	font-size: 40px;
	text-align: center;
}
.internet-section3 .col-md-2{
	padding: 0;
	width: 20%;
}
.internet-section3 .img-box{
	margin: auto;
	width: 56%;
	height: 135px;
}
.internet-section3 .row .col-md-2:nth-child(1) .img-box{
	background: url('../images/ser-two-31.png') no-repeat;
	background-size: contain;
	background-position: center center;
}
.internet-section3 .row .col-md-2:nth-child(2) .img-box{
	background: url('../images/ser-two-32.png') no-repeat;
	background-size: contain;
	background-position: center center;
}
.internet-section3 .row .col-md-2:nth-child(3) .img-box{
	background: url('../images/ser-two-33.png') no-repeat;
	background-size: contain;
	background-position: center center;
}
.internet-section3 .row .col-md-2:nth-child(4) .img-box{
	background: url('../images/ser-two-34.png') no-repeat;
	background-size: contain;
	background-position: center center;
}
.internet-section3 .row .col-md-2:nth-child(5) .img-box{
	background: url('../images/ser-two-35.png') no-repeat;
	background-size: contain;
	background-position: center center;
}
.internet-section3 .row .col-md-2:nth-child(3) .title{
	padding-top: 42.5px;
}
.internet-section3 .img-box .title{
	padding-top: 55px;
	line-height: 25px;
	font-size: 20px;
	text-align: center;
}
.internet-section3 .des{
	width: 62.5%;
	margin: auto;
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	margin-top: 75px;
	margin-bottom: 130px;
}
.internet-section4 .container{
	padding: 0;
	border-top: 2px solid #88d0ff;
	color: #1a1a1a;
}
.internet-section4 .container h4{
	font-size: 40px;
	margin-top: 79px;
	margin-bottom: 97px;
	text-align: center;
}
.internet-section4 .col-md-6{
	padding: 0;
}
.internet-section4 .left{
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	cursor: pointer;
}
.internet-section4 .left:hover{
	transform: rotateZ(360deg);
}
.internet-section4 .left1{
	display: inline-block;
	width: 33%;
	margin-right: 8.3%;
}
.internet-section4 .left2{
	display: inline-block;
	width: 33%;
}
.internet-section4 .des{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
}
.internet-section4 .contact{
	display: block;
	width:300px;
	height: 51px;
	background: #1A1A1A;
	color: #fff;
	font-size: 16px;
	text-align:center;
	margin:150px auto 150px;
	line-height: 51px;
}

/* 服务第三子页面 app页面*/
.app-section2 .container{
	padding: 0;
}
.app-section2{
	color: #1a1a1a;
	padding-bottom: 110px;
}
.app-section2 h4{
	font-size: 40px;
	text-align: center;
	border-bottom: 2px solid #88d0ff;
	line-height: 45px;
	padding-top: 100px;
	padding-bottom: 60px;
}
.app-section2 .col-md-2{
	padding: 0;
	width: 20%;
	margin-top: 100px;
	cursor: pointer;
}
.app-section2 .col-md-2 .img-box{
	width: 83%;
	height: 200px;
	margin: auto;
	margin-bottom: 25px;
	position: relative;
}
.app-section2 .col-md-2 .img-box img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100px;
	margin: auto;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
} 
.app-section2 .col-md-2:hover .img-box img{
	transform: rotateY(180deg);
}
.app-section2 .col-md-2:hover .title{
	color: #007aff;
}
.app-section2 .col-md-2:nth-child(1) .img-box{
	background: url(../images/ser-three-bac21.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.app-section2 .col-md-2:nth-child(2) .img-box{
	background: url(../images/ser-three-bac22.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.app-section2 .col-md-2:nth-child(3) .img-box{
	background: url(../images/ser-three-bac23.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.app-section2 .col-md-2:nth-child(4) .img-box{
	background: url(../images/ser-three-bac24.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.app-section2 .col-md-2:nth-child(5) .img-box{
	background: url(../images/ser-three-bac25.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.app-section2 .col-md-2 .title{
	text-align: center;
	font-size: 20px;
}
.app-section3 .container{
	padding: 0;
	padding-top: 100px;
	border-top: 2px solid #88d0ff;
	position: relative;
}
.app-section3 .container .col-md-7,.app-section3 .container .col-md-5{
	padding: 0;
}
.app-section3 .container .col-md-7{
	position: relative;
	height: 604px;
	margin-bottom: 99px;
}
.app-section3 .img-box{
	width: 300px;
	height: 300px;
	position: absolute;
	left: -89px;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.app-section3 .img-box img{
	width: 100%;
}
.app-section3 .div{
	position: absolute;
	width: 122px;
	height: 122px;
	border: 2px solid #ed4b24;
	border-radius: 100%;
	cursor: pointer;
}
.app-section3 .div1{
	top: 0;
	left: -89px;
	right: 0;
	margin: auto;
}
.app-section3 .div2{
	top: 58px;
	left: 404px;
}
.app-section3 .div3{
	top: 205px;
	right: 89px;
}
.app-section3 .div4{
	top: 372px;
	right: 119px;
}
.app-section3 .div5{
	bottom: 0;
	right: 249px;
}
.app-section3 .div6{
	bottom: 0;
	left: 161px;
}
.app-section3 .div7{
	bottom: 110px;
	left: 30px;
}
.app-section3 .div8{
	bottom: 298px;
	left: 0;
}
.app-section3 .div9{
	top: 57px;
	left: 85px;
}
.app-section3 .div .title{
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-top: 36px;
}
.app-section3 .div .des{
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	text-align: center;
}
.app-section3 .div:hover{
	background: #ed4b24;
}
.app-section3 .div:hover .title{
	color: #fff;
}
.app-section3 .div:hover .des{
	color: #fff;
}
.app-section3 .col-md-5{
	position: absolute;
    right: 0;
    width: 539px;
}
.app-section3  .top1 .title{
	margin-top: 50px;
}
.app-section3  .top .title{
	font-size: 20px;
	line-height: 40px;
}
.app-section3  .top .des{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 30px;
}
.app-section3  .top .arc{
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	margin-bottom: 90px;
}
.app-section4 .container{
	padding-top: 50px;
	border-top: 2px solid #88d0ff;
	color: #1a1a1a;
	padding: 0;
}
.app-section4 .container .col-md-6{
	width: 46%;
	border-bottom: 1px solid #d9d9d9;
	margin:56px 2% 0;
}
.app-section4 .container .col-md-6:nth-child(3),.app-section4 .container .col-md-6:nth-child(4){
	border-bottom: none;
}
.app-section4 .container .col-md-6 .title{
	font-size: 20px;
	margin-bottom: 30px;
	padding: 0 20px;
}
.app-section4 .container .col-md-6 .des{
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	padding: 0 20px;
	margin-bottom: 50px;
}
.app-section4 .container .contact{
	display: block;
	width: 300px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	margin: auto;
	background: #1A1A1A;
	color: #fff;
	margin-bottom: 165px;
	margin-top: 50px;
}

/* 服务第四子页面 智能硬件页面 */
.ware{
	color: #1A1A1A;
}
.ware-section2 .container{
	padding: 0;
}
.ware-section2{
	color: #1a1a1a;
	padding-bottom:80px;
}
.ware-section2 h4{
	font-size: 40px;
	text-align: center;
	border-bottom: 2px solid #88d0ff;
	line-height: 45px;
	padding-top: 100px;
	padding-bottom: 110px;
}
.ware-section2 .col-md-3{
	padding: 0;
	margin-top: 88px;
	cursor: pointer;
}
.ware-section2 .col-md-3 .img-box{
	width: 66%;
	height: 200px;
	margin: auto;
	margin-bottom: 25px;
	position: relative;
}
.ware-section2 .col-md-3 .img-box img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 107px;
	margin: auto;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
} 
.ware-section2 .col-md-3:nth-child(2) .img-box img{
	height: 102px;
}
.ware-section2 .col-md-3:nth-child(3) .img-box img{
	height: 90px;
} 
.ware-section2 .col-md-3:nth-child(4) .img-box img{
	height: 120px;
} 
.ware-section2 .col-md-3:hover .img-box img{
	transform: rotateY(180deg);
}
.ware-section2 .col-md-3:hover .title{
	color: #007aff;
}
.ware-section2 .col-md-3:nth-child(1) .img-box{
	background: url(../images/ser-four-bac21.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.ware-section2 .col-md-3:nth-child(2) .img-box{
	background: url(../images/ser-four-bac22.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.ware-section2 .col-md-3:nth-child(3) .img-box{
	background: url(../images/ser-four-bac23.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.ware-section2 .col-md-3:nth-child(4) .img-box{
	background: url(../images/ser-four-bac24.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.ware-section2 .col-md-3 .title{
	text-align: center;
	font-size: 20px;
}
.ware-section3 .col-md-4{
	background: #ed4b24;
	color: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}
.ware-section3 .col-md-4:after{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ware-section3 .col-md-4:nth-child(3):after{
	background: transparent;
}
.ware-section3 .col-md-4 span{
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.ware-section3 .col-md-4 .title{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ware-section4 h4{
	font-size: 40px;
	line-height: 1;
	margin-top: 76px;
	margin-bottom: 76px;
	text-align: center;
}
.ware-section4 .content .col-md-4{
	padding: 0;
	color: #1A1A1A;
}
.ware-section4 .content .col-md-4 img{
	width: 100%;
}
.ware-section4 .content .col-md-4 .tags{
	margin-top: 20px;
	margin-bottom: 23px;
	padding-left: 17px;
	border-left: 2px solid #d9d9d9;
}
.ware-section4 .content .col-md-4 .title{
	font-size: 20px;
}
.ware-section4 .content .col-md-4 .des{
	font-size: 16px;
	color: #808080;
}
.ware-section4 .contact{
	display: block;
	width: 300px;
	height: 50px;
	background: #1A1A1A;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 137px auto 115px;
}

/* 服务第五子页面 区块链页面 */
.chain-section2 .container{
	padding: 0;
}
.chain-section2{
	color: #1a1a1a;
	padding-bottom:128px;
}
.chain-section2 h4{
	font-size: 40px;
	text-align: center;
	border-bottom: 2px solid #88d0ff;
	line-height: 45px;
	padding-top: 100px;
	padding-bottom: 60px;
}
.chain-section2 .summary{
	font-size: 40px;
	text-align: center;
	margin: 80px auto 10px; 
}
.chain-section2 .row,.chain-section2 .col-md-6,.chain-section2 .col-md-3,.chain-section2 .col-md-9{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.chain-section2 .col-md-6{
	cursor:pointer;
}
.chain-section2 .col-md-6 .img-box{
	width: 146px;
	height: 146px;
	margin: auto;
	background: url('../images/ser-five-bac21.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
}
.chain-section2 .col-md-6:nth-child(2) .img-box{
	background: url('../images/ser-five-bac22.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.chain-section2 .col-md-6:nth-child(3) .img-box{
	background: url('../images/ser-five-bac23.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.chain-section2 .col-md-6:nth-child(4) .img-box{
	background: url('../images/ser-five-bac24.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.chain-section2 .col-md-6 .img-box img{
	height: 82px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.6s;
    -webkit-transition: -webkit-transform all 0.6s ease-out;
    transition: transform all 0.6s ease-out;
    -moz-transition: -moz-transform all 0.6s ease-out;
}
.chain-section2 .container .col-md-6:hover .img-box img{
	transform:rotateY(180deg);
}
.chain-section2 .col-md-6{
	margin-top: 70px;
}
.chain-section2 .col-md-6 .col-md-9{
	padding-left: 3.4%;
}
.chain-section2 .col-md-6:nth-child(2n){
	padding-left: 2.2%;
}
.chain-section2 .col-md-6:nth-child(2n+1){
	padding-right: 2.2%;
}
.chain-section2 .col-md-6 .col-md-9 .title{
	font-size: 20px;
	line-height: 20px;
}
.chain-section2 .col-md-6 .col-md-9 .des{
	font-size: 16px;
	color: #b3b3b3;
	line-height: 25px;
	margin-top: 24px;
}
.chain-section3 .container{
	color: #1A1A1A;
	padding: 60px 0 150px;
	border-top: 2px solid #88d0ff;
}
.chain-section3 .row,.chain-section3 .col-md-6{
	padding: 0;
}
.chain-section3 .container h4{
	font-size: 40px;
	line-height: 80px;
	text-align: center;
}
.chain-section3 .container .summary{
	text-align: center;
	color: #B3B3B3;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 60px;
}
.chain-section3 .container .img-box{
	width: 200px;
	height: 200px;
	margin:0 auto 20px;
}
.chain-section3 .container .img-box img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.chain-section3 .container .title{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.chain-section3 .container .tags{
	margin: auto;
	width: 76%;
}
.chain-section3 .container .tags .col-md-6{
	text-align: center;
	padding-left:6%;
	padding-right: 6%;
}
.chain-section3 .container .tags .col-md-6 .tag-title{
	font-size: 20px;
	line-height: 26px;
	margin-bottom:30px;
}
.chain-section3 .container .tags .col-md-6 .tag-des{
	font-size: 16px;
	color: #808080;
	line-height: 26px;
}
.chain-section4 .container{
	color: #1A1A1A;
	padding: 79px 0 100px;
	border-top: 2px solid #88d0ff;
}
.chain-section4 .row{
	margin-left: 0;
	margin-right: 0;
}
.chain-section4 .container h4{
	font-size: 40px;
	line-height: 1;
	text-align: center;
}
.chain-section4 .container .col-md-3{
	margin-top: 80px;
	padding-right: 3.6%;
	padding-left: 0;
}
.chain-section4 .container .col-md-3 .head{
	padding-left:10%;
	border-left:1px solid #88d0ff; 
	font-size: 20px;
	line-height: 28px;
}
.chain-section4 .container .col-md-3 .des{
	padding-left:11%;
	font-size: 16px;
	color: #808080;
	line-height: 26px;
	margin-top: 18px;
}
.chain-section4 .contact{
	display: block;
	width: 300px;
	height: 50px;
	background: #1A1A1A;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 90px auto 0;
}

/* 新闻详情页样式 */
.new-arctical{
	color: #1A1A1A;
}
.new-arctical .comm-location{
	margin-top: 85px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.new-arctical .comm-location p{
	display: inline-block;
}
.new-arctical .comm-location span{
	margin: 0 6px;
}
.new-arctical .comm-location a{
	color: #1A1A1A;
}
.new-arctical h4{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
.new-arctical .tags{
	color: #808080;
	width: 66.6%;
	margin: auto;
	margin-bottom: 45px;
}
.new-arctical .tags .col-md-6:nth-child(2){
	text-align: right;
}
.new-arctical .content{
	padding-bottom: 90px;
	padding-top: 42px;
	margin-bottom: 40px;
	border-top: 1px dashed #c0c0c0;
	border-bottom: 1px dashed #c0c0c0;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
}
.new-arctical .content img{
	display: block;
	max-width: 100%;
}
.new-arctical .content-bottom .form{
	color: #808080;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 140px;
}
.new-arctical .content-bottom .form .red{
	color: #FF0000;
	margin-left: 6px;
}
.new-arctical .piece{
	max-width: 800px;
	height: 50px;
	background: #1A1A1A;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: auto;
	margin-bottom: 80px;
	font-size: 16px;
}
.new-arctical .piece a{
	color: #fff;
}
.new-arctical .interst{
	position: relative;
}
.new-arctical .interst .row{
	margin:0;
	overflow:hidden;
}
.new-arctical .interst .title{
	font-size: 30px;
	line-height: 30px;
	width: 12.5%;
}
.new-arctical .interst .title:after{
	content: '';
	display: block;
	width: 87.5%;
	height: 2px;
	background: #c0c0c0;
	position: absolute;
	left:12.5%;
	top: 15px;
}

.new-arctical .interst .arc-list{
	font-size: 16px;
	line-height: 53px;
	padding-top: 17px;
	padding-bottom: 80px;
	overflow: hidden;
	padding-left:0px;
}
.new-arctical .interst .arc-list li{
	width: 33%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
}
.new-arctical .interst .arc-list a{
	color: #B3B3B3;
}

.list .col-md-6{
	padding: 0;
}
.list .col-md-6 a{
	position: relative;
	padding-top: 150px;
}
.list .col-md-6:nth-child(2n+1) a{
	display: block;
	margin-right: 8.4%;
	width: 91.6%;
	margin-bottom: 149px;
	position: relative;
	padding-bottom: 76px;
}
.list .col-md-6:nth-child(2n) a{
	display: block;
	margin-left: 8.4%;
	width: 91.6%;
	margin-bottom: 149px;
	position: relative;
	padding-bottom: 76px;
}
.list .img-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	-webkit-transition:all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s ease-out;
	transition: transform all 0.4s ease-out;
	-moz-transition: -moz-transform all 0.4s ease-out;
}
.list .col-md-6:hover .img-box{
	height: 280px;
}
.list .img-box img{
	width: 100%;
}
.list a .title{
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.list a .des{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
	color: #B3B3B3;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
}
.list a .time{
	width: 18%;
	color: #b3b3b3;
	font-size: 14px;
	float: right;
	margin-top: 60px;
	line-height: 20px;
}
.list a .time::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	width: 72%;
	left: 0;
	height: 1px;
	background: #c0c0c0;
}
.list .page{
	text-align: center;
}

/* 案例详情页样式 */
.case-content .img-box{
	width: 100%;
	height: 100px;
}
.case-content .line{
	width: 100%;
	height: 1px;
	background:#c0c0c0;
	margin-top: 49px;
}
.case-content .head{
	margin-top: 50px;
	margin-bottom: 40px;
}
.case-content .sec-img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.case-content .sec-img .copy{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 45px;
	text-align: center;
}
.case-content .sec-img .website{
	display: block;
	width: 200px;
	height: 50px;;
	background: #1A1A1A;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: auto;
	margin-bottom: 100px;
}
.case-content .content{
	padding-bottom: 200px;
}
.case-content .content img{
	max-width: 100%;
	display: block;
	margin: auto;
}

/* 右侧悬浮框样式 */
.showy{
	position: fixed;
	bottom: 180px;
	right: 0;
	color: #fff;
	width: 60px;
	font-size: 20px;
	z-index: 10;
}
.showy .item{
	position: relative;
	padding-right: 60px;
	height: 60px;
	cursor: pointer;
}
.showy .item p{
	position: absolute;
	right: 60px;
}
.showy .item:hover{
	background-color: #ed4b24;
}
.showy .item p{
	width: 0;
	opacity: 0;
	text-align: center;
	height: 60px;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.showy .item:hover p{
	opacity: 1;
	width: 195px;
	background-color: #ed4b24;
}
.showy .item2 p:nth-child(1){
	padding-top: 10px;
	height: 60px;
}
.showy .item2 p:nth-child(2){
	top: 30px;
	height: 20px;
}
.showy .item1{
	background: #1A1A1A url(../images/right1.png) no-repeat;
	background-size: 60px 60px;
	background-position: center right;
	line-height: 60px;
} 
.showy .item2{
	background: #1A1A1A url(../images/right2.png) no-repeat;
	background-size: 60px 60px;
	background-position: center right;
} 
.showy .item2 p{
	line-height: 20px;
}
.showy .item3{
	background: #1A1A1A url(../images/right3.png) no-repeat;
	background-size: 60px 60px;
	background-position: center right;
} 
.padd{margin-bottom:10px;}
.service{ width:100%; overflow:hidden;}
@media screen and (max-width:768px) {
*{box-sizing:inherit;}
.padd{ margin:0;}
.ser-section2{ padding:30px 0;}
.ser-section2 .row{ margin:0 auto;}
.ser-section2 .quan{ width:auto; margin:0 10%;}
.ser-section2 .quan .img-box img{ width:50px; height:50px;}
.ser-section2 .quan .img-box{top:auto;}
.ser-section2 li{ width:33.333%; vertical-align:top;}
.ser-section2 .title{ font-size:16px; margin-top:10px; width:100%; margin-bottom:15px;}
.ser-section{ height:auto;}
.col-xs-7{ width:100%;}
.ser-section .img1{ display:none !important;}
.ser-section{padding:30px 0 40px 0;}
.ser-section .content { width:92%;}
.ser-section .content .title{ font-size:36px; margin-top:12px;}
.ser-section .content .more{ width:50%; margin:0 auto; text-align:center;}
.ser-section .content .right{ float:left; text-align:left;}
.ser-section .content .col-xs-4{ width:44%;}
.ser-section .content .right .row .col-md-4{ padding-left:20px;}
.ser-section .content .right .more{ width:50%; margin:0 auto; text-align:center; float:none;}
.ser-section8{padding: 49px 0; }
.ser-section8 .content{ height:auto;width:80%; margin:0 auto;}
.ser-section8 .col-md-4{ padding:0 !important;}
.ser-section8 .content .title{ margin-top:30px;}
.ser-section8 .row{ margin:0 auto;}
.ser-section .content .right .row{ padding-right:0;}
.ser-section .content .row .col-xs-6{ width:44%;}
.ser-section .content .row .col-md-6 p{ padding-left:20px;}
}

  