@charset "utf-8";
/*------------------------------------------------------------------*/
/*  内页式样代码可以写在这里
/*-----------------------------------------------------------------*/

/*内页式样代码可以写在这里*/

/*------------------------------------------*/
/*  内页主区域
/*------------------------------------------*/
#vk-p-main{
	background-color: #FFFFFF;
	padding:30px;
	margin-bottom: 30px;
}
#vk-p-main h1{
	padding-bottom: 20px;
	text-align: center;
	font-weight: 700;	
	color:#333333;
}	
#vk-p-main .vk-p-inro{
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
.vk-p-line{
    margin: 0 0 30px 0;
    width: 100%;
    height: 3px;
    background-color: #EFEFEF;
}
.vk-p-nline{
	width: 70px;
    height: 3px;
    float: left;
    background-color: #1296DB;
    -webkit-transition: .5s;
    transition: .5s;
}
.vk-p-content{
	
	
}
.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;
}
.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;
	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: #1296DB;
}
#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: #1296DB;
}
#vk-p-side dd a:hover{
	font-weight: bold;
	color: #1296DB;
}
#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: #1296DB;
}
/*侧边框搜索*/
.vk-left-search{
	background-color: #FFFFFF;
	padding:30px;
	border-radius:6px;	
}

.vk-left-search 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-left-search .layui-form-select dl dd.layui-this {
    background-color: #1296DB;
    color: #fff;
}
/*侧边广告*/
.vk-left-ad{
	background-color: #FFFFFF;
	padding:30px;
	border-radius:6px;
}
.vk-left-ad .vk-left-adbox{
	position: relative;
	margin-bottom: 30px;
}

.vk-left-ad a{
	width:100%;
}
.vk-left-ad a img{
	width:100%;
	height:auto;	
}
.vk-left-ad .vk-left-adbox .text{
	position:absolute;
	right:20px;
	top:calc(50% - 20px);
    text-align: right;
    font-size: 16px;
    color: #1785d2;
}

/*内页公共左侧*/
#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{overflow: hidden;height:400px;
padding:20px;box-sizing:border-box; position: relative;}
.vk-img-box img{ width: 100%; max-height: 325px; height: auto; vertical-align: middle; border-style: none; border-radius: 6px; margin-bottom: 10px;     border: 1px dotted;
    padding: 8px;
    box-sizing: border-box;
}
.vk-img-box h3 {
	text-align: center;
		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: #1296DB;}
.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:#1296DB;}
#vk-page .layui-laypage a:hover {color: #1296DB;}
#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-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: #1786d4 !important;
    width:3px;
}
.layui-text h3 {
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    color:#1786d4;
    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, #1786d4 0%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, #1786d4 0%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, #1786d4 0%, rgba(229, 229, 229, 0) 100%);
}

.vk-course li.layui-timeline-item:hover .layui-text h3{font-size:24px;cursor: pointer;}
/*------------------------------------------*/
/*  产品详情页
/*------------------------------------------*/
.vk-pro-img{
	padding:20px;
	height: 400px;
	overflow: hidden;
}
.vk-pro-img img{
	max-width: 100%;
	height: auto;
	min-height: 100px;
	max-height:100%;
}

.vk-pro-intr{
	padding:20px;
	line-height: 24px;
	border-bottom: 1px solid #CCCCCC;
	margin-top:30px;
}
.vk-pro-intr h2{
	margin-bottom: 30px;
}
.vk-pro-intr h3{
	margin-bottom: 20px;
	font-weight: bold;
}
.vk-p-content h3{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
/*产品资料下载*/
.vk-p-down{margin:40px 0;}
.vk-p-down a{display: block;border: 1px solid #40aae3;
    height: 40px;font-size: 12px;
    line-height: 40px;padding: 0 10px;
    position: relative;}
.vk-p-down a:after{
	content: "\f019"; 
	font-family: 'FontAwesome';
	height: 40px;
    width: 40px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right:0;
    background-color: #1E9FFF;
    text-align: center;
}
#vk-p-main h1{
	padding-bottom: 20px;
	text-align: center;
	font-weight: 700;	
	color:#333333;
}	
#vk-p-main .vk-pp-inro{
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
#vk-p-main .vk-pp-inro h1{
	text-align: left;
	font-weight: bold;
	font-size:30px;
}
#vk-p-main .vk-pp-inro h2{
	text-align: left;
}
#vk-p-main .vk-pp-inro h3{
	text-align: left;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*  资料下载
/*------------------------------------------*/
.vk-down-box{margin-bottom: 20px;border: #CCCCCC 1px solid;}
.vk-down-box img{width: 100%;height:180px; background-color: #FF0000;}
.vk-down-box .intro{border-left: #CCCCCC 1px solid;height:180px;box-sizing: border-box;padding:20px;position: relative;overflow: hidden;}
.vk-down-box .intro h3{font-size: 20px; margin-bottom: 20px;}
.vk-down-box .intro p{font-size: 12px;color: #666;line-height: 20px;height:40px;overflow: hidden;}
.vk-down-box .intro .down-btn{position: absolute;bottom: 20px;right:40px;height:40px;line-height: 40px;width:180px;}

/*------------------------------------------*/
/*  产品图文列表页
/*------------------------------------------*/
.vk-pro-img-box{overflow: hidden;height:300px; padding:20px;box-sizing:border-box; position: relative;margin-bottom: 30px;}
.vk-pro-img-box a{display: block;}
.vk-pro-img-box .vk-pro-img {border: 1px dotted;margin-bottom: 10px;overflow: hidden;border-radius: 6px;padding:10px;height:200px;}
.vk-pro-img-box .vk-pro-img img{ width: 100%; height: auto; vertical-align: middle; border-style: none;       
    object-fit: cover;
}
.vk-pro-img-box .text{color:#999999;text-align:center;}
.vk-pro-img-box h3 {
	text-align: center;
		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-pro-img-box .vk-img-infro{line-height: 24px; overflow: hidden; height: 48px; margin-bottom: 7px; color: #666;}
.vk-pro-img-box .note{line-height: 14px; color: #999;float:right;}
.vk-pro-img-box .note .category{margin-left:20px;}
@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-page .layui-laypage-count{display: inline-block;}
}