*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
html,body{
	min-width: 1200px;
}
html{cursor: url(../img/1499563659.cur),auto;}
body{
	font-family: "microsoft yahei", "微软雅黑";
	font-size: 16px;
	color: #333;
}
.fl{float: left;}
.fr{float: right;}
.clearfix{zoom: 1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
@font-face {
	font-family:trump;
	src: url(../fonts/TRUMP_GOTHIC_EAST_BOLD.TTF);
}
@font-face {
	font-family:heavy;
	src: url(../fonts/PINGFANG_HEAVY.TTF);
}
@font-face {
	font-family:regular;
	src: url(../fonts/PINGFANG_REGULAR.TTF);
}
@font-face {
	font-family:medium;
	src: url(../fonts/PINGFANG_MEDIUM.TTF);
}
@font-face {
	font-family:pfbold;
	src: url(../fonts/PINGFANG_BOLD.TTF);
}
.container{
	width: 100%;
	min-width: 1200px;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.top{
	background: #000;
}
.top .content{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #878484;
}
.top a{
	color: #878484;
}
.top img{
	vertical-align: -5px;
	margin-right: 5px;
}
.swiper-container img{
	display: block;
	position: relative;
}
.banner{
	position: relative;
}
.nav{
	width: 100%;
	height: 74px;
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.nav-list .nav1{
	display: inline-block;
	width: 64px;
	height: 74px;
	margin-left: 14px;
	/*margin-right: 44px;*/
	line-height: 74px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
}
.nav-list .nav1.active{
	color: #fabe00!important;
	border-bottom: 3px solid #fabe00;
}
.nav-list .nav1:hover{
	color: #fabe00;
}
.nav-list .nav1 .hot{
	position: absolute;
	top: 10px;
	right: -22px;
}
.hot{
	-webkit-animation: bounceUpDown .5s infinite;
	-moz-animation: bounceUpDown .5s infinite;
	-ms-animation: bounceUpDown .5s infinite;
	animation: bounceUpDown .5s infinite;
}
.subnav{
	display: none;
	position: absolute;
	top: 74px;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: white;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.subnav .ul1{
	border-bottom: 1px solid #E8E8E8;;
}
.subnav .ul1 li{
	width: 25%;
	padding: 20px 0;
}
.subnav .ul1 .nav2{
	display: block;
	/* padding-left: 10px; */
}
.subnav .ul1 .nav2 .fr{
	width: 244px;
}
.subnav .ul1 .nav2 .d1{
	font-size: 16px;
	color: #333;
}
.subnav .ul1 .nav2 .d2{
	font-size: 12px;
	color: #999
}
.ellipsis{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subnav .ul2 li{
	width: 25%;
	padding-top: 15px;
	padding-left: 56px;
}
.subnav .ul2 a{
	position: relative;
	line-height: 34px;
	font-size: 14px;
	color: #666;
}
.subnav .ul2 a img{
	position: absolute;
	top: 0;
	right: -30px;
}
@-webkit-keyframes bounceUpDown{
	0% {
	  transform: translate(0px, 0px);
	}
	50% {
	  transform: translate(0px, -3px);
	}
	100% {
	  transform: translate(0px, 0px);
	}
}
@-moz-keyframes bounceUpDown{
	0% {
	  transform: translate(0px, 0px);
	}
	50% {
	  transform: translate(0px, -3px);
	}
	100% {
	  transform: translate(0px, 0px);
	}
}
@-ms-keyframes bounceUpDown{
	0% {
	  transform: translate(0px, 0px);
	}
	50% {
	  transform: translate(0px, -3px);
	}
	100% {
	  transform: translate(0px, 0px);
	}
}
@keyframes bounceUpDown {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.notice{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.notice>.content> .fl{
	height: 30px;
	margin-top: 10px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	border-right: 1px solid rgba(225,225,225,.2);
}
.notice>.content>.fl span{
	color: #33a5dd;
}
.notice .fr.scroll{
	width: 1080px;
	height: 50px;
	overflow: hidden;
}
/* .notice .fr li{
	height: 50px;
	display:-webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}*/
.notice .fr a{
	display: block;
	width: 310px;
	padding-left: 16px;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
} 
.roll-box>li{
	width: 310px;
}
.notice .fr a:before{
	content: '•';
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.notice .fr li a:hover{
	color: #1a9fdb;
}
.aptitude-wrap{
	height: 385px;
	background: url(../img/static_bg.jpg) no-repeat bottom center;
}
.num-box li{
	width: 25%;
	padding-top: 60px;
	text-align: center;
}
.num-box .num{
	font-family: trump;
	font-size: 30px;
	color: #33a5dd;
}
.num-box .num span{
	font-size: 50px;
}
.num-box .txt{
	margin: 10px 0 8px;
	font-size: 16px;
	color: #999;
}
.dot-box{
	height: 220px;
	position: relative;
}
.dot-box li{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #84c8e6;
    border: solid 5px #ddedf6;
    position: absolute;
}
.dot-box li:nth-child(1){
	left: 7px;
	bottom: 60px;
}
.dot-box li:nth-child(2){
	left: 230px;
	bottom: 145px;
}
.dot-box li:nth-child(3){
	left: 767px;
	bottom: 75px;
}
.dot-box li:nth-child(4){
	right: 37px;
	bottom: 112px;
}
.dot-box li .point1,.dot-box li .point2{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: solid 1px #7fc8eb;
	margin: -6px auto 0 -6px;
}
.dot-box li .point2{
	width: 32px;
	height: 32px;
	border: solid 1px #bbdff2;
	margin: -27px auto 0 -11px;
}
/* .dot-box li .point1{
	
} */
.dot-box li:nth-child(1) .point1 {
  animation: scaleChanges1 1.5s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.dot-box li:nth-child(1) .point2 {
  animation: scaleChanges2 1.5s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.dot-box li:nth-child(2) .point1 {
  animation: scaleChanges1 1.5s infinite;
}
.dot-box li:nth-child(2) .point2 {
  animation: scaleChanges2 1.5s infinite;
}
.dot-box li:nth-child(3) .point1 {
  animation: scaleChanges1 1.5s infinite;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
.dot-box li:nth-child(3) .point2 {
  animation: scaleChanges2 1.5s infinite;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
.dot-box li:nth-child(4) .point1 {
  animation: scaleChanges1 1.5s infinite;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.dot-box li:nth-child(4) .point2 {
  animation: scaleChanges2 1.5s infinite;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
@keyframes scaleChanges1 {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scaleChanges2 {
  0% {
    transform: scale(1.2);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1.2);
  }
}
.head-tit{
	font-size: 36px;
	color: #323032;
	text-align: center;
	line-height: 148px;
}
.products{
	margin-bottom: 65px;
}
.products li{
	width: 20%;
	height: 300px;
	padding-top: 20px;
	text-align: center;
}

.products li p{
	color: #999;
	line-height: 28px;
}
.products li img{
	display: block;
	margin: 0 auto 30px;
}
.products li .img2{
	display: none;
}
.products li div{
	margin-bottom: 20px;
	font-size: 22px;
}
.products li.active{
	color: #fff;
	background: url('../img/gradient_bg2.png');
}
.products li.active p{
	color: #fff;
}
.products li.active .img1{
	display: none;
}
.products li.active .img2{
	display: block;
}

.product-box{
	height: 315px;
	padding: 37px 0;
	background: #f6f7fb;
}
.product-details{
	width: 4800px;
	position: relative;
}
.product-details li{
	width: 1200px;
	float: left;
}
.product-details li .fl{
	width: 401px;
	height: 241px;
	padding-right: 46px;
	border-right: 1px solid #e1e1e1;
}
.product-details li .fl .tit{
	font-size: 24px;
	color: #333;
	line-height: 90px;
}
.product-details li .fl .intro{
	font-size: 16px;
	color: #333;
	line-height: 2.1;
}
.product-details .fl a{
	color: #33a5dd;
}
.product-details li .fr{
	width: 700px;
}
.product-list li{
	float: left;
	width: 140px;
	height: 120px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.solution{
	height: 800px;
	/*background: url(../img/solution_bg.png) no-repeat center;*/
}
.solution-box>.fr{
	width: 734px;
	overflow: hidden;
}
.solution-list{
	margin-top: 14px;
}
.solution-list li{
	width: 355px;
	height: 122px;
	padding-left: 18px;
	color: #fff;
	background: #81C3FF;
	display: table;
	position: relative;
}
.solution-list li.hover{
	color: white;
	/*background: url(../img/gradient_bg.png) repeat;*/

	 background: #007FFF;
	/* background: -webkit-gradient(linear, 0 0, 100% 0, from(#337bdd), to(#33a5dd));
	background: -webkit-linear-gradient(left, #337bdd, #33a5dd);
	background: -moz-linear-gradient(left, #337bdd, #33a5dd);
	background: -o-linear-gradient(left, #337bdd, #33a5dd);
	background: linear-gradient(left, #337bdd, #33a5dd); */
}
.solution-list li.hover:after{
	content: '▲';
	font-size: 22px;
	color: #33a5dd;
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform:rotateZ(90deg);
	position: absolute;
	top: 46px;
	right: -19px;
}
.solution-list li>div{
	display: table-cell;
	vertical-align: middle;
}
.solution-list li .t1{
	color: white;
	font-size: 20px;
}
.solution-list li .t2{
	margin-top: 10px;
	font-size: 14px;
}
.solution-details{
	width: 3680px;
	position: relative;
}
.solution-details li{
	float: left;
	width: 734px;
	padding-left: 1px;
}

.section-tit{
	font-size: 24px;
	/*color: white;*/
	line-height: 52px;
}
.solution-overview{
	padding: 8px 0 45px;
	color: #999;
	line-height: 2;
}
.solution-items li{
	width: 122px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.solution-items li img{
	margin-bottom: 12px;
}
.customer-case div{
	float: left;
	width: 150px;
	height:44px;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	/*background: url(../img/case_bg.png) no-repeat;*/
	background: #85CAFF;
	background-size:cover;
	margin-bottom: 10px;
}
.advantage-box{
	width: 1200px;
	height: 389px;
	margin: 14px auto 62px;
	border: 1px solid #e1e1e1;
	/* position: relative; */
}
.advantage-box .advantage{
	width: 174px;
	height: 387px;
	padding-top: 128px;
	text-align: center;
	color: white;
	float: left;
	font-size: 20px;
	border-left: 1px solid #e1e1e1;
	position: relative;
}
.advantage-box .advantage .badge{
	width: 64px;
	height: 56px;
	padding-top: 4px;
	padding-right: 6px;
	font-size: 16px;
	background: url(../img/honor_titbg.png) no-repeat center;
	position: absolute;
	top: -8px;
	left: 17px;
	z-index: 9;
}
.advantage-box .advantage .badge span{
	font-family: "rage italic";
	font-style: italic;
	font-size: 24px;
}
.fold img{
	margin-bottom: 10px;
}
.advantage-box .advantage1{
	/* left: 0; */
	/* right: 696px; */
	background: url(../img/honor_bg2.png) no-repeat center;
}
.advantage-box .advantage2{
	/* left: 174px; */
	/* right: 522px; */
	background: url(../img/honor_bg2.png) no-repeat center;
}
.advantage-box .advantage3{
	/* left: 348px; */
	/* right: 348px; */
	background: url(../img/honor_bg3.png) no-repeat center;
}
.advantage-box .advantage4{
	/* left: 522px; */
	/* right: 174px; */
	background: url(../img/honor_bg4.png) no-repeat center;
}
.advantage-box .advantage5{
	/* left: 696px; */
	/* right: 0; */
	background: url(../img/honor_bg5.png) no-repeat center;
}

.advantage.above{
	width: 502px;
	padding: 25px;
	background: none;
}
.unfold .fl{
	width: 200px;
	padding-top: 50px;
	text-align: left;
}
.unfold .tit{
	padding-bottom: 20px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.unfold .txt{
	font-size: 16px;
	color: #646464;
	line-height: 30px;
}
.unfold .fr img{
	margin-top: 70px;
}

.news{
	height: 576px;
	background: url(../img/news_bg.png) no-repeat;
}
.scaled:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
}
.moveup:hover{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
}
.news-type li{
	float: left;
	padding-top: 61px;
	font-size: 20px;
}
.news-type li a{
	margin: 0 16px;
	color: #333;
	/* line-height: 148px; */
}
.news-type li a.active{
	color: #33a5dd;
}
.news-type li i{
	font-style: normal;
	color: #e1e1e1;
}
.news-list .tit{
	padding-top: 24px;
	padding-bottom: 14px;
	font-size: 18px;
	color: #333;
}
.news-list .cnt{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.news-list a{
	display: inline-block;
	margin: 24px 0;
	padding-right: 18px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	background: url(../img/more_icon.png) no-repeat right center;
}
.news-cnt{width: 3600px;position: relative;z-index: 1;}
.news-cnt>li{
	width: 1200px;
}
.news-cnt .fr .bgimg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.news-cnt .fr .date{
	width: 165px;
	height: 119px;
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 20px;
	color: white;
	font-size: 18px;
	background: #33a5dd;
}
.news-cnt .date .month{
	font-size: 48px;
}
.news-cnt .fr .days{
	vertical-align: 19px;
}
.news-tit{
	width: 476px;
	height: 110px;
	padding-top: 20px;
	padding-left: 20px;
	background: rgba(0,0,0,.7);
	position: relative;
	z-index: 2;
	font-size: 18px;
	color: white;
}

.customer-list{
	padding-bottom: 50px;
}
.customer-list .fl{
	width: 240px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customer-list .fl:hover{
	box-shadow: 0 0 20px rgba(204,204,204,.6);
}

.consultation{
	height: 247px;
	background: url(/Public/static/images/bjj.png) no-repeat center;
}
.consultation-box{
	text-align: center;
	color: white;
}
.consultation-box .t1{
	font-size: 36px;
	padding-top: 32px;
	padding-bottom: 16px;
}
.consult-btn{font-size: 0;padding-top: 30px;}
.consult-btn a{
	display: inline-block;
	vertical-align: middle;
	width: 216px;
	height: 70px;
	border-radius: 35px;
	border: 1px solid white;
	font-size: 20px;
}
.consult-btn .a1{
	padding-top: 8px;
	margin-right: 30px;
}
.consult-btn .a1 span{
	color: #fcf301;
}
.consult-btn .a2{
	line-height: 68px;
}
.consult-btn .a2 img{
	vertical-align: middle;
}

.contact-us{
	height: 406px;
	/*background: #212121;*/
}
.feature-box{
	height: 152px;
	border-bottom: 1px solid rgba(66,66,66,.5);
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.feature-box>div{
	width: 25%;
	height: 100%;
	-prefix-box-flex: 1;      /* old spec webkit, moz */
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-webkit-flex: auto;          /* Chrome */
	-moz-box-flex: 1;         /* Firefox 19- */
	-ms-flex: 1;              /* IE 10 */
	flex: auto;
	display: table;
}

.feature>div{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.feature>div:first-child{width: 90px;}
.feature .d1{font-size: 20px;color: #000;margin-bottom: 10px;}
.feature .d2{font-size: 14px;color: #666;}

.contact-way>.fl{
	margin-right: 70px;
}
.contact-tit{
	font-size: 20px;
	color: #fff;
	line-height: 86px;
}
.contact-cnt{
	margin-bottom: 16px;
	font-size: 14px;
	color: #7f7f81;
}
.contact-cnt span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: #353434;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-cnt .tel-num{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fabe00;
	line-height: 30px;
}
.authority li{
	display: table;
	margin-bottom: 20px;
}
.authority li>div{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #7f7f81;
	line-height: 24px;
}
.authority img{
	margin-right: 10px;
	vertical-align: middle;
}
.zixun li{
	margin-bottom: 8px;
}
.zixun li a{
	display: block;
	width: 114px;
	height: 38px;
	border: 1px solid rgba(66,66,66,.6);
	font-size: 14px;
	color: #777;
	text-align: center;
	line-height: 36px;
}
.zixun li a img{
	vertical-align: middle;
	margin-right: 4px;
}
.qrcode{
	margin-top: 48px;
}
.bottom{
	height: 200px;
	padding: 24px 0;
	font-size: 14px;
	color: #747474;
	line-height: 40px;
	/*background: #131313;*/
}
.friendlink a{
	margin-right: 34px;
	color: #747474;
}
.copyright a{
	display: inline-block;
	width: 100%;
	height: 22px;
	margin-top: 9px;
}
.copyright .weixin{
	margin-left: 14px;
	background: url(../img/weixin_icon.png) no-repeat center;
}
.copyright .weibo{
	background: url(../img/sina_icon.png) no-repeat center;
}

.banner1{
	height: 400px;
	background: url(../img/banner1.jpg) no-repeat center;
}
.banner2{
	height: 400px;
	background: url(../img/banner2.jpg) no-repeat center;
}
.banner3{
	height: 400px;
	background: url(../img/banner3.jpg) no-repeat center;
}
.banner4{
	height: 400px;
	background: url(../img/banner4.jpg) no-repeat center;
}
.team li{
	width: 320px;
	padding: 45px 0;
}
.team li img{
	display: block;
	margin: 0 auto;
}
.team li .t1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 57px;
}
.team li .t2{
	color: #666;
	line-height: 30px;
}
.core-product{
	height: 658px;
	background: url(../img/product_bg.png) no-repeat center;
}
.product-wrap li{
	width: 270px;
	height: 310px;
	padding: 22px;
	background: #29303b;
}
.product-wrap li.on{
	background: url(../img/gradient_bg3.png) no-repeat center;
}
.product-wrap li .icon2{
	display: none;
}
.product-wrap li.on .icon1{
	display: none;
}
.product-wrap li.on .icon2{
	display: block;
}
.product-wrap li:not(:last-child){
	margin-right: 40px;
}
.product-wrap li img{
	display: block;
	margin: 0 auto;
}
.product-wrap li .d1{
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 48px;
}
.product-wrap li .d2{
	margin-top: 24px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
	line-height: 24px;
}
.product-kind{
	height: 171px;
	margin-top: 56px;
	background: white;
	box-shadow: 0 2px 16px rgba(215,215,215,.4);
	overflow: hidden;
}
.product-kind ul{
	position: relative;
}
.product-kind li{
	display:-webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	height: 171px;
	padding: 33px 49px 23px 133px;
	text-align: center;
}
.product-kind li:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 133px;
	height: 171px;
	line-height: 171px;
	font-size: 20px;
	color: #212121;
}
.product-kind li div{
	font-size: 15px;
}
.product-kind li:first-child:before{
	content: "APP开发";
}
.product-kind li:nth-child(2):before{
	content: "软件开发";
}
.product-kind li:nth-child(3):before{
	content: "微信/小程序";
}
.product-kind li:last-child:before{
	content: "网站建设";
}
.product-kind li .dashed{
	margin-top: 37px;
}
.advantage-wrap{
	margin-top: 54px;
}
.advantages li{
	width: 25%;
	padding-bottom: 72px;
	text-align: center;
}
.advantages li .icon2{
	display: none;
}
.advantages li .d1{
	margin-top: 24px;
	font-size: 24px;
}
.advantages li .d2{
	margin-top: 8px;
	color: #666;
}
.advantages li:hover .icon1{
	display: none;
}
.advantages li:hover .icon2{
	display: inline-block;
}
.process-box{
	padding: 50px 0;
	background: #f9f9f9;
}
.process{
	padding-bottom: 54px;
	border-radius: 20px;
	background: white;
}
.category{
	background: #007FFF;
}
.category li{
	display: table;
	width: 25%;
	height: 9.53125vw;
	min-height: 114px;
	padding-left: 44px;
	color: white;
}
.category li:nth-child(1){
	background: url(../img/category1.png) center;
	background-size: cover;
}
.category li:nth-child(2){
	background: url(../img/category2.png) center;
	background-size: cover;
}
.category li:nth-child(3){
	background: url(../img/category3.png) center;
	background-size: cover;
}
.category li:nth-child(4){
	background: url(../img/category4.png) center;
	background-size: 100%;
}
.category li>div{
	display: table-cell;
	vertical-align: middle;
}
.category li .d1{
	margin-bottom: 6px;
	font-size: 25px;
}
.category li .d2{
	font-size: 14px;
}
.item-box{
	height: 65px;
	border-bottom: 1px solid #f5f5f5;
}
.item-box ul{
	display:-webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.item-box li{
	font-size: 14px;
	color: #e1e1e1;
}
.item-box li a{
	display: inline-block;
	padding: 0 37px;
	color: #666;
	line-height: 61px;
}
.item-box li.on{
	
}
.item-box li.on a{
	color: #33a5dd;
	border-bottom: 3px solid #33a5dd;
}
.case-box{overflow: hidden;padding: 50px 0;}
.case-box ul{
	width: 9600px;
	position: relative;
	overflow: hidden;
}
.case-box li{
	float: left;
	width: 1200px;
}
.works{

}
.works>div{
	float: left;
	width: 388px;
	height: 460px;
	margin-bottom: 35px;
}
.works>div:nth-child(3n+2){
	margin: 0 18px;
}
.works .dot{
	height: 24px;
	background: #f9f9f9 url(../img/dot3.png) no-repeat 10px center;
	background-size: 38px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.work-info{
	padding: 18px;
	border-bottom: 1px solid #e1e1e1;
}
.work-name{
	font-size: 18px;
	color: #333;
}
.work-trait{
	font-size: 14px;
	color: #999;
	padding-top: 15px;
}
.more{
	font-size: 14px;
	color: #c1c1c1;
	padding: 18px;
}
.more img{
	display: inline-block;
	vertical-align: -2px;
	width: 17px;
	margin-left: 10px;
}
.paginator{
	margin: 30px 0 50px;
	text-align: center;
}
.paginator a{
	display: inline-block;
	width: 30px;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.paginator a.on{
	color: #333;
}

.module-num{
	font-family: impact;
	font-size: 120px;
	color: #f0f0f0;
}
.module-tit{
	position: relative;
	/* z-index: 1; */
	margin-top: -70px;
	font-size: 36px;
	color: #323232;
	line-height: 57px;
	background: white;
}
.module-tit span{
	font-size: 16px;
	color: #666;
}
.product-intro{
	padding-top: 40px;
}
.product-intro button{
	width: 217px;
	height: 63px;
	margin-top: 30px;
	font-size: 20px;
	color: white;
	border-radius: 5px;
	background: url(../img/gradient_bg1.png) repeat-y;
	background-size: 100%;
}
.intro-txt{
	margin: 20px 0 40px;
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.peculiarity-box{
	display:-webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 55px;
}
.peculiarity-box li{
	width: 200px;
	height: 251px;
	padding: 30px 30px 0;
	text-align: center;
}
.peculiarity-box li.on{
	background: url(../products/gradient_bg4.png) no-repeat;
}
.peculiarity-box li .icon2{
	display: none;
}
.peculiarity-box li.on .icon1{
	display: none;
}
.peculiarity-box li.on .icon2{
	display: inline-block;
}
.peculiarity-box .d1{
	padding: 15px 0 10px;
	font-size: 18px;
}
.peculiarity-box .d2{
	font-size: 14px;
	color: #999;
	line-height: 1.6;
}
.peculiarity-box li.on .d2{
	color: rgba(255,255,255,.5);
}
.peculiarity-box2 .d1{
	color: white;
}
.aboutus {
	margin-bottom: 25px;
}
.aboutus a{
	float: left;
	width: 25%;
	height: 152px;
	padding-top: 20px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 34px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.aboutus a.on {
	color: white;
	background: url(../img/about_gradient.png) no-repeat center;
}
.title{
	font-size: 36px;
	text-align: center;
	line-height: 108px;
}
.text{
	margin-bottom: 30px;
	color: #666;
	line-height: 2;
}
.photo{
	display: block;
	margin: 30px auto;
}
.culture-box{
	
}
.slogan{
	padding-bottom: 80px;
	text-align: center;
	
}
.slogan .d1{
	padding: 20px 0 15px;
	font-size: 36px;
}
.slogan .d2{
	font-size: 18px;
	color: #666;
}
.culture-box{
	margin-bottom: 20px;
}
.culture>div{
	width: 50%;
}
.culture .fl{
	padding: 35px 54px 25px 94px;
}
.culture .fr{
	padding: 35px 0px 25px 148px;
}
.culture .d1{
	margin-bottom: 8px;
	font-size: 24px;
}
.culture .d2{
	color: #666;
	line-height: 30px;
}
.culture1{
	background: url(../img/culture_icon1.png) no-repeat left 35px;
}
.culture2{
	background: url(../img/culture_icon2.png) no-repeat 50px 35px;
}
.culture3{
	background: url(../img/culture_icon3.png) no-repeat left 35px;
}
.culture4{
	background: url(../img/culture_icon4.png) no-repeat 50px 35px;
}
.news-head{
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}
.news-head li{
	display: inline-block;
	margin: 0 24px;
	font-size: 18px;
	line-height: 100px;
	cursor: pointer;
}
.news-head li.on{
	color: #33a5dd;
	border-bottom: 3px solid #33a5dd;
}
.news-item{
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.news-body{
	width: 3600px;
	position: relative;
}
.news-body li{
	width: 1200px;
}
.news-body li>a{
	display: block;
	padding: 40px 0;
}
.news-body li>a + a{
	border-top: 1px dashed rgba(193,193,193,.5);
}
.news-title{
	font-size: 18px;
	color: #333;
}
.news-title .fr{
	font-size: 14px;
	color: #999;
}
.news-intro{
	color: #999;
	margin-top: 12px;
}
.honor-box{
	margin-top: 20px;
	margin-bottom: 130px;
}
.honor-box>div{
	float: left;
	width: 255px;
	margin-right: 60px;
	text-align: center;
	line-height: 68px;
	color: #666;
}
.honor-box>div:nth-child(4n){
	margin: 0;
}
.img-box{
	height: 196px;
	display:-webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;

}
.contact-box{
	padding: 20px 0 80px;
}
.contact-box .fr{
	width: 516px;
	margin-top: 24px;
}
.contact-box .fr .d1{
	font-size: 30px;
}
.contact-box .fr .d2{
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.contact-box .fr .head{
	padding-top: 10px;
	font-size: 18px;
}
