/* #Typography
================================================== */

a {
	color: #b55143;
	text-decoration: none;
}

a:visited {
	color: #b55143;
}

a:hover {
	color: #ddd;
}


h1 {
	font-family: "造字工房俊雅（非商用）常规体", sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 100px;
	font-weight: 700;
	text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.4);
}

p.intro_text {
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);	
}

h2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
	color: #3a3a3a;
	text-align: center;
	padding: 3px 0 3px 0;
	margin-bottom: 40px;
	text-shadow: 3px 3px 0px #c7c7c7;
	filter: dropshadow(color=#c7c7c7, offx=3, offy=3);
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

h4 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
	margin-bottom: 25px;
	text-align:center;
	}

p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	margin: 10px 0;
	font-size: 16px;
	color: #000;
}

.txt {
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	padding: 15px 0 15px 0;
	text-indent: 3em;
	width:800px;
	text-align:left;
	margin:0 auto;
}

.txt2 {
	padding: 15px 0 15px 0;
	text-indent: 3em;
	width:800px;
	text-align:right;

}
.txt3 {
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	padding: 20px 0;
	text-indent: 3em;
	width:800px;
	text-align:left;
	margin:15px auto;
}

/* #General Styles
================================================== */

body {
	background: #383838;
	padding:0;
	margin:0;
}

span.bar {
	background: url(../images/bg_vertical.png) repeat;
	height: 16px;
	width: 255px;
	margin: 0 15px 0 15px;
	display: inline-block;
}

.box {
	background: #a6483e;
	border: 3px solid #e1e1e1;
	width: 335px;
	padding: 10px;
	text-align: center;
	margin: 25px auto 0 auto;
	-webkit-box-shadow: 0px 1px 3px 0px gray;
	box-shadow: 0px 1px 3px 0px gray;
}

.box a {
	font-size: 16px;
	color: #fff;
}

.box a:hover {
	color: #000;
}



/* #Main
================================================== */

#main {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
	
	
}

#main .bg1 {
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
	height: 3%;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#main .bg2 {
	background: url(../images/bg.png) 50% 0 repeat-x;
	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 150;
}

#main .bg3 {
	background: url(../images/bg2.png) 50% 0 repeat-x;
	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 150;
}


#main .bg5 {
	background: url(../images/bg_u.png) 100% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}



/* #Header
================================================== */

header {
	background: #fff;
	position: relative;
	z-index: 300;
	width: 100%;
	-webkit-box-shadow: 0px 2px 5px 0px #000000;
	-moz-box-shadow: 0px 2px 5px 0px #000000;
	box-shadow: 0px 2px 5px 0px #000000;
}

.color_bar {
	height: 4px;
	width: 100%;
	background: #a6483e;
}



/* #Intro
================================================== */


.title {
	position: fixed;
	visibility: visible;
	background: url(../images/bg_f1.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 20%;
	z-index: 200;
	

}


.title h1 {
	margin-top: 110px;
	left: 155px;
	position: absolute;
	z-index: 180;
	background: 100% 0 repeat-x fixed;
	top: 2px;
}

.title p {
	position: absolute;
	z-index: 180;
	margin-top: 80px;
	left: 50%;
	background: 100% 0 repeat-x fixed;
	top: 121px;
	width: 620px;
}



/* #Nav
================================================== */

nav {
	margin: 20px auto 0 auto;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 45px;
	text-align: center;
	top: 1000px;
	background-image:url(../images/bg_cloud.png)
	
}

nav ul {
	padding-top: 14px;
}

nav ul li {
	display: inline;
}

nav a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

nav a:visited {
	color: #fff;
}

nav a:hover {
	color: #000;
}



/* #Portfolio
================================================== */

#portfolio {
	background: #f3f3f300;
	position: relative;
	z-index: 400;	
	margin-top: 820px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #f1f1f1;
	font-size:1.1em;
	padding-bottom:10px;
	margin-bottom:50px;
}
#p2 {
	background: #f3f3f300;
	position: relative;
	z-index: 400;	
	margin-top: 100px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #f1f1f1;
	font-size:1.1em;
	padding-bottom:10px;
	margin-bottom:50px;
}
#po1 {
	position: relative;
	z-index: 400;
	margin: 210px auto 0 auto;
	background: url(../images/bg_field.png) 50% 0 repeat-x fixed;
	padding:0;
	width: 100%;
	height: 50%;
}

#portfolio h2 {
	margin-top: 60px;
	margin: 0 auto;
}

.logo{
	float: left;
	margin-left:-140px;
	margin-top: 160px;
}

#portfolio li{
	list-style: outside none none;
line-height: 1.4em;
font-family: "楷体",sans-serif;
font-size: 1.4em;
font-weight: 500;
color:#3D3D3D;}
.resume{
	background-color: #b4b4b4;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 7px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	width: 100%;
	height: auto;
    line-height: 2em;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	
	}
.res{
	padding:50px 100px 100px; 

	}

.tu{width: 100%;
	padding:10px;
	height: 250px;
}
.tu img{width: 30%;
padding: 20px;
float: left;

}
.t1{width: 100%;
	padding:10px;
	height: 180px;
}
.t1 img{width: 25%;
padding:10px;
float: left;

}
.content-main h3 {
	margin-top: 20px;

	text-align: center;
}
.content-main h6 {
	margin-top: 20px;
    text-align: center;}


.gallery p {
	text-align: center;
	margin-top: 40px;
}

span.icn_portfolio {
	background: url(../images/icn_portfolio.png) no-repeat;
	width: 27px;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
}

.gallery {
	margin-top: 130px;
	
}

.screenshot {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top:20px;
	width:240px;
	height:164px;
}

.screenshot img {
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #747474;
	-moz-box-shadow: 0px 0px 3px 0px #747474;
	box-shadow: 0px 0px 5px 0px #747474;
	transition: all 0.3s ease 0s;
}

.last {
	margin-right: 0;
}

p.desc {
	margin: 0 auto;
	color: #a6483e;
	font-size: 13px;
	text-align:center;
}

p.proj {
	margin: 0 auto;
	color: #393939;
	font-size: 14px;
	text-align:right;
}

.content-main{
	width: auto;
	margin: 0 auto;
	 clear:both;
            }
.content-main li{
	list-style-type:none;
	margin:0 auto;
   }
.content-main li img{
	margin-bottom:100px;
	width:100%;
   }




/* #Services
================================================== */




/* #介绍
================================================== */


/* contact info */

.contact_info {
margin-top: 30px;
font-family: "Open Sans",sans-serif;
font-weight: 300;
font-size: 12px;
width: 800px;
height: auto;
margin-bottom: 21px;
line-height: 2em;
padding: 5px;

margin:0 auto;
}
.contact_info li{
	padding-left:2em;
list-style: outside none none;
line-height: 2em;
font-family: "Droid Sans",sans-serif;
font-size: 1.1em;
font-weight: 400;}
.contact_info1 {
	padding: 20px 30px;
}
.contact_info img {
	margin-right: 8px;
	vertical-align: baseline;
}
span.bq{letter-spacing:2em;}
span.bq1{letter-spacing:4px;}
span.bq2{margin-left:2em;}
span.bq3{font-size: 13px;
font-family:"宋体";
font-weight:lighter;}

span.address {
	margin-left:6em;
}



/* #Footer
================================================== */

.pixels {
	position: relative;
	z-index: 500;
	margin-bottom: 40px;
	text-align: center;
}

.pixels p {
	color: #fff;
	font-size: 15px;
}

.copyright {
	position: relative;
	z-index: 500;
	background: #000;
	padding: 10px 0;
	text-align: center;
	height: 20px;
}

.copyright p {
	font-size: 13px;
	color: #a1a1a1;
}
