html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
del,ins,u,s,a,a:link a:visited,a:hover,a:active{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.5 "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; color:#333;outline:0;}
a,a:hover{color:inherit; text-decoration: none; display: block;}



.container{ width: 1200px; }

/* 公共服务头 */
.public-service-header{text-align: center; font-size: 36px;height: 134px; margin-bottom:20px;  }
.public-service-header .english{font-size: 26px;}
.public-service-header .circle{ display:inline-block; background-color:#ccc; border-radius:50%; width:4px; height:4px;  }
.public-service-header .triangle{ background:url(../images/triangle-icon.png);  width:24px; height:24px; display:inline-block;  position:relative; top:20px; margin:0 20px;}

/* 顶部导航 */
.header { height: 100px; position:fixed; background:#fff; width:100%; z-index:2; box-shadow: 0px 0px 10px #999;}
.header .logo{ color:#3399cc; font-size:28px; width: 450px; height: 68px; background: url(../images/header_logo.png) no-repeat; padding-left:60px; float: left; margin-top: 20px; }
/*.header .company{ letter-spacing: 0px;  }*/
.header .logo .english{ font-size:18px; letter-spacing: .5px; }
.header .menu{ float: right; margin-top: 48px; }
.header .menu li{ float:left; margin-left: 24px; }
.header .menu li a{ padding-bottom: 10px; }
.header .menu li a.active,.header .menu li a:hover{ border-bottom: 4px solid #ff9900; }
.header .menu li a.login:hover{ border-bottom: none;}
.header .menu .login{ padding: 0 0 0 15px;border-left: 1px solid #999;box-sizing: border-box;color: #ff9900;}

/* 横幅 */
.banner{ text-align:center; background:url("../images/pic2.jpg") center; height:880px; padding-top:188px; }
.banner h1{ text-indent:-9999px; background:url("../images/title.png") no-repeat; margin:0 auto; height:150px; width:150px; }
.banner h2{ letter-spacing: 28px;font-size:60px; font-weight:bold; color:#fff; margin:50px 0 45px;}
.banner .txt{ margin-top:80px; position:relative; left:50%; width:574px; margin-left:-287px;}
.banner .txt section{color:#8f9299; float:left; }
.banner .txt section:hover{ -webkit-transform: scale(1.5); color:#fff; }
.banner .txt section .title{ margin-bottom:15px; display:block; padding:4px 20px; border:1px dashed red; font-size:28px; border-radius:50px;}
.banner .txt section .border-yellow{ border-color:rgb(249,251,92); }
.banner .txt section .border-blue{ border-color:rgb(120,186,221); }
.banner .txt section .border-red{ border-color:rgb(249,154,157); }
.banner .prjteam{ -webkit-transform: scale(1); -webkit-transition: 1s; width:161px;}
.banner .plan{ -webkit-transform: scale(1); -webkit-transition: 1s;width:209px;margin:-10px 22px;}
.banner .plan .title{ font-size:40px; }
.banner .devteam{ -webkit-transform: scale(1); -webkit-transition: 1s;width:157px;}

/* 服务范围 */
.service-area { background-color: #f9f9f9; padding-top: 60px; }
.service-main { margin-left:-115px;}
.service-main .service-item{ float:left;text-align: center;margin-left: 110px; }
.service-main .service-item .service-item-header{ display:block; font-size: 18px;font-weight: bold; padding-top:15px; box-sizing: border-box; margin-bottom: 13px; }
.service-main .service-item .service-item-border-green{ border-bottom: 8px solid #27ae61; display:inline-block; height:8px; width:50px;  margin-bottom:15px;}
.service-main .service-item .service-item-border-orange{ border-bottom: 8px solid #ff9900; display:inline-block; height:8px; width:50px;  margin-bottom:15px;}
.service-main .service-item .service-item-border-blue{ border-bottom: 8px solid #3399cc; display:inline-block; height:8px; width:50px;  margin-bottom:15px;}
.service-main .service-item .service-item-content{width: 314px;font-size: 13px; margin-bottom:24px; }

/* 专业领域 */
.professional-area { background-color: #fff; padding-top: 60px; }
.professional-area .service-main .service-item .service-item-content{ text-align: left; }

/* 开发案例 */
.case-area { padding:64px 0 200px; background-color: #f9f9f9; }
.case-area .box2 img{ width:200px;height:370px;  }
.case-area li {
	float: left;
	list-style-type: none;
	position:absolute;
	transition-property: all;
	transition-duration:1s;
	transition-timing-function:ease-in-out;
	text-align: center;
	color: #fff;
	font-size: 70px;
	cursor: pointer;
}

.case-area ul {
	width: 100px;
	height: 100px;
	margin: 100px auto;
	-webkit-transform: rotateY(-50deg) rotateX(-50deg);
	transform: rotateY(-0deg) rotateX(-0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  	-webkit-perspective: 2000px;
  	perspective: 2000px;
	position: relative;
	left:-180px;
	top:-100px;
}
.case-area .box2 > li > div {
	/*background: red;*/
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
}

/* 服务品质 */
.quality-area { background-color: #fff; padding-top:30px; }
.quality-area .content{ background-color:#34465a; text-align: center;}
.quality-area .content ul{height:100%;}
.quality-area .content li{width:390px;float:left;height:358px;color:#fff;padding:0 30px; font-size:20px; }
.quality-area .content h2{line-height:48px;margin-top:20px;}
.quality-area .content img{margin-top:60px;}
.quality-area .content span{display:none;}
.quality-area .content .demand{background:#00a0e9;}
.quality-area .content .sandbox{background:#34465a;}
.quality-area .content .ue{background:#00a0e9;}
.quality-area .content .flow{background:#34465a;}
.quality-area .content .data{background:#00a0e9;}
.quality-area .content .reuse{background:#34465a;}

/* 开发流程 */
.development-area{ text-align: center; padding-top: 90px; background-color:#f9f9f9; }
.development-area .content{width:937px;margin:80px auto 154px;overflow:hidden;}
.development-area .content p{width:830px;margin:0 auto 64px;font-size:16px;}
.development-area .flow_content{height:100%;}

/* 联系我们 */
.contact-area { background-color:#fff; padding-top:30px; text-align:center; padding-bottom:100px; }
.contact-area img{ width:80%; }
.contact-area .main .content{ font-size:16px; width:50%; float:left; text-align:left; padding:50px 0 0 0px; line-height:60px; }
.contact-area .main .phone{ background:url('../images/phone.png'); display:inline-block; width:170px; height:30px; position:relative; top:7px; left:-5px;}
.contact-area .main .map{ width:50%; float:left; }

/* 底部 */
.footer{ color:#fff; width:100%; background:#4c4c4c;}
.footer a{ display:inline-block;  }
.footer p{ text-align:center; padding:25px 0; line-height:30px; margin-top:5px; color:#fff; }
.footer .company{ margin-right: 40px; }

/* 二维码 */
.footer .qr-code {
	text-align: center;
	padding: 35px 0 15px;
	overflow: hidden;
	border-bottom: 0.5px solid rgba(255,255,255,0.4);
}	
.footer .qr-code li {
	width: 150px;
	height: 150px;
	margin:0 40px;
	/*float: left;*/
	display: inline-block;
}
.footer .qr-code li p {
	margin: 0;
	padding: 10px 0;
}
.footer .qr-code li img {
	width: 100%;
	height: 100%;
}
.blue{
	border-bottom: 8px solid #36c0b1;
    display: inline-block;
    height: 8px;
    width: 50px;
    margin-bottom: 15px;
}
.href{
	display: inline-block;
	width: 130px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	background: #36c0b1;
	border-radius: 5px;
}
.href:hover{
	color:#fff;
	text-decoration: none;
	display: inline-block;
}
