/*------------------------------------------------------------------*/
/*  首页式样代码可以写在这里
/*-----------------------------------------------------------------*/



#vk-header #vk-bottom .title1{
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 90px;
    padding-bottom: 18px;
    width:100%;
 }
#vk-header #vk-bottom .title2{
	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: 0px;
    animation: layui-left 1000ms;
}
#vk-header #vk-bottom .title3{
    text-align: center;
    margin-top: 40px;
}
/*------------------------------------------*/
/*  主题导航
/*------------------------------------------*/
.vk-holder { background-color: #f5f5f5 !important;padding: 50px 15px; display: block; }
.vk-holder-icon{float:left; line-height: 62px;padding-right:20px;}
.vk-holder-icon i{font-size:40px;color:#EE6237;}
.vk-holder p{color:#5F5F5F; text-align: left; font-size:18px;font-weight: bold;}
.b-right { border-left: 1px solid #D8D8D8;padding:10px 25px;}
.b-right.none{border-width: 0;}
.vk-title{color:#004861;font-size:1.75rem;margin-bottom:0.5rem;font-weight:700;}
/*------------------------------------------*/
/*  文化介绍
/*------------------------------------------*/
#vk-culture{padding:40px 0;}  
.vk-title{margin-bottom:60px;} 
.vk-title p{
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 24px;
    color: #5f5f5f;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 20px;
}

.divider-inner {
    border-top-width: 2px;
    border-top-color: #ee6237;
    border-top-style: solid;
    width: 100px;
    margin:0 auto;
}
#vk-culture #vk-resources li{float:left;width: 33.33%;height:100px;display: block;margin-bottom: 20px;
	block;-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#vk-culture #vk-resources li:hover{
	-webkit-filter: none;
    filter: none;
    cursor: pointer;}
#vk-culture #vk-resources li .vk-icon{color:#EE6237;}
#vk-culture #vk-resources .vk-icon{font-size: 40px;text-align: center;}
#vk-culture #vk-resources li p{font-weight: bold;
    font-size: 16px;
    color: #ee6237;
    padding: 10px 0 10px 0;text-align: center;
}
#vk-culture #vk-concept{
    animation: layui-left 1000ms;
}
#vk-concept li{
    /*height:30px;*/
    line-height: 50px;
    font-size:20px;
    margin-bottom: 20px;
    color:#555555;
    position: relative;
    padding: 10px 10px 0 40px;
    border: 1px solid #e2e2e2;
}

#vk-concept li:before {
    content: "\e65b";
    color: #CCCCCC;
    position: absolute;
    left: 15px;
    top: calc(50% - 20px);
    font-size: 10px;
    font-family: layui-icon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.citic-home-3 .mk-box-icon-2 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*------------------------------------------*/
/*  信息中心
/*------------------------------------------*/
#vk-news{background-color: #F5F5F5;padding:60px 0;margin:40px 0 60px;}
#vk-news .vk-box-news{background-color: #FFFFFF;position: relative;cursor: pointer;}
#vk-news .vk-box-news:hover .vk-img-news img{
	-webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
#vk-news .vk-img-news{height:360px;overflow: hidden;}
#vk-news .vk-img-news img{width:100%;height:auto;}
#vk-news .vk-title-news{padding:25px 20px 15px;text-align: center;height:25px;overflow: hidden;}
#vk-news .vk-title-news a{color: #ee6237;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;line-height: 25px;}
#vk-news p{color:#333333;font-size:16px;font-weight: 400;line-height: 27px;padding:0 20px 15px;height:55px;overflow: hidden;}
#vk-news .vk-more-news a{position: absolute;top:0;right:0;width:100px;height:40px;font-size:14px;color:#FFFFFF;background-color: #EE6237;line-height: 40px;text-align: center;display: block;}

#vk-news .vk-more-news a:hover{font-size:16px;}


/*------------------------------------------*/
/*  友情链接
/*------------------------------------------*/
#vk-links{margin-bottom: 60px;}
#vk-links li{float: left;margin-bottom: 15px;}
#vk-links li a{display: block;-webkit-filter: grayscale(100%);
    filter: grayscale(100%);}
#vk-links li a:hover{
	-webkit-filter: none;
    filter: none;}
#vk-links li img{width:216px;height:100px;}
/*------------------------------------------*/
/*  BANNER 图
/*------------------------------------------*/
#vk-banner .layui-carousel-ind { top: -60px; }

@media screen and (min-width: 768px){
	#vk-news li .caption{margin-right:100px;}
	#vk-news li .date{display: block;}
}