@charset "utf-8";
/* CSS Document */
body{
font-family:"微软雅黑";font-size:12px;font-weight:normal;color:#666;margin:0px;padding:0px; background:#fff; overflow-x:hidden}
p,form,h1,h2,h3,h4,h5,h6,input,dl,dd,table,td,input,ul,li{margin:0px;padding:0px;}
ul,ol{margin:0px;padding:0px;list-style-type:none;}
img{border:none;}
li{ list-style:none}
a{color:#333;text-decoration:none;}
a:hover{ color:#00a7ed}
.clear{clear:both;}


.header{width:100%; background-color:#009d96; height:40px;min-width: 1200px;}
.header_con{ width:1200px; margin:0 auto}
.header_con span a{ float:left; width:200px; background-color:#007671; font-size:14px; text-align:center; color:#fff; border-bottom:3px solid #fd5629; height:37px; line-height:40px}
.header_con span a:hover{ background-color:#c9151e}
.header_con ul{ float:right}
.header_con li{ float:left}
.header_con li a{ float:left; font-size:14px; color:#fff; line-height:40px; background:url(../images/shu.jpg) no-repeat right; padding:0 15px}
.header_con li a:hover{ color:#fdce29}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
	background: #003876 url(../images/serch.png) no-repeat center center;
	border: solid 1px #004b9d;
	padding: 6px 9px 6px 32px;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 140px;
	background-color: #fff;
	border-color: #004b9d;
	background: #fff url(../images/serch.png) no-repeat 90% center;
	-webkit-box-shadow: 0 0 5px rgba(227,40,32,.5);
	-moz-box-shadow: 0 0 5px rgba(227,40,32,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);	
}
#demo-b{ float:left; margin-left:15px; height:35px}
#demo-b input[type=search] {
	width: 15px;
	padding-left: 5px;
	color: transparent;
	cursor: pointer; margin:5px 15px 0 0;-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%; outline:none;-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#demo-b input[type=search]:hover {
	background-color: #fff;
}
#demo-b input[type=search]:focus {
	width: 140px;
	padding-left: 22px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-b input:-moz-placeholder {
	color: transparent;
}
#demo-b input::-webkit-input-placeholder {
	color: transparent;
}

#top{ width:100%; background:#fff url(../images/top_bak.png) no-repeat right center; height:110px; border-bottom:1px solid #ccc;}
.top_con{ width:1200px; margin:0 auto}
.top_l{ float:left; padding-top:18px; margin-right:10px; width:284px}
.top_r{ float:left; width:840px}
.top_r li{ float:left; margin-left:60px}
.top_r li a{ float:left; font-size:16px; color:#333; line-height:110px; height:107px; border-bottom:3px solid #fff}
.top_r li a:hover{ color:#004b9d;border-bottom:3px solid #004b9d}

.top_r .aeas{ float:right; }
.top_r .aeas a{font-size:20px; color:#fff; float:right; border:none}
.top_r .aeas a:hover{ border:none; color:#c9161e}

@media screen and (max-width: 1600px) {
#top{background:#fff url(../images/top_bak_1.png) no-repeat right center; }
}
@media screen and (max-width: 1366px) {
#top{background:#fff url(../images/top_bak_2.png) no-repeat right center; }
}

/*banner*/
.ls_banner {width:100%;height:580px;position:relative;overflow:hidden}
.ls_banner .ls_bgSet{position:relative;}
.ls_banner .ls_bgSet li{position:absolute;width:100%;height:580px;display:none}
.ls_banner .ls_imgSet{position:absolute;width:998px;left:50%;margin-left:-500px;}

.ls_banner .ls_imgSet .ls_1_1{position:absolute;left:-100px;top:115px;}
.ls_banner .ls_imgSet .ls_1_2{position:absolute;left:-100px;top:175px}
.ls_banner .ls_imgSet .ls_1_3{position:absolute;left:-100px;top:232px}
.ls_banner .ls_imgSet .ls_1_4{position:absolute;left:-100px;top:315px}

.ls_banner .ls_menuWrap{position:absolute;width:1000px;left:50%;margin-left:-500px;}
.ls_banner .ls_menuWrap .ls_menuSet{position:absolute;width:100%;top:540px; left:0px; text-align:center;font-size:0}
.ls_banner .ls_menuWrap .ls_menuSet li{cursor:pointer;margin:0 5px; display:inline;}

.main_bak{ background-color:#fafafa}
.main{ width:1200px; margin:0 auto; padding:40px 0 90px}
.main h2{ font-size:36px;font-weight:normal; font-family:"方正大黑简体"; color:#333; text-align:center; }
.main h2 span{ display:block; font-size:16px; color:#666;font-family:"微软雅黑"; margin:4px 0 50px}

.main dl{ float:left; width:386px; text-align:center;background-color:#fff; border:1px solid #d8d8d8;-webkit-transition:all .2s linear;transition:all .2s linear; margin-right:18px}

.main dl:hover{ z-index:1;background-color:#00a7ed;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
	box-shadow:0 15px 30px rgba(0,0,0,0.2);
	-webkit-transform:translate3d(0,-3px,0);
	transform:translate3d(0,-3px,0)}

.main dd{ padding:30px 21px}
.main dd h3 a{ font-weight:normal; font-size:16px}
.main dd p{ font-size:14px; line-height:24px; margin:23px 0}
.main dd .more{ width:134px;height:38px; border:1px solid #676767; display:block; margin:0 auto; line-height:38px; text-align:center; font-family:Arial}
.main dt{ overflow:hidden}

.big {overflow: hidden;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 0.5s ease .0s;-moz-transition: all 0.5s ease .0s;-ms-transition: all 0.5s ease .0s;transition: all 0.5s ease .0s;}
.big:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);transform: scale(1.15);}

.txtScroll-top{position:relative; background:#fff; border:1px solid #e2e2e2; margin-bottom:75px}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block; width:50px; height:50px; float:right; overflow:hidden;cursor:pointer; background:url("../images/icoUp.gif") no-repeat; border-left:1px solid #e2e2e2}
.txtScroll-top .hd .next{ background:url("../images/icoDown.gif") no-repeat;  }
.txtScroll-top .hd .prev:hover{background:url("../images/icoUp_1.gif") no-repeat;}
.txtScroll-top .hd .next:hover{ background:url("../images/icoDown_1.gif") no-repeat;  }
.txtScroll-top .bd{ width:1000px; padding:0 30px}
.txtScroll-top .infoList li a{ line-height:50px; font-size:14px}
.txtScroll-top .infoList li .date{color:#333; font-size:16px;background:url(../images/shu_1.jpg) no-repeat right; padding-right:20px; margin-right:20px}

#core{ background:#00a7ed; }
.core_main{ width:1200px; margin:0 auto; background:url(../images/core_bak.jpg) no-repeat right bottom;padding:75px 0}
.core_main h2{ font-family:"方正大黑简体"; font-size:36px; color:#fff; text-align:center;font-weight:normal;}
.core_main h2 span{font-size:30px; font-family:"微软雅黑"; color:#b8def8; display:block;}
.core_l{ float:left; width:426px}
.core_r{ float:right; width:710px; margin-top:15px}
.core_r a{ background:url(../images/core_more.png) no-repeat right; height:43px; width:43px; float:right}
.core_r p{ font-size:16px; line-height:34px; color:#fff; clear:both; margin-top:80px}


#new{ background-color:#eef4f6}
.new_main{ width:1200px; margin:0 auto; padding:80px 0}
.new_main h2{font-family:"方正大黑简体"; font-size:36px; color:#333; text-align:center;font-weight:normal; margin-bottom:55px}
.new_main h2 span{font-size:15px; font-family:"微软雅黑"; color:#666; display:block; margin-top:3px}
.new_main dl{ width:299px; float:left;-webkit-transition:all .2s linear;transition:all .2s linear; }
.new_main dl:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
	box-shadow:0 15px 30px rgba(0,0,0,0.2);
	-webkit-transform:translate3d(0,-3px,0);
	transform:translate3d(0,-3px,0)}
.new_dl_1{ background-color:#eb3b4b;height: 356px;}
.new_dl_1 h3{ padding:35px 0 60px 40px}
.new_dl_1 h3 a{font-family:"方正大黑简体"; font-size:36px; color:#fff}
.new_dl_1 h3 a span{ display:block; font-size:30px; color:#f7c1c4;font-family:"微软雅黑";}
.new_dl_1 p a{ float:right; padding:80px 30px 19px 0; color:#fff; font-size:40px}
.new_dl_1:hover{ background-color:#ffb400}

.new_main dd{ background-color:#fff; padding:30px 35px; min-height:101px}
.new_main dd h4 a{ font-size:16px; color:#333; line-height:26px; font-weight:normal; display:block; margin-bottom:25px; background:url(../images/new_more.png) no-repeat right 5px}
.new_main dd b a{ font-weight:normal; font-size:14px; color:#666;line-height: 25px;}
.new_main dt{ overflow:hidden}
.new_dl_2{ border-right:1px solid #e2e2e2}

.new_main .new_dl_3{ background-color:#ffb400; padding:35px; width:229px; position:relative;height: 286px;}
.new_main .new_dl_3 a{ color:#fff}
.new_dl_3 h5 a{ font-size:16px; font-weight:normal; margin-bottom:31px; display:block}
.new_dl_3 h5 span{ position:absolute; font-size:35px; right:35px; top:20px}
.new_dl_3 li a{ font-size:14px; background:url(../images/fang.jpg) no-repeat left; padding-left:10px; line-height:32px}
.new_dl_3 li a:hover{ color:#eb3b4b}

#add_main{ background:url(../images/foot_img.jpg) no-repeat center center;height:380px; text-align:center; color:#fff; font-size:18px; line-height:27px}
#add_main h2{ font-weight:normal; font-size:30px; padding-top:100px}
#add_main h3{ font-weight:normal; font-size:48px; color:#00d8ff;font-family:"方正大黑简体"; margin:40px 0}
#add_main span{ font-size:14px}

#branch{ background-color:#009d96; padding:25px 0 20px}
.branch_main{ width:1200px; margin:0 auto; color:#fff}
.branch_main .ul_1{ padding:0 35px 0 0}
.branch_main .ul_2{padding:0 0px 0 35px; float:right; border:none}
.branch_main ul{ float:left; border-right:1px solid #2666ac; width:182px; padding:0 35px}
.branch_main h2{ font-weight:normal; font-size:14px;  margin-bottom:13px}
.branch_main p{ color:#cbd4e5; line-height:23px}

#foot{ background-color:#fafafa; padding:40px 0 17px}
.foot_main{ width:1200px; margin:0 auto}
.foot_l{ float:left; width:400px; }
.foot_l li{ float:left}
.foot_l li a{ float:left; font-size:14px; color:#666; background:url(../images/foot_shu.jpg) no-repeat right;padding:0 14px; margin-bottom:15px}
.foot_main  a:hover{ color:#00a7ed}
.foot_l img{ padding-left:14px}
.foot_r{ float:left;border-left:1px solid #dedede; width:769px; padding-left:30px}
.foot_r h2 a{ font-weight:normal; font-size:14px; display:block; margin-bottom:20px}
.foot_r a{color:#666; line-height:25px}

#foot_1{ background-color:#fafafa; border-top:1px solid #e0e0e0; height:51px; line-height:51px; color:#989898}
#foot_1 p{ width:1200px; margin:0 auto}
#foot_1 span.r{ float:right}

.ab_con{ width:1080px; margin:0 auto 80px}
.ab_con h2{ font-weight:normal; text-align:center; font-family:"方正大黑简体"; font-size:40px; color:#333; margin:80px 0 55px}
.ab_con h2 span{ font-size:16px; color:#666; font-family:"微软雅黑"; display:block; margin-top:4px}
.ab_l{ float:left; width:456px}
.ab_r{ float:right; width:575px}
.ab_r h3{ background:url(../images/bor.jpg) no-repeat bottom; padding-bottom:19px; margin-bottom:30px}
.ab_r p{ font-size:14px; color:#666; line-height:32px}

#histoy{ background-color:#00a7ed}
.history_main{ width:1200px; margin:0 auto; background:url(../images/history_bak.jpg) no-repeat left bottom;  padding:80px 0}
.history_main h2{text-align:center;}

.history_main ul{ background:url(../images/his_b.png) repeat-y center top; padding-bottom:30px; padding-top:60px; color:#fff; z-index:1}
.history_main li{ float:left; width:606px;z-index:999}
.history_main .li_1{ float:right}
.history_main li h3{ font-weight:normal; float:right; font-size:24px; background:url(../images/his_l.png) no-repeat right; padding-right:100px; margin-bottom:13px }
.history_main li p{ clear:both; padding-right:100px; overflow:hidden}
.history_main li p span{ font-size:20px; float:right; }
.history_main li p b{ font-weight:normal;font-size:14px; color:#fff; text-align:right; float:left; width:465px; line-height:28px}

.history_main .li_1 h3{ float:left;background:url(../images/his_r.png) no-repeat left; padding-left:100px;}
.history_main .li_1 p{padding-left:100px; padding-right:0 }
.history_main .li_1 p span{float:left; }
.history_main .li_1 p b{ text-align:left; float:right;}

.ab_pic{ background-color:#eef4f6}
.ab_pic_main{ width:1200px; margin:0 auto; padding:80px 0}
.ab_pic_main h2{ font-weight:normal; font-size:28px; color:#333; text-align:center; margin-bottom:40px}

.pic_l{ float:left; width:732px; margin-right:10px}
.pic_c{ float:left; width:224px}
.pic_r{ float:right;width:224px}
.pic_c img,.pic_r img{ margin-bottom:10px}

.slideBox{position:relative; }
.slideBox .hd{  position:absolute; right:0px; bottom:0px; z-index:1;background:rgba(0,0,0,0.7); height:40px; width:100% }
.slideBox .hd ul{ float:right; padding-right:10px; padding-top:15px}
.slideBox .hd ul li{ float:left; margin-right:8px;  width:10px; height:10px;  background:#a7a7a7; cursor:pointer; border-radius:10px }
.slideBox .hd ul li.on{ background:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd img{ width:732px; height:529px; display:block;  }

#news{ background-color:#fafafa;padding:75px 0;}
.new_con{ width:1200px; margin:0 auto; border-bottom:1px dashed #cecece;}
.new_con h2,.course_con h2{font-size:40px; color:#333; text-align:center; font-weight:normal; margin-bottom:35px}
.new_con h2 span,.course_con h2 span{ display:block; font-size:16px; color:#666; margin-top:3px; font-family:"微软雅黑"}


.new_con dl{ float:left; width:599px; border-top:1px dashed #cecece; border-right:1px dashed #cecece; padding:30px 0}
.new_con dt{ float:left; width:200px; overflow:hidden}
.new_con dd{ float:right; width:335px; padding-right:35px}
.new_con dd h3 a{ font-size:16px; color:#00a7ed; font-weight:normal; display:block; margin-bottom:12px}
.new_con dd h3 a:hover{ color:#004b9d}
.new_con dd p{ font-size:14px; line-height:24px; margin-top:25px}
.new_con .new_dl{ border-right:none; padding-left:35px; width:564px}
.new_con .new_dl dd{ padding:0}

.news_con,.course_con{ width:1200px; margin:0 auto}
.news_con h3{ text-align:center; font-weight:normal; font-size:24px; color:#333; margin-bottom:37px}
.news_con h3 span{ font-size:16px; color:#666; display:block; margin-top:6px}
.news_con .new_tab{ background-color:#fff; padding:40px; border:1px solid #d5d5d5; font-size:13px; line-height:29px}
.news_con .new_tab td span{ color:#555;font-size:14px; }

.news_more_fot{ font-size:14px; padding:15px 0;border-bottom:1px solid #dcdcdc;color:#2e2e2e;}
.news_more_fot_l span{display:block; line-height:27px;font-size:13px}
.new_more a{ background-color:#f6f6f4; width:134px; height:38px; display:block; text-align:center; line-height:38px; border:1px solid #909090; font-size:14px; color:#666; margin-top:30px}

.new_more a:hover{ background-color:#00a7ed; color:#fff; border:1px solid #00a7ed}


.course_con dl{ float:left; width:386px; text-align:center;background-color:#fff; border:1px solid #d8d8d8;-webkit-transition:all .2s linear;transition:all .2s linear; margin-right:18px; margin-bottom:18px;}
.course_con dl:hover{ z-index:1;background-color:#00a7ed;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
	box-shadow:0 15px 30px rgba(0,0,0,0.2);
	-webkit-transform:translate3d(0,-3px,0);
	transform:translate3d(0,-3px,0)}
.course_con dd{ padding:30px 21px}
.course_con dd h3 a{ font-weight:normal; font-size:16px}
.course_con dd p{ font-size:14px; line-height:24px; margin:23px 0}
.course_con dd .more{ width:134px;height:38px; border:1px solid #676767; display:block; margin:0 auto; line-height:38px; text-align:center; font-family:Arial}
.course_con dt{ overflow:hidden}

.course_con ul{}
.course_con .cou_ul li{ float:left}
.course_con .cou_ul li a{ float:left; width:391px; height:54px; line-height:54px; background-color:#fff; text-align:center; border:1px solid #d5d5d5; font-size:18px; margin-right:7px}
.course_con .cou_ul li a:hover, .course_con ul li .cur{ background-color:#00a7ed; border:1px solid #00a7ed; color:#fff}
 

.intro{ background-color:#f1f1f1; padding:30px 35px; border:1px solid #d5d5d5}
.intro h3{ font-weight:normal; font-size:18px; color:#333; margin-bottom:16px}
.intro p{ font-size:14px; line-height:26px}

/* padding:0px 60px;  width:298px; */
.slideTxtBox .hd{ height:54px; line-height:54px; position:relative; margin:40px 0 }
.slideTxtBox .hd ul{ float:left;  position:absolute; border-right:1px solid #d5d5d5}
.slideTxtBox .hd ul li{ float:left; cursor:pointer; padding:0px 60px; text-align:center; font-size:18px; color:#666; background-color:#fff; border-left:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; border-top:1px solid #d5d5d5}
.slideTxtBox .hd ul li.on{border-top:2px solid #00a7ed; background-color:#fafafa; color:#00a7ed; border-bottom:none }
.con_main .slideTxtBox .hd ul li.on{ background-color:#fff}
.slideTxtBox .bd ul{border-bottom:1px solid #d5d5d5;padding-bottom: 35px;}
.slideTxtBox .bd h4{ font-weight:normal; font-size:18px; color:#333; border-bottom:1px solid #d5d5d5; padding-bottom:15px; margin-bottom:30px}
.slideTxtBox .bd span{ font-size:16px; color:#00a7ed; background:url(../images/heng.jpg) no-repeat left; padding-left:30px; display:block; margin-bottom:5px}
.slideTxtBox .bd p{ font-size:14px; line-height:28px; padding-left:30px; margin-bottom:35px}
.slideTxtBox .bd b{ font-weight:normal;font-size:14px; line-height:28px;   display:block}

.slideTxtBox .bd table{ border:1px solid #ccc; border-collapse:collapse}
.slideTxtBox .bd td{ border:1px solid #ccc; padding:6px 0;font-size:14px; line-height:28px; text-align:center}



.adv_con{ background-color:#fff; margin-bottom:60px}
.adv_main table{ background:url(../images/adv_img_6.png) no-repeat right 85%; padding:60px 0; border-bottom:1px solid #d5d5d5}
.adv_main td{ font-size:16px; line-height:35px}

.ditu{ background:url(../images/ditu.png) no-repeat center; height:741px; margin-top:50px; position:relative}
.ditu a{ color:#fff}
.ditu a:hover{ color:#333}
.ditu span{font-size:14px}
.ditu b{font-size:20px; font-family:Arial; font-weight:normal; display:block; margin:5px 0; line-height:27px}

.re_1{ position:absolute;/* width:200px;*/ text-align:center;  left:300px; top:250px}

.re_2{ position:absolute;text-align:center;  left:545px; top:160px}

.re_3{ position:absolute; text-align:center;  left:550px; top:330px}
.re_3 img{ position:absolute; left:140px;top:10px}

.re_4{ position:absolute; text-align:center;  left:730px; top:180px}

.re_5{ position:absolute; text-align:center;  left:780px; top:400px}
.re_5 img{ position:absolute; left:145px;top:8px}

.re_6{ position:absolute; text-align:center;  left:740px; top:530px}
.re_6 img{ position:absolute; left:28px;top:-38px}

.re_7{ position:absolute; text-align:center;  left:670px; top:670px}
.re_7 img{ position:absolute; left:158px;top:12px}
.ditu .re_7 a{ color:#333}
.ditu .re_7 a:hover{ color:#4cac26}

.con_main{ width:1200px; margin:0 auto; padding:75px 0}
.con_main h2{ font-size:26px; color:#333; font-weight:normal; border-bottom:1px solid #333; padding-bottom:18px}
.con_main span{ font-size:14px; border-bottom:1px solid #d5d5d5; height:50px; line-height:50px; display:block}
.con_main .hd_h2{ font-size:18px; padding-bottom:15px}

#info i{font-size: 14px;border-bottom: 1px solid #d5d5d5;height: 50px;line-height: 50px;display: block; font-style:inherit}



/*详情*/
#preview{width:1200px;height:498px;margin:40px auto;zoom:1;overflow:hidden;}
#spec-n1{float:left;width:943px;height:498px;overflow:hidden;position:relative;z-index:5;zoom:1;}
#spec-n1 .o-img{width:943px;height:498px;text-align:center;}
#spec-n1 .switch{width:943px;height:498px;position:absolute;z-index:10;top:0;left:0;}
#spec-n1 img{max-width:943px;max-height:498px;_height:498px;}

#spec-n5{position:relative;float:right;width:251px;height:413px;padding:46px 0px 39px;zoom:1}
#spec-list{width:251px;height:413px;overflow:hidden;}
#spec-list ul{height:413px;overflow:hidden;margin:0;}
#spec-list li{width:251px;height:138px;text-align:center;cursor:pointer; }
#spec-list img{padding:2px;background-color:#e2e2e2}
#spec-list .curr img{padding:2px;background-color:#00a7ed}
#spec-n5 .control{position:absolute;width:251px;height:39px;cursor:pointer;}
#spec-top{ background:url(../images/c_l.jpg) no-repeat left top; position:absolute;top:0; }
#spec-top:hover{ background:url(../images/c_l_hover.jpg) no-repeat left top;}
#spec-bottom{background:url(../images/c_r.jpg) no-repeat left top; position:absolute;bottom:0}
#spec-bottom:hover{background:url(../images/c_r_hover.jpg) no-repeat left top;}
#foward{display:block;width:360px;height:540px;float:left;cursor:url(../images/foward.ico),pointer;background:#fff;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
#foward.disabled,#next.disabled{cursor:default;}
#next{display:block;width:360px;height:540px;float:right;cursor:url(../images/next.ico),pointer;background:#fff;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}

/*pagenavi */
.pageNavi { float: left;PADDING-RIGHT: 0px; BORDER-TOP: #ddd 0px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 20px; MARGIN: 10px auto 0px; WIDTH: 100%; PADDING-TOP: 10px; TEXT-ALIGN: center}
.pageNavi2 { float: left;MARGIN:20px 0px 0px 20px;PADDING-RIGHT: 0px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 20px;  WIDTH: 760px; PADDING-TOP: 10px; TEXT-ALIGN: center}
.wp-pagenavi {CLEAR: both ;}
.wp-pagenavi A { BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi SPAN {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi A:hover {BORDER-LEFT-COLOR: #555; BORDER-BOTTOM-COLOR: #555; BORDER-TOP-COLOR: #555; BORDER-RIGHT-COLOR: #555}
.wp-pagenavi SPAN.current {BORDER-LEFT-COLOR: #555; BORDER-BOTTOM-COLOR: #555; BORDER-TOP-COLOR: #555; BORDER-RIGHT-COLOR: #555}
.wp-pagenavi SPAN.current {FONT-WEIGHT: bold}

.zcb_nr {
    padding: 0px 185px 30px 0px;
}
.zcb_table {
    width: 382px;
    height: 330px;
    margin: 0 auto;
}
.item {
    width: 382px;
    height: 40px;
    margin-top: 20px;
}
.item input {
    font-size: 14px;
    color: #a6a4a5;
    border: none;
    border: #cccccc 1px solid;
    padding: 10px;
    width: 360px;
    border-radius: 3px;
}

select, input, img, select {
    vertical-align: middle;
}
input {
    font-size: 12px;
}
div {
    display: block;
}
.zcb_table .an {
    width: 367px;
    height: 43px;
    border: none;
    background: url(../images/zcy_zcb_an.jpg) no-repeat;
    margin: 0 auto;
    margin-top: 30px;
}




