/*公用样式*/

h1,h2,h3,h4,h5,h6,p,li,strong,a,span{
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

html,
body {
    height: 100%;
    width: 100%;
}
body{
	position: relative;
	overflow-x:hidden;
}
.clearfix{
	zoom:1;
}
.clearfix::before,
.clearfix::after{
	display:table;
	line-height: 0;
	content:'';
}
.clearfix::after{
	clear:both;
}
/*提示IE9以后浏览器升级*/
#updata{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	background-color:#5bc0de;
	padding-top:300px;
	text-align: center;
}
#updata p{
	font-size: 50px;
	color:white;
}
/*头部样式*/

header {
    height: 100%;
    width: 100%;
}

header .topbg {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

header .topbg li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

header .topbg li img {
    width: 100%;
    height: 100%;
}

header .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header .content .topbar {
    width: 100%;
}

header .content .topbar .topbar-con {
    width: 1200px;
    margin: 0 auto;
}

header .content .topbar ul li {
    line-height: 30px;
}

header .content .topbar ul li a {
    font-size: 20px;
    color: white;
    transition:all 0.3s linear 0s;
}
header .content .topbar ul li a:hover{
	background-color: transparent;
	color: orange;
}
header .content .topbar ul .active a{
	color:orange;
	background-color: transparent;
}
header .title{
	padding-top: 100px;
}
header h1,h2{
	color:white;
}
header .dream{
	font-size: 45px;
	font-weight: 900;
}
header .name{
	width: auto;
	margin:0 auto;
}
header .name span{
	color: white;
	font-size: 35px;
	vertical-align: text-bottom;
	margin-right: 20px;
}
header h1{
	display: inline-block;
	font-size: 80px;
	font-weight: 30;
	position: relative;
	font-weight: 900;
}
header h1:hover{
	color: gray;
}
header h1::before{
	content:'刘鹏龙';
	position: absolute;
	top:0;
	left:0;
	white-space: nowrap;
	transition:width 0.2s linear 0s;
	width: 0%;
	overflow: hidden;
	color: #4eacff;
}
header h1:hover::before{
	width: 100%;
}
header h2{
	font-size: 40px;
}
/*作品展示部分*/
#production{
	background-color: #ed6d00;
	padding-top: 50px;
}
#production .pro-title{
	font-size: 50px;
	font-weight: 300;
	color:black;
}
#production h3{
	color:white;
}
#production .navbar{
	margin-top: 40px;
}
#production .navbar span{
	line-height: 20px;
	font-size: 18px;
	background: #fff;
	padding:5px 10px;
	margin:0 25px;
	border-radius: 5px;
	cursor: pointer;
}
#production .navbar .active{
	background-color: #db5941;
	color: white;
}
#production .content{
	position: relative;
	width: 100%;
	height: 800px;
}
#production .content > div{
	margin:20px 0.5%;
	padding:0;
	overflow: hidden;
	text-align: center;
	width: 24%;
	position:absolute;
	cursor: pointer;
}
#production .content > div img{
	height: auto;
	width: 100%;
}
#production .content > div .introduce{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.5);
}
#production .content > div .introduce{
	color:white;
}
#production .content > div .introduce h5{
	padding-top:40px;
	font-size: 20px;
}
#production .content > div .introduce .text-img img {
	width: 70%;
	height: auto;
}
#show{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background: url(../images/phoneBg.png) no-repeat;
	background-size: 350px 670px;
	background-position: center;
	background-color: rgba(0,0,0,0.6);
}
#show iframe{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}
/*body{
	position:relative;
	top:-1500px;
	left:0;
	overflow: hidden;
}*/
/*技能展示部分*/
#skill{
	background-color: #abcd05;
	padding-top: 30px;
}
#skill h2{
	color: black;
	font-size: 35px;
}
#skill h3{
	color: white;
	font-size: 25px;
}
#skill #skills{
	width: 100%;
	height: 600px;
}
#skill h4{
	text-align: center;
	font-size: 25px;
	margin-top: -80px;
	margin-bottom: 60px;
}
#skill h4 > span{
	width: 60px;
	display: inline-block;
	margin-left: 10px;
}
#skill h4 > span > span{
	font-size: 40px;
	width: 60px;
	overflow: hidden;
	display: inline-block;
}
/*工作经历部分*/
#resume{
	padding-top: 30px;
	/* background: url(../images/banner3.jpg) no-repeat center fixed; */
	background: url('http://img.liupenglong.com/banner3.jpg') no-repeat center fixed;
	background-size: cover;
	padding-bottom: 30px;
	background-color: rgba(255,255,255,1);
}
#resume h2{
	color: white;
	font-size: 40px;
	font-weight: 600;
}
#resume h3{
	display: inline-block;
	border-bottom:3px solid #000;
	padding-bottom: 5px;
	padding-right: 5px;
	color:#f6ff00;
}
#resume .list{
	width: 100%;
	height: 185px;
}
#resume .list > div{
	float: left;
	width: 50%;
	height: 100%;
}
#resume .list .left{
	text-align: right;
	padding-right: 10px;
	color: orange;
}
#resume .list div h4{
	line-height: 45px;
	text-align: center;
	font-weight: 600;
	width: 230px;
	height: 45px;
	transition:all 1s ease-out .1s;
}
#resume .list .year{
	display: inline-block;
	background-color: #607d8b;
	color: #fff;
	position: relative;
}
#resume .list .year::after{
	content: '';
	height: 0;
	width: 0;
	border:10px solid transparent;
	position: absolute;
	top:5px;
}
#resume .list .left .year::after{
	right: -20px;
	border-left-color: #607d8b;
}
#resume .list .right .year::after{
	left: -20px;
	border-right-color: #607d8b;
}
#resume .list .right{
	height: 185px;
	border-left: 1px solid #999;
	padding-left: 10px;
	color: orange;
}
#resume .list .company{
	border:1px solid #000;
	display: inline-block;
}
#resume .list p{
	line-height: 30px;
	transition:all 1s ease-out .1s;

}
/*联系我部分开始*/
footer{

}
footer h2{
	color: black;
}
footer .content {
	display: flex;
	flex-direction: column;
	align-items:center;
}
footer .content div{
		width: 49%;
		display:inline-block;
}
footer .content .infor{
	text-align: center;
	vertical-align: top;
	line-height: 40px;
	display: flex;
	align-items: center;
}
footer .content .infor h3 {
	margin: 0;
	margin-right: 10px;
}
footer .content .infor p {
	margin: 0;
}
footer #allmap{
	height: 300px;
}
