/*必备样式*/
@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style-type: none;
}

html, body {
    *position: static;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:focus, a:hover, a:active {
        outline: none;
        blr: expression(this.onFocus=this.blur());
    }

sub, sup {
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}
/*img*/
img {
    border: 0;
    vertical-align: middle;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}
/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
    display: block;
    margin: 0;
    padding: 0;
}

time {
    display: inline;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    legend small {
        font-size: 15px;
        color: #999;
    }

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

    a:hover {
        text-decoration: none;
    }

body, th, td, button, input, select, textarea {
    font-family: "微软雅黑",Arial,Helvetica,sans-serif,Microsoft Yahei;
    font-size: 12px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

body {
    line-height: 1.6;
    min-width: 1200px;
}

.layout {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
/*img.lazyload{ background: #000 url(../images/loading.gif) no-repeat center;}*/
/*******************************************/

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider:focus, .slick-slider:active {
        outline: none;
        blr: expression(this.onFocus="this.blur"());
        cursor: pointer;
    }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        cursor: pointer;
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.index_05 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.index_05 .tit {
	margin-bottom: 15px;
	text-align: center;
}

.index_05 .tit h3 {
	padding-bottom: 13px;
	background: url(../images/icon_10.png) no-repeat bottom center;
	font-size: 28px;
	color: #fff;
	line-height: 40px;
}

.index_05 .tit h4 {
	font-size: 20px;
	color: #818181;
	line-height: 30px;
	letter-spacing: .2em;
	padding-bottom:10px;
}

.index_05 .mian {
	text-align: center;
}

.index_05 .mian .inst {
	padding: 20px 0;
	margin: 0 auto;
}

.index_05 .mian .inst .kk {
	position: relative;
	padding: 130px 0;
	cursor: default;
}

.index_05 .mian .inst .kk h4 {
	width: 152px;
	height: 152px;
	overflow: hidden;
	margin-left: 20px;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_05 .mian .inst .kk h4 img {
	width: 100%;
}

.index_05 .mian .inst .kk.slick-center {
	z-index: 9;
}

.index_05 .mian .inst .kk.slick-center h4 {
	-webkit-transform: scale(2.7);
	transform: scale(2.7);
}

.index_05 .mian .inst .kk .ck-name {
	position: absolute;
	top: 20px;
	left: 188px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	background: #e1112a;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_05 .mian .inst .kk .ck-name h5 {
	padding: 15px 0 12px;
	font-size: 26px;
	color: #fff;
}

.index_05 .mian .inst .kk .ck-name h6 {
	font-size: 13px;
	color: #fff;
	line-height: 15px;
}

.index_05 .mian .inst .kk .ck-name p {
	font-size: 13px;
	color: #fff;
}

.index_05 .mian .inst .kk .ck-name p span {
	font-size: 24px;
}

.index_05 .mian .inst .kk .ck-name {
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.index_05 .mian .inst .kk.slick-center .ck-name {
	visibility: inherit;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.index_05 .mian .inst .kk:focus {
	outline: none;
}

.index_05 .mian .inst .slick-arrow {
	position: absolute;
	bottom: -30px;
	z-index: 9;
	width: 30px;
	height: 32px;
	border: none;
	background: url(../images/icon_11.png) no-repeat;
	font-size: 0;
	cursor: pointer;
}

.index_05 .mian .inst .slick-prev {
	left: 50%;
	background-position: left center;
	margin-left: -200px;
}

.index_05 .mian .inst .slick-next {
	right: 50%;
	background-position: right center;
	margin-right: -288px;
}

.index_05 .mian .gg {
	margin-top: 60px;
	padding: 25px 0;
	text-align: center;
}

.index_05 .mian .gg a {
	display: inline-block;
	width: 197px;
	height: 46px;
	background: #3f4a55;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


