@charset "utf-8";
@charset "utf-8";
/*全局*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
p{
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
ol, ul {
	list-style: none;
}
table,tr,td{ 
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.arc_body ol,
.arc_body_content ol,
.arc_body ul,
.arc_body_content ul{ list-style: inherit;}
.arc_body_content_zx{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
body{
	font-family: 微软雅黑, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
}
.body_bg{
	background: #F7F7F7;
}
a {
	color: #666;
	text-decoration: none;
} 
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear{
	clear: both;
}
.blank10{
	height: 10px;
}
.blank15{
	height: 15px;
}
.blank20{
	height: 20px;
}
.blank25{
	height: 25px;
}
.blank30{
	height: 30px;
}
.w100{
	width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 6400px) {
	#backtop {
		display: none;
		position: fixed;
		left: 50%;
		bottom: 100px;
		margin-left: 625px;
		width: 40px;
		height: 60px;
		color: #888;
		font-size: 32px;
		text-align: center;
		cursor: pointer;
		transition: all .3s linear;
	}
	#backtop:hover {
		color: #f90
	}
}
@media only screen and (min-width: 10px) and (max-width: 640px) {
	#backtop {
		display: none;
		}
}


/*head*/
@media only screen (min-width: 640px) {
	.head_top{
		display: block;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.head_top{
		display: none;
	}
}
.head_top{
	width: 100%;
	height: 34px;
	background: #f5f5f5;
}
.head_top_content{
	width: 99%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2px 0px;
	height: 30px;	
	line-height: 30px;
}
.head_top_content span{
	display: inline-block;
	font-size: 14px;
}
.top_zxzx,.top_zxbm{
	background: #f4682d;
	line-height: 30px;
	height: 30px;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 0 10px;
}
.top_zxbm img{
	display: block;
	float: left;
	margin: 6px 5px 6px 0px;
}
.top_telephone{
	background: url(/kkjianzhan/img/top-tel.png) 0px 8px no-repeat;
	padding: 0px 5px 0px 20px;
	margin: 0 10px;
	color: #CCCACA999;
}
.top_jiege{
	height: 12px;
	width: 1px;
	background: #cdcdcd;
	margin: 9px 4px 9px 10px;
}
.top_wxgzh{
	background: url(/kkjianzhan/img/top-arrow-up.png) right 13px no-repeat;
	padding: 0px 10px;
	height: 30px;
	position: relative;
	color: #CCCACA999;
}
.top_wxgzh:hover{
	background: url(/kkjianzhan/img/top-arrow-down.png) right 13px no-repeat;
}
.top_wxgzh_content{
	display: none;
	position: absolute;
	right: 0px;
	top: 39px;
	width: 230px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	z-index: 999;
}

.top_wxgzh_content img{
	width: 80px;
	height: 80px;
}

.top_wxgzh_content span{
	display: block;
	float: right;
	height: 60px;
	padding: 10px 0px;
}
.top_wxgzh_content span em{
	font-style: normal;
	color: #a8a938;
}
/*head*/
@media only screen and (min-width: 1050px){
	.head_nav ul li{
		width: 80px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1050px) {
	.head_nav ul li{
		width: 70px;
	}
}

.head{
	position: relative;
    background: #fff;
    border-bottom: 1px solid #CCCACA;
    z-index: 998;
    width: 100%;
    margin: 0 auto;
}
.head_nav_div{
	width: 99%;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 960px)  {
	.head_nav_div{
		height: 80px;
	}
	.head_nav ul li{
		float: left;
		line-height: 80px;
		height: 80px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
	}
	.head_nav ul li .nav_xl{
		position: absolute;
		background: #FFFFFF;
		width: 100%;
		line-height: 25px;
		left: 0;
		top: 80px;
		box-sizing: border-box;
		border: 1px solid #CCCACA;
		z-index: 9999;
		font-size: 14px;
		display: none;
	}
	.head_nav ul li .nav_xl a{
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		border-bottom: 1px solid #CCCACA;
	}
	.head_nav ul li .nav_xl a:last-child{
		border-bottom: none;
	}
	.head_nav ul li .nav_xl a:hover{
		background: #D4BB54;
		color: #FFFFFF;
	}
	.head_nav ul li:hover .nav_xl{
		display: block;
	}
	.head_nav ul li a{
		display: block;
		width: 100%;
		height: 100%;
		color: #333;
	}
	.head_nav ul li i.underline {
	    position: absolute;
	    left: 50%;
	    bottom: -3px;
	    transform: translate(-50%, 0);
	    height: 3px;
	    width: 0;
	    background: #D4BB54;
	    transition: all 0.3s ease 0s;
	   }
	.nav_cur i.underline,.head_nav ul li:hover i.underline{
		width: 100%;
	}
	.nav_cur{
		border-bottom: 3px solid #D4BB54 ;
	}
	.head_logo{
	
	height: 60px;
	overflow: hidden;
	padding: 10px 0px;
	}
	.head_logo a{
		display: block;
		height: 100%;
	}
	.head_logo a img{
		height: 100%;
	}

}

@media only screen and (min-width: 100px) and (max-width: 960px) {
	.head_nav_div{
		height: 60px;
	}
	.head_nav{
		position: relative;
		background: url(/kkjianzhan/img/men_m.png) right center no-repeat;
		height: 60px;
		width: 40px;
	}
	.head_nav ul{
		display: none;
		position: absolute;
		top: 60px;
		right: 0;
		border: 1px solid #CCCACA;
		width: 160px;
		z-index: 999;
		background: #FFFFFF;
	}
	.head_nav ul li{
		line-height: 25px;
		border-bottom: 1px solid #CCCACA;
		position: relative;
	}
	.head_nav ul li .nav_xl{
		display: none;
	}
	.head_nav ul li:last-child{
		border-bottom: none;
	}
	.head_nav ul li a{
		display: block;
		padding-left: 20px;
		width: 140px;
		height: 25px;
		color: #666;
	}
	.head_nav ul li:hover a{
		background: #D4BB54;
		color: #ffffff;
	}
	.nav_cur a{
		background: #D4BB54;
		color: #ffffff;
	}
	
		
	.head_logo{
	height: 40px;
	overflow: hidden;
	padding: 10px 0px;
	}
	.head_logo a{
		display: block;
		height: 100%;
	}
	.head_logo a img{
		height: 100%;
	}


}



/*轮播*/
@media only screen and (min-width: 900px) and (max-width: 6400px) {
	.slider,.fullSlide,.fullSlide .bd li,.fullSlide .bd li a {
	   height: 600px;
	}
	.yd_fullSide{
		display: none;
	}
	.fullSlide{
		display: block;
	}
	
}
@media only screen and (min-width: 200px) and (max-width: 900px) {
	.slider,.yd_fullSlide,.yd_fullSlide .bd li,.yd_fullSlide .bd li a {
	   height: 200px;
	}
	.yd_fullSide{
		display: block;
	}
	.fullSlide{
		display: none;
	}	
}

.slider{
	position: relative;
    overflow: hidden;
    width: 100%;
}
.fullSlide,.yd_fullSide{
	width:100%;
	position:relative;
	background:#000;
}
.fullSlide .bd,.yd_fullSide .bd{
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul,.yd_fullSide .bd ul {
	width:100% !important;
}
.fullSlide .bd li,.fullSlide .bd li,.yd_fullSide .bd li,.yd_fullSide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a,.yd_fullSide .bd li a {
	display:block;
}
.fullSlide .hd ,.yd_fullSide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul ,.yd_fullSide .hd ul{
	text-align:center;
}
.fullSlide .hd ul li ,.yd_fullSide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:70px;
	height:3px;
	margin:1px;
	overflow:hidden;
	background:#CCCACA;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on ,.yd_fullSide .hd ul .on{
	background:#D4BB54;
}
.fullSlide .prev,.fullSlide .next ,.yd_fullSide .prev,.yd_fullSide .next{
	position:absolute;
	display: block;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:1;
	width:40px;
	height:60px;
	background:url(/kkjianzhan/img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next,.yd_fullSide .next {
	left:auto;
	right:0;
	background-position:-6px -137px;
}
/*foot*/
.foot{
	width: 100%;
	background: #000000;
	color: #FFFFFF;
}
.foot_content{
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
	line-height: 35px;
	text-align: center;
}
.foot_content span em{
	font-style: normal;
}
.foot_banquan{
	width: 99%;
	margin: 0 auto;
	border-top: 1px solid #F5F5F5;
	padding: 10px 0;
	text-align: center;
}
.foot_banquan a{
	color: #FFFFFF;
}
/*index_article*/
.us_position{
	width: 99%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 50px;
}
.us_position em{
	font-style: normal;
}
.us_img{
	width: 100%;
}
.us_img a img{
	width: 100%;
}
.us_nav_div{
	position: relative;
    background: #fff;
    box-shadow: 0 2px 10px -2px #ccc;
    width: 100%;
    height: 80px;
    margin: 0 auto ;
}
.us_nav_ul{
	max-width:1000px;
	width: 99%;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (min-width: 810px) {
	.us_nav_ul li{
	 width: 11%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 810px) {
	.us_nav_ul li{
	 width: 33%;
	}
	.us_nav_ul li:nth-child(3n+4){
		clear: left;
	}
}
.us_nav_ul li{
	float: left;
	line-height: 80px;
	line-height: 80px;
	box-sizing: border-box;
    box-shadow: 0 2px 10px -2px #ccc;
}
.us_nav_ul a{
	display: block;
	width: 100%;
	height: 100%;
	color: #D4BB54;
	font-size: 16px;
	font-weight: 600;
}
.us_nav_ul li a:hover,.us_cur>a{
	border-bottom: 2px solid #D4BB54;
	background: #D4BB54;
	color: #FFFFFF;
}
.arc_body{
	max-width: 1200px;
	margin: 0px auto 15px;
	width: 100%;
	line-height: 30px;
	color: #666;
}
.arc_prenext_ul{
	max-width: 1200px;
	width: 100%;	
	margin: 0px auto 20px;
}
@media only screen and (min-width: 800px) {
	.arc_prenext_ul li{
	float: left;
	width: 50%;
	}
}
@media only screen and (max-width: 800px) {
	.arc_prenext_ul li{
	width: 100%;
	}
}
.arc_prenext_ul li{
	line-height: 30px;
	height: 30px;
}
.arc_jiege{
	position: relative;
    background: #fff;
    border-bottom: 1px solid #CCCACA;
    width: 100%;
    height: 10px;
    margin: 0 auto 20px;
}
/*list_tushu*/
.list_tushu{
	width: 100%;
	margin: 0px auto 12px;
}
@media only screen and (min-width: 800px)  {
	.list_tushu ul li{
		width: 24.25%;
		margin-bottom: 12px;
	}
	.list_tushu ul li:nth-child(4n+1),
	.list_tushu ul li:nth-child(4n+2),
	.list_tushu ul li:nth-child(4n+3){margin-right: 1%;}
	.list_tushu ul li:nth-child(4n+5){
		clear: left;
	}
}

@media only screen and (min-width: 480px) and (max-width: 800px) {
	.list_tushu ul li{
		width: 48.5%;
		margin-bottom: 12px;
	}
	.list_tushu ul li:nth-child(2n+1){margin-right: 3%;}
	.list_tushu ul li:nth-child(2n+3){
		clear: left;
	}	
}
@media only screen and (min-width: 20px) and (max-width: 380px) {
	.list_tushu ul li{
		width: 100%;
		margin-bottom: 12px;
	}
	.list_tushu ul li{
		clear: left;
	}	
}
.list_tushu ul li{
	background: #F5F5F5;	
	position: relative;
	float: left;
}
.list_tushu ul li img{
	width: 100%;
}
.list_tushu ul li span{
	display: block;
	width: 90%;
	margin: 0px auto;
	line-height: 25px;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}
.list_tushu ul li span em{
	font-weight: bold;
	font-style: normal;
}
.list_tushu ul li .goumai_a{
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 56px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #F01414;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	
}
/*arc_tushu*/
.arc_tushu{
	max-width: 1200px;
	margin: 0 auto;
	width: 98%;
}
@media only screen and (min-width: 640px) and (max-width: 6400px) {
	.arc_item{
		text-align: center;
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.arc_item{
		text-align: center;
		margin-bottom: 20px;
	}
}
.arc_item em{
	font-style: normal;
	font-weight: bold;
}
.arc_item .title{
	display: block;
	width: 100%;
	margin:20px 0px 5px;
        padding-bottom:10px;
	font-size: 24px;
	border-bottom: 1px solid #CCC;
}
.arc_item  .goumai_a{
	display: inline-block;
	margin-left: 30px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #F01414;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.arc_tushu>img{
	display: block;
	margin: 20px auto;
}
/*list_chengji*/
.list_chengji{
	width: 100%;
	margin: 20px auto;
}
@media only screen and (min-width: 900px)  {
	.list_chengji ul li{
		width: 20%;
		}
}
@media only screen and (min-width: 640px) and (max-width: 900px) {
	.list_chengji ul li{
		width: 25%;
		}
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
	.list_chengji ul li{
		width: 33.33%;
		}
}
@media only screen and (min-width: 100px) and (max-width: 480px) {
	.list_chengji ul li{
		width: 50%;
		}
}
.list_chengji ul li{
	float: left;
    box-sizing: border-box;
    border: 1px solid #CCCACA;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
    text-align: center;
}

.list_chengji ul li a{
	display: block;
    width: 100%;
    overflow: hidden;
}
.list_chengji ul li a img{
    width: 100%;
    transition: all .5s;
}

/*er_nav_div*/
.er_nav_div{
	position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto ;	
}
.arc_gdjcnr{
	border-top: 1px solid #CCCACA;
	line-height: 25px;


}
.arc_gdjcnr ul li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

@media only screen and (min-width: 640px) and (max-width: 6000px) {
	.arc_gdjcnr ul li{
		float: left;
		width: 50%;
	}
	.arc_gdjcnr ul li:last-child{
	text-align: right;
}
}

@media only screen and (min-width: 800px) and (max-width: 6400px) {
	.er_nav,.arc_div{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 100px) and (max-width: 800px) {
	.er_nav,.arc_div{
		width: 96%;
		margin: 0 auto;
	}
}
.er_nav_ul{
	width: 100%;
}
.er_nav_ul li{
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #CCCACA;
	border-top: 1px solid #CCCACA;
	border-bottom: 1px solid #CCCACA;
	margin-top: -1px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.er_nav_ul li:last-child{
	border-right: 1px solid #CCCACA;
}
.er_nav_ul li a{
	display: block;
	box-sizing: border-box;
    color: #D4BB54;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
}
.er_nav_div_under{
	width: 100%;
	height: 1px;
/*	border-bottom: 1px solid #CCCACA;*/
	z-index: -1;
}
.er_nav_ul li a:hover,.er_nav_ul .us_cur>a{
	border-bottom: 1px solid #D4BB54;
	color: #FFFFFF;
	background: #D4BB54;
}
/*cj_er_nav*/
.cj_er_nav li{
	width:33.33%;
}
@media only screen and (min-width: 800px) and (max-width: 6000px) {
	.zs_er_nav li{
		width: 12.5%;
	}
	
}
 @media only screen and (min-width: 480px) and (max-width: 800px) {
	.zs_er_nav li{
		width: 25%;
	}
	.zs_er_nav li:nth-child(4n){
		border-right: 1px solid #CCCACA;
	}
}
 @media only screen and (min-width: 180px) and (max-width: 480px) {
	.zs_er_nav li{
		width: 50%;
	}
	.zs_er_nav li:nth-child(2n){
		border-right: 1px solid #CCCACA;
	}
}
@media only screen and (min-width: 800px) and (max-width: 6000px) {
	.zp_er_nav li{
		width: 16.66%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 800px) {
	.zp_er_nav li{
		width: 33.33%;
	}
	.zp_er_nav li:nth-child(3n){
		border-right: 1px solid #CCCACA;
	}
}
.hj_er_nav li{
	width: 25%;
}
.ts_er_nav li{
	width: 25%;
}
@media only screen and (min-width: 800px) and (max-width: 6000px) {
	.us_er_nav li{
		width: 11.11%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 800px) {
	.us_er_nav li{
		width: 33.33%;
	}
	.us_er_nav li:nth-child(3n){
		border-right: 1px solid #CCCACA;
	}
}

/*list_zuopin*/
.list_zuopin{
	width: 100%;
	margin: 20px auto 12px;
}
.list_zuopin ul {
	height: ;
	overflow: hidden;
}
@media only screen and (min-width: 800px) and (max-width: 10000px) {
	.list_zuopin ul li {
		width: 24.25%;
	}
	.list_zuopin ul li:nth-child(4n+1),
	.list_zuopin ul li:nth-child(4n+2),
	.list_zuopin ul li:nth-child(4n+3){
		margin-right: 1%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
	.list_zuopin ul li {
		width: 32%;
	}
	.list_zuopin ul li:nth-child(3n+1),
	.list_zuopin ul li:nth-child(3n+2){
		margin-right: 2%;
	}
}
@media only screen and (min-width:10px) and (max-width: 480px) {
	.list_zuopin ul li {
		width: 48.5%;
	}
	.list_zuopin ul li:nth-child(2n+1){
		margin-right: 3%;
	}
}
.list_zuopin ul li {
	float: left;
	overflow: hidden;
	background: #000;
	position: relative;
	margin-bottom: 12px;
	box-sizing: border-box;
	border: 1px solid #CCCACA;
}
.list_zuopin ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.list_zuopin ul li img {
	width: 100%;
	transition: all 1s;
	opacity: 100;
	filter: alpha(opacity=100);
}
.list_zuopin ul li:hover img {
	transform: scale(1.15, 1.15);
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*arc_zuopin*/
.arc_zuopin{
	margin: 20px auto;
	width: 100%;
}
.arc_zuopin_big{
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 450px;
	border: 2px solid #D4BB54;
	overflow: hidden;
}
.arc_zuopin_big a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
	padding-bottom: 100%;
}
.arc_zuopin_big a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*.arc_zuopin_div*/
.arc_zuopin_div {
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}
.arc_zuopin {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.arc_zuopin .prev,
.arc_zuopin .next {
	position: absolute;
	overflow: hidden;
	display: block;
	top: 0;
	width: 5%;
	text-align: center;
	height: 100%;
	color: #FFFFFF;
	font-size: 60px;
	cursor: pointer;
	z-index: 1;
	background: #F5F5F5;
}
.arc_zuopin .prev{
	left: 0;
}
.arc_zuopin .next{
	right: 0;
}
.arc_zuopin .prev:hover,
.arc_zuopin .next:hover {
	background: #D4BB54;
}
.arc_zuopin .bd {
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
}
.arc_zuopin .hd {
	display: none;
}
.arc_zuopin .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
}
.arc_zuopin .bd ul li{
	float: left;
	width: 10%;
	overflow: hidden;
}
.arc_zuopin .bd ul li a{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100%;
}
.arc_zuopin .bd ul li a img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.arc_zuopin .bd ul li:hover img {
	cursor: pointer;
	-webkit-transform: scale(1.1);
	moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media only screen and (min-width: 100px) and (max-width: 900px) {
	#isec2 img{
		width: 80%;
		display: block;
		margin: 10px auto;
	}
}
@media only screen and (min-width: 900px) and (max-width: 10000px) {
	#isec2 {
		overflow: hidden;
		position: relative;
		width: 100%;
		max-width: 1100px;
		text-align: center;
		margin: 30px auto 0;
	}
	
	#isec2 .cnt {
		position: relative;
		z-index: 1
	}
	
	#isec2 .control {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 20px
	}
	#isec2 .control ul li {
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 1px solid #D4BB54;
		background: #fff;
		z-index: 1;
		margin: 0 5px;
		border-radius: 50%;
	}
	#isec2 .control ul li.on {
		background: #D4BB54;
	}
	#isec2 .bd {
		width: 100%;
		max-width: 1100px;
	}
	
	#isec2 .bd .blk {
		display: none;
		position: absolute;
	}
	
	#isec2 .bd .blk .imgbox {
		width: 100%;
		margin: 3px auto ;
		position: relative;
		overflow: hidden;
	}
	
	#isec2 .bd .blk .imgbox img {
		display: block;
		width: 98%;
		margin: 0 auto;
	}
	
	#isec2 .bd .blk .imgbox span {
		height: 100%;
		height: 100%;
		vertical-align: middle;
	}
	#isec2 .blk.e1,
	#isec2 .blk.e2,
	#isec2 .blk.e3,
	#isec2 .blk.e4 {
		display: block
	}
	
	#isec2 .blk.e1 {
		top: 0;
		width:20% ;
	}
	#isec2 .blk.e2 {
		width: 50%;
		top: 0px;
		z-index: 2;
	}
	#isec2 .blk.e2 .imgbox {
		margin: 5px auto;
	}
	
	#isec2 .blk.e3 {
		top: 0;
		width:20% ;
	}
	#isec2 .blk.e4 {
		display: none;
		top: 0;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 10000px) {
	.img_h {
		height: 380px;
		}
	.img_h .bd{
		height: 380px
	}
	.img_h>.cnt>.bd>.e2 {
		height: 300px;
	}
	.img_h .bd .blk {
		height: 150px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
	.img_h {
		height: 330px;
		}
	.img_h .bd{
		height: 330px
	}
	.img_h>.cnt>.bd>.e2 {
		height: 250px;
	}
	.img_h .bd .blk {
		height: 100px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 10000px) {
	.img_s {
		height: 900px;
		}
	.img_s .bd{
		height: 900px
	}
	.img_s>.cnt>.bd>.e2 {
		height: 820px;
	}
	.img_s .bd .blk {
		height: 330px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
	.img_s {
		height:750px;
		}
	.img_s .bd{
		height: 750px
	}
	.img_s>.cnt>.bd>.e2 {
		height: 580px;
	}
	.img_s .bd .blk {
		height: 270px;
	}
}


/**sj_foot*/
@media only screen and (min-width: 640px)  {
	.sj_foot{
		display: none;
	}
	.foot{
		display: block;
	}
}
@media only screen  and (max-width: 640px) {
	.sj_foot{
		display: block;
	}
	.sj_foot_jiege{
		height:40px;
	}
	.foot{
		display: none;
	}
}
.sj_foot{
	position: fixed;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	z-index: 999;
}
.sj_foot>li{
	float: left;
	width: 25%;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
	border-left: 2px dotted #FFFFFF;
	background: #D4BB54;
	border-radius: 5px;
}
.sj_foot>li:first-child{
	border-left: none;
}
.sj_foot>li>span{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.sj_foot>li>a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.sj_foot>li>ul{
	z-index: 999;
	position: absolute;
	box-sizing: border-box;
	width: 180%;
	left: -40%;
	display: none;
}
.sj_foot>li>ul>li{
	position: relative;
	line-height: 35px;
	height: 35px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}
.sj_foot>li>ul>li>div{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: #D4BB54;
	
}
.sj_foot>li>ul>li:hover{
	background: #C1C1C1;
}
.sj_foot>li>ul>li>a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

/*list_zx*/
.list_zx{
	width: 100%;
}
.list_zx li{
	border-bottom: 1px solid #CCCACA;
	position: relative;
	height: 111px;
	padding: 12px 0;
}
.list_zx li .img{
	display: block;
	width: 180px;
	height: 111px;
	margin-right: 12px;
	overflow: hidden;
	float: left;
}
.list_zx li .img img{
	width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 4000px) {
	.list_zx li .title{
		display: block;
		height: 33px;
		line-height: 33px;
		overflow: hidden;
	}
	.list_zx li .intro{
		margin: 5px 0;
		height: 50px;
		line-height: 25px;
		font-size: 14px;
		color: #CCCACA;
		overflow: hidden;
	}
	.list_zx li .info{
		display: block;
		position: absolute;
		bottom: 12px;
		height: 20px;
		overflow: hidden;
		left: 192px;
		color: #CCCACA;
	}
	.list_zx li .info small{
		display: inline-block;
		padding: 0 6px;
	}
}
@media only screen and (min-width: 80px) and (max-width: 480px) {
	.list_zx li .title{
		display: block;
		line-height: 30px;
		height: 90px;
		overflow: hidden;
	}
	.list_zx li .intro{
		display: none;
	}
	.list_zx li .info{
		display: block;
		position: absolute;
		bottom: 12px;
		height: 20px;
		overflow: hidden;
		left: 192px;
		color: #CCCACA;
	}
	.list_zx li .info small{
		display: inline-block;
		padding: 0 6px;
	}
}

.pages_div{
	width: 100%;
	text-align: center;
	margin: 12px auto;
}
.pages_div ul{
}
.pages_div ul li{
	float: left;
	padding: 0 6px;
}
/*arc_left arc_right*/
@media only screen and (min-width: 900px) and (max-width: 6400px) {
	.arc_main{
		width: 1200px;
		margin: 20px auto;
	}
	.arc_left{
		float: left;
		width: 120px;
		background: #F5F5F5;
		border: 1px solid #CCCACA;
	}
	.arc_right{
		float: right;
		width: 1060px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 900px) {
	.arc_main{
		width: 100%;
		margin-bottom: 35px;
	}
	.arc_left{
		display: none;
	}
	.arc_right{
		width: 100%;
	}
}

.left_nav{
	margin-bottom: 20px;
}
.left_nav .left_top{
	margin-top: 20px;
	line-height: 30px;
	padding-left: 20px;
	height: 30px;
}
.left_nav .left_top a{
	font-size: 18px;
}
.left_nav_ul li{
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
}
.left_nav_ul li:hover{
	background: #D4BB54;
}
.left_nav_ul li:hover a{
	color: #ffffff;
}
.left_nav_ul li a{
	font-size: 14px;
}
.left_nav_ul  .left_cur{
	background: #fff;
	border-left: 2px solid #D4BB54;
}

/*img_div*/
.img_div{
	width: 100%;
}
.img_div img:hover{
	cursor: pointer;
}
.big_img{
	width: 60%;
	margin: 0 auto;
}
.big_img img{
	display: block;
	width: 100%;
}
.min_img{
	position: relative;
	width: 94%;
	padding: 8px 0;
	margin: 20px auto;
	box-sizing: border-box;
	border: 1px solid #CCCACA;
}
.min_img span{
	display: block;
	position: absolute;
	top: 8px;
	width: 3%;
	height: 100px;
	background: #F5F5F5;
	border-radius: 5px;

}
.min_img .left_span{
	left: -3%;
}
.min_img .right_span{
	right: -3%;
}
.min_img div{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100px;
}
.min_img .div_ul{
	position: absolute;
	left: .5%;
	top: 0;
}
.min_img .div_li{
	width: 19%;
	padding-right: 1%;
	float: left;
}
.min_img .div_li img{
	width: 100%;
	display: block;
}
/*zuopinji */
.zuopinji{
	
}
/* proviewbox */
.proviewbox {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
@media only screen and (min-width: 800px) and (max-width: 6400px) {
	.probigshow{
		width: 60%;
	}
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
	.probigshow{
		width: 70%;
	}
}
@media only screen and (min-width: 10px) and (max-width: 640px) {
	.probigshow{
		width: 80%;
	}
}
.probigshow {
	position: relative;
	border: 1px solid #CCCACA;
	box-sizing: border-box;
	margin: 0 auto;
}
.probigshow a img{
	display: block;
	width: 100%;
}
/*ul*/
.div_prothumb {
	position: relative;
	width: 100%;
	margin: 20px auto;
}

.thumbporbox {
	position: relative;
	width: 80%;
	height: 120px;
	margin:  0 auto;
	box-sizing: border-box;
	border: 1px solid #CCCACA;
    background: #FFFFFF;
	overflow: hidden;
}

.div_prothumb .span_prev, .div_prothumb .span_next {
	position: absolute;
	top: 50%;
	margin-top: -37.5px;
	width: 20px;
	height: 75px;
	background: #f5f5f5;
	line-height: 25px;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
	color: #CCCACA;
}

.div_prothumb .span_prev {
	left: 10%;
	margin-left: -21px;
}

.div_prothumb .span_prevb {
	background-position: -112px -282px;
	cursor: default;
}
.div_prothumb .span_next {
	right: 10%;
	margin-right: -21px;
}

.div_prothumb .span_nextb {
	background-position: -134px -282px;
	cursor: default;
}


.ul_prothumb {
	position: relative;
	width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 640px) and (max-width: 6400px) {
	.ul_prothumb li {
		float: left;
		width: 25%;
	}
}
@media only screen and (min-width: 10px) and (max-width: 640px) {
	.ul_prothumb li {
		float: left;
		width: 50%;
	}
}
.ul_prothumb li a{
	display: block;
	width: 96%;
	box-sizing: border-box;
/*	border: 1px solid #CCCACA;*/
	margin: 0 auto;
}
.ul_prothumb  li a img {
	display: block;
	width: 100%;
}

/*xyfc*/

@media only screen and (min-width: 800px) and (max-width: 6400px) {
	.kx_maximg{
		width: 40%;
		margin: 20px auto;
	}
}
@media only screen and (min-width: 640px) and (max-width:800px) {
	.kx_maximg{
		width: 60%;
		margin: 20px auto;
	}
}
@media only screen and (min-width: 10px) and (max-width:640px) {
	.kx_maximg{
		width: 80%;
		margin: 20px auto;
	}
}
.kx_maximg img{
	display: block;
	width: 100%;
}

.kx_imglist{
	position: relative;
	width: 80%;
	margin: 20px auto;
	height: 150px;
	padding: 0 20px;
	background: #f5f5f5;
}
.kx_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.kx_imglist ul{
	position: absolute;
	width: 100%;
}
.kx_imglist ul li {
	float: left;
}
.kx_imglist ul li img{
	display: block;
	width: 98%;
	margin: 0 auto;
}
.kx_imglist .bef{
	position: absolute;
	left: 0px;
	width: 20px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	background: url(/kkjianzhan/img/bef.png);
	display: none;
}
.kx_imglist .aft{
	position: absolute;
	right: 0px;
	width: 20px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	background: url(/kkjianzhan/img/aft.png);
	display: none;
}
.kx_imglist:hover .bef{
	display: block;
}
.kx_imglist:hover .aft{
	display: block;
}

@media only screen and (min-width: 640px) and (max-width: 6400px) {
	.list_20190407 ul li div{
		text-indent: 30px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.list_20190407 ul li{
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #CCCACA;
	}
}
@media only screen and (min-width: 10px) and (max-width: 640px) {
	.list_20190407 ul li div{
		text-indent: 30px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.list_20190407 ul li{
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #CCCACA;
	}
	.list_20190407{
		margin-top: 20px;
	}
}
.list_20190407 ul li a{
	display: block;
	width: 100%;
}
.list_20190407 ul li a img{
	width: 100%;
}

.arc_20190407{
	width: 100%;
	margin:  0 auto;
}
.arc_20190407 img{
	width: 100%;
}
.body_20190407{
	margin: 12px auto;
}

.arc_shipin{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}


