@charset "utf-8";
/* CSS Document */
li{ list-style:none;}

.Header {
	width: 100%;
	height: 150px;
	border-bottom: 1px #ececfb solid;
}
.Hotp {
	width: 1000px;
	margin: 0 auto;
}
.Logo {
	margin-left: 25px;
	margin-top: 35px;
	float: left;
}
.Logo a img{ width:350px;}
.Conyt {
	width: 100%;
	height: 650px;
}
.Stuy {
	width: 1150px;
	margin: 0 auto;
	height: 600px;
	background: url(../images/loginbdg.jpg) no-repeat -10px 60px;
}
.login_box {
	float: right;
	margin-top: 145px;
	width: 399px;
    padding-bottom:30px;
	border:1px solid #ccc;
	box-shadow:0 0 3px #999;
}
.tuis {
	margin-left: 45px;
	margin-top: 45px;
	width: 311px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #646473;
}
.logins {
	margin-left: 45px;
	width: 311px;

}
.logins input.bar {
	width: 302px;
	border: 1px solid #ccc;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.login_error {
	width: 311px;
	height: 24px;
	line-height: 24px;
	margin-left: 45px;
	margin-top: 10px;
	border: 1px solid #f6c8b5;
	background: #fceee8;
}
.icon_error {
	float: left;
	background: url(../images/notice.png) no-repeat left top;
	width: 14px;
	height: 14px;
	background-position: -30px -34px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
}
.password {
	margin-left: 45px;
	margin-top: 10px;
	width: 311px;
	height: 24px;
	line-height: 24px;
}
.password_left {
	width: 150px;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #646473;
}
.password_right {
	width: 161px;
	float: left;
	text-align: right;
	height: 24px;
	line-height: 24px;
	color: #a8a8b7;
}
.password_right a {
	color: #a8a8b7;
	text-decoration: none;
}
.password_right a:hover {
	color: #646473;
	text-decoration: underline;
}
.butt {
	width: 313px;
	height: 33px;
	margin-left: 45px;
	margin-top: 20px;
}
.buttsub {
	width: 313px;
	height: 33px;
	background: #0782ff;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border:0px;
	border-radius:2px;
	cursor: pointer;
}
.buttsub:hover {
	background: #68b3ff;
	border-radius:2px;
}
.bottom {
	background: #f5f5f5;
	height: 100px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	padding-top: 45px;
	text-align: center;
	width: 100%;
	border-top: 1px #cacad9 solid;
}
.bottom a {
	color: #999;
}
.bottom a:hover {
	text-decoration: underline;
}
.anchor {
	width: 400px;
	text-align: right;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	float: right;
	color: #333;
}
.anchor a {
	color: #333;
}
.anchor a:hover {
	text-decoration: underline;
}
.stepi {
	width: 100%;
	height: 48px;
}
.steps {
	border-bottom: 2px solid #e9eef5;
	width: 990px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	margin-top:40px;
}
.steps ol {
	width: 720px;
	margin: 0 auto;
}
.steps ol li {
	display: inline;
	float: left;
	width: 170px;
	padding-left: 70px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.steps ol li i {
	display: inline-block;
	zoom: 1;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-style: normal;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/ico-circle2.png) no-repeat 0 0;
}
.steps ol li.active {
	color: #3e3e3e;
	border-bottom: 2px solid #006cd8;
}
.steps ol li.active i {
	background: url(../images/step.png) -0px -0px no-repeat;
}
.context {
	width: 990px;
	height: 460px;
	margin: 0 auto;
	padding: 30px 0;
}
.context .lat {
	width: 890px;
	height: 40px;
	line-height:40px;
	padding-left: 100px;
	margin-top: 25px;
	float: left;
}
.context .latl {
	width: 250px;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #666;
}
.context .latr {
	width: 220px;
	height: 40px;
	line-height: 40px;
	float: left;
}
.context .lat .form-text {
	border: 1px solid #dedede;
	width: 202px;
	height: 17px;
	line-height: 17px;
	padding: 9px;
	font-size: 14px;
	_margin-left: -3px;
	vertical-align: middle;
	color: #333;
	line-height: 16px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
	transition: border linear .2s;
}
.context .lyz {
	width: 110px;
	height: 36px;
	line-height: 36px;
	float: left;
}
.context .lat .form-lyz {
	border: 1px solid #dedede;
	width: 90px;
	height: 17px;
	line-height: 17px;
	padding: 9px;
	font-size: 14px;
	_margin-left: -3px;
	vertical-align: middle;
	color: #333;
	border: 1px solid #c8d2e0;
	line-height: 16px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
	transition: border linear .2s;
}
.form_err {
	width: 250px;
	float: left;
	height: 36px;
}
.form_erricon {
	width: 15px;
	height: 18px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../images/notice.png) no-repeat left top;
	background-position: -30px -34px;
}
.form_errtips {
	width: 210px;
	text-align: left;
	float: left;
	line-height: 36px;
	height: 36px;
	color: #C33;
}
.form-item {
	width: 600px;
	float: left;
	padding: 20px 0 20px 260px;
	line-height: 36px;
	zoom: 1;
	color: #666;
}
.form-item .infor {
	float: left;
	line-height: 18px;
	font-size: 12px;
	padding-left: 10px;
}
.form-item .infor p {
	line-height: 18px;
}
.regitls {
	height: 30px;
	float: left;
	padding: 5px 0 5px 245px;
}
.buttnext {
	width: 300px;
	height: 40px;
	background: #ffc740;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: 1px #ffc740 solid;
	cursor: pointer;
	border-radius:8px;
}
.buttnext:hover {
	background: #ffe6aa;
	border: 1px #ffe6aa solid;
}
.font16 {
	font-size: 16px;
	color: #333;
}
.font16b {
	font-size: 16px;
	color: #103051;
	font-weight: bold;
}
.emailerr {
	padding-left: 15px;
}
.emailerr a {
	text-decoration: none;
	color: #1686cc;
}
.emailerr a:hover {
	text-decoration: underline;
	color: #069;
}
.conten {
	width: 1000px;
	margin: 0 auto;
}


.formlin {
	height: 30px;
	float: left;
	padding: 10px 0 10px 150px;
}
.formlinleft {
	width: 150px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: right;
}
.formlinright {
	width: 295px;
	padding-left: 15px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: left;
}
.formlintips {
	width: 250px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: left;
}
.fonm16f {
	font-size: 16px;
	color: #0059aa;
	font-weight: bold;
}
.fonm16fl {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.fonm14f {
	font-size: 14px;
	color: #0059aa;
}
.fonm14fl {
	font-size: 14px;
	color: #666;
}
.formtexts {
	vertical-align: middle;
	color: #333;
	border: 1px solid #c8d2e0;
	width: 270px;
	height: 16px;
	line-height: 16px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
	transition: border linear .2s;
	border: 1px solid #dedede;
	height: 17px;
	line-height: 17px;
	padding: 9px;
	font-size: 14px;
	_margin-left: -3px;
}
.err-input {
	border-color: #d50000;
}
.first-name {
	width: 120px;
	float: left;
}
.last-name {
	width: 120px;
	margin-left: 10px;
	float: left;
}
select {
	width: 93px;
	color: black;
	background-color: white;
	cursor: default;
	height: 26px;
	padding: 4px\9;
	line-height: 26px;
	font-size: 12px;
	color: #333;
	border: 1px solid #bbb;
}
.biginputs {
	width: 281px;
	height: 60px;
}
.buttnext_d {
	width: 285px;
	height: 35px;
	background: #49a4ff;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border:1px solid #49a4ff;
}
.buttnext_d:hover {
	background:#ffc333;
	border:1px solid #ffc333;

}
/* ----------------- Chang add↓ ---------------- */
.clear {
	clear: both;
}
.scl_list, .scl_list li {
	padding: 0;
	margin: 0;
	border: none;
}
.borbtm_ea {
	border-bottom: 1px #eaeaea solid;
}
.s_content {/* son content */
	margin: 16px auto 30px;
	width: 1140px;
}
.sc_left {
	width: 940px;
	float: left;
}
.scl_title {
	height: 60px;
	line-height: 58px;
	color: #525260;
	font-size: 25px;
	background: url(../images/img_r2_c3.png) repeat-x left bottom;
}
.scl_title span {
	display: block;
	float: left;
	height: 58px;
	border-bottom: 2px #007fff solid;
}
.scl_title p {
	display: block;
	float: right;
	font-size: 14px;
}
.scl_title p a {
	color: #757584;
	margin-right: 27px;
}
.scl_title p a:hover, .spa_right a:hover, .sparam01 h2 a:hover, .sparam04 h2 a:hover {
	color: #007fff;
}
.sc_left dl {
	height: 50px;
	background: #ecf5ff;
}
.sc_left dl, .sc_left dt, .sc_left dd {
	line-height: 50px;
}
.sc_left dt, .sc_left dd {
	display: block;
	float: left;
	font-size: 15px;
	color: #313140;
}
.sc_left dt {
	font-weight: bold;
	padding: 0 30px 0 5px;
}
.sc_left dd {
	padding-right: 36px;
}
.sc_left dd input[type=checkbox] {
	margin: 16px 10px 0 0;
	background-color: #fff;
	border: 1px #757684 solid lime;
}
.scl_list li {
	height: 160px;
	padding: 20px 0;
	border-bottom: 1px #dbdbea solid;
}
.scll_tit {
	float: left;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
}
.scll_tit span {
	color: #646473;
	font-weight: normal;
	padding-left: 8px;
}
.scll_hall, .scll_tit, .scl_loca a {
	color: #007fff;
}
.scl_loca a:hover {
	color: #007fff;
	text-decoration: underline;
}
.scll_hall {
	float: right;
	font-size: 12px;
	line-height: 24px;
	padding: 0 12px;
	background: #ececfb;
	border: 1px #dbdbea solid;
}
.scll_hall span {
	color: #313140;
	font-weight: bold;
	padding-right: 5px;
	margin-right: 5px;
	background: url(../images/img_r4_c5.png) no-repeat right center;
}
.scl_imglit img {
	float: left;
	margin: 20px 5px 0 0;
	width: 174px;
	height: 115px;
}
div .ttm {
	list-style: none;
	cursor: pointer;
	padding: 24px 0 0;
}
div.ttm a {
	display: block;
	float: left;
	line-height: 30px;
	border: 1px #d3d3d4 solid;
	margin-right: 5px;
	height: 30px;
	padding: 0 14px;
}
.ttm1, .ttm2, .nxt_pre {
	background: #fff;
	font-size: 16px;
	color: #004b91;
}
.ttm1 {
	color: #999999;
	border: 1px #fff solid !important;
}
.ttm2:hover, .nxt_pre:hover {
	color: #fff;
	background: #007fff;
	border: 1px #2793ff solid;
}
.sc_right {
	float: right;
	width: 142px;
	margin-right: 20px;
}
.sc_right p {
	color: #31313f;
	font-size: 16px;
	height: 55px;
	font-weight: bold;
}
.sc_right li {
	margin-bottom: 15px;
}
.sc_right li img {
	border: 1px #ccc solid;
	width: 138px;
	height: 138px;
	padding: 1px;
	background: #fff;
}
.sc_right li h3 {
	font-weight: normal;
	line-height: 16px;
	padding-bottom: 5px;
	font-size:14px;
}
.sc_right li h3, .sc_right li h3 a {
	color: #666;
}
.sc_right li h3 a:hover {
	color: #004b91;
	text-decoration: underline;
}
.scl_loca {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #9797a6;
}
h1.scl_tit {
	font-size: 26px;
	line-height: 40px;
	font-weight: normal;
	color: #646472;
	padding-top: 30px;
}
p.scl_fu {
	height: 40px;
	line-height: 40px;
	color: #e1e1ed;
}
p.scl_word, .peo_param p, .peo_date {
	line-height: 28px;
	font-size: 15px;
	color: #646472;
}
.scl_peo li {
	padding: 34px 0 0;
	border-bottom: 1px #dbdbea solid;
}
.scl_peo li img {
	float: left;
	width: 200px;
	height: 165px;
}
.peo_param {
	float: right;
	width: 674px;
}
.peo_param h2, .peo_param h2 a, .peo_param h2 a:hover {
	color: #646472;
	font-size: 18px;
	height: 40px;
}
.peo_param h2 a:hover {
	text-decoration: underline;
}
.peo_param p {
	width: 584px;
	height: 100px;
	padding: 16px 20px 18px 70px;
	background: url(../images/plist_r5_c5.png) no-repeat center top;
}
.peo_date {
	clear: both;
	text-align: right;
	height: 40px;
}
.scl_pparam {
	float: left;
	width: 339px;
	height:405px;
	border:#DBDBEA solid;
	border-width:0 0 1px 1px;
	padding: 20px 20px 10px;
}
.scl_pparam h3, .scl_pparam p {
	color: #313140;
	line-height: 22px;
}
.scl_pparam h3 {
	font-size: 16px;
}
.scl_pparam p {
	font-size: 14px;
	padding: 18px 0;
}
.scl_pparam h4 {
	font-size: 12px;
	color: #313140;
	line-height: 18px;
	font-weight: normal;
}
.scl_pparam h4 a {
	color: #007fff;
	text-decoration: underline;
}
.scl_pparam h4 a:hover {
	font-weight: bold;
}

.scl_photo {
	float: right;
	width: 560px;
}
.scl_pbottom {
	margin-top: 36px;
}
.scl_pbottom h3 {
	color: #313140;
	font-size: 18px;
}
.ii_video {
	float: left;
	width: 360px;
	padding:0 8px;
}
.ii_video p {
	color:#313140;
	font-size:13px;
	padding:10px 0;
	line-height: 18px;
}
.ii_video_det{
	width:300px;
	height:254px;}
.video_evl{
	float:left;
	width:530px;
	padding-left:30px;
	border-left:1px #cacad9 solid;}
.video_evl li{
	margin-top:10px;}
.video_evl h3{
	line-height:35px;
	color:#31313f;
	font-size:18px;
	clear:both;}
.video_evl li img{
	float:left;
	width:50px;
	height:50px;
	margin:10px 0;}
.vi_chat{
	float:left;
	width:476px;
	margin:10px 0 0;}
.chat_bub{
	float:left;
	width:422px;
	min-height:55px;
	background:#fff;
	padding:10px 20px;
	border:1px #b9b9c8 solid;}
.chat_bub{
	font-size:13px;
	line-height:22px;
	color:#31313f;
}
.chat_bub h5{
	color:#757584;}
.sjx {
	float:left;
	width: 0px;
	height: 0px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #b9b9c8 transparent transparent;
	margin-top:20px;
}
.feny{
	height:42px;
	line-height:42px;
	text-align:right;
	font-size:15px;
	color:#b9b9c8;}
.feny a{
	color:#535362;}
.feny a:hover{
	color:#007fff;}
/* -- info style↓ --- */


.ic_left { float: left; width: 824px; border-right:1px solid #dbdbea; padding-bottom:20px;}

.IMG_div{ width:824px;}
.IMG_name { width:600px; font-size:20px; font-weight:600; color: #004b91; margin-top:15px; float:left;}
.IMG_logo{ width:200px; height:120px; float:left;}
.IMG_logo img{ width:160px; height:120px;}
.qingkuangdiv{ width:824px; margin:30px 0px; padding-top:20px; border-top:1px solid #dbdbea;}
.qingkuangspan1{ width:140px; padding-top:15px; font-size:14px; color:#333; float:left; display:inline-block;}
.qingkuangspan2{ width:670px; padding-top:15px; font-size:14px; color:#333; float:left; display:inline-block;}
.apply{display:inline-block; padding:5px 20px; cursor:pointer; font-size:16px; background:#ffc333; color:#fff; font-weight:600; margin:20px 0px;}
.up_down{ margin:20px 0px;}
.exhibitor{ width:640px; padding-left:30px; font-size:14px; color:#333; display:inline-block; float:left; margin:5px 0px; background:url(../images/exhibitor.png) no-repeat 0px 1px;}
.exhibitor_date{ width:120px; font-size:14px; color:#333; display:inline-block; float:left; margin:5px 0px; text-align:center;}

table.icl_no03 {
	float: left;
	height: 209px;
}
.icl_no03 th {
	height: 30px;
	background: #abd3ff;
	text-align: left;
	line-height: 30px;
	color: #fff;
	border: 1px solid #abd3ff;
}
.icl_no03 th {
	width: 129px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal; 
}

.icl_no03 td {
	width: 258px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
}
.icl_no03 td {
	height: 30px;
	font-size: 14px;
	color: #313140;
	line-height: 50px;
	border:1px solid #dbdbea;
}
.icl_no03 select {
	width: 190px;
	height: 30px;
	background: #fff;
	border: 1px #cacad9 solid;
}
.icl_no03 select, .icl_no03 option {
	color: #424251;
	font-weight: bold;
	padding-left: 10px;
}
.icl_param {
	float: right;
	width: 278px;
	height: 207px;
	border: 1px #dbdbea solid;
	margin:20px 0px;
}
.icl_param p{ font-size:14px; color:#333; margin-top:10px;}
.icl_param h4{ width:100%; height:40px; line-height:40px; text-align:center; color:#007fff; border-bottom:1px solid #dbdbea; margin-bottom:20px;}
.icl_param b{ width:85px; display:inline-block; text-align:right; padding-right:5px; font-weight: 500;}

.ic_right {
	float: right;
	width: 280px;
}

.icDIV{ border: 1px #cacad9 solid;}

.ic01 {
	height: 52px;
	color: #20202f;
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	padding-left: 10px;
}
.ic_right input[type=text] {
	width: 263px;
	height: 32px;
	border: #cacad9;
	padding: 0 8px;
	margin: 0 10px;
	border: 1px #cacad9 solid;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	color: #535362;
}
.ic_right table {
	width: 100%;
	border: 0;
	margin-top: 12px;
}
.ic_right th {
	height: 42px;
	border: 0;
	font-weight: normal;
	background: #e0e0fa;
	border: #c8c8f7 solid;
	border-width: 1px 0 1px 0;
}

#exhibitiorsList td{ padding-left:12px;}
.ic_right th, .ic_right td {
	color: #313140;
	font-size: 14px;
	line-height: 16px;
}
.ic_right td {
	height: 32px;
}
.ic_right td.nob {
	line-height: 32px;
}
.ic_right th.nob, .ic_right td.nob {
	padding-left: 10px;
	width: 104px;
}
.ic_right th.noparam, .ic_right td.noparam {
	padding: 0 10px;
}
.icr_il img {
	width: 280px;
	height: 140px;
	margin-top:15px;
}

.icl_no05 { width: 824px; margin-top: 20px; border-top:1px #dbdbea solid; padding-top:20px;}
.icl_title{ width:824px; margin-bottom:20px; font-size:16px; font-weight:600; color:#333;}
.icl_listDiv{ width:790px; line-height:200%; font-size:14px; color:#666; word-wrap:break-word;}

.icl_no05 li a:hover { color: #51a8ff; text-decoration: underline;}


.exhibitionnews ul { padding: 10px 0;}
.exhibitionnews1{ border:1px solid #cacad9; padding-bottom:20px; margin-bottom:20px;}
.exhibitionnews1 p{ border-bottom:1px solid #cacad9;}
.exhibitionnews1 li{
	margin-left:14px;
	margin-top:12px;
    height:20px;
	font-size: 14px;
    width:250px;
    overflow:hidden;
    color:#666;
    line-height:20px;
}
.exhibitionnews1 li a:hover { color:#ffb606;}
.exhibitionnews2 li {
    height: 32px;
     margin-top: 5px;
	line-height: 32px;
	font-size: 14px;
    width:280px;
    overflow:hidden;
}
.exhibitionnews2 li span{ display:inlin-block; float:left; width:8px; height:8px; background:#007fff; margin:13px 6px 0px 12px;}
.exhibitionnews2 li a{color:#666;}
.exhibitionnews2 li a:hover {color:#ffb606;}

.fanye{ width:100%; text-align:center; margin:5px 0px;}
.fanye img{ height:18px; cursor:pointer;}


.icl_no06 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px #dbdbea solid;
	margin-top: 28px;
	background: url(../images/info_r4_c7.png) repeat-x;
}
.icl_no06 p{
	height: 42px;
	padding: 0 17px;
	line-height: 42px;
	color: #313140;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #dbdbea solid;
}


.firm{ float: right; width:280px;}
.firmImg{ width:266px; padding:15px 0px 10px 12px; margin-bottom:5px;}
.firmImgspan1{ width:40px; display:inline-block; float:left;}
.firmImgspan2{ width:220px; display:inline-block; float:left; color:#000; font-size:15px; word-wrap: break-word;}
.firmImgspan1 img{ width:30px;}
.firmDiv{ width:254px; height:175px; overflow:hidden; margin:0px 12px; font-size:13px; color:#666; line-height:22px; word-wrap:break-word; text-indent:20px;}
.unfold{ float:right; font-size:14px; color:#007fff; margin-right:20px; margin-bottom:15px; padding-right:15px; margin-top:10px; cursor:pointer; background: url(../images/boff.png) no-repeat 38px 7px;}
.ping_Lun{ width:430px; font-size:12px; float:left; word-wrap: break-word;}
.xingji{ width:180px; text-align:center; font-size:12px; float:left; padding-top:3px;}
.huiyuan{ width:180px; font-size:12px; float:left;}
.huiyuan span{ display:block;}
.huiyuan span img{ float:left; width:16px; height:16px; margin-top:7px; margin-right:5px;}
.bottom1px{ padding:10px 0px; border-bottom:1px solid #ffc333;}



.scroller { width: 821px; }
.scroller .section { width: 821px; }
.feature { width: 821px;}
.feature { margin-top: 2em; position: relative }
.feature H2 { MARGIN: 20px 0px 7px; text-align: left; text-indent: 10px; }
.feature a img { width:240px; height:190px; border:1px solid #ccc; padding:1px;}
.feature a:hover img { border: #2388ff 1px solid; background: #ffc;}
#my-glider { position: relative; margin:10px auto; }
.scroller { overflow: hidden;}
.scroller .section { float: left; overflow: hidden; whtte-space: nowrap; text-align: center }
.scroller .content { width: 10000px }
.prevLink { dispaly: block; overflow: hidden; width: 30px; text-indent: -99999px; position: absolute; height: 32px; background: url(../../images/biao.png) no-repeat 0px -30px; left:728px; top:-48px;}
.nextLink { display: block; overflow: hidden; width: 30px; text-indent: -99999px; position: absolute; height: 32px; background: url(../../images/biao.png) no-repeat -30px -30px; right: 22px; top:-48px;}


.left_name{ font-size:16px; color:#333; margin:20px 0px; font-weight:600;}

.chanpin{ width:824px;}
.chanpintitle{ width:100%; border-top:2px solid #dbdbea; color:#333; margin-bottom:20px; font-weight:600;}
.chanpintitles{ display:inline-block; background:#ff4343; color:#fff; font-weight:600; letter-spacing:1px; font-size:18px; padding:5px 15px; margin-top:-2px;}
.chanpindiv{ width:100%;}
.chanpindiv li{ width:412px; height:200px; float:left;}
.chanpina1{ width:120px; height:140px; float:left; display:inline-block;}
.chanpina1 img{ width:120px; height:140px;}
.chanpina2{ width:270px; height:98px; margin:0px 10px; font-size:14px; line-heigth:180%; display:block; float:left; word-wrap: break-word; margin-bottom:18px; overflow:hidden;}
.chanpina3{ width:270px; height:30px; margin:0px 10px; font-size:12px; display:block; float:left;}
.chanpina3 a{ border:1px solid #87c2e2; color:#0086c0; display:inline-block; padding:2px 5px; border-radius:5px;}
.chanpina2 a{ color:#666;}
.chanpina2 a:hover{ color:#005aa0;}


.icl_no07_p{
	height: 42px;
	padding: 0 17px;
	line-height: 42px;
	color: #313140;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #dbdbea solid;
}

.icl_no06 li {
	display: block;
	float: left;
	width: 248px;
	margin: 0 9px;
}
.icl_no04 img {
	width: 248px;
	height: 110px;
}
.icl_no06 h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
}
.icl_video {
	width: 248px;
	height: 110px;
}
.icl_see_more {
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.icl_see_more a {
	color: #007fff;
}
.icl_see_more a:hover {
	text-decoration: underline;
}

.icl_no07_p{
	font-size: 16px;
	background: #ececfb;
	margin-bottom: 20px;
}
.icl_no07 table {
	width: 700px;
	margin-left: 100px;
}
.icl_no07 td {
	height: 34px;
	line-height: 34px;
	color: #313140;
	font-size: 14px;
	padding-bottom:3px;
}
.icl_det {
	width: 213px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 12px;
}
.icl_det b{ color:red;}
.icl_no07 td input[type=radio] {
	margin: 7px 0 0 10px;
}
.icl_no07 td input[type=text], .icl_no07 td select {
	height: 30px;
	border: 1px #ddd solid;
	background: #fff;
	margin-top: 2px;
	color: #313140;
	line-height: 30px;
	font-size: 12px;
}
.icl_no07 td input[type=text] {
	padding: 0 7px;
	width: 306px;
}
.icl_no07 td select {
	width: 282px;
}
.three_form {
	margin: 0 !important;
	width: 345px !important;
}
.three_form input {
	margin-right: 9px !important;
}
.three_form input.smallbox {
	width: 58px !important;
}
.three_form input.middlebox {
	width: 142px !important;
}
.icl_pact {
	width: 686px;
	border: 1px #ffedd9 solid;
	background: #fff8f0;
	margin: 20px auto;
	padding: 14px 0;
}
.icl_pact input[type=checkbox] {
	float: left;
	margin: 26px 18px;
}
.icl_p_param {
	float: right;
	width: 610px;
	color: #ffc333;
	line-height: 22px;
	font-size: 12px;
	padding-right: 18px;
}
.icl_p_sub, .icl_p_can, .reviform input {
	width: 128px;
	height: 39px;
	color: #fff;
	line-height: 39px;
	text-align: center;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-weight: bolder;
	font-style: italic;
	font-size: 20px;
}
.icl_p_sub, .reviform input {
	background: #007fff;
}
.icl_p_can {
	background: #868695;
}
.icb_pro {
	width: 1140px;
	height: 262px;
	margin: 0 auto;
}
.icb_pro p {
	height: 60px;
	line-height: 60px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}
.icb_pro li {
	float: left;
	width: 150px;
	margin: 0 13px;
}
.icb_pro li img {
	width: 150px;
	height: 125px;
	margin: o auto;
}
.p14hui {
	display: block;
	width: 150px;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	text-align: center;
}
.hp_pre, .hp_next {
	width: 37px;
	height: 155px;
}
.hp_pre {
	float: left;
	background: url(../images/pleft01.png) no-repeat center;
}
.hp_next {
	float: right;
	background: url(../images/pright02.png) no-repeat center;
}
.icl_word {
	padding: 10px 0 15px;
	color: #31313f;
	font-size: 16px;
	line-height: 22px;
}
.icl_word img {
	max-width: 800px;
}
.icl_no08 {
	height: 400px;
	margin: 20px 0 0;
}
.icl_no08 ul {
	padding: 5px 0 0;
}
.icl_no08 p {
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	text-align: left;
	color: #31313f;
	border-bottom: 2px #dbdbea solid;
}
.icl_no08 p span {
	display: block;
	float: left;
	height: 35px;
	margin-bottom: -2px;
	border-bottom: 2px #007fff solid;
}
.icl_no08 ul {
	clear: both;
}
.icl_no08 ul li {
	height: 70px;
	padding: 10px 0;
	border-bottom: 1px #dbdbea solid;
}
.icl_no08 ul li img {
	float: left;
}
.icl_no08 dl {
	display: block;
	float: right;
	width: 755px;
}
.icl_no08 dt {
	height: 22px;
	color: #31313f;
	line-height: 22px;
	font-size: 14px;
}
.icl_no08 dt a {
	float: left;
	color: #31313e;
	font-size: 16px;
	margin-right: 15px;
}
.icl_no08 dt span {
	display: block;
	float: left;
	color: #d6d6d6;
}
.icl_no08 dd {
	width: 470px;
	color: #31313f;
	line-height: 16px;
	font-size: 12px;
}
/* -- 星星打分 -- */
/*容器*/
#xzw_starSys {
	display: block;
	float: left;
	height: 21px;
	margin-left: 15px;
	overflow: hidden;
}
#xzw_starBox {
	position: relative;
	width: 120px;
	height: 21px;
	float: left
}
/**/
#xzw_starSys .description {
	clear: both;
	padding: 10px 0px
}
#xzw_starSys .star {
	height: 20px;
	width: 120px;
	position: relative;
	background: url(../images/jb51.png) repeat-x;
	cursor: pointer
}
#xzw_starSys .star li {
	float: left;
	padding: 0px;
	margin: 0px
}
#xzw_starSys .star li a {
	display: block;
	width: 24px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	z-index: 5
}
#xzw_starSys .star a.one-star {
	left: 0
}
#xzw_starSys .star a.one-star:hover {
	width: 24px
}
#xzw_starSys .star a.two-stars {
	left: 24px
}
#xzw_starSys .star a.two-stars:hover {
	width: 48px
}
#xzw_starSys .star a.three-stars {
	left: 48px
}
#xzw_starSys .star a.three-stars:hover {
	width: 72px
}
#xzw_starSys .star a.four-stars {
	left: 72px
}
#xzw_starSys .star a.four-stars:hover {
	width: 96px
}
#xzw_starSys .star a.five-stars {
	left: 96px
}
#xzw_starSys .star a.five-stars:hover {
	width: 120px
}
#xzw_starSys .current-rating {
	background: url(../images/jb51.png) 0 -25px repeat-x;
	position: absolute;
	height: 20px;
	z-index: 1;
	top: 0;
	left: 0
}
.pagec {
	clear: both;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	color: #646473;
	border-bottom: 1px #dbdbea solid;
}
a.pagefixed {
	color: #646473;
}
a.pagelink {
	color: #007fff;
	text-decoration: underline;
}
.pagetip {
	color: #31313f;
}
.re_eval {
	color: #31313f;
	background: #f8f8fb;
	border: 1px #dbdbea solid;
}
.re_eval p {
	height: 33px;
	font-size: 14px;
	text-align: left;
	line-height: 33px;
	padding: 0 18px;
	background: url(../images/iinfo_r2_c7.png) repeat-x left top;
	border-bottom: 1px #dbdbea solid;
}
.re_eval table {
	margin: 12px auto;
}
.re_eval th, .re_eval td {
	font-size: 14px;
}
.re_eval th {
	width: 58px;
	text-align: left;
	font-weight: normal;
	line-height: 16px;
	padding: 8px 0;
}
.re_eval td input[type=text] {
	float: left;
	width: 153px;
	height: 23px;
	color: #31313F;
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	padding: 0 5px;
	background: #fff;
	border: 1px #dbdbea solid
}
.re_eval td span {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-left: 15px;
}
.re_eval td input[type=radio] {
	margin-right: 5px;
	float: left;
}
.re_eval td img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.radio01 {
	margin-top: 6px;
}
.radio02 {
	margin: 18px 8px 0;
}
.re_eval textarea {
	width: 800px;
	height: 77px;
	background: none;
	border: none;
	padding: 5px 11px;
	border-top: 1px #dbdbea solid;
	font-size: 12px;
	color: #31313F;
	line-height: 22px;
}
.reviform input {
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.listtab01 {
	width: 100%;
	border: 1px #dbdbea solid;
}
.listtab01 tr {
	border-bottom: 1px #cacadb dashed;
}
.listtab01 th {
	width: 130px;
	text-align: center;
	color: #313140;
	font-size: 16px;
	line-height: 20px;
}
.listtab01 td {
	padding: 10px 0;
	line-height: 26px;
}
.listtab01 td img {
	width: 160px;
	height: 80px;

}
.counlink {
	display: block;
	float: left;
	font-size: 13px;
	color: #646472;
	margin: 0 10px;
	padding:0px 5px;
	display:inline-block;
}
A.counlink:hover {
	color: #007fff;
}
.listtab02 {
	width: 100%;
	margin: 50px auto 0;
}
.listtab02 th {
	height: 48px;
	line-height: 48px;
	color: #4e4e5d;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	background: url(../images/info_r4_c7.png) repeat-x left top;
}
.listtab02 tr {
	border-bottom: 1px #cacadb dotted;
}
.listtab02 td {
	padding: 15px 0;
	line-height: 22px;
	font-size:13px;
	color:#666;
}
.listtab02 td a {
	display: inline;
	line-height: 20px;
	font-size: 18px;
	color: #007fff;
	font-size:16px;
}
.gopage {
	float: left;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
}
.gopage input[type=text] {
	width: 40px;
	height: 20px;
	text-align: center;
	border: 1px #ccc solid;
	margin: 0 8px;
}
.gopage input[type=button] {
	width: 37px;
	height: 23px;
	background: url(../images/list_r6_c9.png) no-repeat center 1px;
	cursor: pointer;
	color: #333333;
	border: none;
}
.y_event {
	height: 518px;
	padding-top: 20px;
}
.y_event_n {
	height: 32px;
	line-height: 30px;
}
.y_event_n li {
	display: block;
	float: left;
	color: #757584;
	font-size: 18px;
	text-align: left;
	margin-right: 32px;
	cursor: pointer;
}
.y_event_n li.hover {
	color: #007fff;
	border-bottom: 2px #007fff solid;
}
.m_event {
	padding-top: 28px;
}
.event_t {
	display: block;
	float: left;
	width: 120px;
	font-size: 18px;
	background: url(../images/show_r2_c2.png) repeat-y 12px top;
	padding: 15px 0;
}
.event_t li {
	height: 32px;
	padding-left: 34px;
	line-height: 32px;
	color: #646472;
	background: url(../images/show_r6_c3.png) no-repeat 8px center;
}
.event_t li.hover {
	height: 44px;
	font-size: 32px;
	color: #007fff;
	line-height: 44px;
	background: url(../images/show_r4_c2.png) no-repeat left center;
}
.event_l {
	float: left;
	width: 1020px;
}
.event_l li {
	display: block;
	float: left;
	width: 242px;
	height: 177px;
	line-height: 24px;
	text-align: center;
	margin: 20px 6px 17px;
}
.event_l li img {
	width: 240px;
	height: 122px;
	border: 1px #cacad9 solid;
}
.event_l li p.el_date {
	margin-top: 5px;
	color: #ffbf00;
	font-size: 16px;
}
.event_l li p.el_name {
	font-size: 17px;
	color: #535362;
	text-transform: uppercase;
}
.event_l li p.el_name a {
	color: #535362;
}
.event_l li p.el_name a:hover {
	color: #007fff;
}
.show_det {
	width: 100%;
	background: #ececfb;
}
.show_det ul {
	display: block;
	margin: 0 auto;
	width: 1140px;
	padding: 25px 0;
}
.show_det ul li {
	background: #fff;
	border: 1px #cacad9 solid;
}
p.show_d_title {
	height: 57px;
	padding: 0 20px;
	color: #535362;
	line-height: 57px;
	font-size: 28px;
	background: #f2f2f8;
	border-bottom: 1px #dbdbea solid;
}
p.show_d_title span {
	display: block;
	float: left;
}
p.show_d_title a {
	display: block;
	float: right;
	font-size: 14px;
}
p.show_d_title a:hover {
	text-decoration: underline;
}
.show_param {
	padding: 25px 19px;
}
.show_param img {
	float: left;
	width: 199px;
	height: 165px;
}
.sparam01 {
	display: block;
	float: left;
	width: 470px;
	margin-left: 20px;
}
.sparam01 h2, .sparam01 h4, .sparam04 h2, .sparam04 h4 {
	font-weight: normal;
	text-align: left;
	color: #646473;
	line-height: 22px;
	font-size: 14px;
}
.sparam01 h2, .sparam04 h2 {
	height: 38px;
	line-height: 32px;
	font-size: 24px;
}
.sparam02 {
	float: left;
	width: 390px;
	margin-left: 20px;
	padding-top: 18px;
}
.sparam02 img {
	float: left;
	margin: 0 1px;
	width: 128px;
	height: 85px;
}
.sparam02 p {
	padding: 14px 25px;
	font-size: 14px;
	line-height: 16px;
	clear: both;
	text-align: center;
}
.sparam02 p a {
	color: #007fff;
	text-decoration: underline;
}
.sparam04 {
	float: left;
	width: 240px;
	padding-right: 20px;
	height: 174px;
	margin-left: 20px;
	background: url(../images/show_r2_c1.png) no-repeat right center;
}
.sparam04 h2 a {
	color: #2793ff;
	text-decoration: underline;
}
.sparam05 {
	float: left;
	margin-left: 20px;
}
.sparam05 img {
	width: 199px;
	height: 165px;
	margin-right: 1px;
}
ul.sparam07 li {
	display: block;
	float: left;
	width: 540px;
	height: 85px;
	margin: 20px 15px 0;
}
.sparam07 li img {
	width: 128px;
	height: 85px;
	float: left;
}
.spa_right {
	float: left;
	width: 390px;
	height: 40px;
	margin-left: 20px;
	line-height: 40px;
	font-size: 25px;
	color: #525260;
}
.spa_right a {
	color: #525260;
}
.spa_right h4 {
	font-size: 13px;
	color: #525260;
	line-height: 18px;
	font-weight: normal;
}
.scs_left {
	float: left;
	width: 745px;
}
.scs_left p {
	height: 46px;
	border-bottom: 2px #dbdbea solid;
}
.scs_left p span {
	display: block;
	float: left;
	line-height: 46px;
	border-bottom: 2px #007fff solid;
	margin-bottom: -2px;
	font-size: 25px;
	color: #424251;
}
.scs_left ul img {
	float: left;
	width: 228px;
	height: 90px;
	margin: 20px 10px 0;
}
.scs_right {
	float: right;
	width: 360px;
}
.scs_right p {
	height: 46px;
	line-height: 46px;
	color: #fff;
	padding: 0 10px;
	font-size: 23px;
	background: #007fff;
}
.scs_right h3 {
	font-size: 16px;
	color: #007fff;
	line-height: 22px;
	font-weight: normal;
	padding: 15px 0;
}
.scs_right h3 span {
	color: #525261;
	font-weight: bold;
}
.scs_right h4 {
	font-size: 16px;
	color: #ff7f00;
	font-weight: normal;
}
.scs_right ul {
	padding: 20px 0;
}
.scs_right ul li {
	list-style: inside decimal;
	line-height: 20px;
	color: #525261;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
/* ----------------- Chang add↑ ---------------- */
