@charset "utf-8";

/* CSS3动画库 */
@import url("animate.css");

/* swiper */


/* 各种图标CDN */
@import url("https://cdn.bootcss.com/MaterialDesign-Webfont/2.4.85/css/materialdesignicons.min.css");
@import url("https://cdn.bootcss.com/simple-line-icons/2.4.1/css/simple-line-icons.min.css");


/* 自定义 */

body {
    font-family: microsoft yahei, simhei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #333;
}

body {

	font-family: microsoft yahei;
	font-size: 14px;
}
.header {
	height:380px;	
	background:url(../../images/kjjt/jskjhead.jpg) 50% 0 no-repeat;
}
.content {
	margin:0 auto;
	width:1200px;
	height:auto;
}
.p1{
	margin-top:20px;
}
.p2{
	margin-top:20px;
}
.p3{
	margin-top:20px;
	margin-bottom:20px;
}
.focus, .focus .pic, .focus .pic div {
	position: relative;
	overflow: hidden;
	display: block;
	width: 580px;
	height: 400px;
}
.focus .pic img {
	width: 580px;
	height: 336px;
}
.bt {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 576px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
	box-shadow: #5c5c5d 0px 0px 6px;
    background-color: #fff;
    text-indent: 2em;
}
.focus .prev, .focus .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -40px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	color: #fff;
	opacity: 0;
 transition: all .3s;
 
}
.focus .prev {
	transform: translate(-50px, 0);
	left: 0;
}
.focus .next {
	transform: translate(50px, 0);
	right: 0;
}
.focus:hover .prev, .focus:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}
.focus .navi {
	position: absolute;
	bottom: 28px;
	right: 14px;
	z-index: 9;
}
.focus .navi li {
	float: left;
    width: 12px;
    height: 8px;
    margin: 0 5px;
    font: 0/0 lx;
    background-color: #cccccc;
    color: #cc1d20;
    transition: all .3s;
}
.focus .navi li.on {
	background-color: #2765c3;
    width: 24px;
}
.title1{
	position: relative;
    overflow: hidden;
    line-height: 50px;
	height:50px;
	background:url(../../images/kjjt/jskjtitle.png) 10px 15px no-repeat;
}
.title2{
	position: relative;
    overflow: hidden;
    line-height: 50px;
	height:55px;
	background:url(../../images/kjjt/jskjtitle.png) 10px 15px no-repeat;
	color: #2765c3;
    font-size: 25px;
    font-weight: 700;
	text-indent: 10px;
}
.title2 a{
	display: inline-block;
    height: 50px;
    width: 110px;
    margin-top: 12px;
}
.grid h3 a{
    color: #2dbc8b;
    font-size: 25px;
}
.grid li a{
	width:75%;
}
.p1 .b11{
	font-size: 20px;
    border-left: 7px #36C solid;
    padding-left: 15px;
    font-weight: 700;
}
.p1 .list p{
	padding-left: 23px;
	color:#666;
	font-size:16px;
	padding-top:10px;
	padding-bottom:30px;
}
.p1 .list p a{
	display: contents;
	color:#b61010;
}
.yg{
	width:1200px;
	height:160px;
	background:url(../../images/kjjt/ygbj.png) 0 0 no-repeat;
}
.yg a{
    position: absolute;
    display: block;
    width: 940px;
    height: 40px;
    text-align: center;
    margin-left: 200px;
    margin-top: 56px;
    font-size: 25px;
    font-weight: bold;
}
.list-t li {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    width: 550px;
    float: left;
    margin-left: 10px;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background-color: #67a3ff;
    border-radius: 100px;
}
a:hover {
    color: #2dbc8b;
    text-decoration: none;
}
.list-t li:hover:before {
    background-color: #457da8;
}
.p2 h2{
    margin-top: 8px;
    font-size: 19px;
}

.ul_p3 {
	width: 1190px;
	float: left;
}
.ul_p3 li {
	width: 572px;
	float: left;
	margin-left: 18px;
	margin-right: 4px;
	font-size:19px;
}
.ul_p3 li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	background-color: #dcdcdc;
	border-radius: 100px;
}
.yw{
	width:595px;
}
.xx{
	width:595px;
}
.list-t li .date {
    color: #666;
}
.focus .page-state {
    position: absolute;
    bottom: 15px;
    right: 5px;
    font-size: 24px;
    background-color: #fff;
    padding: 10px 20px 10px 0px;
}
/* ZoomOut Carousel */	
.zoomout-carousel {

    height: 350px;

    overflow: visible;
    position: relative;

    z-index: 1;
}
.zoomout-carousel-btn-prev, #zoomout-carousel-btn-prev {
    background: transparent url(../../images/kjjt/leftBtn.png) 0 0 no-repeat;
    height: 100px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 125px;
    width: 50px;
    z-index: 4;
    left: 50px;
}

.zoomout-carousel-btn-next, #zoomout-carousel-btn-next {
    background: transparent url(../../images/kjjt/rightBtn.png) 0 0 no-repeat;
    height: 100px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 125px;
    width: 50px;
    z-index: 4;
    right: 50px;
}

.zoomout-carousel-container {
    height: 350px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1200px;
    z-index: 2;
}
.zoomout-carousel-item {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 3px 100px 50px #fff;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    top: 50px;
    z-index: 3;
}
.zoomout-carousel-item, .zoomout-carousel-item img {
    height: 260px;
    width: 390px;
}
.zoomout-carousel-item h3{
	position:absolute;
	z-index:4;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:normal;
	overflow:hidden;
	background-color:#333;
	opacity:0.8;
	filter: alpha(opacity=80);
	color:#FFFFFF;
	font-weight:bold;
	
	margin: 0;
	
}
.zoomout-carousel-item h3 a:link,.zoomout-carousel-item h3 a:visited,.zoomout-carousel-item h3 a:hover{
	color:#FFF;
}
.zoomout-carousel-prev {
    left: 10px;
}
.zoomout-carousel-next {
    left: 530px;
}
.zoomout-carousel-container .current {
    left: 230px;
    opacity: 1;
    overflow: hidden;
    top: 10px;
    z-index: 4;
}
.zoomout-carousel-container .current, .zoomout-carousel-container .current img {
    height: 320px;
    width: 480px;
}
.zoomout-carousel-disabled {
    left: 162px;
    opacity: 0;
    z-index: 2;
}
.zoomout-carousel-index {
    position: absolute;
    z-index: 2;
    top: 370px;
    left: 50%;
    margin: 0 0 0 -70px;
	padding: 0;
    width: 140px;
    text-align: center;
    overflow: hidden;
}
.zoomout-carousel-index-item {
	float:left;
	margin:0 5px;
	width:8px;
	height:8px;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    cursor: pointer;
    display: inline;
	list-style-type:none;
    text-indent: -999px;
    overflow: hidden;
}
.zoomout-carousel-index .current {
    background-color: #3EA70C;
    border: 1px solid #3EA70C;
}