@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: var(--main-color);
	text-decoration: none;
}
a:focus{
	outline:none;
}
.oh{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* header */
:root{
	--main-color: #355e92;
}
.header{
	width:100%;
	height: 156px;
	border-top: solid 3px var(--main-color);
	background: url(../img/ksy_header_bg.jpg) bottom center no-repeat;
}
.top-l a, .top-r a{
	font: 15px/24px "microsoft yahei";
	color: #666;
	display: inline-block;
	padding-right: 5px;
}
.top-l a:hover, .top-r a:hover{
	color: var(--main-color);
}
.top-r{
	margin: 0 -5px;
}
.top-r a{
	font-size: 14px;
}
.top-r span{
	margin: 0 5px;
}
.top-r span i{
	display: inline-block;
	width: 21px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 2px 0 0;
}
.top-r span:nth-of-type(1) i{
	background: url(../img/ksy_icon-wza.png) center no-repeat;
}
.top-r span:nth-of-type(2) i{
	background: url(../img/ksy_icon-yxdl.png) center no-repeat;
}
.logo_wrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_wrapp .search{font-size:0; background:#fff; height:37px; width:373px;border:solid 1px rgba(53,94,146,.1);}
.logo_wrapp .search input{color: #809fcb;width:325px;border:none;float:left;height:35px;}
.logo_wrapp .search .go{width:34px;height:35px;font:12px/26px SunSim;color:#fff;text-align:center;background: url("http://www.thefunnelgeek.com/jyt/xhtml/img/seach.png") center center no-repeat;border:none;cursor:pointer; float:right;}
.logo img{
	padding-top: 23px;
}
.nav{
	width: 100%;
	height: 60px;
	background:var(--main-color);
}
.nav li{
	width: 150px;
	float: left;
}
.nav li a{
	font:bold 20px/60px "microsoft yahei";
	text-align: center;
	color: #fff;
	display:block;
}
.nav li a:hover{
	background: #4484e2;
}
/* headlines*/
.headlines{
	height: 42px;
	font-size: 0;
	margin: 20px auto;
}
.headlines i{
	float: left;
	font: bold 20px/42px "microsoft yahei";
	color: #fff;
	width: 72px;
	height: 42px;
	padding-left: 14px;
	background: #e50c03;
	position: relative;
}
.headlines i:after{
	content: "";
	border: 7px solid transparent;
	border-left-color: #e50c03;
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
}
.headlines p{
	width: calc(100% - 170px);
	float: left;
	font: 28px/42px "microsoft yahei";
	color: #e50c03;
	margin-left: 26px;
}
.headlines p{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.headlines span{
	padding-left: 20px;
	margin-top: 8px;
	border-left:solid 1px #e5e5e5;
}
.headlines span a{
	font: 16px/26px "microsoft yahei";
	color: #999;
}
.headlines span a:hover, .title .more:hover{
	color: var(--main-color);
}
/* focus */
#focus {
	width:585px;
	height:390px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:100%;
	position:absolute;
}
#focus ul li {
	float:left;
	width:585px;
	height:100%;
	overflow:hidden;
	position:relative;
}
#focus ul li img{
	width: 100%;
	height: 100%;
}
#focus .textbg{
	width: 100%;
	height: 45px;
	display: block;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	left: 0;
}
#focus .text{
	width: 75%;
	font: 16px/45px "microsoft yahei";
	color: #fff;
	display: block;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#focus .btn {
	position:absolute;
	right:10px;
	bottom:16px;
	z-index: 99;
}
#focus .btn span {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border-radius:50%;
	background: #fff;
	position: relative;
}
#focus .btn span.on {
	background:var(--main-color);
}
#focus .preNext {
	width:35px;
	height:60px;
	background: url(../img/ksy_icon_arrow.png) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	position:absolute;
	top:178px;
	transition: opacity .3s, left .3s, right .3s;
}
#focus .pre {
    background-position: 0 -60px;
    left: -35px;
}
#focus .next {
    background-position: -35px -60px;
    right: -35px;
}
#focus .pre:hover {
    background-position: 0 0;
}
#focus .next:hover {
    background-position: -35px 0;
}
#focus:hover .pre{
	left: 0;
}
#focus:hover .next{
	right: 0;
}
#focus:hover .pre, #focus:hover .next{
	filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
/* news */
.mtb60{
	margin: 60px auto;
}
.ptb60 {
    padding: 60px 0;
    background: #f5f5f5;
}
.mt40{
	margin-top: 40px;
}
.title{
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 24px;
}
.title h2{
	font:bold 24px/24px "microsoft yahei";
	/*padding: 0 15px;*/
	margin-right: 20px;
	position: relative;
}
.title h2:after{
	content: "";
	width: 100%;
	height: 4px;
	background: var(--main-color);
	position: absolute;
	bottom: -25px;
	left: 0;
}
.title .more{
	font: 16px/24px "microsoft yahei";
	color: #999;
}
.news{
	width: 585px;
}
.news-list{
	margin-top: 13px;
}
.news-list li{
	overflow: hidden;
}
.news-list li a{
    float: left;
    width: 85%;
	font: 18px/42px "microsoft yahei";
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list li i{
	float: left;
	width:5px;
	height:5px;
	border-radius: 50%;
	background: #d4d4d4;
	margin: 19px 10px 0 0;
}
.news-list li span{
	float: right;
	display: block;
	font: 16px/42px 'arial';
	color: #999;
}
.news-list li:hover i{
	background: var(--main-color);
}
.news-list li:hover a{
	color: var(--main-color);
}
.title li{
	float: left;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.title li:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: -24px;
	left: 0;
}
.title li:not([class="on"]) h2:after{
	display: none;
}
/* contact */
.xxg{
	height: 80px;
	background: url(../images/ksy_go_zsxxg.jpg) center no-repeat;
}
.xxg a{
	display: block;
	font: 26px/80px "microsoft yahei";
        color: #fff;
	text-align: center;
	
}
.xxg i{
	display: inline-block;
	width: 28px;
	height: 34px;
	vertical-align: middle;
	margin: -4px 12px 0 0;
	background: url("../images/ksy_icon_click_white.png") no-repeat;
}
.xxg em{
	font-weight: bold;
	color: #f03c11;
	text-shadow: -1px 1px 0 #fff,
				  1px 1px 0 #fff, 
				  1px -1px 0 #fff,
				 -1px -1px 0 #fff;
}
.phone ul{
	display: flex;
	justify-content: space-between;
}
.phone li{
	display: flex;
	align-items: center;
}
.phone li span{
	float: left;
	width: 46px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/ksy_icon_contact.png) no-repeat;
}
.phone li:nth-of-type(1) span{
	background-position: 0 0;
}
.phone li:nth-of-type(2) span{
	background-position: -46px 0;
}
.phone li:nth-of-type(3) span{
	background-position: -92px 0;
}
.phone li p{
	font: 24px/24px "arial";
	color: #333;
}
.phone li em{
	display: block;
	font: 14px/14px "microsoft yahei";
	color: #999;
	padding-top: 5px;
}
/* footer */
.footer{
	width: 100%;
	padding: 45px 0;
	margin-top: 50px;
	background: var(--main-color);
}
.unit{
	padding:18px 20px 0 0;
}
.unit img.zfwz{
	float: right;
	padding: 5px 0 0 15px; 
}
.contact {
	width: 590px;
	padding:0px 20px;
	border-left: solid 1px #4a6e9d;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}
.contact p{
	width: 570px;
	font: 13px/22px "microsoft yahei";
	color: #fff;
}
.contact p a{
	color: #fff;
}
.contact p a:hover{
	text-decoration: underline;
}
.tel{
	width: 220px;
	height: 68px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background: url(../img/ksy_icon_tel.png) 18px center no-repeat;
	position: relative;
	top: 32px;
}
.tel i{
	width: 5px;
	height: 3px;
	background: #fff;
	position: absolute;
}
.tel i:nth-of-type(2){
	right: 0;
}
.tel i:nth-of-type(3){
	bottom: 0;
	right: 0;
}
.tel i:nth-of-type(4){
	bottom: 0;
}
.tel span{
	color: #fff;
	display: block;
	padding-left: 62px;
}
.tel span:nth-of-type(1){
	font:bold 14px/16px "microsoft yahei";
	padding-top: 15px;
}
.tel span:nth-of-type(2){
	font: 18px/26px "microsoft yahei";
}
/* inner page */
.title-inner{
	font: 36px/36px "microsoft yahei";
	text-align: center;
	margin-bottom: 50px;
}
.title-inner i{
	display: block;
	width: 40px;
	height: 4px;
	background: var(--main-color);
	margin: 25px auto 0;
}
/* 简介 */
.picture{
	width: 380px;
	height: 380px;
	border-radius: 50%;
	border: solid 3px #e2e2e2;
	position: relative;
}
.picture img{
	width: 100%;
	border-radius: 50%;
	transition: transform .5s;
}
.picture img:hover{
	transform: scale(1.05);
}
.picture:before, .picture:after{
	content: "";
	position: absolute;
	border-radius: 50%;
}
.picture:before{
	width: 55px;
	height: 55px;
	background: #6a9ee0;
	left: 15px;
	bottom: -21px;
}
.picture:after{
	width: 178px;
	height: 178px;
	background: rgba(246,182,30,.85) url(../images/ksy_logo_white.png) center no-repeat;
	top: 27px;
	right: -73px;
}
.introduce{
	width: 100%;
	padding: 10px 0 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.introduce .desc{
	width: 700px;
}
.introduce .desc p{
	font: 16px/30px "microsoft yahei";
}
/* 领导班子 */
.leader li{
	height: 220px;
	padding: 20px;
	border-radius: 10px;
	background: #fff url(../images/ksy_logo_leader.png) right bottom no-repeat;
	border: solid 1px #fff;
	transition: box-shadow .5s;
}
.leader li+li{
	margin-top: 20px;
}
.leader li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}
.leader-photo{
	width: 130px;
	height: 180px;
	margin-right: 20px;
	overflow: hidden;
}
.leader-photo img{
	width: 100%;
	height: 100%;
}
.leader-info{
	width: calc(100% - 150px);
}
.leader-info h4{
	font: bold 18px/36px "microsoft yahei";
	color: var(--main-color);
}
.leader-info em{
	padding-left: 20px;
}
.leader-info>div{
	padding-top: 15px;
}
.leader-info>div:nth-of-type(2){
	padding-top: 8px;
}
.leader-info span, .leader-info p{
	font: bold 15px/24px "microsoft yahei";
}
.leader-info span{
	float: left;
	position: relative;
}
/* .leader-info span:after{
	content: "";
	width: 100%;
	height: 6px;
	background: #bad8ff;
	position: absolute;
	bottom: 0;
	left: 0;
} */
.leader-info p{
	color: #666;
	font-weight: normal;
}
/* 处室 */
.office-name{
	height: 114px;
	padding: 10px;
	background: var(--main-color);
}
.office-name li{
	float: left;
	width: 188px;
	height: 42px;
	font: 14px/42px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin: 0 10px 10px 0;
	border-radius: 24px;
	cursor: pointer;
}
.office-name li:nth-of-type(6n){
	margin-right: 0;
}
.office-name li.on{
	color: var(--main-color);
	background: #fff;
}
.office-info{
	min-height: 264px;
	padding: 35px 50px 60px;
	background: url(../images/ksy_logo_leader.png) right bottom no-repeat;
	border: solid 1px var(--main-color);
	border-top: none;
}
.office-info h3{
	font: bold 20px/20px "microsoft yahei";
}
.office-info h3 i{
	display: inline-block;
	width: 4px;
	height: 20px;
	margin-right: 20px;
	background: var(--main-color);
	vertical-align: middle;
}
.office-info p{
	font: 16px/30px "microsoft yahei";
	padding-top: 20px;
}
/* 栏目新增分类 20230522 */
.title{
	position: relative;
}
.ksfl{
	width: calc(100% - 120px);
	position: absolute;
	right: 0;
	top: 6px;
}
.ksfl li{
	font: 18px/18px "microsoft yahei";
	color: #666;
	padding: 0 6px;
	margin: 0;
}
.ksfl li+li{
	border-left: solid 1px #e5e5e5;
}
.ksfl li.on{
	font-weight: bold;
	color: var(--main-color);
}
.ksfl li:after{
	display: none;
}
.list-more{
	display: block;
	font: 14px/32px "microsoft yahei";
	color: #999;
	text-align: center;
	border: dashed 1px #e5e5e5;
}
.list-more:hover{
	background: #f8f8f8;
}
