@charset "utf-8";

body{}
#jc_wrapper{min-width:1200px;}
#jc_header{background:#fff;height:165px;z-index:90000;}
#jc_header .inc_func{width:1200px;margin:0 auto;height:80px;padding:29px 0 0 0; }
#jc_header .inc_func h1{float:left;width:387px;height:56px;margin-right:15px;}
#jc_header .inc_func h1 a{display:block;text-indent:-9999px;overflow:hidden;background:url(../img/logo.png) 0 0 no-repeat;height:56px;}
#jc_header .inc_func .hdr_info{float:left;}
#jc_header .inc_func .hdr_contact{float:left;width:664px;height:56px;float:left;background:url(../img/hdr_contact.png) 0 0 no-repeat;margin-right:20px;text-indent:-9999px;overflow:hidden;}
#jc_header .inc_func .btn_counsel{float:left;width:75px;height:68px;}
#jc_header .inc_func .btn_counsel a{display:block;text-indent:-9999px;height:68px;background:url(../img/btn_counsel.png) 0 0 no-repeat;}

#jc_header #inc_inb{border-top:1px solid #3577ca;	}

/* inb */
#jc_inb,
#jc_inb ul,
#jc_inb ul li,
#jc_inb ul li a,
#jc_inb #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
}
#jc_inb:after,
#jc_inb > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#jc_inb #menu-button {
  display: none;
}

#jc_inb{width:1200px;
	margin:0 auto;z-index:90000;}
#jc_inb ul {
	
	position:relative;

	line-height: 1;
	background: #ffffff;
	height:55px;

}
#menu-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#jc_inb > ul > li {
  float: left;
  width:200px;
}
#jc_inb.align-center > ul {
  font-size: 0;
  text-align: center;
}
#jc_inb.align-center > ul > li {
  display: inline-block;
  float: none;
}
#jc_inb.align-center ul ul {
  text-align: left;
}
#jc_inb.align-right > ul > li {
  float: right;
}
#jc_inb.align-right ul ul {
  text-align: right;
	z-index:90000;  
}
#jc_inb > ul > li > a {
  padding: 20px 0 19px 0;
  font-size: 16px;
  font-weight:700;
  text-decoration: none;
  color: #000000;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align:center;
}
#jc_inb > ul > li:hover > a,
#jc_inb > ul > li.active > a {
  color: #009ae1;
}
#jc_inb > ul > li.has-sub > a {
  padding-right: 25px;
}
#jc_inb > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#jc_inb > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#jc_inb ul ul {
  position: absolute;
  left: -9999px;
}
#jc_inb li:hover > ul {
  left: auto;
}
#jc_inb.align-right li:hover > ul {
  right: 0;
}
#jc_inb ul ul ul {
  margin-left: 100%;
  top: 0;
}
#jc_inb.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#jc_inb ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
 background: #fff;  
}
#jc_inb ul li:hover > ul > li {
  height: 43px;

}

#jc_inb ul ul li a {
  padding: 14px 20px;
  width: 160px;
  font-size: 14px;
  background: #fff;
  text-decoration: none;
  color: #6d6d6d;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   border-top:1px solid #eee;
  
}

#jc_inb ul ul li:hover > a,
#jc_inb ul ul li a:hover {
  color: #009ae1;
  background:#f1f1f1;
  font-weight:700;
}
#jc_inb ul ul li.has-sub > a:after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#jc_inb.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#jc_inb ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#jc_inb ul ul li.r2{
	height:42px!important;
}
#jc_inb ul ul li.r3{
	height:53px!important;
}


#jcm_slider{height:664px;z-index:1;position:relative;background:#141a35;}
#jcm_slider .incs{width:1100px;margin:0 auto;height:664px;position:relative;}
#jc_container{background:#141a35;}
#jc_container .inc{width:1160px;margin:0 auto 50px auto;}
#jc_container .jcm01{height:1050px;background:url(../img/jcm_con01.gif) 0 0 no-repeat;}
#jc_container .jcm02{position:relative;height:156px;background:url(../img/jcm_con02.jpg) 0 0 no-repeat;padding:368px 0 0 410px;}

.btnm_lec1{float:left;width:200px;height:47px;}
.btnm_lec1 a{display:block;height:47px;text-indent:-9999px;}


#jc_footer{background:#fff;height:145px;}
#jc_footer .inc{width:1200px;margin:0 auto;padding-top:45px;}
#jc_footer .inc h1{float:left;width:131px;height:29px;height:39px;margin-right:70px;}
#jc_footer .inc h1 a{display:block;height:39px;text-indent:-9999px;background:url(../img/logo_f.png) 0 0 no-repeat;}
.jcm_addr{float:left;font-size:13px;}
.jcm_addr p{padding-bottom:3px;}


.btn_sdr1{width:204px;height:57px;position:absolute;right:355px;bottom:65px;}
.btn_sdr2{width:204px;height:57px;position:absolute;right:145px;bottom:65px;}
.btn_sdr3{width:204px;height:57px;position:absolute;left:254px;bottom:65px;}
.btn_sdr4{width:204px;height:57px;position:absolute;left:469px;bottom:65px;}
.btn_sdr5{width:204px;height:57px;position:absolute;right:284px;bottom:65px;}

.btn_sdr1 a, .btn_sdr2 a, .btn_sdr3 a, .btn_sdr4 a, .btn_sdr5 a{display:block;height:57px;text-indent:-9999px;overflow:hidden;}



/* floatmenu */
#floatMenu {
	position:absolute;
	top:110px;
	right:10px;
	width:183px;
	margin:0;
	padding:0;
	font-size:11px;
	z-index:90000;
}
#floatMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#floatMenu ul li {
	margin-bottom:6px;
}
 
#floatMenu ul li a {
	text-decoration:none;
}
 
.jc_login{border:1px solid #eee;width:151px;height:335px;background:url(../img/bnq_login2.png) 0 0 no-repeat;padding:0 15px;margin-bottom:8px;}
.jc_login h3{text-align:left;padding:15px 0;font-size:15px;}
.i_input_login{width:143px;border:1px solid #b8b8b8;padding:4px 4px;}
.jc_bnr li{height:47px;}

.afrm_login{padding-bottom:5px!important;}
.qjoin{height:107px;}
.qjoin a{display:block;height:107px;text-indent:-9999px;}


#jcs_container{background:#141a35;}

#jcs_container .inc_container{width:1160px;margin:0 auto;padding-bottom:40px;position:relative;}

.jcs_title{position:absolute;top:50px;font-size:36px;color:#fff;font-weight:700;width:500px;background:url(../img/sub/bn_title.png) 0 0 no-repeat;padding-top:15px;}
.jcs_title span{color:#1e81fe;}

.jcs_con_inc{background:#fff;padding:48px 40px;}
.jcs_con_layout{padding-top:144px;}
.jcs_con_layout .inc{background:#fff;}
.jcs_titles_comm{background:#1e81fe;height:68px;}

.jcs_tb_list{background:#fff;}
.jcs_tb_list table{width:100%;border-spacing:0;border-collapse:collapse;}

.jcs_tb_list td{}
.jcs_tb_list table th{background:#141a36;padding:12px 0;text-align:center;color:#fff;font-weight:700;font-size:14px;}
.jcs_tb_list table td{border-bottom:1px solid #bfbfbf;text-align:center;padding:10px 0;}
.jcs_tb_list table td.subject{text-align:left;}
.jcs_tb_list table h3{font-size:16px;font-weight:700;margin-bottom:8px;}


.jcs_list_photo{width:75px;margin:0 auto;}
.jcs_list_photo span{display:block;padding-bottom:4px;font-size:11px;}

.jcs_list_info{}
.jcs_list_info li{float:left;font-size:13px;}
.jcs_list_info li span{font-size:13px;}

.list-item-price{color:#d8560f;}
.list-item-num{color:#1e81fe;}
.list-item-category{font-weight:700;}

/* paging */
.board_paging {width:100%; text-align:center; margin:30px 0 20px 0; clear:both; overflow:hidden; font-size:12px;}
.board_paging a {display:inline-block; width:15px; height:15px; padding:5px 5px 5px 5px; font-weight:bold; background:#fff; border:1px solid #ddd;}
.board_paging strong, .board_paging a:hover {display:inline-block; width:15px; height:15px; padding:5px 5px 5px 5px; background:#5f5f5f; border:1px solid #5f5f5f; color:#fff;}
.board_paging a.next {display:inline-block; width:15px; height:15px; padding:5px 5px 5px 5px; background:url('../img/sub/paging_next.png') center no-repeat ;border-width:0}
.board_paging a.prev {display:inline-block; width:15px; height:15px; padding:5px 5px 5px 5px; background:url('../img/sub/paging_prev.png') center no-repeat ;border-width:0}
.board_paging a.start {display:inline-block; width:17px; height:15px; padding:5px 5px 5px 5px; background:url('../img/sub/paging_start.png') center no-repeat ;border-width:0}
.board_paging a.end {display:inline-block; width:17px; height:15px; padding:5px 5px 5px 5px; background:url('../img/sub/paging_end.png') center no-repeat ;border-width:0}
.board_paging a.next span, .board_paging a.prev span {display:block; text-indent:-9999px;height:15px}




.jcs_view_profile{height:238px;border-top:1px solid #000;border-bottom:1px solid #cecece;}
.jcs_view_profile .thumb_profile{float:left;width:214px;background:#f7f7f7;height:200px;padding:38px 38px 0 38px;width:145px;margin-right:20px;}
.jcs_view_profile .thumb_profile span{display:block;font-size:14px;text-align:center;padding:4px 0;}

.jcs_tb_view_pro table{width:100%;border-spacing:0;border-collapse:collapse;}


.jcs_btn_area{padding:10px 0 0 0;}
.list-btn-apply{width:126px;height:38px;}
.list-btn-apply a{display:block;background:#e04008;color:#fff;padding:10px 0 10px 0px;font-size:14px;font-weight:700;text-align:center;}
.list-btn-basic{width:126px;height:38px;}
.list-btn-basic a{display:block;background:#717171;color:#fff;padding:10px 0 10px 0px;font-size:14px;font-weight:700;text-align:center;}

.jcs_btn_area{text-align:right;}
.jcs_btn_area div{display:inline-block;*display:inline; zoom:1;}

.jcs_tb_view_pro{float:left;width:700;padding:30px 0 0 30px;}
.jcs_tb_view_pro th, .jcs_tb_view_pro td{font-size:14px;text-align:left;padding:10px 0;}
.jcs_tb_view_pro th{font-weight:700;background:url(../img/sub/bn_dot_pro.png) 0 50% no-repeat;padding-left:10px;}
.jcs_tb_view_pro table{width:100%;border-spacing:0;border-collapse:collapse;}

.jcs_view .jcs_titles_dp3{font-size:18px;color:#000;font-weight:700;margin-top:40px;background:url(../img/sub/bn_dot_sdp3.png) 0 10px no-repeat;padding-left:15px;padding-bottom:20px;}

.jcs_view_detail .inc{border-top:1px solid #000;border-bottom:1px solid #000;padding:20px;background:#fbfbfb;font-size:14px;min-height:200px;}