html, body {
    width:100%;
    height:100%;
    font-family: '微软雅黑', sans-serif;
    font-weight: 300;
    font-size:20px;
    color:#fff;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background:#212121;
}
.home h1 {
    font-size: 20px;
    line-height: 40px;
}
.home h2 {
    font-size:45px;
    line-height: 40px;
    margin:30px auto;
}
.home h3 {
    font-size: 64px;
    line-height: 28px;
}
.home p{text-indent: 2em; padding: 0 0 0 0px;line-height: 25px;
    font-size:18px;
	text-align: left;
}
section {
    position: relative;
    width:100%;
    min-height:100%;
    float: left;
}
section.full-height {height:100%;}
.home-container {
	 text-align: center;
    width:100%;
    height:100%;
    position:absolute;
    display:table;
    top:0;
    left:0;
}
.center-container {
    display: table-cell;
    vertical-align: middle;
}
.home-logo-box {
    display:block;
    width:100%;
    max-width:600px;
    padding: 40px;
    margin:0 auto;
	vertical-align: middle;
}

.home-top-text{
    display:block;
	width:100%;
	max-width:800px;
	margin-bottom: -7px;
    margin-left: 10px;
	float:left;
	text-align: left;
}
.home-logo{
	width:100%;
	max-width:502px;
    height:202px;
    float:left;
    text-align: center;
}
.home-logo img {width: 100%;}

.content-container {
    width:100%;
    max-width:1100px;
    margin:0 auto;
    overflow: hidden;
}
.work-list {
    width:100%;
    float:left;
}
.work {
    display:block;
    width:100%;
    height:100%;
    float:left;
    background:#fff;
    margin-bottom: 30px;
    color:#333;
}
.two-col {
    width:50%;
    height:100%;
    float:left;
    border: solid #fff 10px;
}
.two-col span{
 display:block;
	  color: #b3b3b3;
	  font-size: 15px;
	font-weight:bold;

	margin-top:10px;
		line-height: 20px;
		text-align: right;

}
.two-col  a {
	  color: #333333;
	  text-decoration: none;
}


.two-col img {width: 100%;}

.work-container {
    text-align: center;
}
.work-container h1 {
    font-size:45px;
    line-height: 45px;
    margin:30px auto;
}
.work-container h2 {
	font-weight:bold;
    font-size:35px;
    line-height: 34px;
    margin:20px auto 10px;
}
.work-container p{
    font-size:18px;
    color:#6a6a6a;
}


.work-container article {
    font-size:18px;
    color:#6a6a6a;
	line-height: 25px;
	text-align: left;
	text-indent : 20px; 
	margin-top: 15px;
}


strong {
	font-weight:bold;
}

.p-first {
    font-size:30px;
    line-height:28px;
    margin-bottom:30px;
	font-weight:bold;
}
.p-last {
    font-size:18px;
    line-height: 28px;
}
.p-first2 {
    font-size:22px;
    line-height:22px;
	margin-top:30px;
    margin-bottom:10px;
	font-weight:bold;
	text-align: left;
}
.p-first3 {
    font-size:18px;
    line-height:18px;
	margin-top:2px;
    margin-bottom:2px;
	font-weight:bold;
	text-align: left;
	color:#FF6600;
}
.p-first3 a  {
    display: inline-block;;
    color:#FF6600;
     -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.p-first3 a:hover {
    color:#00acff;
}
.p-first3 a:hover span {
    background-color:#00acff;
    color:#fff;
}
.p-last2 {
    font-size:18px;
    line-height: 28px;
	text-align: left;
}
canvas {
    position: fixed;
    top:0;
    left:0;
}

p.hire-me {
    text-align: center;
}
p.hire-me a {
    text-decoration: none;
    font-size:54px;
    display: inline-block;;
    color:#fff;
    padding:10px 25px;
    opacity: 1;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
p.hire-me a span {
    background-color:#fff;
    display: inline-block;;
    color:#333;
    padding:15px;
     -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
p.hire-me a:hover {
    color:#00acff;
}
p.hire-me a:hover span {
    background-color:#00acff;
    color:#fff;
}

.social-media {
    position: fixed;
    top:30px;
    right:0;
    z-index: 99;
}
.social-media a {
    display:block;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size:18px;
    font-weight: 700;
    color:#fff;
    background-color: #00acff;
    text-decoration: none;
    margin-bottom: 1px;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.social-media a:hover {
    color:#00acff;
    background-color:#fff;
}

form {
    width:100%;
    overflow: hidden;
}
form .input-wrap-sm {
    position: relative;
    width:50%;
    float: left;
    padding: 0 15px;
}
form .input-wrap-lg {
    position: relative;
    width:100%;
    float: left;
    padding: 0 15px;
}
form input, form textarea {
    width:100%;
    height:44px;
    border: none;
    outline: none;
    background: #fff;
    background: rgba(255,255,255,0.6);
    margin-bottom: 15px;
    padding:5px 15px;
    color:#212121;
    font-size: 16px;
}
form textarea {
    height:160px;
    padding-top: 15px;
}
.contact h1 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin: 30px auto;
}
button {
    background-color: #00acff;
    float: right;
    width:150px;
    height: 44px;
    border:none;
    outline: none;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
    margin-bottom:20px;
}
button:hover {
    color:#00acff;
    background-color:#fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #212121;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #212121;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #212121;
}
:-moz-placeholder { /* Firefox 18- */
  color: #212121;
}
#thanks {
    float: left;
    margin-top:10px;
    margin-bottom: 20px;
}



/*底部  position:absolute;*/
	.footerBox { 

z-index: 999;	
text-align: center;

	   width:100%;
	   display:table;
    } 
.footer-link-wrap{clear: both;width: 100%;min-height: 70px;background: #191919;
    line-height: 30px;
    font-size:13px; 

	}

.footer-link p{color: #fff;line-height: 30px;}
.cn{width: 100px;height: 30px; line-height: 18px;background: #9057d6;text-align: center;color: #fff;border-radius: 5px;cursor: pointer; }

.footer-wrap{

    width:100%;
    display:table;

    left:0;
	clear: both;
	min-height:136px;
	background:#000;}
.footer{
	display: table-cell;
    vertical-align: middle;
	min-height:65px;padding:1px 0 0;line-height:18px;color:#fff;font-size: 14px;overflow: hidden;
	
	}
.footer-info{min-height: 54px;margin: 5px 0 0 0px;}
.footer-info p{color: #fff;line-height: 24px;}

.shareDot{float:left;padding:0 5px 0 17px;line-height:20px;background:url(../images/share-dot.jpg) 0 3px no-repeat;}
.bshare-custom{display: none;position: absolute;right: 0;top: 5px;}

.scale{
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.scale:hover,a:hover .scale{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.g-animate {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.rotate {
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}
.rotate:hover, li:hover .rotate, a:hover .rotate {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


	
.map-info{

	display:none;
	padding:25px 0 0 0;
    position: absolute;z-index: 999;max-width: 650px;height: 330px;background: #29172d url(../images/map-dot.png) left top no-repeat;
    -moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;
}
.map-info p{padding: 0 0 0 72px;line-height: 41px;font-size: 14px;color: #fff;}
.map-info p a{color: #fff;}
.map-info span{
    font-size:28px;
    line-height:28px;
	font-weight:bold;
position: absolute;right: 20px;top: 180px;width: 130px;height: 46px;}

   .mapclose {  

    font-size:28px;
    line-height:28px;
	font-weight:bold;
    cursor: pointer;  
	position:absolute; right:20px; top:10px; 
       
    } 
.xieyiBox{
	display:none;
	padding: 0 30px 30px 30px;
    position: absolute;z-index: 999;max-width: 1100px;background: #fff left top no-repeat;
    -moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;
}
.xieyiBox h1 {
	 text-align: center;
    font-size:30px;
    line-height: 35px;
    margin:20px auto;
	color: #000;
}
.xieyiBox h2 {
line-height: 25px;font-size: 14px;color: #ff0000;
}
.xieyiBox h3 {
    font-size:15px;
    line-height: 15px;
    margin:10px auto;
	color: #000;
	font-weight:bold;
}
.xieyiBox .p4{text-indent: 4em; }
.xieyiBox p{text-indent: 2em; padding: 0 0 0 0px;line-height: 25px;font-size: 14px;color: #000;}
.xieyiBox p a{color: #fff;}
.xieyiBox span{
    font-size:28px;
    line-height:28px;
	font-weight:bold;
position: absolute;right: 48px;bottom: 30px;width: 130px;height: 46px;}



.pgWin{

position: absolute;

width: 100%;
height: 100%;
}
.pgBox{


	padding: 0 30px 30px 30px;

	max-width: 1100px;
 color: #fff;

	
}

.pgBox h1 {
	 text-align: center;
    font-size:30px;
    line-height: 35px;
    margin:20px auto;
	color: #fff;
}
.pgBox h2 {
line-height: 25px;font-size: 16px;color: #ff0000;
}
.pgBox h3 {
    font-size:16px;
    line-height: 16px;
    margin:10px auto;
	font-weight:bold;
}
.pgBox .p4{text-indent: 4em; }
.pgBox p{text-indent: 2em; padding: 0 0 0 0px;line-height: 25px;font-size: 16px;color: #fff;}

.pgBox p a  {
    display: inline-block;;
    color:#FF6600;
     -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.pgBox p a:hover {
    color:#00acff;
}
.pgBox p a:hover span {
    background-color:#00acff;
    color:#fff;
}


.work2 {
    display:block;
    width:100%;
    height:100%;
    float:left;
    background:#fff;
    margin-bottom: 30px;
    color:#333;
}
.work2 h1 {
    font-size:45px;
    line-height: 40px;
    margin:30px auto;
}
.work2 h2 {
	font-weight:bold;
    font-size:35px;
    line-height: 34px;
    margin:20px auto 10px;
}
.work2 h3 {
    font-size:16px;
    line-height: 16px;
    margin:10px auto;
	color: #000;
	font-weight:bold;
	   text-align: left;
}
.work2 p{
    font-size:18px;
    color:#6a6a6a;
}
.work2 .p1{ text-align: left;font-weight:bold;font-size:16px; line-height:25px;}
.work2 .p2{ text-indent: 2em;text-align: left;font-size:16px; line-height:25px;}
.work2 article {
    font-size:16px;
    color:#6a6a6a;
	line-height: 25px;
	text-align: left;
	text-indent : 20px; 
}

.two-col2 {
    width:50%;
    height:100%;
    float:left;
    border: solid #fff 10px;
    text-align: center;
}
.two-col2 img {width: 100%;margin-bottom:10px}



.home-text-box {
    display:block;
    width:100%;
    max-width:1100px;
    padding: 15px;
    margin:0 auto;
	vertical-align: middle;
}
.home-text-box h1 {
 	font-weight:bold;
    font-size:45px;

	text-align: center;
	    line-height: 45px;
    margin:30px auto;
}

.home-text-box p{
	text-indent: 2em;
    font-size:18px;
    color:#fff;
	text-align: left;
	line-height:25px;
}
@media (max-width: 1100px) {
    .content-container {padding:0 15px;}
}

@media (max-width:992px){
    .work-container p, .work-container article {font-size:16px;}
    .work-container h2 {margin-top:27px;}
    .work-container article {margin-top:20px;}
    .work, .two-col,.two-col2 {height:auto;}
}

@media (max-width:767px){
    .home h2 {
        font-size:60px;
        line-height: 84px;
    }
    .home h1, .home h3 {
        font-size:16px;
        line-height: 20px;
    }
    .p-first {
        font-size:20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .p-last {
        font-size:16px;
        line-height: 20px;
    }
    .two-col {
        width:100%;
    }
	.two-col2{
        width:100%;
    }
	 .map-info{
        width:100%;
    }
    form .input-wrap-sm {width:100%;}
    .contact h1 .home-text-box h1 {
        font-size:24px;
    }
}
