@charset "utf-8";
.qk_show {
	display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: stretch;
}

.qk_fixe {
	width: 240px;
	padding: 20px 20px 60px;
	text-align: center;
	}
.qk_fixe h3 a {
	display: block;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
	}
.qk_fixe h3 a:hover, .qk_fixe .sp01 a:hover { text-decoration: underline}
.qk_fixe .sp01 { padding: 11px 0px 0px; display: block;}
.qk_fixe .sp01 a{
	font-size: 12px;
	color: #fff;
	padding: 4px 4px;
	display: inline-block;
	}
.qk_f_1 {background: #30c4cd;}
.qk_f_2 {background: #3e92e7;}
.qk_f_3 {background: #e88e3f;}
.qk_f_4 {background: #e63d5c;}
.qk_f_5 {background: #433eea;}
.qk_f_6 {background: #e84c3d;}
	
.bg_sci { background: #aae9ea;}
.bg_ssci { background: #c1dffe;}
.bg_ei { background: #ffd8b5;}
.bg_istp { background: #ffc9d3;}
.bg_pk { background: #d7d6ff;}
.bg_sco { background: #f4a69e;}
.pro-switch {
	width: 100%;
	height: 250px;
	border-radius: 5px;
	position: relative;
	margin-top: 25px;
	}
.slider {
	position: absolute;
	width: 180px;
	height: 270px;
	background: #fff;
	border-radius: 5px;
	left: 50%;
	margin-left: -90px;
	top: -10px;
	}
.flexslider {
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides > li p {
	width: 150px;
	height: 210px;
	margin: 15px auto 0px;
	}
.flexslider .slides img {
	width: 100%;
	height: 203px;
	display: block;
}
.flexslider .slides > li span { color: #999; font-size: 12px;}
.flexslider .slides > li span a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #333;
	display: block;
	font-size: 14px;
	margin: 0px 5px;
	}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 155px;
}
.no-js .slides > li:first-child {
	display: block;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 45px;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -45px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left:0; 
	top:280px;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}

.qk_index_img {
	width: 630px;
	display: inline-block;
	}

    
.qk_index_img ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
    list-style: none;
	}
.qk_index_img ul li {
	margin: 0px 0px;
    width: calc(25% - 0px);
	text-align: center;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 10px;
	}

.qk_index_img ul li img {
	width:145px;
	height:175px;
	transition: all .5s;
	}
.qk_index_img ul li:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
}
.qk_index_img ul li span {
	font-size: 12px;
	color: #999;
	}
.qk_index_img ul li span a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 	color:#333;
 	display: block;
   	margin: 5px 0px 5px 0px;
  	font-size: 14px;
	height: 19px;
	}
.qk_index_img ul li a:hover { color:#f00;}

.qk_index_img ul li span span {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}