.case-box .c-item img {
	width: 100%;
	height: 260px
}

.case-box .c-item.big-img img {
	height: 550px
}

.case-box .c-item img.title p.case-title {
	padding-top: 30px
}

.gray {
	background: #f7f7f7;
	padding: 50px 0;
	border-bottom: 1px solid #e9e9e9;
	text-align: center
}

.computer {
	width: 800px;
	border-radius: 20px 20px 0 0
}

.computer img {
	width: 100%;
	border-radius: 20px 20px 0 0;
	border: 30px solid #000
}

.mac {
	background: url(../images/case_12.jpg) no-repeat left bottom;
	height: 159px;
	width: 800px;
	margin: 0 auto
}

.element {
	float: left;
	width: 50%;
	padding: 30px 0 60px 0
}

.element.color {
	border-right: 1px solid #e9e9e9
}

.element.font {
	padding-left: 90px
}

.project.detail-num {
	font-size: 80px
}

.project.detail-num h2 {
	top: 20px;
	left: 0;
	color: #d71a20;
	font-size: 64px;
	font-weight: 700
}

.project.detail-num h2 span {
	display: block;
	color: #333;
	font-size: 48px;
	padding-top: 10px
}

.element ul li {
	width: 30%;
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-top: 15px
}

.element ul li i {
	border: 1px solid #e9e9e9;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	display: block
}

.element.font p {
	font-size: 38px;
	color: #333;
	font-weight: 700;
	padding-top: 20px
}

.project.show h2 {
	left: 50%;
	margin-left: -85px
}

.showpage {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	border-radius: 10px
}

.topbar {
	padding: 15px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #e9e9e9
}

.topbar i {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block
}

.topbar i:nth-child(1) {
	background: #ef5a56
}

.topbar i:nth-child(2) {
	background: #f99b0c
}

.topbar i:nth-child(3) {
	background: #35c394
}

.showpage img {
	border-radius: 10px
}

.banner {
	background: url(../images/case_01.jpg) no-repeat top center;
	height: 380px;
	text-align: center;
	color: #fff;
	padding-top: 90px
}

.banner h1.big-title {
	font-size: 60px
}

.banner h1.big-title span {
	font-size: 80px
}

.banner .classify a {
	display: inline-block;
	margin: 60px 20px 0 20px;
	font-size: 22px;
	color: #fff;
	text-decoration: none
}

.banner .classify a.on,.banner .classify a:hover {
	border-bottom: 3px solid #228fff;
	transition: all .3
}

.project {
	margin: 30px 0 50px 0;
	text-transform: uppercase;
	color: #ebebeb;
	font-size: 76px;
	font-family: Constantia,Georgia,serif
}

.project h2 {
	font-size: 42px;
	color: #333;
	position: absolute;
	top: 70px;
	left: 7px;
	font-family: "PingFang SC",Arial,"Microsoft Yahei",simsun,sans-serif
}

.grayline {
	background: #ebebeb;
	width: 88%;
	height: 1px;
	float: right;
	margin-top: 20px
}

.graydot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ebebeb;
	display: block;
	margin-top: -4px
}

.case-box .c-item {
	float: left;
	margin: 0 30px 30px 0;
	width: 375px
}

.case-box .c-item img,.effects,.layer {
	border-radius: 8px
}

.case-box .c-item.big-img {
	width: 780px
}

.case-box .c-item.nopad {
	margin-right: 0
}

.case-box .c-item a {
	text-decoration: none;
	color: #fff;
	display: block
}

.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 20;
	background: rgba(0,0,0,.6)
}

.case-box .c-item.big-img .layer p {
	top: 210px;
	font-size: 46px
}

.layer p {
	width: 100%;
	position: absolute;
	top: 100px;
	z-index: 30;
	color: #fff;
	font-size: 30px
}

.layer i.arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/case_10.png) no-repeat left top;
	background-size: 40px;
	margin-top: 20px;
	opacity: 0
}

.c-item.big-img .layer i.arrow {
	width: 60px;
	height: 60px;
	background-size: 60px
}

.c-item.c-contact a,.c-item.c-contact:hover .layer p {
	top: 50px
}

.layer::before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0,1);
	transform-origin: 0 0
}

.layer::after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1,0);
	transform-origin: 100% 0
}

.c-item:hover .layer {
	background: rgba(55,156,255,.8);
	transition: all .4s
}

.c-item:hover .layer p {
	top: 75px;
	transition: all .4s;
	animation: fadeInUp .4s ease 0s
}

.c-item.c-contact .layer i,.c-item:hover .layer i {
	opacity: 1
}

.c-item:hover.big-img .layer p {
	top: 200px
}

.c-item:hover .layer::after,.c-item:hover .layer::before {
	opacity: 1;
	transform: scale(1);
	transition: all .6s
}

.paginations {
	display: block;
	text-align: center;
	margin: 20px 0 50px 0
}

.page * {
	vertical-align: middle
}

.paginations .current,.paginations a:hover {
	background: #2087ed;
	border: 1px solid #2087ed;
	color: #fff
}

.paginations a {
	border: 1px solid #ddd;
	width: auto;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #999;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	text-decoration: none
}

#jumptxt {
	width: 40px;
	padding: 0 5px;
	height: 32px;
	border: solid 1px #ddd;
	margin: 0 6px 0 6px;
	border-radius: 3px
}

.paginations .chaxun {
	padding: 0;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	margin: 0 0 0 6px;
	width: 36px;
	height: 32px;
	background: #2087ed;
	border: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 3px
}

.c-item,.mob-header,.process,.project,.rotabox,.site-contact,.topimg {
	position: relative
}

.slogan {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 1.6
}

.title {
	color: #333;
	font-size: 36px;
	text-align: center;
	margin: 60px 0
}

.title p {
	display: block;
	font-size: 18px;
	padding-top: 15px
}

.container-fluid {
	overflow-y: hidden
}

.anli li {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 40px
}

.anli li img {
	width: 90%;
	border-radius: 6px;
	box-shadow: 0 1px 12px rgba(0,0,0,.3)
}

.anli li p {
	color: #333;
	font-size: 18px;
	padding-top: 12px
}

.anli li:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s
}

.animate-box {
	opacity: 0;
	transition-delay: .5s;
	-webkit-transition-delay: .5s
}

.anli-more,.intelligent-more,.mob-advantage {
	text-align: center
}

.anli-more a {
	display: inline-block;
	font-size: 20px;
	color: #127be6;
	height: 50px;
	line-height: 50px;
	border: 2px solid #d4d4d4;
	padding: 0 120px;
	border-radius: 32px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s
}

.anli-more a:hover {
	border-color: #127be6;
	background: #127be6;
	color: #fff
}

.fuwu li {
	width: 25%;
	float: left;
	display: block;
	position: relative;
	transition-delay: .1s;
	-webkit-transition-delay: .1s
}

.fuwu li img,.process img,.site-contact img {
	width: 100%;
	display: block
}

.event {
	position: absolute;
	width: 100%;
	height: 76%;
	left: 0;
	top: 24%;
	text-align: center;
	z-index: 1;
	color: #fff;
	font-size: 26px
}

.event i,.flayer i {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/website_10.png);
	width: 93px;
	height: 84px;
	display: block;
	margin: 30px auto
}

.event i.h5,.flayer i.h5 {
	background-position: center -88px
}

.event i.seo,.flayer i.seo {
	background-position: center -175px
}

.event i.zw,.flayer i.zw {
	background-position: center bottom
}

.event b {
	background: rgba(255,255,255,.86);
	width: 60px;
	height: 6px;
	border-radius: 32px;
	display: block;
	margin: 0 auto 20px auto
}

.flayer {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,126,255,.85);
	z-index: 2;
	opacity: 0
}

.fuwu li:hover .event {
	display: none
}

.fuwu li:hover .flayer {
	opacity: 1
}

.business a,.flayer a,.h-item a,.intelligent a,.mob-server li a,.panel-title a,.peitao-box a {
	display: block;
	text-decoration: none
}

.flayer .cell {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.flayer .h3,.flayer i {
	font-size: 32px;
	color: #fff;
	transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transition: all .4s ease-out 0s;
	-webkit-transition: all .4s ease-out 0s
}

.flayer p {
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all .4s ease-out 0s;
	-webkit-transition: all .4s ease-out 0s;
	padding: 0 10px
}

.fuwu li:hover .flayer .h3,.fuwu li:hover .flayer i,.fuwu li:hover .flayer p {
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.site-who {
	background: url(../images/website_11.jpg) no-repeat center top
}

.title.idot {
	margin: 0;
	padding: 60px 0 0 0
}

.blackline {
	display: block;
	width: 50px;
	height: 3px;
	background: #333;
	margin: 30px auto
}

.light {
	text-align: center;
	font-size: 26px;
	color: #999;
	padding-bottom: 20px
}

.site-about {
	padding-bottom: 50px
}

.site-about p {
	color: #333;
	font-size: 20px;
	display: block;
	text-align: center;
	padding-top: 20px
}

.contact-tex {
	position: absolute;
	left: 0;
	top: 36%;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	background: #004388;
	padding: 30px
}

.contact-us {
	position: absolute;
	left: 0;
	top: 15%;
	width: 100%;
	text-align: center
}

.contact-us p {
	display: block;
	font-size: 22px;
	color: #fff;
	padding-bottom: 30px
}

.contact-us p.big {
	font-size: 36px
}

.contact-us p.small {
	font-size: 18px
}

.contact-us p b {
	font-weight: 400;
	font-size: 24px
}

.contact-us a {
	display: inline-block;
	margin: 0 50px;
	color: #333;
	height: 80px
}

.contact-us i {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: 80px 80px
}

.contact-us a.c-qq i {
	background-image: url(../images/website_13.png)
}

.contact-us a.c-wechat i {
	background-image: url(../images/website_14.png)
}

.contact-us a span {
	display: inline-block;
	margin: 20px 0 0 20px;
	background: #fff;
	padding: 5px 30px;
	border-radius: 6px;
	font-size: 22px
}

.contact-us a:hover {
	color: #666;
	cursor: pointer
}

.wechat-box {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: 130px;
	bottom: 70px;
	z-index: 100;
	text-align: center
}

.wechat-closed {
	width: 30px;
	height: 30px;
	line-height: 28px;
	background: #fff;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 101;
	border-radius: 100%;
	color: #000;
	font-size: 20px;
	cursor: pointer
}

.wechat-box .wechat-img {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 0
}

.wechat-box .wechat-img img {
	width: 140px
}

.wechat-box .wechat-img p {
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 10px 0 0 0
}

.wechat-box .wechat-img p.mob-show {
	display: none
}

.wechat-box .arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff
}

.voice {
	margin-bottom: 30px
}

.voice div.col-lg-4 {
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 20px
}

.voice a {
	display: block
}

.voice a i {
	display: inline-block;
	font-style: normal;
	color: #5179a3
}

.highsite {
	padding: 0 60px
}

.highsite .h-item {
	float: left;
	width: 50%;
	height: 370px;
	overflow: hidden;
	position: relative
}

.highsite .h-item h2 {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 370px
}

.highsite .h-item i {
	background: url(../images/website_20.png) no-repeat left top;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 6%;
	top: 8%
}

.highsite .h-item .letter {
	position: absolute;
	bottom: 0;
	left: 5%;
	font-size: 160px;
	line-height: .65;
	font-weight: 700;
	color: #fff
}

.highsite .h-item:hover i {
	background-image: url(../images/website_21.png)
}

.highsite .h-item.msite i {
	background-position: 0 -102px
}

.highsite .h-item.hsite i {
	background-position: 0 -202px;
	height: 90px
}

.highsite .h-item.xsite i,.white-box.step04 p i {
	background-position: 0 bottom
}

.highsite .h-item.esite:hover,.highsite .h-item.hsite:hover,.highsite .h-item.msite:hover,.highsite .h-item.xsite:hover {
	background: #fff;
	animation: fadeIn .2s ease-in-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s
}

.highsite .h-item:hover .letter {
	left: 8%;
	transition: all .4s ease-out 0s;
	-webkit-transition: all .4s ease-out 0s
}

.highsite .h-item:hover .letter,.highsite .h-item:hover h2 {
	color: #ed79fc
}

.highsite .h-item.msite:hover .letter,.highsite .h-item.msite:hover h2 {
	color: #f8af5f
}

.highsite .h-item.hsite:hover .letter,.highsite .h-item.hsite:hover h2 {
	color: #72d3fa
}

.highsite .h-item.xsite:hover .letter,.highsite .h-item.xsite:hover h2 {
	color: #f36373
}

.highsite .h-item.esite {
	background: #ed79fc;
	background: -webkit-linear-gradient(left,#ed79fc 0,#d76ffd 100%);
	background: linear-gradient(to right,#ed79fc 0,#d76ffd 100%)
}

.highsite .h-item.msite {
	background: #f8af5f;
	background: -webkit-linear-gradient(left,#f8af5f 0,#f89077 100%);
	background: linear-gradient(to right,#f8af5f 0,#f89077 100%)
}

.highsite .h-item.hsite {
	background: #72d3fa;
	background: -webkit-linear-gradient(left,#72d3fa 0,#5dc2fe 100%);
	background: linear-gradient(to right,#72d3fa 0,#5dc2fe 100%)
}

.highsite .h-item.xsite {
	background: #f36373;
	background: -webkit-linear-gradient(left,#f36373 0,#f45b7e 100%);
	background: linear-gradient(to right,#f36373 0,#f45b7e 100%)
}

.process,.rotation {
	margin-top: 60px
}

.process .title {
	position: absolute;
	top: 0;
	left: 50%;
	width: 180px;
	margin-left: -90px;
	color: #fff
}

.dashed {
	position: absolute;
	bottom: 120px;
	width: 1050px;
	left: 50%;
	margin-left: -525px;
	text-align: center
}

.white-box {
	border: 2px solid #fff;
	border-radius: 6px;
	width: 180px;
	text-align: center;
	padding: 15px 0 20px 0;
	color: #fff;
	font-size: 20px;
	position: absolute
}

.white-box.step02,.white-box.step04 {
	padding: 20px 0 15px 0
}

.white-box b {
	display: block;
	border-bottom: 2px solid #fff;
	padding-bottom: 70px;
	font-size: 16px;
	text-transform: uppercase
}

.white-box.step02 b,.white-box.step04 b {
	padding-bottom: 0;
	margin-top: 80px;
	padding-top: 70px;
	border-bottom: 0;
	border-top: 2px solid #fff
}

.white-box p {
	display: block;
	padding-top: 18px;
	background: #1379fc;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: -50px auto 20px auto;
	text-align: center
}

.white-box.step02 p,.white-box.step04 p {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -50px;
	background: #08bef5;
	padding-top: 20px
}

.white-box.step03 p {
	background: #f4b368;
	padding-top: 20px
}

.white-box.step04 p {
	background: #ff7270
}

.white-box p i {
	background: url(../images/website_22.png) no-repeat left top;
	width: 60px;
	height: 60px;
	display: inline-block
}

.white-box.step02 p i {
	background-position: 0 -67px
}

.white-box.step03 p i {
	background-position: 0 -132px
}

.step01 {
	left: -80px;
	top: -22px
}

.step02 {
	left: 260px;
	top: 65px
}

.step03 {
	left: 50%;
	margin-left: 85px;
	top: -20px
}

.step04 {
	right: -80px;
	top: 63px
}

.peitao {
	padding: 80px 50px 0 50px;
	height: 250px
}

.peitao-line {
	border-top: 1px dashed #383a3a;
	position: relative
}

.peitao-box {
	position: absolute;
	top: 50%;
	margin-top: -90px;
	width: 180px;
	height: 180px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	padding: 10px;
	border: 2px solid #e575fc
}

.peitao-box h3 {
	color: #333;
	font-size: 26px;
	margin-top: 30px
}

.peitao-box span {
	border-radius: 100%;
	display: block;
	width: 155px;
	height: 155px;
	background: #e575fc;
	text-align: center;
	padding-top: 25px
}

.peitao-box span i {
	background: url(../images/website_25.png) no-repeat top center;
	width: 125px;
	height: 125px;
	display: inline-block
}

.peitao-box span p {
	color: #fff;
	font-size: 50px;
	line-height: 1;
	opacity: 0
}

.pym {
	left: 0
}

.pff {
	left: 28%
}

.pyx {
	left: 56%
}

.pyh {
	right: 0
}

.peitao-box.pff {
	border-color: #f8a467
}

.peitao-box.pff span {
	background: #f8a467;
	padding-top: 20px
}

.peitao-box.pff span i {
	background-position: 0 -155px
}

.peitao-box.pff span p {
	padding-top: 6px
}

.peitao-box.pyx {
	border-color: #6bcdfb
}

.peitao-box.pyx span {
	background: #6bcdfb;
	padding-top: 28px
}

.peitao-box.pyx span i {
	background-position: 0 -310px
}

.peitao-box.pyh {
	border-color: #f36078
}

.peitao-box.pyh span {
	background: #f36078;
	padding-top: 28px
}

.peitao-box.pyh span i {
	background-position: 0 -465px
}

.peitao-box:hover i {
	display: none
}

.peitao-box:hover p {
	opacity: 1;
	transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
	animation: flipInY .5s ease-in-out 0s
}

.h5item .col-lg-4 {
	text-align: center
}

.h5item img {
	width: 70%
}

.h5item .yellow {
	background: #fddb3f
}

.h5item .blue {
	background: #1ee3fc
}

.h5item .orange {
	background: #ff8895
}

.h5box {
	padding: 60px 0;
	margin: 0 30px;
	position: relative
}

.h5box .inner {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.h5box .inner::after,.h5box .inner::before,.layer::after,.layer::before {
	position: absolute;
	content: '';
	opacity: 0;
	transition: all .5s;
	z-index: 1
}

.h5box .inner::before {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.h5box .inner::after {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: scale(1,0);
	transform-origin: 100% 0
}

.h5box:hover .inner::after,.h5box:hover .inner::before {
	opacity: 1;
	transform: scale(1);
	transition: all .4s;
	cursor: pointer
}

.rotation {
	background: #0782ff;
	height: 400px;
	width: 100%;
	overflow: hidden
}

.rotabox {
	margin: 0 auto;
	width: 1200px;
	height: 400px
}

.shape {
	font-size: 22px;
	color: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	position: absolute
}

.shape.drak {
	background: rgba(0,39,205,.6)
}

.shape.light {
	background: rgba(77,165,255,.8)
}

.round01 {
	left: 10%;
	bottom: 10%;
	z-index: 11;
	width: 150px;
	height: 150px;
	padding: 40px 0 0 0
}

.round02 {
	left: 18%;
	top: 10%;
	z-index: 12;
	width: 150px;
	height: 150px;
	font-size: 24px;
	padding: 40px 0 0 0
}

.round03 {
	left: 32%;
	top: -2%;
	z-index: 13;
	width: 130px;
	height: 130px;
	font-size: 18px;
	line-height: 1.8;
	padding: 40px 0 0 0
}

.round04 {
	left: 25%;
	bottom: 16%;
	z-index: 14;
	width: 140px;
	height: 140px;
	font-size: 18px;
	line-height: 1.8;
	padding: 40px 0 0 0
}

.round05 {
	left: 33%;
	bottom: -4%;
	z-index: 13;
	width: 190px;
	height: 190px;
	font-size: 26px;
	padding: 55px 0 0 0
}

.round06 {
	left: 42%;
	bottom: 29%;
	z-index: 16;

	width: 160px;
	height: 160px;
	font-size: 30px;
	padding: 30px 0 0 0;
	font-weight: 700
}

.round07 {
	left: 50%;
	top: -8%;
	z-index: 15;
	width: 240px;
	height: 240px;
	font-size: 32px;
	padding: 80px 0 0 0
}

.round08 {
	right: 32%;
	bottom: 0;
	z-index: 12;
	width: 150px;
	height: 150px;
	font-size: 24px;
	padding: 40px 0 0 0
}

.round09 {
	right: 20%;
	top: 26%;
	z-index: 14;
	width: 140px;
	height: 140px;
	font-size: 18px;
	line-height: 1.8;
	padding: 40px 0 0 0
}

.hserver {
	background: #f8f8f8
}

.hserver .title {
	margin: 0;
	padding: 60px 0
}

.redline {
	border-top: 2px solid #fe6d50;
	margin: 50px 50px 0 50px;
	height: 180px;
	text-align: center;
	position: relative
}

.business {
	display: inline-block;
	margin-top: -45px
}

.business span {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background: #fff;
	display: inline-block;
	padding-top: 20px
}

.business span i {
	display: inline-block;
	background: url(../images/website_30.png) no-repeat center top;
	width: 50px;
	height: 50px
}

.business p {
	display: block;
	font-size: 22px;
	color: #333;
	padding-top: 20px
}

.business span.ha02 i {
	background-position: 0 -52px
}

.business span.ha03 i {
	background-position: 0 -101px
}

.business span.ha04 i {
	background-position: 0 -152px
}

.business span.ha05 i {
	background-position: 0 -201px
}

.business span.ha06 i {
	background-position: 0 -251px
}

.business:hover span i {
	background-image: url(../images/website_31.png);
	animation: slideInDown .2s ease 0s
}

.business:hover span {
	background: #1dd1f8;
	transition: all .4s
}

.business:hover p {
	color: #1dd1f8;
	transition: all .4s
}

.reddot {
	width: 10px;
	height: 10px;
	background: #fe6d50;
	border-radius: 100%;
	position: absolute;
	top: -6px
}

.dot01 {
	left: 16%
}

.dot02 {
	left: 32.5%
}

.dot03 {
	left: 49.5%
}

.dot04 {
	left: 66%
}

.dot05 {
	right: 16.1%
}

.dot06 {
	right: 0
}

.title p.smart-p {
	font-size: 32px
}

.title p.smart-p span {
	font-size: 28px;
	color: #787878
}

.intelligent {
	padding: 0 40px
}

.intelligent .smart {
	text-align: center;
	padding: 90px 0;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative
}

.intelligent .smart p {
	font-size: 36px;
	color: #fff;
	padding-top: 20px
}

.intelligent .smart i {
	background: url(../images/website_33.png) no-repeat center top;
	display: inline-block;
	width: 85px;
	height: 76px
}

.intelligent .smart.pc {
	background: #d86ffd
}

.intelligent .smart.moblie {
	background: #f89573
}

.intelligent .smart.applets {
	background: #63c7fd
}

.intelligent .smart.mixing {
	background: #f45e7a
}

.intelligent .smart.moblie i {
	background-position: 0 -75px
}

.intelligent .smart.applets i {
	background-position: 0 -150px
}

.intelligent .smart.mixing i {
	background: url(../images/website_35.png) no-repeat left top;
	width: 357px;
	height: 75px
}

.intelligent .detail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: left;
	opacity: 0
}

.intelligent .advantage {
	position: absolute;
	left: 20%;
	top: 20%
}

.intelligent .detail p {
	position: absolute;
	bottom: 0;
	left: 4%;
	font-size: 38px;
	color: #e073fd;
	font-weight: 700
}

.intelligent .detail span {
	border: 2px solid #e475fc;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #e475fc;
	display: inline-block;
	margin-bottom: 10px
}

.intelligent .moblie .detail p,.intelligent .moblie .detail span {
	color: #f89573;
	border-color: #f89573
}

.intelligent .applets .detail p,.intelligent .applets .detail span {
	color: #63c7fd;
	border-color: #63c7fd
}

.intelligent .mixing .detail p,.intelligent .mixing .detail span {
	color: #f45e7a;
	border-color: #f45e7a
}

.intelligent .detail span:hover {
	background: #e475fc;
	color: #fff
}

.intelligent .moblie .detail span:hover {
	background: #f89573
}

.intelligent .applets .detail span:hover {
	background: #63c7fd
}

.intelligent .mixing .detail span:hover {
	background: #f45e7a
}

.intelligent .detail i {
	background: url(../images/website_34.png) no-repeat center top;
	position: absolute;
	right: 25px;
	top: 25px
}

.intelligent .mixing .detail i {
	background-position: 0 bottom;
	background-size: 260px auto;
	width: 260px
}

.intelligent .col-lg-6:hover .detail {
	opacity: 1;
	transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s
}

.intelligent .col-lg-6:hover .detail span {
	animation: fadeInLeft .2s ease-in-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s
}

.intelligent .col-lg-6:hover i {
	animation: fadeInDown .2s ease-in-out 0s
}

.intelligent .col-lg-6:hover p {
	animation: fadeInUp .2s ease-in-out 0s
}

.intelligent-more {
	margin-top: 20px
}

.intelligent-more a {
	color: #3197ff;
	border: 2px solid #3197ff;
	font-size: 20px;
	padding: 9px 30px;
	border-radius: 10px;
	text-decoration: none
}

.intelligent-more a:hover {
	background: #3197ff;
	color: #fff;
	transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s
}

.t-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.case-contact,.mob-banner,.mob-classify,.mob-fuwu,.mob-h5item,.mob-header,.mob-intelligent,.mob-process,.mob-server {
	display: none
}

@media screen and (max-width:768px) {
	.banner,.c-contact,.contact-tex,.contact-us a i,.foot,.fuwu,.h5item,.intelligent,.light,.mob-hide,.mob-server,.process,.project,.redline,.topimg {
		display: none
	}

	.case-contact,.mob-banner,.mob-classify,.mob-fuwu,.mob-h5item,.mob-header,.mob-intelligent,.mob-process,.mob-server,.project.detail-num,.shape.light,.site-contact.process {
		display: block
	}

	.animate-box {
		opacity: 1
	}

	.slogan {
		font-size: 20px;
		line-height: 2.6
	}

	.computer,.mob-fuwu img,.mob-header img,.mob-process img {
		width: 100%
	}

	.title {
		color: #333;
		font-size: 17px;
		text-align: center;
		margin: 30px 0;
		background: 0 0
	}

	.title p {
		display: block;
		font-size: 15px;
		padding-top: 15px
	}

	.anli li {
		width: 50%;
		padding-bottom: 20px
	}

	.anli li img {
		box-shadow: 0 1px 8px rgba(0,0,0,.2)
	}

	.anli li p {
		font-size: 14px
	}

	.anli-more a {
		display: inline-block;
		background: #127be6;
		color: #fff;
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		border: 2px solid #127be6;
		padding: 0 70px
	}

	.mob-fuwu li {
		float: left;
		width: 50%;
		position: relative;
		display: block
	}

	.event {
		height: 92%;
		left: 0;
		top: 8%;
		font-size: 20px
	}

	.event i {
		background-size: 50px auto;
		width: 50px;
		height: 44px;
		margin: 15px auto
	}

	.event p {
		display: block;
		color: #fff;
		padding-top: 10px;
		line-height: 1.8
	}

	.event i.h5 {
		background-position: center -48px
	}

	.event i.seo {
		background-position: center -94px
	}

	.site-who {
		background-image: url(../images/website_11_mob.jpg);
		background-repeat: repeat-y;
		background-size: 100% auto
	}

	.blackline {
		margin: 20px auto;
		height: 2px
	}

	.title p.h5-p {
		padding: 10px 35px 0 35px;
		line-height: 1.8
	}

	.title.idot {
		padding: 30px 0 0 0
	}

	.site-about {
		padding-bottom: 30px
	}

	.site-about p {
		font-size: 14px;
		line-height: 1.8;
		color: #666;
		padding: 10px 15px 0 15px
	}

	.contact-us p {
		font-size: 14px;
		padding-bottom: 12px
	}

	.contact-us p.big {
		font-size: 18px
	}

	.contact-us p.small {
		font-size: 12px;
		color: #fff;
	}

	.contact-us p b {
		color: #fff;
		display: block;
		font-size: 16px;
		padding-top: 10px
	}

	.site-contact img {
		height: 270px
	}

	.contact-us a {
		margin: 15px;
		height: 40px
	}

	.contact-us a span {
		display: inline-block;
		margin: 0;
		padding: 5px 20px 5px 42px;
		border-radius: 6px;
		font-size: 16px
	}

	.contact-us a.c-qq span {
		background: url(../images/website_13_mob.jpg) no-repeat 15px center #fff;
		background-size: 20px auto
	}

	.contact-us a.c-wechat span {
		background: url(../images/website_14_mob.jpg) no-repeat 15px center #fff;
		background-size: 20px auto
	}

	.highsite {
		padding: 0
	}

	.highsite .h-item {
		width: 100%;
		height: 170px
	}

	.highsite .h-item h2 {
		font-size: 20px;
		line-height: 170px
	}

	.highsite .h-item i {
		background-size: 50px auto;
		width: 50px;
		height: 50px
	}

	.highsite .h-item .letter {
		font-size: 70px;
		line-height: .7
	}

	.highsite .h-item.msite i {
		background-position: 0 -52px
	}

	.highsite .h-item.hsite i {
		background-position: 0 -102px;
		height: 45px
	}

	.peitao {
		padding: 0 25px 10px 25px;
		height: auto
	}

	.peitao-line {
		border-top: none;
		position: inherit
	}

	.peitao-box {
		position: inherit;
		left: 0;
		top: 0;
		margin: 0 0 50px 0;
		float: left;
		width: 130px;
		height: 130px
	}

	.peitao-box h3 {
		color: #333;
		font-size: 15px;
		margin-top: 20px
	}

	.peitao-box span {
		width: 105px;
		height: 105px;
		background: #e575fc;
		text-align: center;
		padding-top: 15px
	}

	.peitao-box span i {
		background-size: 90px auto;
		width: 90px;
		height: 90px
	}

	.peitao-box span p {
		display: none
	}

	.pff,.pyh,.pym,.pyx {
		left: 0
	}

	.peitao-box.pff,.peitao-box.pyh {
		float: right
	}

	.peitao-box.pff span,.peitao-box.pyh span,.peitao-box.pyx span {
		padding-top: 10px
	}

	.peitao-box.pff span i {
		background-position: 0 -110px
	}

	.peitao-box.pyx span i {
		background-position: 0 -215px
	}

	.peitao-box.pyh span i {
		background-position: 0 -330px
	}

	.mob-h5item .col-xs-12 div,.mob-h5item .col-xs-6 div {
		text-align: center;
		color: #fff;
		border-radius: 10px;
		padding: 30px 15px;
		font-size: 22px;
		box-shadow: 0 5px 10px rgba(0,0,0,.2)
	}

	.mob-h5item .chuangyi {
		background: #f8bd84
	}

	.mob-h5item .yingxiao {
		background: #7acfe4
	}

	.mob-h5item .zhuanti {
		background: #f69a92;
		margin-top: 30px
	}

	.rotation {
		margin-top: 40px
	}

	.rotabox {
		width: 100%
	}

	.rotabox,.rotation {
		height: 600px
	}

	.shape {
		font-size: 14px
	}

	.round01 {
		left: 2%;
		bottom: 10%;
		width: 90px;
		height: 90px;
		padding: 25px 0 0 0
	}

	.round02 {
		left: 10%;
		top: 1%;
		width: 90px;
		height: 90px;
		font-size: 16px;
		padding: 20px 0 0 0
	}

	.round03 {
		left: 20%;
		top: 15%;
		width: 110px;
		height: 110px;
		padding: 35px 0 0 0
	}

	.round04 {
		left: 65%;
		bottom: 26%;
		width: 110px;
		height: 110px;
		font-size: 16px;
		padding: 30px 0 0 0
	}

	.round05 {
		left: 33%;
		bottom: -1%;
		z-index: 13;
		width: 160px;
		height: 160px;
		font-size: 22px;
		padding: 45px 0 0 0
	}

	.round06 {
		left: 8%;
		bottom: 40%;
		z-index: 16;
		width: 140px;
		height: 140px;
		font-size: 20px;
		padding: 35px 0 0 0
	}

	.round07 {
		left: 50%;
		top: -4%;
		z-index: 15;
		width: 180px;
		height: 180px;
		font-size: 22px;
		padding: 55px 0 0 0
	}

	.round08 {
		right: 42%;
		bottom: 20%;
		z-index: 12;
		width: 130px;
		height: 130px;
		font-size: 20px;
		padding: 35px 0 0 0
	}

	.round09 {
		right: 10%;
		top: 29%;
		z-index: 14;
		width: 120px;
		height: 120px;
		font-size: 18px;
		line-height: 1.8;
		padding: 30px 0 0 0
	}

	.hserver .title {
		margin: 0;
		padding: 30px 0
	}

	.hserver {
		background: #fff
	}

	.mob-server {
		padding: 0 15px
	}

	.mob-server li {
		float: left;
		width: 47%;
		background: #f9f9f9;
		text-align: center;
		display: block;
		padding: 20px 0;
		border-radius: 6px;
		box-shadow: 0 5px 8px rgba(0,0,0,.1);
		margin-bottom: 6%
	}

	.mob-server li:nth-child(even) {
		float: right
	}

	.mob-server li p {
		display: block;
		font-size: 14px;
		margin-top: 15px
	}

	.mob-server li span {
		width: 70px;
		height: 70px;
		display: inline-block;
		border-radius: 50%;
		padding-top: 15px
	}

	.mob-server li span i {
		display: inline-block;
		background: url(../images/website_31.png) no-repeat center top;
		background-size: 40px auto;
		width: 40px;
		height: 40px
	}

	.mob-server li span.s01 {
		background: #1dd1f8
	}

	.mob-server li span.s02 {
		background: #68bbf2
	}

	.mob-server li span.s03 {
		background: #897ffc
	}

	.mob-server li span.s04 {
		background: #f9b680
	}

	.mob-server li span.s05 {
		background: #60deb1
	}

	.mob-server li span.s06 {
		background: #da88fe
	}

	.mob-server li span.s02 i {
		background-position: 0 -42px
	}

	.mob-server li span.s03 i {
		background-position: 0 -82px
	}

	.mob-server li span.s04 i {
		background-position: 0 -122px
	}

	.mob-server li span.s05 i {
		background-position: 0 -161px
	}

	.mob-server li span.s06 i {
		background-position: 0 -202px
	}

	.process {
		margin-top: 30px
	}

	.title p.smart-p {
		font-size: 17px;
		line-height: 1.8;
		color: #787878;
		padding: 0 20px
	}

	.intelligent-more a,.title p.smart-p span {
		font-size: 16px
	}

	.mob-intelligent {
		padding: 0 10px;
		background: #f8f8f8
	}

	.panel {
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.05);
		border-top: 0
	}

	.panel-group .panel+.panel {
		margin-top: -1px
	}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 6px
	}

	.panel-heading {
		padding: 20px 0;
		text-align: center;
		border: 0;
		border-radius: 4px
	}

	.panel-default>.panel-heading {
		color: #fff;
		background-color: #de72fd;
		border: 0
	}

	.panel-default:nth-child(2)>.panel-heading {
		background-color: #f89d6d
	}

	.panel-default:nth-child(3)>.panel-heading {
		background-color: #61c5fd
	}

	.panel-default:nth-child(4)>.panel-heading {
		background-color: #f45e7a
	}

	.panel-default>.panel-heading+.panel-collapse>.panel-body {
		border: 0
	}

	.panel-title {
		font-size: 22px
	}

	.mob-advantage i {
		display: inline-block;
		background: url(../images/website_34.png) no-repeat center top;
		background-size: 50px auto;
		width: 50px;
		height: 45px;
		margin: 20px 0
	}

	.mob-advantage span {
		display: inline-block;
		font-size: 18px;
		padding-bottom: 5px;
		color: #de72fd
	}

	.mob-advantage span.i-price {
		padding-bottom: 10px
	}

	.panel-default:nth-child(2)>.panel-heading+.panel-collapse>.panel-body .mob-advantage i {
		background-position: 0 -44px;
		height: 44px
	}

	.panel-default:nth-child(3)>.panel-heading+.panel-collapse>.panel-body .mob-advantage i {
		background-position: 0 -89px;
		height: 44px
	}

	.panel-default:nth-child(4)>.panel-heading+.panel-collapse>.panel-body .mob-advantage i {
		background: url(../images/website_35.png) no-repeat left bottom;
		background-size: 140px auto;
		width: 140px;
		height: 30px
	}

	.panel-default:nth-child(2)>.panel-heading+.panel-collapse>.panel-body .mob-advantage span {
		color: #f89d6d
	}

	.panel-default:nth-child(3)>.panel-heading+.panel-collapse>.panel-body .mob-advantage span {
		color: #61c5fd
	}

	.panel-default:nth-child(4)>.panel-heading+.panel-collapse>.panel-body .mob-advantage span {
		color: #f45e7a
	}

	.intelligent-more {
		margin-top: 10px
	}

	.intelligent-more a {
		background: #3197ff;
		border-radius: 32px;
		color: #fff
	}

	.mob-banner {
		background: url(../images/case_01_mob.jpg) no-repeat top center;
		background-size: 100% auto;
		height: 190px
	}

	.mob-banner h1 {
		text-align: center;
		color: #fff;
		padding-top: 70px;
		font-size: 30px;
		font-weight: 400
	}

	.mob-banner h1 span {
		display: inline-block;
		font-size: 26px;
		border-bottom: 1px solid #fff;
		margin: 10px 0;
		padding-bottom: 10px
	}

	.mob-main {
		padding: 15px
	}

	.mob-classify {
		position: relative
	}

	.mob-classify,.mob-classify input {
		background: #f6f6f6;
		height: 50px;
		border-radius: 32px
	}

	.mob-classify input {
		display: block;
		border: 0;
		width: 100%;
		-webkit-appearance: none;
		padding: 5px 15px;
		font-size: 16px
	}

	.mob-classify input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
		color: #666
	}

	.down-arrow {
		display: inline-block;
		background: url(../images/case_11.png) no-repeat left top;
		background-size: 18px 12px;
		width: 18px;
		height: 12px;
		position: absolute;
		right: 20px;
		top: 20px
	}

	.down-classify {
		position: absolute;
		width: 92%;
		background: #fff;
		top: 48px;
		left: 10px;
		border-radius: 6px;
		box-shadow: 0 2px 6px rgba(0,0,0,.4);
		z-index: 40;
		padding: 15px;
		display: none
	}

	.down-classify li {
		display: block;
		font-size: 16px;
		color: #9c9a9d;
		padding-bottom: 15px
	}

	.down-classify li:last-child {
		padding-bottom: 0
	}

	.case-box {
		margin: 15px 0
	}

	.case-box .c-item,.case-box .c-item img,.case-box .c-item.big-img {
		width: 100%
	}

	.case-box .c-item {
		float: none;
		margin: 0 0 15px 0
	}

	.paginations {
		display: block;
		float: none;
		padding: 0;
		margin: 20px 0;
		text-align: center;
		font-size: 13px
	}

	#jumptxt,.paginations .chaxun,.paginations a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 0;
		margin: 0 2px
	}

	.paginations a:nth-child(5),.paginations a:nth-child(6),.paginations a:nth-child(7),.paginations a:nth-child(8) {
		display: none
	}

	.paginations input {
		-webkit-appearance: none
	}

	.c-item .layer {
		background: rgba(55,156,255,.8)
	}

	.case-box .c-item.big-img .layer p,.layer p {
		top: 85px;
		font-size: 22px
	}

	.c-item:hover .layer p {
		animation: none;
		transition: none;
		top: 85px
	}

	.c-item .layer i,.c-item.c-contact .layer i {
		opacity: 1
	}

	.c-item.big-img .layer i.arrow {
		width: 40px;
		height: 40px;
		background-size: 40px
	}

	.c-item .layer::after,.c-item .layer::before {
		opacity: 1;
		transform: scale(1);
		transition: all .6s
	}

	.case-contact {
		position: fixed;
		bottom: 0;
		background: #fff;
		width: 100%;
		z-index: 100;
		box-shadow: 1px 0 8px rgba(0,0,0,.2);
		padding: 15px;
		text-align: center
	}

	.case-contact .col-xs-7 {
		color: #0097ff;
		font-size: 16px
	}

	.case-contact .col-xs-5 a {
		background: #0097ff;
		color: #fff;
		font-size: 18px;
		border-radius: 32px;
		padding: 6px 17px;
		margin-top: 8px;
		display: inline-block
	}

	.mob-footer.case-footer {
		padding-bottom: 90px
	}

	.gray {
		padding: 30px 15px
	}

	.mac {
		background-size: 100% auto;
		width: 100%;
		height: 65px
	}

	.computer img {
		border: 2px solid #000
	}

	.detail-main {
		padding: 0 15px
	}

	.title p.case-title {
		padding-top: 15px
	}

	.element {
		float: none;
		width: 100%;
		padding: 15px 15px 30px 15px
	}

	.element.color {
		border: 0
	}

	.project.detail-num,.project.show {
		margin: 0;
		font-size: 40px
	}

	.element.font p,.project.detail-num h2,.project.detail-num h2 span,.project.show h2 {
		font-size: 22px;
		font-weight: 400
	}

	.project.detail-num h2 {
		top: 15px
	}

	.project.detail-num h2 span {
		padding-top: 5px
	}

	.element ul li {
		width: 33.33332%;
		font-size: 16px;
		color: #666
	}

	.element ul li i {
		width: 60px;
		height: 60px;
		margin: 0 auto 10px auto
	}

	.element.font {
		padding-left: 15px
	}

	.element.font p {
		text-align: center;
		padding-top: 10px
	}

	.project.show h2 {
		top: 35px;
		margin-left: -45px
	}

	.showpage {
		width: 100%;
		margin-top: 15px
	}

	.topbar {
		padding: 5px 8px
	}

	.topbar i {
		width: 8px;
		height: 8px;
		margin: 0 2px
	}

	.case-box .c-item.big-img img {
		height: 260px
	}

	.wechat-box.mob-wechat-box {
		margin-left: 6px;
		bottom: 60px
	}

	.wechat-box .wechat-img {
		padding: 12px 12px 10px 12px
	}

	.wechat-box .wechat-img img {
		width: 120px;
		height: auto
	}

	.wechat-box .wechat-img p {
		font-size: 12px;
		padding-top: 5px
	}

	.wechat-closed {
		width: 20px;
		height: 20px;
		right: -8px;
		top: -8px;
		line-height: 20px;
		font-size: 12px
	}

	.wechat-box .wechat-img p.mob-hide {
		display: none
	}

	.wechat-box .wechat-img p.mob-show {
		display: block
	}
}

@media screen and (max-width:320px) {
	.slogan {
		font-size: 17px
	}

	.title {
		font-size: 18px
	}

	.event {
		font-size: 16px
	}

	.event p {
		padding-top: 5px;
		line-height: 1.6;
		font-size: 14px
	}

	.event i {
		background-size: 40px auto;
		width: 40px;
		height: 38px;
		margin: 10px auto
	}

	.event i.h5 {
		background-position: center -38px
	}

	.event i.seo {
		background-position: center -73px
	}

	.contact-us p {
		font-size: 12px;
		padding-bottom: 12px
	}

	.contact-us a {
		margin: 0 8px
	}

	.contact-us a span {
		margin: 20px 0 0 0
	}

	.wechat-box.mob-wechat-box {
		margin-left: 2px;
		bottom: 35px
	}

	.peitao {
		padding: 0 0 10px 0
	}

	.title p.smart-p {
		padding: 0
	}

	.mob-banner {
		height: 146px;
		padding-top: 25px
	}

	.case-box .c-item.big-img .layer a,.layer a {
		top: 50px;
		font-size: 20px
	}

	.case-contact .col-xs-7 {
		font-size: 13px
	}

	.case-contact .col-xs-5 a {
		font-size: 14px;
		padding: 6px 14px;
		margin-top: 5px
	}

	.mob-banner h1 {
		padding-top: 35px;
		font-size: 22px
	}

	.mac {
		height: 50px
	}
}
