@charset "utf-8";

body {
	background: #ffffff;
}

/* --------------index-start-------------- */
.col-k-all{
	margin-left:0.25rem ;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
	overflow: hidden;
}
.col-k-h1{
	font-size: 0.55rem;
	margin-top: 0.4rem;
}
.col-k-all .itemw{
	overflow: hidden;
	position: relative;
}
.col-k-all .col-k-img{
	width: 100%;
	height: auto;
	margin: 0.25rem auto;
}
.col-k-all .col-k-img img{
	width: 100%;
	height: auto;
}
.col-k-all .col-k-img-logo{
	width: 50%;
	height: auto;
	margin: 0.25rem auto;
}
.col-k-all .col-k-img-logo img{
	width: 100%;
	height: auto;
}
.col-k-all .itemw:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0.35rem;
    top: 0;
    border-left: 1px dashed #ddd;
}
.col-k-all .itemw li{
	width: 100%;
	margin-bottom: 0.32rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.col-k-all .itemw li .llogo{
	width: 15%;
	display:inline-block;
	float: left;
}
.col-k-all .itemw li .llogo .itemlogo{
	width:0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	border: 2px solid #4A90E2;
	text-align: center;
	line-height: 0.62rem;
	font-size: 0.4rem;
	color:#4A90E2 ;
	background: #FFFFFF;
}
.col-k-all .itemw li .rsm{
	width: 85%;
	float: right;
}
.col-k-all .itemw li .rsm .h2{
	font-size: 0.38rem;
	line-height: 0.68rem;
}
.col-k-all .itemw li .rsm .h3{
	font-size: 0.3rem;
	line-height: 0.45rem;
	text-align: justify;
}
.col-k-all .itemw li .rsm .h3 a{
	color:#4A90E2 ;
}
.col-k-all .itemw li .rsm .h4{
	font-size: 0.28rem;
	line-height: 0.4rem;
	margin-left: 0.4rem;
	margin-top: 0.26rem;
	color: #666666;
	text-align: justify;
}
.col-k-all .itemw li .rsm .h5{
	font-size: 0.28rem;
	line-height: 0.4rem;
	margin-top: 0.26rem;
	text-align: justify;
}
.col-k-all .itemw li .imgitem{
	width: 48.5%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 1%;
	margin-bottom: 0.08rem;
}
.col-k-all .itemw li .imgitem:nth-child(even){
	margin-right: 0 !important;
}
.col-k-all .itemw li .imgitem img{
	width: 100%;
	height: auto;
}
/* tc */
.imgtc-all{
	background: rgba(0,0,0,0.85);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 4;
	width: 100%;
	display: none;
}
.imgtc-all .btn-left,.imgtc-all .btn-right{
	display: block;
	position: absolute;
	top:50%;
	width: 1rem;
	height: 1rem;
	background: #FFFFFF;
	margin-top: -0.5rem;
	z-index: 5;
}
.imgtc-all .btn-left{
	left: 0rem;
	background: url(../images/pver.svg) no-repeat;
	background-size: 100% auto;
}
.imgtc-all .btn-right{
	right: 0rem;
	background: url(../images/next.svg) no-repeat;
	background-size: 100% auto;
}
.imgtc-all .pcshow{
	width: 70%;
	height: auto;
	margin-top: 32%;
	margin-left:auto ;
	margin-right: auto;
	z-index: 5;
}
.imgtc-all .pcshow img{
	border:1px solid #AAAAAA;
}
.imgtc-all .pictitle{
	width: 80%;
	position: absolute;
	bottom: 0.5rem;
	left: 10%;
	line-height: 1rem;
	font-size: 0.35rem;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	z-index: 5;
}
.imgtc-all .closes{
	width: 0.8rem;
	height: 0.8rem;
	background: url(../images/close.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0.6rem;
	top: 0.6rem;
	z-index: 5;
}