@charset "gb2312";
/* CSS Document */

/***** È«¾ÖÑùÊ½ Global-Style *****/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	font: 12px/160%, "ËÎÌå";min-width: 1280px;
}

form,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

/***** È«¾ÖÁ´½Ó Global-Link-Style *****/
a {
	color: #606163;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

/***** Ë®Æ½¾ÓÖÐ *****/
.cen {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

/***** Çå³ý¸¡¶¯ *****/
.cen {
	clear: both;
}

.clear {
	clear: both;
}


/***** ¶¥²¿ *****/
nav {
	background: #9C2F33;
	position: relative;
	z-index: 20;
}

.top {
	width: 1200px;
	height: 138px;
}

.top .top_logo {
	height: 75px;
	float: left;
	margin-top: 34px;
}

.top .top_kh {
	width: 280px;
	height: 68px;
	float: left;
	margin-top: 30px;
	margin-left: 135px;
}

.top .top_right {
	width: 235px;
	height: auto;
	float: right;
}

.sou {
	float: right;
	width: 170px;
	height: 23px;
	border-radius: 15px;
	border: 1px solid #B9C5DE;
	overflow: hidden;
	margin-top: 57.5px;
}

.sou input {
	background: none;
	border: none;
	float: left;
	outline: none;
}

.sou input[type="text"] {
	width: 135px;
	height: 23px;
	padding: 0 5px;
	color: #FFFFFF;
}

.sou input[type="submit"] {
	width: 23px;
	height: 23px;
	background: url(/templates/jcb/images/sou.png) no-repeat center center;
	background-size: 15px auto;
}

/*** ËÑË÷ ***/
#search {
	float: right;
	display: block;
	width: 266px;
	height: 32px;
	margin-top: 45px;
}

#search li.ipt {
	float: left;
	width: 225px;
	height: 30px;
	border: solid 1px #cba9a3;
	border-right: none;
}

#search li.ipt .keyword {
	float: left;
	display: block;
	border: none;
	background: none;
	width: 215px;
	padding-left: 10px;
	height: 30px;
	font: 14px/30px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

#search li.btn {
	float: right;
	cursor: pointer;
	width: 40ppx;
	height: 32px;
	display: block;
	background: url(/templates/jcb/images/ss_fdj.png) no-repeat left center;
}

/***** nav *****/
.navBar {
	width: 1200px;
	height: 40px;
	position: relative;
	z-index: 0;
}

.nav_top {
	position: relative;
	width: 1200px;
}

.nav_top a {
	color: #333;
}

.nav_top h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav_top .m {
	float: left;
	position: relative;
	z-index: 1;
}

.nav_top .m_ts {
	background: none;
}

.nav_top h3 a {
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	font: 16px/40px "Î¢ÈíÑÅºÚ";
	font-weight: normal;
}

.nav_top h3 a:hover {
	height: 40px;
	color: #fff;
	width: 120px;
}

.nav_top .sub {
	display: none;
	/*Ä¬ÈÏÒþ²Ø*/
	position: absolute;
	top: 40px;
	z-index: 9999999999999;
	width: 118px;
	border: 1px solid #E6E4E3;
	border-top: 0;
	background: #f1f5fc;
}

.nav_top .sub li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px;
}

.nav_top .sub li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	height: 28px;
	color: #666;
	font: 14px/28px "Î¢ÈíÑÅºÚ";
}

.nav_top .sub li a:hover {
	color: #cc0000;
}

.nav_top .block {
	height: 40px;
	width: 120px;
	background: #D1B283;
	color: #fff;
	position: absolute;
	margin-left: 1px;
	top: 0px;
	overflow: hidden;
}
.navBar > ul > li:nth-child(10) a {
	background: url(/templates/jcb/images/fly.png) no-repeat right 4px center;
	background-size: 20px auto;
	text-decoration: underline;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.navBar > ul > li .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 288px;
	z-index: 20;
	padding: 8.5px 0;
	padding-left: 116px;
	background: rgba(255,255,255,0.65);
	box-sizing: border-box;
	min-height: 97px;
	overflow: hidden;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
}
.navBar > ul > li:hover .sub {
	display: block;
	z-index: 28;
}
.navBar > ul > li .sub::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 97px;
	left: 0;
	top: 0;
	background: url(/templates/jcb/images/sub-1.png) no-repeat left top;
}
.navBar > ul > li .sub::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 96px;
	background: rgba(255,255,255,0.4);
}
.sub-ul {
	width: 150px;
	position: relative;
	z-index: 20;
}
.sub-ul li {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #FBFCFC;
}
.sub-ul li:last-child {
	border: none;
}
.sub-ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 17px;
	color: #3F5F9D;
	font-family: "ºÚÌå";
}
.sub-ul li a:hover {
	color: #DC6E4F;
	font-weight: 600;
}

/******** banner ********/
.focusBox {
	width: 100%;
	min-width: 1200px;
	height: 740px;
	/*height: calc(100vh - 178px);*/
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
	height: 100%;
}

.focusBox .pic li {
	height: 100%;
}

.focusBox .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 16px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 6px;
	border-radius: 50%;
	opacity: 0.6;
	background: #FFFFFF;
	overflow: hidden;
	height: 12px;
	width: 12px;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
}

.focusBox .hd .on {
	opacity: 1;
}


/***** µ±Ç°Î»ÖÃ *****/
.position {
	width: 824px;
	padding-left: 30px;
	background: #fafbfd url(../images/add_ico01.png) 13px center no-repeat;
	height: 38px;
	font: 12px/38px "Î¢ÈíÑÅºÚ";
	color: #787777;
	height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px #e3e3e3;
	/*¼æÈÝoperaspace:nowrap*/
	-moz-box-shadow: 0px 0px 3px #e3e3e3;
	/*¼æÈÝfirefox*/
	-webkit-box-shadow: 0px 0px 3px #e3e3e3;
	/*¼æÈÝsafari»òchrome*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=120, strength=3);
	/*¼æÈÝie*/
}

.position a {
	font: 13px/30px "Î¢ÈíÑÅºÚ";
	height: 30px;
	color: #535252;
	text-decoration: none;
}

.position a:hover {
	text-decoration: underline;
}

#container {
	width: 1200px;
}

/* ·ÀÖ¹¸ß¶È³Æ²»¿ª */
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

/***** foot *****/
#foot_w {
	float: left;
	width: 100%;
	height: 141px;
	background: #9C2F34;
	border-bottom: solid #be938d 1px;
}

.foot {
	width: 1200px;
	height: 141px;
}

.foot_logo {
	float: left;
	margin-top: 30px;
	margin-left: 13px;
}

.foot_add {
	font: 13px/26px "Î¢ÈíÑÅºÚ";
	color: #fff;
	float: left;
	margin: 30px 0px 0px 40px;
}

.foot_r {
	width: 320px;
	height: 124px;
	float: right;
	margin: 18px 10px 0px 0px;
}

.foot_r p {
	width: 96px;
	height: 124px;
	float: right;
	margin: 0px 20px 0px 8px;
	;
}

.foot_r p img {
	width: 96px;
	height: 88px;
}

.foot_r p span {
	height: 20px;
	font: 12px/20px "Î¢ÈíÑÅºÚ";
	color: #fff;
	display: block;
	text-align: center;
}

.copyright {
	float: left;
	width: 100%;
	height: 43px;
	font: 13px/43px "Î¢ÈíÑÅºÚ";
	color: #fff;
	background: #9C2F34;
	text-align: center;
}

.copyright a {
	font: 13px/43px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

.zttt {
	width: 100%;
	background: url(/templates/jcb/images/bg111.png) no-repeat center top;
}