@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


html {
	margin: 0 auto;
}

body {
	font: 12px/1.8 "Microsoft Yahei", "STHeitiSC", "Hiragino Sans GB", Arial, "Helvetica", "SimHei", "STXihei", sans-serif;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	min-width: 320px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1.1;
}

p {
	line-height: 2.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol,
dd,
dl{
	margin: 0;
	padding: 0;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}





.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}




.jdkcxq{
	
}
.jdkcxq .top-line{
	height: 1px;
	background: #000;
	margin: 4% 0 5% 0;
}
.jdkcxq .top{
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}
.jdkcxq .top .pic-w{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 25%;
}
.jdkcxq .top .right{
	float: right;
	padding: 5% ;
	overflow: hidden;
	width: 75%;
}
.jdkcxq .top .line{
	height: 1px;
	background: #ccc;
	margin: 3% 0;
}
.jdkcxq .top .box:nth-child(1){
	margin-bottom: 6%;
}
.jdkcxq .top .title{
	position: relative;
	padding-left: 60px;
}
.jdkcxq .top .title::after{
	content: "";
	width: 33px;
	height: 33px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	background-image: url(../images/jyfx.png);
}
.jdkcxq .top .box:nth-child(2) .title::after{
	background-image: url(../images/pymb.png);
}
.jdkcxq .bot{
	overflow: hidden;
	padding-top: 3%;
	margin-top: 4%;
	border-top: 1px solid #999;
}
.jdkcxq .bot a{
	display: block;
	opacity: .7;
}
.jdkcxq .bot a:hover{
	opacity: 1;
}
.jdkcxq .sm{
	margin-top: 5%;
	overflow: hidden;
}
.jdkcxq .sm .line{
	height: 1px;
	background: #ccc;
	margin: 2.5% 0;
}
.jdkcxq .sm .title{
	background: url(../images/shuom.png) center left no-repeat;
	padding-left: 60px;
	height: 38px;
	line-height: 35px;
}
.jdkcxq .kcjj{
	margin-top: 5%;
	overflow: hidden;
}
.jdkcxq .kcjj .line{
	margin: 2.5% 0;
	height: 1px;
	background: #ccc;
}

.jdkcxq .xxnr{
	
}
.jdkcxq .xxnr .line{
	margin: 2.5% 0;
	height: 1px;
	background: #ccc;
}

.jdkcxq .xxnr .list ul::after{
	content: "";
	clear: both;
	display: block;
}
.jdkcxq .xxnr .list li{
	float: left;
	width: 20%;
	position: relative;
	transition: all 0.6s;
	min-height: 20px;
	cursor: pointer;
}
.jdkcxq .xxnr .list li .inbox{
	position: relative;
	padding: 8% 8% 16% 8% ;
	transition: all 0.3s;
}
.jdkcxq .xxnr .list li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
	margin: 8% 0;
}
.jdkcxq .xxnr .list li:hover .inbox{
	box-shadow: 0 0 15px 0 #ccc;
}
.jdkcxq .xxnr .list .title{
}
.jdkcxq .xxnr .list .txt{
	overflow: hidden;
	height: 150px;
	line-height: 30px;
	opacity: .8;
	transition: all 0.3s;
}
.jdkcxq .xxnr .list li:hover .inbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
}
.jdkcxq .xxnr .list li.on .txt{
	height: auto;
}
.jdkcxq .xxnr .list li::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #ccc;
	right: 0;
	top: 0;
}
.jdkcxq .xxnr .list li .but{
	position: absolute;
	right: 8%;
	font-size: 14px;
	opacity: .8;
	display: none;
	bottom: 8%;
}
.jdkcxq .xxnr .list li:hover .but{
	display: block;
}
.jdkcxq .xxnr .list li .party_dots{
	position: absolute;
	right: 8%;
	bottom: 8%;
}
.jdkcxq .xxnr .list li .party_dots span{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-left: 5px;
	background: #000;
}
.jdkcxq .xxnr .list li:hover .party_dots{
	display: none;
}
