/*样式*/
/*css初始化*/
* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

.clearfix:before,
.clearfix:after {
	/*清除浮动*/
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a {
	color: #333333;
	text-decoration: none;
}

input {
	border: 0;
	/*所有表单边框为0*/
	box-sizing: border-box;
	/*css3盒子模型 border 和padding 都包含到width里*/
}

.container {
	/* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
	width: 1200px;
	margin: 0 auto;
}

/*css初始化结束*/
body {
	background-color: #ffffff;
	/*整个页面背景色*/
	margin: 0 auto;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
	line-height: 180%;
}

.clear {
	height: 30px;
	clear: both;
}

.wrap {
	width: 1920px;
	margin: 0 auto;
}

.flx {
	display: flex;
	justify-content: space-between;
}

/* 头部 */
.topbk {
	width: 100%;
	height: 80px;
	background-color: #bd1a2d;
}

.nav {
	width: 1200px;
	margin: 0 auto;
}

.nav li {
	flex: 1;
}

.nav li a {
	line-height: 80px;
	color: #ffffff;
	font-size: 18px;
}

.nav li a:hover {
	border-bottom: 3px solid #fccb02;
}

.header {
	height: 450px;
	background: url(../images/headerbk.jpg) no-repeat;
	position: relative;
}

.header iframe {
	position: absolute;
	left: 45%;
	bottom: 80px;
}
.h14,A.h14:link,A.h14:hover,A.h14:visited {	font-size: 14px;COLOR: #696969;	TEXT-DECORATION: none;}
.h14c,A.h14c:link,A.h14c:hover,A.h14c:visited {	font-size: 14px;COLOR: #696969;	TEXT-DECORATION: none;font-weight:bold;}
.fot a {
	display:block;
	float:left;
	margin-right:10px;
}
.nav .TRS_Editor{
	display: flex;
	justify-content: space-between;
	}
/*焦点图*/
.focus {
	position: relative;
	width: 770px;
	height: 520px;
	background-color: #000;
	z-index: 200;
}

.focus img {
	width: 770px;
	height: 520px;
}

.focus .shadow .title {
	width: 300px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	right: 340px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 6px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
	right: 10px;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
	width: 80px;
}

.focus .D1fBt a {
	display: inline;
	width: 6px;
	height: 6px;
	border-radius: 7px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font: 12px/15px "\5B8B\4F53";
	line-height: 12px;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #fc114a;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 30px;
	height: 56px;
	background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -30px;
	left: 0;
	background-position: 0 -56px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -30px;
	right: 0;
	background-position: -30px -56px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -30px 0;
}

.focusManinR {
	float: right;
	width: 340px;
}

.focusManinR h3 {
	font-size: 16px;
	color: #2c509c;
	font-weight: normal;
}

.focusManinR h3 a:link,
.focusManinR h3 a:visited,
.leftLm h3 a:link,
.leftLm h3 a:visited {
	color: #2c509c;
}

.focusManinR h3 a:hover,
.leftLm h3 a:hover {
	color: #cc0000;
}

.focuslist {
	background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
}

.news {
	width: 400px;
}

.news h1 a {
	display: block;
	font-size: 22px;
	color: #6c6c6c;
}

.news h1 a:hover {
	color: #bd1a2d;
}

.newslist {
	margin: 13px 0;
}

.newslist li {
	height: 36px;
	line-height: 36px;
}

.newslist li a {
	font-size: 16px;
	color: #383838;
}

.newslist li a::before {
	content: "\2022";
	color: #f5d389;
	font-size: 10px;
	margin-right: 5px;
}

.newmore {
	display: block;
	width: 185px;
	height: 48px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #f5d389;
	border-radius: 8px;
	text-align: center;
	line-height: 48px;
}

.serivce {
	width: 100%;
	height: 398px;
	background: url(../images/serbk.jpg) no-repeat;
}

.sevcot {
	width: 1200px;
	margin: 0 auto;
}

.sevtitle {
	display: inline-block;
	height: 160px;
}

.sevtitle img {
	width: 384px;
	height: 51px;
	margin-left: 408px;
	margin-top: 60px;
}

.sevb {
	display: flex;
	justify-content: space-between;
}

.iconbk {
	width: 175px;
	height: 175px;
	background: rgba(223, 241, 255, .4);
	padding-top: 30px;
	box-sizing: border-box;
}

.iconbk a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iconbk span {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 36px;
}

.iconbk:hover {
	background: rgba(24, 110, 190, .3);
}

/* 第三部分栏目 */
.leftcolumn {
	width: 586px;
	height: 300px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
}

.columntitle {
	height: 50px;
	line-height: 50px;
	background-color: #e9e9e9;
	display: flex;
	justify-content: space-between;
}

.more {
	margin-right: 10px;
}

.columnlis,
.tab_con {
	padding: 15px;
	box-sizing: border-box;
}

.columnlis li,
.item li {
	height: 38px;
	position: relative;
}

.columnlis li a,
.item li a {
	font-size: 16px;
	color: #565656;
}

.columnlis li a::before,
.item li a::before {
	content: "\2022";
	color: #565656;
	font-size: 10px;
	margin-right: 5px;
}

.columnlis li span,
.item li span {
	position: absolute;
	right: 0;
	color: #939393;
	font-size: 14px;
}

/* 右侧栏目切换 */
.rightTab {
	width: 586px;
	height: 300px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
}

.tab_list li {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

.tab_list .current {
	color: #bd1a2d;
}

.item {
	display: none;
}

/* 第四部分 */
.frcolumn {
	width: 100%;
	height: 378px;
	background-color: #f8f8f8;
}

.lfcolumn {
	width: 586px;
}

.frcoltitle {
	border-bottom: 1px solid #e9e9e9;
	height: 53px;
	line-height: 53px;
	display: flex;
	justify-content: space-between;
}

.tit {
	border-bottom: 2px solid #bd1a2d;
	font-size: 18px;
	color: #585858;
	font-weight: bold;
}

.imre {
	margin-right: 10px;
	margin-top: 25px;
}



.w14,
A.w14:link,
A.w14:hover,
A.w14:visited {
	font-size: 14px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.w14c,
A.w14c:link,
A.w14c:hover,
A.w14c:visited {
	font-size: 14px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
