@charset "utf-8";
#wrapper {
	min-width: 1100px;
	/* max-width:1920px; */
	width: 100%;
	margin: auto;
}

#header,
#among,
#footer,
.width {
	max-width: 1100px;
	margin: auto;
}

#header .logo {
	float: left;
	min-width: 20px;
}

#header .logo a {
	display: block;
}

#header .logo a img {
	margin-left: 0;
}

#header .tel {
	float: right;
	margin-top: 25px;
	padding-left: 48px;
	background: url(../images/tel.png) 0 1px no-repeat;
}

#header .tel span {
	display: block;
	font-size: 14px;
	color: #343434;
	line-height: 22px;
}

#header .tel b {
	display: block;
	font-size: 20px;
	color: #478ffc;
	line-height: 22px;
	color: #2d5ba6;
}

#header form {
	display: block;
	float: right;
	margin: 32px 0px 0px 15px;
}

#header form input {
	display: block;
	float: left;
}

#header form input[type='text'] {
	padding: 0 10px;
	width: 145px;
	background: #FFF;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e3e3e3;
	border-right: 0;
}

#header form input[type='submit'] {
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	border: 0;
	background: #478ffc url(../images/s.png) center center no-repeat;
	background-color: #2d5ba6;
	padding: 0;
	color: #fff;
}

#header .menu span {
	display: block;
	font-size: 14px;
}

#header .menu {
	float: left;
	width: 182px;
}

#header .menu>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
}

#header .menu:hover>a,
#header .menu .cor {
	background: #99cdff;
	color: #fff;
}

#header .menu p {
	display: none;
	position: absolute;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

#header .menu:hover p {
	display: block;
}

#header .menu p a {
	display: block;
	text-align: center;
	line-height: 36px;
	color: white;
}

#header .menu p a:hover {
	color: yellow;
}

#header .mainXian {
	float: left;
	width: 1px;
	height: 20px;
	overflow: hidden;
	background: #0384dd;
	margin: 10px 0 0;
}

.footer {
	background: #dcdcdc;
}

#footer * {
	font-size: 14px;
	color: #464646;
	line-height: 24px;
}

#footer a:hover {
	color: #478ffc;
}

#footer .copyright {
	float: left;
	margin: 13px 0;
}

#footer .bdsharebuttonbox {
	float: right;
	height: 24px;
	overflow: hidden;
	margin: 13px 0;
}

#footer .bdsharebuttonbox a {
	margin-top: 4px;
}

#footer .bdsharebuttonbox a.text {
	margin-top: 0;
	padding: 0;
	line-height: 24px;
	background: none;
}


/* Banner图片样式开始 ============================================== */

#banner {
	display: block;
	width: 100%;
	overflow: hidden;
	background: center top no-repeat;
}

#banner img {
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
}

#mainBox {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 582px;
}

#mainBox .banner {
	position: absolute;
	left: 0;
	top: 0;
}

#mainBox .banner,
#mainBox .banner .list {
	width: 100%;
	height: 100%;
}

#mainBox .banner .list li,
#mainBox .banner .list li a {
	width: 100%;
	height: 100%;
}

#mainBox .banner .list li a {
	display: block;
}

#mainBox .banner .list li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: center top no-repeat;
}

#mainBox .banner .list li:first-child {
	display: block;
}

#mainBox .btn {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	font-size: 0;
	z-index: 5;
	letter-spacing: -1px;
	position: absolute;
	text-align: center;
}

#index #mainBox .btn {
	height: 160px;
}

#mainBox .btn li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -1000px;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 7px;
	width: 12px;
	height: 12px;
	background: #999;
}

#mainBox .btn li.hover {
	background: red;
}

#mainBox .img {
	width: 100%;
	overflow: hidden;
}

#mainBox .img img {
	filter: alpha(opacity=0);
	opacity: 0;
}


/* Banner图片样式结束 ============================================== */

#news-pro-tn {
	text-align: center;
	margin: 0 0 5px;
	font-size: 16px;
}

#detailed .bigimg {
	text-align: center;
	margin-bottom: 18px;
}

#detailed .bigimg ul {
	position: relative;
	display: inline-block;
	max-width: 100%;
	min-width: 100px;
}

#detailed .bigimg ul li {
	border: 1px solid #eee;
}

#detailed .bigimg ul li img {
	width: 100%;
	min-width: 200px;
}

#detailed .bigimg ul>a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	filter: Alpha(opacity=0);
	opacity: 0;
	transition: all .5s;
}

#detailed .bigimg ul:hover>a {
	filter: Alpha(opacity=100);
	opacity: 1;
}

#detailed .bigimg ul>li:first-child+a {
	left: 10px;
}

#detailed .bigimg ul>li:first-child+a+a {
	right: 10px;
}

#detailed .bigimg ul>a img {
	display: block;
}

#aside {
	float: left;
	width: 230px;
	margin: 30px 0;
}

#aside h2 {
	line-height: 70px;
	color: #FFF;
	font-size: 18px;
	text-indent: 30px;
	background: #478ffc;
}

#aside .list li a {
	line-height: 20px;
	display: block;
	font-size: 16px;
	padding: 15px 50px 15px 30px;
	background: #ededed url(../images/arrow.png) 186px 18px no-repeat;
	border-bottom: 1px solid #dcdcdc;
}

#aside .list li.hover a {
	background-color: #FFF;
	background-image: url(../images/arrow1.png);
}

#aside .list>div {
	padding: 8px 0;
	border-bottom: 1px solid #dcdcdc;
}

#aside .list>div>a {
	display: block;
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 6px 30px;
}

#aside .list>div>a:before {
	content: '> ';
	font-family: '宋体';
}

#aside .list>div>div>a {
	display: block;
	line-height: 20px;
	font-size: 15px;
	padding: 6px 0 6px 46px;
}

#aside .list>div>div>a:before {
	content: '> ';
	font-family: '宋体';
}

#right {
	float: right;
	width: 830px;
	margin: 30px 0;
}

#location {
	position: relative;
	text-align: right;
	border-bottom: 1px solid #478ffc;
}

#location:before {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 15px;
	height: 13px;
	content: '';
	margin: 10px 3px 0 0;
	background: url(../images/home.png);
}

#location span:after {
	content: " >> ";
	font-family: "宋体";
}

#location,
#location * {
	font-size: 16px;
	line-height: 36px;
}

#location a:hover {}

#location b {
	display: block;
	font-size: 18px;
	color: #383838;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.content {
	margin: 22px auto 0 43px;
	min-height: 450px;
}

.content>p:first-child {
	margin-top: 0;
}

#listPro ul {
	float: left;
	width: calc(25% - 9px);
	margin: 16px 0 0 12px;
}

#listPro ul:nth-child(-n+4) {
	margin-top: 0;
}

#listPro ul:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

#listPro ul a li {
	border: 1px solid #EEE;
}

#listPro ul a li img {
	width: 100%;
}

#listPro ul a span {
	display: block;
	margin-top: 5px;
	text-align: center;
}

#listShare ul {
	float: left;
	width: 31%;
	margin: 16px 0 0 3.5%;
}

#listShare ul:nth-child(-n+3) {
	margin-top: 0;
}

#listShare ul:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

#listShare ul a li {
	border: 1px solid #EEE;
}

#listShare ul a li img {
	width: 100%;
}

#listShare ul a span {
	display: block;
	margin-top: 8px;
	line-height: 22px;
	text-align: center;
}

#list_news ul {
	height: 110px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #dcdcdc;
}

#list_news ul img {
	width: 160px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	background: #f1f1f1;
}

#list_news ul li {
	margin: 0 180px 0 0;
}

#list_news ul li a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#list_news ul li font {
	display: block;
	line-height: 24px;
	font-size: 14px;
	padding-left: 22px;
	background: url(../images/time_arrow.png) 0 3px no-repeat;
}

#list_news ul li p {
	margin: 2px 0 0;
	font-size: 16px;
	color: #737373;
	height: 54px;
	line-height: 18px;
}

#list_news>li a {
	padding-right: 107px;
	position: relative;
	text-indent: 16px;
	background: url(../images/arrow.jpg) 3px center no-repeat;
	border-bottom: 1px dotted #ddd;
}

#list_news>li a span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#list_news>li a,
#list_news>li a span {
	font-size: 16px;
	line-height: 36px;
}

#index #list_news {
	margin: 15px 0 0;
}

#index #list_news ul {
	margin-bottom: 6px;
}

#index #list_news>li a {
	border-bottom: 0;
}

#index #list_news>li a,
#index #list_news>li a span {
	line-height: 28px;
}

.type-name {
	font-size: 0;
	letter-spacing: -1px;
	position: relative;
	margin-top: 22px;
	border-bottom: 2px solid #dcdcdc;
}

.type-name span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: bold;
	color: #478ffc;
	line-height: 36px;
	position: relative;
}

.type-name span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: #478ffc;
}

.type-name font {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 16px;
	color: #acacac;
	line-height: 36px;
	margin-left: 8px;
	text-transform: uppercase;
}

.type-name a {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	padding-right: 28px;
	font-size: 16px;
	line-height: 24px;
	margin-top: -12px;
	color: #868686;
	background: url(../images/more.png) right 2px no-repeat;
}

.type-name a:hover {
	color: #478ffc;
}

.fl-right .type-name {
	border-bottom: 0;
	margin-bottom: 2px;
}

.fl-right .type-name span:after {
	display: none;
}

.fl-right .bg {
	background: rgba(208, 237, 142, .3);
	height: 121px;
	margin-top: 12px;
	overflow: hidden;
	/* margin-bottom: 40px; */
}

.fl-right .bg .nr {
	float: left;
	width: 210px;
	height: 102px;
	overflow: hidden;
	margin: 5px 0 0 10px;
}

.fl-right .bg .nr,
.fl-right .bg .nr * {
	font-size: 16px;
	line-height: 24px;
	color: #002d5e;
}

.fl-right .bg .nr>h2 {
	font-size: 16px;
	line-height: 32px;
}

.fl-right .bg .nr a:hover {
	color: red;
}

.fl-right .bg>img {
	float: right;
	width: 81px;
	height: 81px;
	margin: 16px 8px 0 0;
	border: 4px solid white;
}

.about {
	height: 80px;
	overflow: hidden;
	margin: 4px 0 20px;
}

.about,
.about * {
	font-size: 16px;
	line-height: 20px;
}

#slides {
	width: 100%;
	max-width: 1150px;
	position: relative;
	z-index: 998;
	margin: -156px auto 10px;
}

#slides>div,
#slides>div>div>div {
	width: 1100px;
	height: 120px;
	/*overflow:hidden;*/
	margin: auto;
}

#slides>a {
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 9;
	top: 50%;
	margin-top: -15px;
	width: 15px;
	height: 30px;
}

#slides .prev {
	left: 0;
	background: url(../images/left.png);
}

#slides .next {
	right: 0;
	left: auto;
	background: url(../images/right.png);
}

#slides .pagination {
	display: none;
}

#slides .clearfix a {
	float: left;
	width: 212px;
	height: 120px;
	padding: 5px;
	overflow: hidden;
	/* background: rgba(130,186,0,.7); */
	/*background: rgba(102, 153, 204, .7);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #478ffd;
	/*margin-left: 10px;*/
}

#slides .clearfix a:first-child {
	margin-left: 0;
}

#slides .clearfix a img {
	width: 120px;
	height: 110px;
	float: left;
	display: block;
}

#slides .clearfix a li {
	border: 1px solid white;
	width: 80px;
	height: 108px;
	overflow: hidden;
	background: url(../images/bg.jpg);
}

#slides .clearfix a li span {
	font-size: 16px;
	color: #fff;
	margin: 27px 5px 0;
}

#slides .clearfix a li font {
	font-size: 12px;
	color: #fff;
	margin: 0px 5px 0;
}


/*footer*/

.footer {
	width: 100%;
	height: auto;
}

.footer,
.footer a,
.footcont,
.footcont a {
	color: #fff;
	font-size: 14px;
}

.footcont {
	width: 1000px;
	margin: 0 auto;
	height: 320px;
	padding-top: 44px;
	background-color: ;
	overflow: hidden;
}

.footcont p.span {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #fff solid;
	margin-bottom: 20px;
	color: #fff;
}

.footcont .f1 {
	width: 480px;
	float: left;
}

.footcont .f1 p {
	line-height: 32px;
	color: #fff;
}

.footcont .f1 p.span {
	width: 220px;
}

.footcont .f1 p img {
	vertical-align: middle;
	padding-right: 8px;
}

.footcont .f2 {
	width: 170px;
	float: left;
	overflow: hidden;
}

.footcont .f2 p.span {
	width: 120px;
}

.footcont .f3 {
	float: right;
}

.footcont .f3 p img {
	margin: 8px auto;
}

.footcont span {
	font-size: 14px;
}


/*2版本*/

.msn-focus {
	width: 408px;
	height: 260px;
	padding-top: 15px;
}

.msn-focus .hd {
	font-size: 14px;
	height: 260px;
	line-height: 30px;
	width: 45px;
	margin-right: -15px;
	text-align: right;
	float: right;
}

.msn-focus .hd li {
	float: left;
	display: inline;
	float: left;
	margin: 0 4px 0 1px;
	height: 40px;
	width: 61px;
}

.msn-focus .hd .on {
	background-color: #478ffc;
	background: url("../images/arrow.png") no-repeat scroll left;
}

.msn-focus .hd .on a {
	color: #478ffc;
}

.msn-focus .hd a {
	height: 30px;
	float: left;
	padding: 0 8px
}

.msn-focus .bd {
	width: 370px;
	height: 225px;
	position: relative;
	overflow: hidden;
	float: left;
}

.msn-focus .bd ul {
	height: 225px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 28px
}

.msn-focus .bd li {
	width: 370px;
	height: 225px;
	background-color: #fff;
	position: relative;
}

.msn-focus .bd li img {
	width: 370px;
	height: 225px;
	display: block
}

.msn-focus .bd li p {
	position: absolute;
	left: 0;
	bottom: -16px;
	line-height: 35px;
	height: 35px;
	width: 370px;
	white-space: nowrap;
	overflow: hidden
}

.msn-focus .bd li p i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 370px;
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}

.msn-focus .bd li p a,
.msn-focus .bd li p a:visited {
	position: relative;
	color: #fff;
	margin-left: 20px
}

.msn-focus .bd li p a:hover {
	color: #478ffc
}

.msn-focus .prev,
.msn-focus .next {
	position: absolute;
	bottom: 85px;
	width: 29px;
	height: 64px;
	opacity: .6;
	filter: alpha(opacity=60);
	overflow: hidden;
	display: none;
	text-indent: -999px;
	border: none;
	background: url(../images/arrowLR.png) no-repeat;
}

.msn-focus .prev: hover,
.msn-focus .next: hover {
	opacity: .9;
	filter: alpha(opacity=90)
}

.msn-focus .prev {
	left: 0;
	background-position: -50px 0
}

.msn-focus .next {
	right: 0;
}

.msn-focus .bdOn .prev,
.msn-focus .bdOn .next {
	display: block;
}


/*3版本*/


/*首页四大板块产业*/

.feature {
	width: 330px;
	height: 180px;
	/*    background: #d4d4d5;*/
	position: relative;
}

.meure1,
.meure2,
.meure3,
.meure4 {
	width: 165px;
	height: 90px;
	position: absolute;
	cursor: pointer;
}


/*第一块*/

.meure1 {
	left: 0;
	top: 0;
}

.moble_left1 {
	width: 165px;
	height: 90px;
	background: url("fure1.png")/*tpa=http://www.jinke.com/skin/default/images/fure1.png*/
	no-repeat center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.moble_right1 {
	width: 215px;
	height: 90px;
	background-color: rgb(130, 186, 0);
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.moble_right1 p {
	color: #fff;
	padding: 0 5px;
}

.moble_right1 p.p1 {
	margin-top: 10px;
}

.moble_right1 p.p2 {
	font-size: 21px;
}

.moble_right1 p.p3 {
	font-size: 16px;
}

.meure1:hover {
	background-color: rgb(130, 186, 0);
}

.meure1:hover .moble_left1 {
	background: url("fure1-1.png")/*tpa=http://www.jinke.com/skin/default/images/fure1-1.png*/
	no-repeat;
	background-position: left;
}

.meure1:hover .moble_right1 {
	display: block;
}


/*第二块*/

.meure2 {
	right: 0;
	top: 0;
}

.moble_left2 {
	width: 165px;
	height: 90px;
	background: url("fure4.png")/*tpa=http://www.jinke.com/skin/default/images/fure4.png*/
	no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.moble_right2 {
	width: 215px;
	height: 90px;
	background-color: rgb(130, 186, 0);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.moble_right2 p {
	color: #fff;
	padding: 0 5px;
}

.moble_right2 p.p1 {
	margin-top: 10px;
}

.moble_right2 p.p2 {
	font-size: 21px;
}

.moble_right2 p.p3 {
	font-size: 16px;
}

.meure2:hover {
	background-color: rgb(130, 186, 0);
}

.meure2:hover .moble_left2 {
	background: url("fure4-1.png")/*tpa=http://www.jinke.com/skin/default/images/fure4-1.png*/
	no-repeat center;
	background-position: right;
}

.meure2:hover .moble_right2 {
	display: block;
}


/*第三块*/

.meure3 {
	left: 0;
	bottom: 0;
}

.moble_left3 {
	width: 165px;
	height: 90px;
	background: url("fure3.png")/*tpa=http://www.jinke.com/skin/default/images/fure3.png*/
	no-repeat center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.moble_right3 {
	width: 215px;
	height: 90px;
	background-color: rgb(130, 186, 0);
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.moble_right3 p {
	color: #fff;
	padding: 0 5px;
}

.moble_right3 p.p1 {
	margin-top: 10px;
}

.moble_right3 p.p2 {
	font-size: 21px;
}

.moble_right3 p.p3 {
	font-size: 16px;
}

.meure3:hover {
	background-color: rgb(130, 186, 0);
}


/*.meure3:hover .moble_left3{
	background: url("/skin/default/images/fure3-1.png") no-repeat center;
	background-position: left;
}*/

.meure3:hover .moble_right3 {
	display: block;
}


/*第四块*/

.meure4 {
	right: 0;
	bottom: 0;
}

.moble_left4 {
	width: 165px;
	height: 90px;
	background: url("fure2.png")/*tpa=http://www.jinke.com/skin/default/images/fure2.png*/
	no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.moble_right4 {
	width: 215px;
	height: 90px;
	background-color: rgb(130, 186, 0);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.moble_right4 p {
	color: #fff;
	text-align: left;
}

.moble_right4 p.p1 {
	margin-top: 10px;
}

.moble_right4 p.p2 {
	font-size: 21px;
}

.moble_right4 p.p3 {
	font-size: 13px;
	background: url("fure4_x.jpg")/*tpa=http://www.jinke.com/skin/default/images/fure4_x.jpg*/
	no-repeat center center;
	display: block;
	width: 198px;
	height: 78px;
	padding: 22px 0px 0px 17px;
}

.moble_right4 p.p3 a {
	color: #fff;
	margin-top: 8px;
}

.moble_right4 p.p3 a:hover {
	color: #777;
}

.meure4:hover {
	background-color: rgb(130, 186, 0);
}


/*.meure4:hover .moble_left4{
	background: url("/skin/default/images/fure2-1.png") no-repeat center;
	background-position: right;
}*/

.meure4:hover .moble_right4 {
	display: block;
}


/* 滑块 start */

.g-wrap {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 100%;
	overflow: hidden;
}

#subjects {
	height: 200px;
	background-color: #e0e2e4;
	width: 750px;
}

#subjects .g-wrap a {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
	-webkit-transition: left 300ms, -webkit-opacity 700ms;
	transition: left 300ms, opacity 700ms;
}

#subjects .g-wrap .item-1 {
	z-index: 1;
	background-color: #90c320;
}

#subjects .g-wrap .item-2 {
	z-index: 2;
	background-color: #e73f8d;
}

#subjects .g-wrap .item-3 {
	z-index: 3;
	background-color: #00a0ea;
}

#subjects .g-wrap .item-4 {
	z-index: 4;
	background-color: #2d2d58;
}

#subjects .g-wrap a span {
	position: absolute;
	background: no-repeat 0 0;
}

#subjects .g-wrap .p2 {
	-webkit-opacity: 0;
	opacity: 0;
	display: none\9;
	-webkit-transition: -webkit-opacity 400ms;
	transition: opacity 400ms;
}

#subjects .g-wrap .item-1 .p1 {
	left: 0;
	top: 0;
	width: 365px;
	height: 200px;
}

#subjects .g-wrap .item-1 .p2 {}

#subjects .g-wrap .item-2 .p1 {
	left: 0px;
}

#subjects .g-wrap .item-2 .p2 {}

#subjects .g-wrap .item-3 .p1 {
	left: 0px;
}

#subjects .g-wrap .item-3 .p2 {}

#subjects .g-wrap .item-4 .p1 {
	left: 23px;
	top: 54px;
	width: 182px;
	height: 80px;
}

#subjects .g-wrap .item-4 .p2 {}


/*#subjects*/

#subjects .trans a {
	-webkit-opacity: 0;
	opacity: 0;
	display: none\9;
}


/* 逐个出现 */

#subjects .ready .item-2 {
	transition-delay: 150ms;
	-webkit-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
}

#subjects .ready .item-3 {
	transition-delay: 150ms;
	-webkit-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
}

#subjects .ready .item-4 {
	transition-delay: 150ms;
	-webkit-transition-delay: 450ms;
	-ms-transition-delay: 450ms;
	-moz-transition-delay: 450ms;
}


/* 没有指向 */

#subjects .state-0 .item-1 {
	left: 0;
}

#subjects .state-0 .item-2 {
	left: 195px;
}

#subjects .state-0 .item-3 {
	left: 385px;
}

#subjects .state-0 .item-4 {
	left: 593px;
}


/* 指向第一个 */

#subjects .state-1 .item-1 {
	left: 0;
}

#subjects .state-1 .item-2 {
	left: 365px;
}

#subjects .state-1 .item-3 {
	left: 560px;
}

#subjects .state-1 .item-4 {
	left: 917px;
}

#subjects .state-1 .item-1 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 指向第二个 */

#subjects .state-2 .item-1 {
	left: 0;
}

#subjects .state-2 .item-2 {
	left: 212px;
}

#subjects .state-2 .item-3 {
	left: 567px;
}

#subjects .state-2 .item-4 {
	left: 917px;
}

#subjects .state-2 .item-2 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 指向第三个 */

#subjects .state-3 .item-1 {
	left: 0;
}

#subjects .state-3 .item-2 {
	left: 212px;
}

#subjects .state-3 .item-3 {
	left: 385px;
}

#subjects .state-3 .item-4 {
	left: 917px;
}

#subjects .state-3 .item-3 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 指向第四个 */

#subjects .state-4 .item-1 {
	left: 0;
}

#subjects .state-4 .item-2 {
	left: 212px;
}

#subjects .state-4 .item-3 {
	left: 425px;
}

#subjects .state-4 .item-4 {
	left: 637px;
}

#subjects .state-4 .item-4 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 滑块 end */

.mContent {
	width: 100%;
	background: url(../images/3/index_bg3.png) no-repeat center;
	text-align: center;
	margin-top: 130px;
}

.mContentBox {
	width: 1200px;
	margin: 30px auto;
	border-bottom: solid 1px #e7e7e7;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7
}

.mContentBox2 {
	border-bottom: 3px solid #e7e7e7;
	background: #f9f9f9;
	height: 50px;
	margin-top: -70px
}

.mContentBox2L {
	width: 550px;
	float: left;
}

.mContentBox2R {
	width: 528px;
	float: right;
	margin-right: 10px;
}

.mContentBox2_1 {
	width: 70px;
	float: left
}

.mContentBox2_2 {
	float: left;
	line-height: 53px;
	width: 340px;
}

.mContentBox2_3 {
	width: 70px;
	float: right
}

.mContentBox2_2 span {
	float: right;
	display: block;
}

.mContentBox2_2 a {
	float: left;
	line-height: 53px;
	height: 53px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 180px;
	display: block;
	overflow: hidden;
	text-align: left
}

.news {
	width: 100%;
	height: 53px;
	background: url(../images/3/index_newsico.png)/*tpa=http://www.jinke.com/skin/default/images/index_newsico.png*/
	left center no-repeat;
}

.news-list {
	padding-left: 70px;
	height: 100%;
	overflow: hidden;
}

.news-list ul li {
	height: 53px;
	line-height: 23px;
}

.news-list ul li a {
	float: left;
	color: #666;
	display: block
}

.news-list ul li a:hover {
	color: #478ffc;
}

.news-list ul li .btn-more {
	margin-left: 30px;
	width: 50px;
	border-radius: 4px;
	border: 1px solid #666;
	background-color: #959595;
	height: 18px;
	display: inline-block;
	text-align: center;
	margin-top: 16px;
	line-height: 18px;
	color: #fff;
}

.news-list ul li .btn-more:hover {
	border: 1px solid #478ffc;
	color: #478ffc;
	background-color: #fff;
}

.news2 {
	height: 53px;
	background: url(../images/3/index_newsico2.png)/*tpa=http://www.jinke.com/skin/default/images/index_newsico2.png*/
	left center no-repeat;
}

.news-list2 {
	padding-left: 80px;
	height: 100%;
	overflow: hidden;
}

.news-list2 ul li {
	height: 53px;
	line-height: 53px;
}

.news-list2 ul li a {
	float: left;
	color: #666;
	display: block
}

.news-list2 ul li a:hover {
	color: #478ffc;
}

.news-list2 ul li .btn-more {
	margin-left: 30px;
	width: 50px;
	border-radius: 4px;
	border: 1px solid #666;
	background-color: #959595;
	height: 18px;
	display: inline-block;
	text-align: center;
	margin-top: 16px;
	line-height: 18px;
	color: #fff;
}

.news-list2 ul li .btn-more:hover {
	border: 1px solid #478ffc;
	color: #478ffc;
	background-color: #fff;
}

.mContentTex {
	width: 100%;
	margin: 0 auto;
	height: 180px;
	padding-top: 0px;
}

.mContentTexL {
	width: 338px;
	float: left;
	height: 180px;
}

.mContentTexR {
	width: 750px;
	float: right;
	height: 180px;
}

.kwicks {
	width: 750px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-color: #878684;
}

.kwicks .kwick {
	float: left;
	width: 185px;
	height: 180px;
	border-right: 1px solid #bebec0;
	box-sizing: border-box;
	overflow: hidden;
}

.kwicks .kwick div {
	width: 380px;
	height: 180px;
	border: 1px #97caff solid;
}

.kwicks .kwick div:hover {
	width: 380px;
	height: 180px;
	background-color: #99cdff;
}

.kwicks .first {
	width: 379px;
}

.kwicks .last {
	border-right: 0;
}

.kwicks .icon {
	float: left;
	width: 185px;
	height: 180px;
	background-repeat: no-repeat;
}

.kwicks .icon00 {
	background-image: url(../images/3/icon02x1.png);
}

.kwicks .icon00:hover {
	background: url(../images/3/icon02x1.png);
}

.kwicks .icon01 {
	background-image: url(../images/3/icon02x2.png);
}

.kwicks .icon01:hover {
	background: url(../images/3/icon02x2.png);
}

.kwicks .icon02 {
	background-image: url(../images/3/icon02x3.png);
}

.kwicks .icon02:hover {
	background: url(../images/3/icon02x3.png);
}

.kwicks .icon03 {
	background-image: url(../images/3/icon02x3.png);
}

.kwicks .icon03:hover {
	background: url(../images/3/icon02x3.png);
}

.kwicks img {
	float: left;
	width: 195px;
	height: 180px;
	margin-top: -18px;
}

.kwicks .first .icon {
	background-color: rgb(230, 0, 32);
}

a.bana img {
	margin: 0 auto;
}

.footcont .f2 p.yqlj {
	margin-top: -4px;
}

.jbcolor {
	background-color: #2d5ba6;
}