.rootHtml{
}
body {
	padding: 0;
}
label{
	font-size: 16px;
}
label.error{
	font-size: 14px;
	color: #FF6238;
	font-weight: normal;
	margin-bottom: 0;
}

/* 大banner区域 */
.home-banner-container {
	height: 675px;
	background: url(../images/head_bg.png) no-repeat #E3F6FA;
	background-position: center 198px;
}

/* 导航栏 */
.navbar {
	margin-top: 28px;
	margin-bottom: 0;
}

.navbar-brand {
	height: 83px;
	padding: 0px 15px 0 30px;
	margin-top: -5px;
	margin-bottom: 2px;
}

.navbar-nav>li>a:not(.btn) {
	line-height: 50px;
	font-size: 16px;
}

.main-nav li {
	padding-left: 26px;
	padding-right: 26px;
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: transparent;
}



.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #32ADE6;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #32ADE6;
	background-color: transparent;
}

.navbar-nav>li>a.btn.btn-primary {
	border: none;
	font-size: 16px;
	background-color: #32ADE6;
	color: #fff;
	margin: 15px 0;
	padding-left: 45px;
	padding-right: 45px;
}

.navbar-nav>li>a.btn.btn-primary:hover {
	background-color: #4DBFF3;
}

/* banner */
.banner {
	height: 565px;
	position: relative;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

.me {
	width: 412px;
	height: 497px;
	
	background: url(../images/head_pic.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 51px;
}

.banner_p1 {
	color: #32ADE6;
	font-size: 24px;
	margin-top: 46px;
}

.banner_p2 {
	color: #293450;
	font-size: 42px;
	margin-top: 40px;
	line-height: 50px;
}

.banner_p3 {
	color: #293450;
	font-size: 20px;
	margin-top: 18px;
	font-family: "Arial Rounded", Arial, Helvetica, sans-serif;
	line-height: 23px;
}

.banner_p4 {
	margin-top: 40px;
}

.getResumeLink {
	font-size: 16px;
	color: #32ADE6;
	font-family: "Arial Rounded", Arial, Helvetica, sans-serif;
	/* background: url(../images/link_arraw.png) no-repeat;
	 background-size: 21px 16px;
	 padding-right: 25px; 
	 background-position: right; */
	background: url(../images/download_icon.png) no-repeat;
	background-size: 13px;
	padding-left: 20px;
	background-position: left center;

	margin-right: 25px;
}

.banner_p5 {
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}
.popover{
	max-width: 300px;
	z-index: 2060;
}
.codeImg{
	width: 268px;
	height: 270px;
}
.btn_wechat {
	width: 45px;
	height: 45px;
	background: url(../images/btn_wechat.png) no-repeat #A2E2FF;
	display: block;
	margin-right: 20px;
	border-radius: 23px;
	transition: all 0.3s;
}
.btn_wechat:hover , .btn_wechat:active{
	background: url(../images/btn_wechat.png) no-repeat #32ADE6;
}
.btn_qq {
	width: 45px;
	height: 45px;
	background: url(../images/btn_qq.png) no-repeat #A2E2FF;
	display: block;
	margin-right: 20px;
	border-radius: 23px;
	transition: all 0.3s;
}
.btn_qq:hover , .btn_qq:active{
	background: url(../images/btn_qq.png) no-repeat #32ADE6;
}
.btn_email {
	width: 45px;
	height: 45px;
	background: url(../images/btn_email.png) no-repeat #A2E2FF;
	display: block;
	margin-right: 20px;
	border-radius: 23px;
	transition: all 0.3s;
}
.btn_email:hover , .btn_email:active{
	background: url(../images/btn_email.png) no-repeat #32ADE6;
}
/* 客户框 */
.guestBox {
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
	bottom: -120px;
	padding: 52px 32px;
	position: absolute;
	box-sizing: border-box;
	width: calc(100% - 30px);
	display: flex;
	justify-content: space-between;
}

.guestImg {
	height: auto;
}

/* 主内容 */
.main-container {
	padding-top: 200px;
	padding-bottom: 100px;
}

.bodyTitle {
	font-size: 42px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #293450;
	position: relative;
}

.bodyTitle::after {
	content: "";
	background: #32ADE6;
	width: 120px;
	height: 4px;
	position: absolute;
	bottom: -17px;
	left: 0;
}

.bodyDes {
	color: #545454;
	font-size: 16px;
	max-width: 305px;
	margin-top: 57px;
}

.bodyValues {
	padding-right: 50px;
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.valueBox {}

.valueBox .value {
	font-size: 32px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #32ADE6;
}

.valueBox .des {
	font-size: 16px;
	color: #545454;
	margin-top: 3px;
}

.bodyLeft {
	height: 481px;
	background: url(../images/body_left_bg.png) no-repeat;
	background-position: bottom left;
}

.skills {}

.skillBox {
	display: flex;
}

.skillBox:first-child {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D8D8D8;
}

.skillImgBox {
	height: 200px;
	width: 210px;
}

.skillCanvas{
	width: 100px;
	height: 120px;
}
.skillImgBox>img {
	height: 200px;
	width: auto;
}

.skillInfo {
	padding-left: 30px;
	flex-grow: 1;
}

.skillTitle>a {
	display: block;
	width: 100%;
	font-size: 32px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #293450;
	background: url(../images/link_arraw_big.png) no-repeat;
	background-position: right;
}

.skillProgress {
	margin-top: 40px;
	display: flex;
}


/* 弹窗 */
.md-modal {
	min-width: 540px;
	max-width: 1020px;
}

.md-content {
	color: #293450;
	background: #fff;
	border-radius: 10px;
}

.md-content>div {
	padding: 15px 15px 50px;
}

.md-overlay {
	background: rgba(0, 0, 0, 0.7);
}

.md-container {
	background-color: #fff;
}

.md-close {
	width: 72px;
	height: 72px;
	background: url(../images/closeBtn.png) no-repeat;
	background-size: 36px 36px;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.contactImg{
	max-width: 356px;
	width: 100%;
	height: auto;
}
.contactInfo1 {
	padding-left: 30px;
	margin-top: 40px;
}

.contactInfo2 {
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
	padding-left: 30px;
}

.tel {
	padding-left: 30px;
	background: url(../images/tel_icon.png) no-repeat;
	background-position: left center;
	font-size: 16px;
	color: #999999;
}

.mail {
	padding-left: 30px;
	background: url(../images/mail_icon.png) no-repeat;
	background-position: left center;
	font-size: 16px;
	margin-top: 16px;
}

.mail>a {
	color: #999999;
}

.contactTitle {
	margin-top: 32px;
	font-size: 40px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #293450;
	position: relative;
	margin-bottom: 55px;
}

.contactTitle::after {
	content: "";
	background: #32ADE6;
	width: 120px;
	height: 4px;
	position: absolute;
	bottom: -17px;
	left: 0;
}

#guestBook {
	text-align: left;
}

#guestBook .form-control {
	color: #555;
	background-color: #F4F5FC;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	height: 50px;
	padding: 12px 12px;
	font-size: 16px;
	line-height: 26px;
}

#guestBook .form-control:focus {
	border: 1px solid #32ADE6;
}

#guestBook .form-control.err {
	border: 1px solid #FF6238 !important;
}

#guestBook textarea.form-control {
	height: auto;
}

.btn-send.btn-primary {
	border: none;
	font-size: 16px;
	background-color: #32ADE6;
	color: #fff;
	margin: 15px 0;
	padding: 15px 45px;
	line-height: 20px;
}

.btn-send.btn-primary:hover {
	background-color: #4DBFF3;
}



/*  作品集页面  */
.portfolio-container {
	padding-top: 50px;
	padding-bottom: 100px;
}

.portfolio-banner-container {
	/* height: 610px;*/
	background: url(../images/head_bg.png) no-repeat #E3F6FA;
	background-position: center 198px;
}

.centerBox{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.portfolio-banner-container .banner {
	height: 500px;
	position: relative;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
.portfolio-banner-container .me {
	width: 412px;
	height: 497px;
	background-size: 100%;
}
.portfolioTitle {
	margin: auto;
	width: auto;
}

.portfolioTitle .pt-secTitle {
	font-size: 16px;
	color: #32ADE6;
	font-family: "Arial Rounded", Arial, Helvetica, sans-serif;
}

.portfolioTitle .pt-mainTitle {
	margin-top: -5px;
	font-size: 40px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
.bannerBtns{
	display: flex;
	justify-content: center;
}


/* Popup Wrap */
.cbp-popup-wrap {
	z-index: 9999 !important;
}

.cube-portfolio {
	/* Filter */
	/* Caption Effects */
	/* Portfolio Icons */
}

.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item {
	font-size: 16px;
	padding: 6px 15px;
	text-transform: uppercase;
	color: #293450;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover {
	color: #32ADE6;
	/* background: #3f5263; */
}


.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item-active {
	color: #32ADE6;
	/* background: #3f5263; */
}
.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover::after ,
.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item-active::after {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 5px;
	background-color: #32ADE6;
	bottom: 0;
	left: 15px;
	border-radius: 2.5px;
}
.cube-portfolio .cbp-caption {
	border-radius: 10px 10px 0 0;
}

.cube-portfolio .cbp-caption .cbp-caption-hover-gradient {
	position: relative;
}

.cube-portfolio .cbp-caption .cbp-caption-hover-gradient:before {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.cube-portfolio .cbp-caption .cbp-caption-hover-gradient:after {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: " ";
	position: absolute;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.cube-portfolio .cbp-caption:hover .cbp-caption-hover-gradient:before {
	opacity: .8;
	background: #3f5263;
}

.cube-portfolio .cbp-caption:hover .cbp-caption-hover-gradient:after {
	border: 2px solid #fff;
}

.cube-portfolio .cbp-caption .cbp-caption-activeWrap {
	background: inherit;
}

.cube-portfolio .portfolio-icons i {
	width: 40px;
	height: 40px;
	padding: 10px;
	margin: 5px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #3f5263;
	background: #fff;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.cube-portfolio .portfolio-icons i:hover {
	color: #fff;
	background: #d15d5d;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.cbp .cbp-item {
	overflow: visible;
}
.cbp-caption:after{
	display: none;
}
.cbp-item-wrapper {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: box-shadow 500ms;
	border-radius: 10px;
	padding-bottom: 10px;
}

.cbp-item-wrapper:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.cbp-wrapper-outer {
	overflow: visible;
}

.caption-title {
	margin: 12px 15px;
	font-size: 16px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
}

.caption-title a {
	color: #000;
}

.caption-title a:hover {
	text-decoration: underline;
}

.caption-des {
	display: flex;
	justify-content: space-between;
	margin: 0 15px;
}
.caption-type{
	margin: 0;
	color: #32ADE6;
	font-size: 14px;
}
.caption-works{
	display: flex;
}
.caption-works .caption-tag{
	padding: 4px 9px;
	color: #32ADE6;
	border: 1px solid #32ADE6;
	line-height: 16px;
	border-radius: 3px;
	box-sizing: border-box;
	margin-left: 10px;
}

.viewBtn{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/view_icon.png) no-repeat #fff;
	background-position: center;
	background-size: 24px 24px;
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: center;
	border-radius: 20px;
	transition: all 0.3s;
}

.viewBtn:hover{
	background: url(../images/view_icon_active.png) no-repeat #32ADE6;
	background-position: center;
	background-size: 24px 24px;
}
.viewBtn:hover>i{
	color: #fff;
}

.linkBtn{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/link_icon.png) no-repeat #fff;
	background-position: center;
	background-size: 24px 24px;
	position: absolute;
	right: 30px;
	top: 80px;
	text-align: center;
	border-radius: 20px;
	transition: all 0.3s;
}
.linkBtn>i{
	line-height: 40px;
}
.linkBtn:hover{
	background: url(../images/link_icon_active.png) no-repeat #32ADE6;
	background-position: center;
	background-size: 24px 24px;
}
.linkBtn:hover>i{
	color: #fff;
}
.cbp img.code{
	width: 50%;
	height: auto;
	border-radius: 5px;
}
.cbp-caption-activeWrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cbp-item-off {
  display: none;
}

/* 小火箭 */
.rocket{
	width: 44px;
	height: 150px;
	background: url(../images/r1.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	right: 20px;
	bottom: -180px;
	z-index: 1000;
}
.rocket.ready{
	-webkit-animation: goReady 500ms forwards; 
}
.rocket.back{
	bottom: -50px; 
	-webkit-animation: goHide 500ms forwards; 
}
.rocket.lunch{
	background: url(../images/r2.png) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: goLunch 600ms ease-in forwards; 
	bottom: -50px; 
}
@-webkit-keyframes goReady{   
	0%{bottom: -180px;}
	100%{bottom: -50px;}
}
@-webkit-keyframes goHide{   
	0%{bottom: -50px;}
	100%{bottom: -180px;}
}

@-webkit-keyframes goLunch{   
	0%{bottom: -50px; }
	100%{bottom: calc(100% + 200px); }
}


@media (max-width: 1199px) {
	.guestBox{
		bottom: -110px;
	}
	.guestImg {
		height: 75px;
	}
}
@media (max-width: 991px){
	.container {
		 width: 100%; 
	}
	.guestBox{
		width: calc(100% + 30px);
		left: -15px;
		overflow-x: scroll;
		padding: 32px 32px;
	}
	.guestImg {
		height: 60px;
		margin-right: 15px;
	}
	.me,.portfolio-banner-container .me {
		width: 246px;
		height: 298px;
		background-size: 100%;
		left: auto;
		right: -30px;
		top: auto;
		bottom: 0;
	}
	.bodyLeft{
		height: 350px;
		margin-bottom: 30px;
	}
	.main-container{
		padding-top: 150px;
	}
}
@media (max-width: 767px) {
	.navbar {
		border-radius: 10px;
	}
	.navbar-brand{
		height: 50px;
		padding: 0px 15px 0 15px;
	}
	.navbar-brand>img{
		height: 50px;
	}
	.skillImgBox{
		position: absolute;
		right:15px;
		width: 158px;
		height: 150px;
	}
	.skillImgBox>img {
		height: 150px;
		width: auto;
	}
	.skillTitle>a{
		font-size: 20px;
		background: none;
	}
	.skillInfo{
		padding-left: 0;
	}
	.portfolio-banner-container{
		background-position: -120px 198px;
	}
	.me,.portfolio-banner-container .me{
		width: 174px;
		height: 210px;
		background-size: 100%;
		left: auto;
		right: -30px;
		top: auto;
		bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 10px;
	}
	
}
@media (max-width: 470px){
	.main-container{
		padding-top: 120px;
	}
	.portfolio-banner-container{
		height: auto;
		background-position: -260px 0;
	}

	.portfolio-banner-container .banner{
		height: 300px;
	}
	.portfolio-banner-container .banner_p1{
		    margin-top: 20px;
	}
	.portfolio-banner-container .banner_p2{
		font-size: 30px;
		line-height: 40px;
	}
	.portfolio-banner-container .banner_p2,.portfolio-banner-container .banner_p4,.portfolio-banner-container .banner_p5{
		    margin-top: 20px;
	}
	
	.portfolio-banner-container .banner_p3{
		display: none;
	}
	
	.portfolio-banner-container .me{
		width: 114px;
		height: 210px;
		background-size: 100%;
		left: auto;
		background-size: 174px 210px;
		right: -30px;
		top: auto;
		bottom: 0;
	}
	
	.portfolioTitle .pt-mainTitle{
		font-size: 30px;
	}
	
	.contactLeft{
		display: none;
	}
	.md-modal{
		min-width: 100%;
		max-width: 100%;
	}
	.skillCanvas{
		width: 80px;
	}
	.skillImgBox{
		position: absolute;
		right:15px;
		width: 105px;
		height: 100px;
	}
	.skillImgBox>img {
		height: 100px;
		width: auto;
	}
}
@media (max-width: 580px){
	.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item{
		font-size: 16px;
	}
}
