/*------------------------------------------------------------------*/
/*  内页式样代码可以写在这里
/*-----------------------------------------------------------------*/

/*内页式样代码可以写在这里*/
#vk-pbanner{border-top:2px #FF5722 solid;}

/*------------------------------------------*/
/*  内页主区域
/*------------------------------------------*/
#vk-p-main{
	background-color: #FFFFFF;
	padding:30px;
	margin-bottom: 30px;
}
#vk-p-main h1{
	padding-bottom: 30px;
	text-align: center;
	font-weight: 700;	
	color:#333333;
}	
#vk-p-main .vk-p-inro{
	height:30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.vk-p-line{
    margin: 0 0 30px 0;
    width: 100%;
    height: 1px;
    background-color: #EFEFEF;
}
.vk-p-nline{
	width: 70px;
    height: 3px;
    float: left;
    background-color: #FF5722;
    -webkit-transition: .5s;
    transition: .5s;
}
.vk-p-content{
	padding:50px 20px;
	
}
.vk-p-content p{
	margin-bottom: 0;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: normal;
    color: #333333;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
}
.vk-p-content .vk-map{
	text-indent: 0;
	text-align: center;
}
.vk-p-content img{
	max-width:100%;
	height:auto;
	margin:10px 0;
}

#vk-prenext{
	margin-top:30px;
}

#vk-prenext .vk-p-pre
,#vk-prenext .vk-p-next {
    width: 100%;
    margin: 0 0 5px 0;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #999999;
}

/*------------------------------------------*/
/*  内页侧区域
/*------------------------------------------*/
#vk-p-side{
	background-color: #FFFFFF;
	padding:30px;
	margin-bottom: 30px;
	border-radius:6px;
}
#vk-p-side h2,#vk-p-side dt{
	margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    background-color: #f3f5f7;
    padding:10px;
    border-radius: 6px;
}
#vk-p-side img{
	max-width:100%;
	height:auto;
	margin:0;	
}
#vk-p-side a{
	display: block;
}

#vk-p-side li {
    border-bottom: 1px dashed #e5e5e5;
	position: relative;
	padding-left: 20px; 
	padding-right: 20px; 
	overflow: hidden;
}
#vk-p-side li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    left: -3px;
    font-size: 20px;
    width: 1.28571429em;
    text-align: center;
    color: #BBBBBB;
}
#vk-p-side li a:hover
,#vk-p-side li:hover:before{
	color: #FF5722;
}
#vk-p-side li a
,#vk-p-side dd a {
    line-height: 35px;
    display: block;
    overflow: hidden;
    height: 35px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    background-color: transparent;
}
#vk-p-side dd{
	padding-left:24px;
	font-size: 16px;
	position: relative;
	padding-right: 24px;
	overflow: hidden;
}
#vk-p-side dd.on a{
	color: #FF5722;
}
#vk-p-side dd a:hover{
	font-weight: bold;
	color: #FF5722;
}
#vk-p-side dd:before
,#vk-p-side dd:hover:before{
    content: "\e65b";
    color: #CCCCCC;
    position: absolute;
    left: 5px;
    top: calc(50% - 8px);
    font-size: 10px;
    font-family: layui-icon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#vk-p-side dd.on:before,
#vk-p-side dd:hover:before {
	color: #FF5722;
}

/*内页公共左侧*/
#vk-side{float:left;width:160px;margin-bottom:36px;min-height: 300px;}
#vk-side dl{border:1px solid #E5E5E5;}
#vk-side dt{height:40px;background-color: #E73D46;color:#FFFFFF;font-size:16px;font-weight: bold;text-align:center;line-height: 40px;}
#vk-side dd{height:40px;font-size:14px;text-align:center;line-height: 40px;border-bottom: 1px solid #E5E5E5;}
#vk-side dd:last-child{border-bottom-width: 0;}
#vk-side dd a{display: block;}
#vk-side dd a:hover{color:#E73D46;}
/*内页公共右侧*/
#vk-content{margin-left:168px;border:1px solid #CACACA;margin-bottom:36px;padding:16px 36px 26px;}
/*列表页图文列表重置式样*/
.vk-img-box{border-bottom:1px dotted #A4A4A4;overflow: hidden;padding-top:21px;box-sizing:border-box; position: relative;padding-bottom: 30px;margin-bottom: 30px;}
.vk-img-box img{ width: 100%; max-height: 325px; height: auto; vertical-align: middle; border-style: none; border-radius: 6px; background-color: #009688; margin-bottom: 10px; }
.vk-img-box h3 { font-size: 18px; color: #505050; font-weight: 600; line-height: 24px; display: block; overflow: hidden; height: 24px; margin-bottom: 7px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;}
.vk-img-box .vk-img-infro{line-height: 24px; overflow: hidden; height: 48px; margin-bottom: 7px; color: #666;}
.vk-img-box .note{line-height: 14px; color: #999;float:right;}
.vk-img-box .note .category{margin-left:20px;}
/*列表页文章标题列表式样*/
.vk-text-box{border-bottom:1px dotted #A4A4A4; overflow: hidden;box-sizing:border-box; position: relative;height:48px;line-height: 48px;padding-left: 20px;}
.vk-text-box:before{ content: "\f105"; font-family:FontAwesome; position: absolute;top:0;left:-8px;font-size: 20px;width: 1.28571429em;text-align: center;color:#BBBBBB; }
.vk-text-box a{display: block;}
.vk-text-box a:hover,#vk-news li:hover:before{color: #FF5722;}
.vk-text-box .time{float:right;display: none;}
/*列表页分页导航*/
#vk-page{text-align: center;padding-top:20px;}
#vk-page .layui-laypage .layui-laypage-curr .layui-laypage-em {background-color:#FF5722;}
#vk-page .layui-laypage a:hover {color: #FF5722;}
#vk-page .layui-laypage-count{display: none;}
/*文章详情页*/
#vk-content.show h3{color:#2C2C2C; font-size:16px; text-align:center; padding:20px;line-height: 30px;}
#vk-content.show .time{margin-right:30px;}
#vk-content.show .snote{text-align: center;margin-bottom: 20px;border-bottom: 1px dotted #A4A4A4;padding:0 10px 10px 10px;}
#vk-content.show .snote b{color:#E73D46;}
#vk-content.show p{font-size:14px;color:#6E6E6E;line-height: 30px;}
#vk-content.show img{max-width: 100%;margin:10px 0;}
/*栏目详情页*/
#vk-content.single h3{color:#2C2C2C; font-size:16px; text-align:center; padding:20px;border-bottom: 1px dotted #A4A4A4;line-height: 30px;margin-bottom: 20px;}
#vk-content.single .snote{text-align: center;margin-bottom: 20px;}
#vk-content.single p{font-size:14px;color:#6E6E6E;line-height: 30px;}
#vk-content.single img{max-width: 100%;margin:10px 0;}
/*联系我们*/
#vk-content.single .contact {}
#vk-content.single .contact>*{position:relative;margin-top:20px;margin-bottom: 28px;}
#vk-content.single .contact .title{text-align: center;padding:58px 10px 16px;color:#161d27;font-size:16px;font-weight: bold;}
#vk-content.single .contact #email:before{color:#A9A9A9; content:'\f003';font-family:FontAwesome; position: absolute;top:0;left:calc(50% - 25px);font-size: 40px;width: 50px;text-align: center;}
#vk-content.single .contact #tel:before{color:#A9A9A9; content:'\f2a0';font-family:FontAwesome; position: absolute;top:0;left:calc(50% - 25px);font-size: 40px;width: 50px;transform:rotate(-30deg);text-align: center;}
#vk-content.single .contact #mobil:before{color:#A9A9A9; content:'\f10b';font-family:FontAwesome; position: absolute;top:0;left:calc(50% - 25px);font-size: 40px;width: 50px;text-align: center;}
#vk-content.single .contact #addr:before{color:#A9A9A9; content:'\f041';font-family:FontAwesome; position: absolute;top:0;left:calc(50% - 25px);font-size: 40px;width: 50px;text-align: center;}
#vk-content.single .contact p{text-align: center;line-height: 30px;font-size:14px;color:#6E6E6E;font-weight:700;}

/*------------------------------------------*/
/*  单页关于我们
/*------------------------------------------*/
.vk-about{margin-top:30px;}
.vk-about-title{padding-bottom: 30px;
    text-align: center;
    font-size:24px;
    font-weight: 700;
    color: #333333;}
.vk-about-box{height:270px;position: relative;padding:30px;}
.vk-about .vk-title{letter-spacing: 0px;
    text-transform: initial;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 20px;}
.vk-about #vk-bg1,.vk-about #vk-bg2,.vk-about #vk-bg3,.vk-about #vk-bg4{    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }    
.vk-about #vk-bg1{background-image: url('/assets/app/imgs/about1.png');}
.vk-about #vk-bg2{background-image: url('/assets/app/imgs/about2.png');animation: layui-left 1000ms;}
.vk-about #vk-bg3{background-image: url('/assets/app/imgs/about3.png');animation: layui-left 2000ms;}
.vk-about #vk-bg4{background-image: url('/assets/app/imgs/about3.png');animation: layui-left 3000ms;}

.vk-about  .vk-intro{    text-align: justify;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;}
    
/*------------------------------------------*/
/*  发展历程
/*------------------------------------------*/
.vk-course{margin-top:30px;}
.vk-course .vk-course-box{padding:30px; background-color: #000000;
    background: #FFF;
    transition: 0.3s;
    background: url('/assets/app/imgs/gy-header.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.layui-timeline i{position: absolute;top:3px;left:-4px;}*/
.layui-timeline .fa-stack{position: absolute;top:3px;left:0;}
.layui-timeline-content layui-text{padding-left:40px;}
.layui-timeline-item:before { top: 11px; }
.layui-timeline-content {
    padding-left: 40px;
}
.layui-timeline-item:before {
    left: 13px;
    background-color: #FF5722 !important;
    width:3px;
}
.layui-text h3 {
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    color:#FFFFFF;
    margin-bottom:0;
    padding-left:15px;
}
.vk-course .layui-text {
    color: #c2c2c2 !important;
}

.layui-timeline-item:after {
	content: "";
    height: 3px;
    width: 28px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left:26px;
    background: -moz-linear-gradient(left, #ff5722 0%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, #ff5722 0%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, #ff5722 0%, rgba(229, 229, 229, 0) 100%);
}

.vk-course li.layui-timeline-item:hover .layui-text h3{font-size:24px;cursor: pointer;}

/*------------------------------------------*/
/*  创新赋能
/*------------------------------------------*/
.vk-fucan{
    margin-top: 30px;
}
.vk-fucan-box{
    height: 300px;
    background-color: #f5f5f5;
}
.vk-fucan-box .vk-title{
	padding: 20px 30px 10px 20px;
	font-size: 24px;
    color: #FF5722;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    font-weight: bold;
}

.vk-fucan-box .vk-intro{
	padding: 10px 30px 0;
	font-size: 16px;
    color: #5f5f5f;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
    font-weight: 500;
}
.vk-fucan-box .vk-intro i{
	text-indent: 0;
	font-size:12px;
	line-height:24px;
}
.vk-fucan-box .vk-img {
	height:100%;
	overflow: hidden;
}
.vk-fucan-box .vk-img img{
	width: 100%;
	height:100%;
}
/*------------------------------------------*/
/*  产品矩阵
/*------------------------------------------*/
.cpjz-box img{width:100%;height: auto;}

/*------------------------------------------*/
/*  孵化招募
/*------------------------------------------*/
.vk-business-box{background-color: #f0754f;height:180px;text-align: center;margin-top:30px;font-size: 24px;
    color: #ffffff;}
.vk-business-title1{padding-top:60px;letter-spacing: 0px;}
.vk-business-title2{}

.vk-recruiting{
    margin-top: 30px;
}
.vk-recruiting-box{
    height: 360px;
}
.vk-recruiting-box .vk-intro{
	padding: 30px;
	font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 12px;
    font-weight: 500;
    background-color: #f5f5f5;
    height:300px;
}
.vk-recruiting-box .vk-img {
	height:100%;
	overflow: hidden;
}
.vk-recruiting-box .vk-img img{
	width: 100%;
	height:100%;
}
/*需求发而*/
.vk-demand-box .vk-demand{
	padding: 30px;
	font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 12px;
    font-weight: 500;
    background-color: #f5f5f5;
    height:auto;
}
/*关注领域*/
.vk-field table{
	width:100%;
	border-collapse: collapse;
}

.vk-field table th{height:60px;} 
.vk-field-head{border:1px solid #999;
	height:100%;
	line-height: 60px;
	font-size:20px;
	font-weight: bold;
	color:#FF5722;
	border-bottom-width: 0;
}
.vk-field-space{width:50px;}

.vk-field-box{height:140px;}
.vk-field-box>*{
	text-align: center;
	font-size:18px;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    border:1px solid #999;
    display:flex;
    flex-direction: column;
    justify-content: center;
    /*letter-spacing: 30px;*/
   border-right-width: 0;
}
.vk-field-box .field-b-right{
	border-right-width: 1px;
}
/*孵化要求*/
.vk-requirements{
	
}
.vk-requirements-box{
	background-color: #F5F5F5;
	padding:40px 0;
}
.vk-requirements-box .vk-holder-icon{
	font-size: 32px;
	color:#FF5722;
	text-align: center;
	margin-bottom: 20px;
}
.vk-requirements-box .vk-holder-intro{
	font-size: 16px;
	color:#5F5F5F;
	text-align: center;
	padding:0 20px;
}
/*翻页*/
.vk-flip-container {
    perspective: 1000;
	-webkit-perspective: 1000;
	height: 330px;
}
.vk-flip-container:hover .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	height: 330px;
	line-height: 330px;
}
/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    position: relative;
}
/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;    
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.front {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back {
    transform: rotateY(180deg);
	background-color: #FF5722;
}

.vk-flip-container .vk-title1{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding:30px;
    line-height: 36px;
    padding-top:120px;
}
.vk-flip-container .vk-intro1{
	color: #ffffff;
	font-size:16px;
	font-weight: 500;	
    padding:40px;
    line-height: 30px;
    padding-top:60px;
}
.vk-flip-container ul.vk-intro1{
	list-style-type: disc;
}

.vk-flip-container .vk-intro1 li{
	margin-bottom: 20px;
	list-style:disc;
}
.b-right { border-left: 1px solid #D8D8D8;height:140px;}
.b-right.none{border-width: 0;}

/*------------------------------------------*/
/*  内页新闻列表
/*------------------------------------------*/
#vk-news-plist{
    background-color: #FFFFFF;
    padding: 30px;
    margin-bottom: 30px;    
}
#vk-news-plist .vk-news-box{height:350px;overflow: hidden;border-bottom: 1px dotted #CCCCCC;}
.vk-news-box-left,.vk-news-box-right {padding:30px;}
.vk-news-box-right img{width:100%;height:300px;}
.vk-news-box-left .vk-title{
	font-size:24px;
	font-weight: 400;
	height:70px;
	}
.vk-news-box-left .vk-addtime{
	font-size:14px;
	font-weight: 400;
	color:#777777;
	height: 40px;
	line-height: 20px;
	}
.vk-news-box-left .vk-intro{
	font-weight: 400;
	font-size: 16px;
    color: #333333;
    line-height: 28px;
	}
	
/*------------------------------------------*/
/*  内页案例列表
/*------------------------------------------*/	
.vk-case{}
.vk-case-box{background-color: #FFFFFF;height:450px;position: relative;margin-top:100px;padding:0 30px;}
.vk-case-box .vk-img1{position: absolute;top:-55px;left:calc(50% - 63px);}

.vk-case-box:hover{
	box-shadow: 4px 1px 10px 4px rgba(118,118,118,0.1);
	cursor: pointer;
	margin-top:92px;
	margin-bottom: 8px;
}

.vk-case-box .vk-title1 {
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 24px;
    color: #5f5f5f;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 2px;
    margin-bottom: 18px;
}
.vk-case-box .vk-title2 {
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 16px;
    line-height: 150%;
    color: #5f5f5f;
    text-align: center;
    font-style: inherit;
    font-weight: 700;
    padding:0 30px 30px 30px;
}	
.vk-case-box .vk-intro1 {
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 14px;
    line-height: 24px;
    color: #9f9f9f;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    height:220px;
    overflow: hidden;	
}

/*------------------------------------------*/
/*  联系我们
/*------------------------------------------*/
.vk-contact{text-align: center;}
.vk-contact-box{height:600px;}
.vk-contact .vk-icon{padding-top:140px;font-size:40px;padding-bottom:20px;}
.vk-contact .vk-title{padding-bottom:40px;font-size:24px;color:#5f5f5f;font-weight: bold;}
.vk-contact .vk-intro{font-size:16px;color:#333333;height:40px;line-height: 40px;}
.vk-contact .vk-weixin img{width:200px;height:200px;}

@media screen and (min-width: 768px){
	.vk-list-right{width:100%;display: block;}
	.vk-img-box img{width:160px;height:auto;float:left;margin-right:-160px;margin-bottom:0;}
	.vk-img-box h3{margin-left:176px;}
	.vk-img-box .vk-img-infro{margin-left:176px;}
	.vk-text-box .time{display:block;}
	#vk-page .layui-laypage-count{display: inline-block;}
}