﻿* {
    margin: 0;
    padding: 0;
    font: 14px "微软雅黑";
    color: #747474;
}
* {
	border:0;
	font-family:sans-serif;
	font-size:1em;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
@font-face {
	font-family:Vegur;
	font-style:normal;
	font-weight:300;
	src:local('Vegur Light'),local(Vegur-Light),url(vegur-l-webfont.woff) format(woff);
}
body {
	/*background:#260930;*/
    background:#58085C;
	/*overflow:hidden;*/
    /*background: #F1F1F1 url(../images/whiteBg.png);*/
    position:relative;
}
#place {
    width: 976px;
    height: 650px;
    position: absolute;
    left: 50%;
    margin-left: -488px;
    top: 125px;
}

.clearfix::after{
	clear:both;
}
.clearfix::before,.clearfix::after {
	content:"";
	display:table;
}

#sitename {
    left: 5px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0;
}
.social-links {
	width: 195px;
	left: 780px;
	top: -2px;
	position: absolute;
	float: right;
}
.social-links {
	*zoom:1;
}
.social-links:before,.social-links:after {
	content:"";
	display:table;
}
.social-links:after {
	clear:both;
}

.social-links ul {
	font-size: 11px;
	font-size: 0.6875rem;
	padding: 0;
	list-style: none;
	margin: 0;
}

.social-links ul:before, .social-links ul:after {
	content: "";
	display: table;
}
.social-links ul:after {
	clear: both;
}
.social-links ul:before, .social-links ul:after {
	content: "";
	display: table;
}

.weixin {
position: relative;
}

.social-links li {
	margin-left: 15px;
	display: block;
	float: left;
}

.social-links a {
	color: #333333;
	text-decoration: none;
	margin-bottom: 1px;
	margin-bottom: 0.0625rem;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom 0.1s ease-in-out 0;
	-moz-transition: border-bottom 0.1s ease-in-out 0;
	-o-transition: border-bottom 0.1s ease-in-out 0;
	transition: border-bottom 0.1s ease-in-out 0;
	color: #696969;
	font-family: 'Gotham_SSm_4r',Helvetica,Arial,sans-serif;
}
.social-links li a {
	text-decoration: none;
	border-bottom: 0;
}

.weixinFunctionality {
	cursor: pointer;
}

.social-icon-yx {
	width: 45px;
	height: 45px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/social-sprites-v2-yx.png) no-repeat;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out 0;
	-moz-transition: opacity 0.1s ease-in-out 0;
	-o-transition: opacity 0.1s ease-in-out 0;
	transition: opacity 0.1s ease-in-out 0;
}

.social-icon-yx {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.social-icon-yx {
	width: 45px;
	height: 45px;
	margin-right: 0;
	margin-top: 0;
}

.weixin-icon {
	background-position: 0 -285px;
}

.weixin-icon:hover {
	background-position: 0 -760px;
}

.weibo-icon {
	background-position: 0 -190px;
}
.weibo-icon:hover {
	background-position: 0 -665px;
}
.qq-icon {
	background-position: 0 0;
}
.qq-icon:hover {
	background-position: 0 -475px;
}

.social-links li a .social-icon, .social-links li a .social-icon-yx {
	vertical-align: middle;
}

.social-links .link-text {
	display: inline-block;
}

.weixin .weixin-popup {
	position: absolute;
	background: #fff url("../images/weixin.jpg") no-repeat;
	background-size: 150px 150px;
	background-position: center;
	margin-bottom: 0;
	float: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #e9e9e9;
	display: none;
	bottom: -180px;
	left: -30px;
	opacity: .95;
	width: 160px;
	height: 160px;
	text-indent: -9999px;
	z-index: 999;
}
.weixin .weixin-popup.hover-display {
	display:block;
}
.weixin .weixin-popup p {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	padding: 10px 4px;
	padding: 0.625rem 0.25rem;
	line-height: 30px;
	line-height: 1.875rem;
}
.weixin .weixin-popup p span {
	display: block;
}

.weixin .weixin-popup .tick-mark {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: white;
	content: "Arrow";
	text-indent: -9999px;
	position: absolute;
	margin-left: -7px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border-bottom: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	margin-top: 0.25rem;
	top: -15px;
	right: 102px;
}

#wrapper1 {
left: 0;
}
#wrapper1, #wrapper2, #wrapper3, #wrapper4, #wrapper5, #wrapper6, #wrapper7, #wrapper8, #wrapper9 {
width: 975px;
height: 550px;
position: absolute;
top: 80px;
}

#footer {
    width: 976px;
    height: 40px;
    margin: 0 auto;
    padding-top: 5px;
    top: 780px;
    left: 50%;
    margin-left: -488px;
    position: absolute;
    text-align: center;
    border-top: 1px solid #c2c2c2;
    font-family: Helvetica,Arial,sans-serif;
    color: #696969;
}
#footer a,#footer span{
    color: #9B9B9B;
    font-family: Hiragino Sans GB, STHeiti, Microsoft Yahei, sans-serif !important;
    display: inline;
    font-size: 12px;
}
#footer span{
	float:left;
}
#footer>ul:after, #footer>ul:before {
    display: none;
}
#footer ul:after {
    clear: both;
}

#footer ul:before, #footer ul:after {
    content: "";
    display: table;
}

#footer ul {
    margin-top: 0;
    float: right;
    display: inline;
    font-size: 0.6875rem;
    padding: 0;
    list-style: none;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
#footer>ul li {
	display: inline;
	line-height: 11px;
	line-height: 0.6875rem;
}

#footer>ul>li {
	color: rgb(105, 105, 105);
	font-family: Gotham_SSm_4r, Helvetica, Arial, sans-serif;
}

#footer ul li {
	line-height: 17px;
	line-height: 1.0625rem;
}

#footer>ul li:after {
	content: "•";
	color: #a9a9a9;
	margin: 0 5px 0 7px;
	margin: 0px 5px 0px 7px;
	margin: 0rem 0.3125rem 0rem 0.4375rem;
}

#footer>ul li:last-child:after {
    content: "";
}

/*home page*/
/* CSS Document */
li {
    list-style: none;
    list-style-type: none;
}
.greenBg {
background: #9cc451;
}
.greenBg *{
	text-align:left;
}
.colorFonts * {
color: #FFF;
}
.developing{
	height: 553px;
    width: 975px;
    top: 80px;
    position: absolute;
}
.developing .comPos{
	position:relative;
}
.developing .title{
	position:absolute;
	margin:0;
	top:30px;
	width:100%;
}
.developing .title h2{
	font-size: 30px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}
.developing #show{
	height:410px;
	overflow:hidden;
}
.developing .contents{
	height:390px;
}
.developing .fL {
    float:left;
}
.developing .conTxt{
	width:440px;
	margin-top:180px;
}
.developing .conTxt p{
	line-height:24px;
}
.developing .keyimg{
	margin-left:10px;
	width:500px;
	height:390px;
	position:relative;
}
.developing .keyimg img{
	position:absolute;
}
.developing .conTxt .keyname{
	border-bottom:1px solid #FFF;
	font-size:24px;
	height:46px;
	margin-bottom:15px;
}
.developing .conTxt li{
	font-size:14px;
	width:205px;
	margin-bottom:6px;
	float:left;
	background:url(../images/bul.png) no-repeat 0 9px;
	padding-left:12px;
}
.developing .tabs{
	width:690px;
	margin:0 auto;
}
.developing .tabs li{
	width:75px;
	float:left;
	cursor:pointer;
	margin:0 20px;
}
.developing .tabs li .tabIcon{
	width:75px;
	height:75px;
	margin-bottom:6px;
}
.developing .tabs li p{
	text-align:center;
}
.developing .tabs li.current .tabIcon{
	background-position:0 -75px;
}
.developing .tabs li .soft{
	background:url(../images/softTab.png) no-repeat;
}
.developing .tabs li .web{
	background:url(../images/webTab.png) no-repeat;
}
.developing .tabs li .mobile{
	background:url(../images/mobileTab.png) no-repeat;
}
.developing .tabs li .technology{
	background:url(../images/technologyTab.png) no-repeat;
}
.developing .tabs li .marketing{
	background:url(../images/marketingTab.png) no-repeat;
}
.developing .tabs li .tactics{
	background:url(../images/tacticsTab.png) no-repeat;
}
.developing .tabs li .maintain{
	background:url(../images/maintainTab.png) no-repeat;
}
.developing .tabs li .bigdata{
	background:url(../images/bigdateTab.png) no-repeat;
}

.developing,.bigdata,.clients{
	overflow:hidden;
}
.developing *,.bigdata *{
	font-size:14px;
}

.title h2 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}