/*引导页*/
@font-face {
 font-family: shaoer;
 src:url(../font/shaoer_GBK.ttf);
}
html,body{
	width: 100%;
	height: 100%;
}
.guide{background: url(../images/guide.jpg) 50% 50% no-repeat;width:100%;height: 100%;min-width: 1200px;min-height:625px;background-size:100% 100%; }
.container_guide{width: 1200px;margin: 0 auto;padding-top: 48px;padding-left: 197px;}
.guide1 a{display: block;width: 169px;height: 69px;margin-left: 47%;padding-top: 274px;}
.nav-list{position: absolute; bottom: -280px;left: 75px;z-index: 9999;}
.nav-list li{margin-bottom: 10px;}


/* welcome */
.indWelcome{margin:0 auto;width:1366px;height:768px;position: relative;background:url(../images/welcome/bg2.png) no-repeat 0 0;}

.indWelcome .title {
    background:url(../images/welcome/wel_logo.png) no-repeat;
    position:absolute; z-index:5;width:1092px; height:148px; top:105px; left:125px;
    animation:titleIn 1s ease-in-out;
    -webkit-animation:titleIn 1s ease-in-out;
    -moz-animation:titleIn 1s ease-in-out;
    -ms-animation:titleIn 1s ease-in-out
}
.indWelcome .btnP {display:block; position:absolute; z-index:5; transition:all 0.1s; -webkit-transition:all 0.1s;}
.indWelcome .btn1 {background:url(../images/welcome/wel_p1.png) no-repeat;width:393px;height:241px;bottom:220px; left:25px;}
.indWelcome .btn2 {background:url(../images/welcome/wel_p2.png) no-repeat;width:474px;height:427px;bottom:2px;right:70px;}
.indWelcome .login_btn {background:url(../images/welcome/wel_btn_1.png) no-repeat;width:262px;height:91px;top:333px;left:552px;}
.indWelcome .btn1:hover {bottom:210px}
.indWelcome .btn2:hover {bottom:0px}
.indWelcome .login_btn:hover {background:url(../images/welcome/wel_btn_2.png) no-repeat;}
.indWelcome .btnP:hover {
    animation:indBtnP 0.5s ease-in-out;
    -webkit-animation:indBtnP 0.5s ease-in-out;
    -moz-animation:indBtnP 0.5s ease-in-out;
    -ms-animation:indBtnP 0.5s ease-in-out
}

@keyframes titleIn
{
	0% { margin-top:-600px; opacity:0}
	85% { margin-top:20px}
	95% { margin-top:-30px}
	100% { margin-top:0px; opacity:1}
}
@-webkit-keyframes titleIn
{
	0% { margin-top:-600px; opacity:0}
	85% { margin-top:20px}
	95% { margin-top:-30px}
	100% { margin-top:0px; opacity:1}
}
@-moz-keyframes titleIn
{
	0% { margin-top:-600px; opacity:0}
	85% { margin-top:20px}
	95% { margin-top:-30px}
	100% { margin-top:0px; opacity:1}
}
@-ms-keyframes titleIn
{
	0% { margin-top:-600px; opacity:0}
	85% { margin-top:20px}
	95% { margin-top:-30px}
	100% { margin-top:0px; opacity:1}
}
@keyframes indBtnP
{
	0% {transform:rotate(0deg)}
	25% {transform:rotate(3deg)}
	75% {transform:rotate(-3deg)}
	100% {transform:rotate(0deg)}
}
@-webkit-keyframes indBtnP
{
	0% {-webkit-transform:rotate(0deg)}
	25% {-webkit-transform:rotate(3deg)}
	75% {-webkit-transform:rotate(-3deg)}
	100% {-webkit-transform:rotate(0deg)}
}
@-moz-keyframes indBtnP
{
	0% {-moz-transform:rotate(0deg)}
	25% {-moz-transform:rotate(3deg)}
	75% {-moz-transform:rotate(-3deg)}
	100% {-moz-transform:rotate(0deg)}
}
@-ms-keyframes indBtnP
{
	0% {-ms-transform:rotate(0deg)}
	25% {-ms-transform:rotate(3deg)}
	75% {-ms-transform:rotate(-3deg)}
	100% {-ms-transform:rotate(0deg)}
}
/* home */
/*flaot ad start*/
.float_box{width: 280px;height: 194px;position:absolute;z-index:9999; background: url(../images/float/Bg.png) no-repeat;}
.float_box .sition{width: 220px;height:139px;text-align:center;position:relative; padding: 25px 30px 30px;}
.float_box .sition h4{ font-weight: bold; width: 100%; height: 30px; line-height: 30px; text-align: center;}
.float_box .sition p{text-align:center;font-size:12px !important;}
.float_box .sition a{display: block; color:#000;width: 100% !important; overflow: hidden; }
.float_box .sition a:hover{text-decoration: underline; color:#f00;}
.float_box .sition a img{ display: block; width: 100% !important; height: 100px !important;}
.float_box .cbtn{bottom:28px; right: 2px;width:29px;height:29px; overflow: hidden; position: absolute;display:block;z-index: 999999; cursor: pointer;background:url(../images/float/btn.png) no-repeat;}

/* gotop QRcode */
.gotopBox{position:fixed;bottom:100px;display:none;_position:absolute;_bottom:auto;zoom:1; z-index:999999;}
.goTopBtn{width:47px;height:47px;border:1px solid #e5e5e4;background:url(../images/gotop/goTop_icon.jpg) no-repeat;cursor:pointer; z-index:9999;margin-top:8px;}
.goTopBtn .top{display:none;width:100%;background:#3db2e4;padding-top:6px;height:41px;line-height:18px;text-align:center;font-size:15px;color:#ffffff;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;}
.goTopBtn:hover .top{display:block;}
.MsgBtn{width:47px;height:47px;border:1px solid #e5e5e4;background:url(../images/gotop/msg_icon.png) no-repeat;cursor:pointer; z-index:9999;margin-top:8px;}
.MsgBtn .top{display:none;width:100%;background:#3db2e4;padding-top:6px;height:41px;line-height:18px;text-align:center;font-size:15px;color:#ffffff;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;}
.MsgBtn:hover .top{display:block;}
.phoneBtn {width: 47px;  height: 44px; cursor: pointer;  z-index: 9999; border:1px solid #e2e2e2;background:url(../images/gotop/iphone_icon.png) no-repeat center center; }
.phoneBtn .icon{display:block;width:47px;height:44px;margin:0 auto;}
.phoneBtn .QRcode{width:164px;padding-top:14px;height:138px;background: url(../images/gotop/QRcode_bg.png) no-repeat left top;padding-right:13px;text-align: center;position: absolute;left:-176px;top:-106px;opacity: 0;filter:alpha(opacity=0);display: none;}
.phoneBtn .QRcode .img{width:103px;height:102px;margin:0 auto;margin-bottom:1px;}
.phoneBtn .QRcode .img img{width: 100%;height:100%;}
.phoneBtn .QRcode p{color:#3DB2E7;font-size: 14px;line-height: 14px;}
.phoneBtn:hover .QRcode{
    -webkit-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    -moz-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    -o-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    filter:alpha(opacity=100);
    display: block;
}
@-webkit-keyframes ani_x_fixed_tool_pop{
    0%{opacity:.5;-webkit-transform:scale(.5);-webkit-transform-origin:center right;}
    60%{opacity:1;-webkit-transform:scale(1);-webkit-transform-origin:center right;}
    100%{opacity:1;-webkit-transform:scale(1);-webkit-transform-origin:center right;}
}
@-moz-keyframes ani_x_fixed_tool_pop{
    0%{opacity:.5;-webkit-transform:scale(.5);-moz-transform-origin:center right;}
    60%{opacity:1;-webkit-transform:scale(1);-moz-transform-origin:center right;}
    100%{opacity:1;-webkit-transform:scale(1);-moz-transform-origin:center right;}
}
@-o-keyframes ani_x_fixed_tool_pop{
    0%{opacity:.5;-webkit-transform:scale(.5);-o-transform-origin:center right;}
    60%{opacity:1;-webkit-transform:scale(1);-o-transform-origin:center right;}
    100%{opacity:1;-webkit-transform:scale(1);-o-transform-origin:center right;;}
}
@keyframes ani_x_fixed_tool_pop{
    0%{opacity:.5;transform:scale(.5);transform-origin:center right;display: block;}
    60%{opacity:1;transform:scale(1);transform-origin:center right;}
    100%{opacity:1;transform:scale(1);transform-origin:center right;}
}

/*服务天地*/
.sever1{background: url(../images/sever_01.jpg) 50% 0 no-repeat;height: 507px;min-width: 1200px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
/* guestbook */
.guestbook1{background: url(../images/guestbook_01.jpg) 50% 0 no-repeat;height: 507px;min-width: 1200px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.guestbtn {font-size: 18px;font-family: 'shaoer';display:block;clear:both;margin-bottom: 80px;}
.guestbtn a{float:left;margin-right:20px;display:block;background: url(../images/book_06.png) no-repeat;width: 231px;height: 48px;text-align: center;line-height: 48px;color: #ffffff;text-shadow: 0 1px 0 #11994d,1px 0px 0 #11994d,-1px 0px 0 #11994d,0 -1px 0 #11994d,0 2px 1px #11994d,2px 0px 1px #11994d,-2px 0px 1px #11994d,0 -2px 1px #11994d;}
.guestbtn a:hover{background: url(../images/teach_06.png) no-repeat;text-shadow: 0 1px 0 #d66107,1px 0px 0 #d66107,-1px 0px 0 #d66107,0 -1px 0 #d66107,0 2px 1px #d66107,2px 0px 1px #d66107,-2px 0px 1px #d66107,0 -2px 1px #d66107;}
.guestAdd table tr td{padding:10px;font-size:14px;}
.guestAdd table tr td label{cursor: pointer;}
.guestbooklist li{border-bottom: 1px dotted #dec4ad;padding:10px 20px 15px 0;overflow: hidden;}
.guestbooklist li .photo{float:left;display:block;width:100px;margin-right:10px;font-size: 14px;}
.guestbooklist li .photo img{border-radius: 50%;}
.guestbooklist li .gbright{float:left;display:block;width:450px;font-size: 14px;}
.guestbooklist li div.time{height:20px;color: #666;}
.guestbooklist li div.comment{color: #4271b7;min-height: 18px;}
.guestbooklist li div.recomment{color: #fd6524;min-height: 18px;border:1px dotted #fd6524;padding:5px;}

.sever2{background: url(../images/sever_02.jpg) 50% 507px no-repeat;height: 1172px;min-width: 1200px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.head{width: 1200px;margin: 0 auto; position: relative; z-index: 9999;}
.head .head1{padding-left: 140px;}
.head .head1,.head .head2{float: left}
.head2 ul li{position:relative;float: left;font-size:16px ;font-weight: bold;color: #3b9fd1;height: 76px;line-height: 76px;width: 70px;margin-right: 40px;padding-top: 17px;text-align: center}
.head2 ul li a{color: #3b9fd1}
.head2 span.bg{position:absolute;top:10px;background: url(../images/head_03.jpg) no-repeat;width: 56px;height: 29px;display: block;margin-left: 8px;}
.head2 li a.bg1{color: #ff7612}
.head .head2{margin-left: 50px}
.sousuo1{background: url(../images/l-sousuo1.jpg) 50% 0 no-repeat;height: 507px;min-width: 1200px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.sousuo2{background: url(../images/l-sousuo2.jpg) 50% 507px no-repeat;height: 1172px;min-width: 1200px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.head2 ul li ul{display:none;background: url(../images/head.png) top center no-repeat;height: 242px;overflow:hidden;width: 160px;position: absolute;
    left: -34px;top: 78px;padding-top: 9px;}
.head2 ul li ul li{font-size: 14px;font-weight: bold;color: #ffffff;width: 120px;
    line-height: 40px;height: 40px;margin-left: 10px;padding: 0px 10px;overflow: hidden;text-overflow:ellipsis;background-color: #4caee1;}
.head2 ul li ul li a{color: #ffffff;border-bottom: 1px dotted #ffffff;padding: 0px 10px;}
.head2 ul li:hover ul{display: block}
.container_sever{width: 1200px;margin: 0 auto;position: relative;height: 1175px}
.container_sever_content {width:600px;position: absolute;top: 202px;left: 456px;height: 535px;overflow:hidden }
.container_sever_content ul li{border-bottom: 1px dotted #dec4ad;padding-bottom: 15px;padding-right: 20px;}
.container_sever_content ul li h2{font-size: 14px;color: #999999}
.container_sever_content ul li h3 a{font-size: 20px;color: #4271b7}
.container_sever_content ul li h3 a:hover{color: #c3e109}
.container_sever_content ul li p{font-size: 14px;color: #999999;height: 44px;overflow: hidden;}
.container_sever_content .ft{text-align: center; padding: 15px 0;}
.container_sever_content .ft li{cursor: pointer;display:inline-block;*display:inline;*zoom:1;  padding:0 10px;height: 23px;color: #6787c4;border-radius: 100%; overflow:hidden;text-align: center;font-size: 14px;border-bottom: none;}
.container_sever_content .ft li a{display: block; height: 100%; color: #333;}
.container_sever_content .ft .on,.container_sever_content .ft li:hover{background: #c4d0e8;color: #ffffff;}
.container_sever_content .ft .on a,.container_sever_content .ft li:hover a{ color:#fff;}
.container_sever_content .container_sever_content_tb_foot {font-size: 12px;color: #888888;border-top: 1px solid #666666;padding-top: 20px;}
.container_sever_content .container_sever_content_tb_foot a{color: #888888}
.container_sever_content .container_sever_content_tb_foot a:hover{color: #57b9e5}
.container_sever_content .container_sever_content_tb_foot .a1{float:right;background: url(../images/libray_10.png) no-repeat;padding: 6px 33px 0px;}
.foot{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 1100px;left: 440px;}

/*共享工程专区 */
.share1{background: url(../images/share_01.jpg) 50% 0 no-repeat;height: 507px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.share2{background: url(../images/sever_02.jpg) 50% 507px no-repeat;height: 1175px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_sever_content .h3{color: #de2c14;font-size: 18px}
.container_sever_content .h3:hover{color: #adda06}
.container_sever_content .container_sever_content_tb_head{text-align: center;margin-top: 30px;}
.container_sever_content .container_sever_content_tb_head h2{font-size: 24px;color: #666666;font-weight: bold;padding-bottom: 15px;border-bottom: 1px dotted #666666}
.container_sever_content .container_sever_content_tb_head h3{font-size: 12px;color: #666666;padding: 15px 0px;border-bottom: 1px dotted #666666}
.container_sever_content .container_sever_content_tb_body{height: 535px;overflow-y: scroll;padding-right: 30px;}
.container_sever_content .container_sever_content_tb_body h2{color: #666666;font-size: 18px;}
.container_sever_content .container_sever_content_tb_body p{color: #666666;font-size: 14px;}

/*服务天地-读书小状元*/
.read1{background: url(../images/read_01.jpg) 50% 0 no-repeat;height: 431px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.read2{background: url(../images/read_02.jpg) 50% 406px no-repeat;height: 1266px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_sever1{position: absolute;top: 405px;left: 125px;}
.container_read_content {width:600px;float: left;margin-left: 15px}
.container_read_content .tb li{float:left;padding-bottom: 15px;width: 135px;height: 163px;background: url(../images/read_04.jpg) no-repeat;position: relative;text-align: center;margin-right: 15px;display: inline;}
.container_read_content .tb li img{padding-top: 31px;padding-bottom: 5px;}
.container_read_content .tb li p{font-size: 12px;color: #888888}
.container_read_content .tb li:hover p{color: #4d90f1}
.container_read_content .ft{text-align: center;padding: 5px 0px;}
.container_read_content .ft ul{display: inline-block;}
.container_read_content .ft li{float: left;text-align: center;font-size: 14px;border-bottom: none;background: #5da9fb;margin-right: 5px;display: inline;cursor: pointer;}
.container_read_content .ft li a{padding: 1px 6px;border:1px solid rgba(255,255,255,0);color: #ffffff;}
.container_read_content .ft li .on,.container_read_content .ft li:hover a{background: #ffffff;color: #5da9fb;border: 1px solid #5da9fb}
.foot1{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 780px;left: 275px;}
.left_nav {float: left;width: 325px;margin-top: 62px}
.left_nav ul li{margin-bottom: 10px;font-size: 18px;font-family: 'shaoer';}
.left_nav ul li a{display:block;background: url(../images/nav_05.png) no-repeat;width: 231px;height: 48px;text-align: center;line-height: 48px;color: #ffffff}
.left_nav ul li a img{margin-top: 13px}
.left_nav ul li a.nav,.left_nav ul li:hover a{background: url(../images/nav_06.png) no-repeat}
.container_read_content_hd{    margin-bottom: 31px;height: 50px;line-height: 50px;}
.container_read_content_hd a{color: #666666;font-size: 12px}
.container_read_content_hd a:hover{color: #4d90f1}
.container_read_content_hd em{font-size: 24px;color: #89b8fc;float: left;font-family: 'shaoer';}
.container_read_content_hd span{float: right;}

/*服务天地-小小志愿者*/
.container_small_content {width:600px;float: left;margin-left: 15px}
.container_small_content .tb li{width: 600px;height:30px;margin-right: 15px;line-height: 30px;border-bottom: 1px dotted #d0d0d0;background: url(../images/nav_001.jpg) no-repeat;    margin-bottom: 15px;padding-bottom: 5px;}
.container_small_content .tb li a{font-size: 14px;color: #666666;padding-left: 50px}
.container_small_content .tb li a:hover{color: #6298db}
.container_small_content .ft{text-align: center;padding: 5px 0px;}
.container_small_content .ft ul{display: inline-block;}
.container_small_content .ft li{float: left;text-align: center;font-size: 14px;border-bottom: none;background: #5da9fb;margin-right: 5px;display: inline;cursor: pointer;}
.container_small_content .ft li a{padding: 1px 6px;border:1px solid rgba(255,255,255,0);color: #ffffff;}
.container_small_content .ft li .on,.container_small_content .ft li:hover a{background: #ffffff;color: #5da9fb;border: 1px solid #5da9fb}
.container_small_content_hd{    margin-bottom: 31px;height: 50px;line-height: 50px;}
.container_small_content_hd a{color: #666666;font-size: 12px}
.container_small_content_hd a:hover{color: #6298db}
.container_small_content_hd em{font-size: 24px;color: #89b8fc;float: left;font-family: 'shaoer';}
.container_small_content_hd span{float: right;}
.container_small_content_tb .container_small_content_tb_head{text-align: center;margin-top: 30px;}
.container_small_content_tb .container_small_content_tb_head h2{font-size: 24px;color: #666666;font-weight: bold;padding-bottom: 15px;border-bottom: 1px dotted #666666}
.container_small_content_tb .container_small_content_tb_head h3{font-size: 12px;color: #666666;padding: 15px 0px;border-bottom: 1px dotted #666666}
.container_small_content_tb .container_small_content_tb_body{height: 535px;overflow-y: scroll;}
.container_small_content_tb .container_small_content_tb_body h2{color: #666666;font-size: 18px;}
.container_small_content_tb .container_small_content_tb_body p{color: #666666;font-size: 14px;}
.container_small_content_tb .container_small_content_tb_foot {font-size: 12px;color: #888888;margin-top: 25px;border-top: 1px solid #666666;padding-top: 20px;}
.container_small_content_tb .container_small_content_tb_foot a{color: #888888}
.container_small_content_tb .container_small_content_tb_foot a:hover{color: #57b9e5}
.container_small_content_tb .container_small_content_tb_foot .a1{float:right;background: url(../images/libray_10.png) no-repeat;padding: 6px 33px 0px;}
/*信息天地-动态资讯*/  /*信息天地-红领巾读书活动*/
.information1{background: url(../images/xxtd_01.jpg) 50% 0 no-repeat;height: 389px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.information2{background: url(../images/xxtd_02.jpg) 50% 389px no-repeat;height: 1266px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_info_content {width:600px;float: left;margin-left: 15px}
.container_info_content .tb{margin-top: 30px;}
.container_info_content .tb li{width: 600px;height:30px;margin-right: 15px;line-height: 30px;border-bottom: 1px dotted #d0d0d0;margin-bottom: 15px;padding-bottom: 5px;}
.container_info_content .tb li a{font-size: 14px;color: #666666;float: left}
.container_info_content .tb li a:hover{color: #5ca8fb}
.container_info_content_hd em{font-size: 24px;color: #4caee1;float: left;font-family: 'shaoer';}
.container_info_content_hd span{float: right;}
.container_info_content .ft{text-align: center;padding: 20px 0px;}
.container_info_content .ft ul{display: inline-block;}
.container_info_content .ft li{float: left;text-align: center;font-size: 14px;border-bottom: none;background: #5da9fb;margin-right: 5px;display: inline;cursor: pointer;}
.container_info_content .ft li a{padding: 1px 6px;border:1px solid rgba(255,255,255,0);color: #ffffff;}
.container_info_content .ft li .on,.container_info_content .ft li:hover a{background: #ffffff;color: #5da9fb;border: 1px solid #5da9fb}
.container_info_content_hd{margin: 13px 0px;height: 36px;line-height: 36px;}
.container_info_content_hd a{color: #666666;font-size: 12px}
.container_info_content_hd a:hover{color: #5abde7}
.left1_nav {float: left;width: 325px;margin-top: 62px}
.left1_nav ul li{margin-bottom: 10px;font-size: 18px;font-family: 'shaoer';}
.left1_nav ul li a{display:block;background: url(../images/info_05.png) no-repeat;width: 231px;height: 48px;text-align: center;line-height: 48px;color: #ffffff;text-shadow: 0 1px 0 #288dc1,1px 0px 0 #288dc1,-1px 0px 0 #288dc1,0 -1px 0 #288dc1,0 2px 1px #288dc1,2px 0px 1px #288dc1,-2px 0px 1px #288dc1,0 -2px 1px #288dc1;}
.left1_nav ul li a img{margin-top: 13px}
.left1_nav ul li a.nav,.left1_nav ul li:hover a{background: url(../images/info_04.png) no-repeat}
.container_info_content_tb .container_info_content_tb_head{text-align: center;margin-top: 30px;}
.container_info_content_tb .container_info_content_tb_head h2{font-size: 24px;color: #666666;font-weight: bold;padding-bottom: 15px;border-bottom: 1px dotted #666666}
.container_info_content_tb .container_info_content_tb_head h3{font-size: 12px;color: #666666;padding: 15px 0px;border-bottom: 1px dotted #666666}
.container_info_content_tb .container_info_content_tb_body{height: 535px;overflow-y: scroll;}
.container_info_content_tb .container_info_content_tb_body h2{color: #666666;font-size: 18px;}
.container_info_content_tb .container_info_content_tb_body p{color: #666666;font-size: 14px;}
.container_info_content_tb .container_info_content_tb_foot {font-size: 12px;color: #888888;margin-top: 25px;border-top: 1px solid #666666;padding-top: 20px;}
.container_info_content_tb .container_info_content_tb_foot a{color: #888888}
.container_info_content_tb .container_info_content_tb_foot a:hover{color: #57b9e5}
.container_info_content_tb .container_info_content_tb_foot .a1{float:right;background: url(../images/libray_10.png) no-repeat;padding: 6px 33px 0px;}
/*业务指导-继续教育*/
.teach1{background: url(../images/teach_01.jpg) 50% 0 no-repeat;height: 394px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.teach2{background: url(../images/teach_02.jpg) 50% 394px no-repeat;height: 1308px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_teach_content {width:600px;float: left;margin-left: 15px}
.container_teach_content .tb li{width: 600px;height:30px;margin-right: 15px;line-height: 30px;border-bottom: 1px dotted #d0d0d0;margin-bottom: 15px;padding-bottom: 5px;background: url(../images/teach_04.jpg) no-repeat;}
.container_teach_content .tb li a{font-size: 14px;color: #666666;float: left;padding-left: 50px}
.container_teach_content .tb li a:hover{color: #ed6904}
.container_teach_content .tb li span{float: right}
.container_teach_content .ft{text-align: center;padding: 20px 0px;}
.container_teach_content .ft ul{display: inline-block;}
.container_teach_content .ft li{float: left;text-align: center;font-size: 14px;border-bottom: none;background: #ed6904;margin-right: 5px;display: inline;cursor: pointer;}
.container_teach_content .ft li a{padding: 1px 6px;border:1px solid rgba(255,255,255,0);color: #ffffff;}
.container_teach_content .ft li .on,.container_teach_content .ft li:hover a{background: #ffffff;color: #ed6904;border: 1px solid #ed6904}
.container_teach_content_hd a{color: #666666;font-size: 12px}
.container_teach_content_hd a:hover{color: #ed6904}
.container_teach_content_hd{margin: 17px 0px;height: 36px;line-height: 36px;}
.container_teach_content_hd em{font-size: 24px;color: #ed6904;float: left;font-family: 'shaoer';}
.container_teach_content_hd span{float: right;}
.container_teach_content_hd img{margin-top: 5px}
.left2_nav {float: left;width: 325px;margin-top: 62px}
.left2_nav ul li{margin-bottom: 10px;font-size: 18px;font-family: 'shaoer';}
.left2_nav ul li a{display:block;background: url(../images/teach_05.png) no-repeat;width: 231px;height: 48px;text-align: center;line-height: 48px;color: #ffffff;text-shadow: 0 1px 0 #d66107,1px 0px 0 #d66107,-1px 0px 0 #d66107,0 -1px 0 #d66107,0 2px 1px #d66107,2px 0px 1px #d66107,-2px 0px 1px #d66107,0 -2px 1px #d66107;}
.left2_nav ul li a img{margin-top: 12px}
.left2_nav ul li a.nav,.left2_nav ul li:hover a{background: url(../images/teach_06.png) no-repeat}
.container_teach_content_tb .container_teach_content_tb_head{text-align: center;margin-top: 30px;}
.container_teach_content_tb .container_teach_content_tb_head h2{font-size: 24px;color: #666666;font-weight: bold;padding-bottom: 15px;border-bottom: 1px dotted #666666}
.container_teach_content_tb .container_teach_content_tb_head h3{font-size: 12px;color: #666666;padding: 15px 0px;border-bottom: 1px dotted #666666}
.container_teach_content_tb .container_teach_content_tb_body{height: 535px;overflow-y: scroll;}
.container_teach_content_tb .container_teach_content_tb_body h2{color: #666666;font-size: 18px;}
.container_teach_content_tb .container_teach_content_tb_body p{color: #666666;font-size: 14px;}
.container_teach_content_tb .container_teach_content_tb_foot {font-size: 12px;color: #888888;margin-top: 25px;border-top: 1px solid #666666;padding-top: 20px;}
.container_teach_content_tb .container_teach_content_tb_foot a{color: #888888}
.container_teach_content_tb .container_teach_content_tb_foot a:hover{color: #57b9e5}
.container_teach_content_tb .container_teach_content_tb_foot .a1{float:right;background: url(../images/libray_10.png) no-repeat;padding: 6px 33px 0px;}
.foot2{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 822px;left: 275px;}

/*图书馆-读者指南*/ /*图书馆-读者指南-详情*/
.container_sever2{position: absolute;top: 420px;left: 125px;}
.libray1{background: url(../images/libray_01.jpg) 50% 0 no-repeat;height: 397px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.libray2{background: url(../images/libray_02.jpg) 50% 397px no-repeat;height: 1304px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_libray_content {width:600px;float: left;margin-left: 15px}
.container_libray_content_hd a{color: #666666;font-size: 12px;}
.container_libray_content_hd a:hover{color: #1bc46d}
.container_libray_content_hd{margin-bottom: 31px;height: 36px;line-height: 36px;}
.container_libray_content_hd em{font-size: 24px;color: #18ba60;float: left;font-family: 'shaoer';}
.container_libray_content_hd span{float: right;}
.container_libray_content .tb li{width: 600px;height:30px;margin-right: 15px;line-height: 40px;border-bottom: 1px dotted #d0d0d0;background: url(../images/book2_01.jpg) no-repeat;    margin-bottom: 15px;padding-bottom: 5px;}
.container_libray_content .tb li a{font-size: 14px;color: #666666;padding-left: 50px}
.container_libray_content .tb li a:hover{color: #1bc46d}
.container_libray_content_tb .container_libray_content_tb_head{text-align: center;margin-top: 30px;}
.container_libray_content_tb .container_libray_content_tb_head h2{font-size: 24px;color: #666666;font-weight: bold;padding-bottom: 15px;border-bottom: 1px dotted #666666}
.container_libray_content_tb .container_libray_content_tb_head h3{font-size: 12px;color: #666666;padding: 15px 0px;border-bottom: 1px dotted #666666}
.container_libray_content_tb .container_libray_content_tb_body h2{color: #666666;font-size: 18px;}
.container_libray_content_tb .container_libray_content_tb_body p{color: #666666;font-size: 14px;}
.container_libray_content_tb .container_libray_content_tb_foot {font-size: 12px;color: #888888;margin-top: 25px;border-top: 1px solid #666666;padding-top: 20px;}
.container_libray_content_tb .container_libray_content_tb_foot a{color: #888888}
.container_libray_content_tb .container_libray_content_tb_foot a:hover{color: #1bc36c}
.container_libray_content_tb .container_libray_content_tb_foot .a1{float:right;background: url(../images/libray_10.png) no-repeat;padding: 6px 33px 0px;}
.left3_nav {float: left;width: 325px;margin-top: 62px}
.left3_nav ul li{margin-bottom: 10px;font-size: 18px;font-family: 'shaoer';}
.left3_nav ul li a{display:block;background: url(../images/book_07.png) no-repeat;width: 231px;height: 48px;text-align: center;line-height: 48px;color: #ffffff;text-shadow: 0 1px 0 #11994d,1px 0px 0 #11994d,-1px 0px 0 #11994d,0 -1px 0 #11994d,0 2px 1px #11994d,2px 0px 1px #11994d,-2px 0px 1px #11994d,0 -2px 1px #11994d;}
.left3_nav ul li a.nav,.left3_nav ul li:hover a{background: url(../images/book_06.png) no-repeat}
.foot3{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 800px;left: 275px;}
.container_libray_content .ft{text-align: center;padding: 5px 0px;}
.container_libray_content .ft ul{display: inline-block;}
.container_libray_content .ft li{float: left;font-size: 14px;background: #1bc36c;margin-right: 5px;}
.container_libray_content .ft li a{padding: 1px 6px;border:1px solid rgba(255,255,255,0);color: #ffffff;}
.container_libray_content .ft li .on,.container_libray_content .ft li:hover a{background: #ffffff;color: #5da9fb;border: 1px solid #1bc36c}

/*数字资源专区*/
.num1{background: url(../images/num_08.jpg) 50% 0 no-repeat;height: 396px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.num2{background: url(../images/num_09.jpg) 50% 396px no-repeat;height: 1270px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_num_content {width:620px;float: left;}
.container_num_content_hd{margin-bottom: 31px;height: 36px;line-height: 36px;}
.container_num_content_hd em{font-size: 24px;color: #fe6361;float: left;font-family: 'shaoer';}
.container_num_content_hd span{float: right;}
.container_num_content_hd a{color: #666666;font-size: 12px}
.container_num_content_hd a:hover{color: #fe6361}
.container_num_content_tb{margin-left: -20px}
.container_num_content_tb li{float: left;margin: 0 8px 13px;}
.container_num_content_tb .li_div{width: 295px;border: 3px solid #fe6361}
.container_num_content_tb .li_div .li_div_head{background: #fe6361;padding: 5px 5px}
.container_num_content_tb .li_div .li_div_head h2{float: left;font-size: 18px;font-weight: bold;padding-top: 8px;color: #ffffff;max-width: 180px;max-height: 62px;overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;}
.container_num_content_tb .li_div .li_div_head a{float: right;padding-top: 8px}
.container_num_content_tb .li_div .li_div_body {background: #ffffff;margin: 10px 5px 15px 5px;line-height: 25px;max-height: 100px;overflow: hidden;height: 100px;} 
.container_num_content_tb .li_div .li_div_body p{font-size: 12px;color: #666666}
.container_num_content_tb .ft{text-align: center;}
.container_num_content_tb .ft li{cursor: pointer;display:inline-block;*display:inline;*zoom:1; float: none; padding:0 10px;height: 23px;color: #6787c4;border-radius: 100%; overflow:hidden;text-align: center;font-size: 14px;border-bottom: none;}
.container_num_content_tb .ft li a{display: block; height: 100%; color: #333;}
.container_num_content_tb .ft .on,.container_sever_content .ft li:hover{background: #c4d0e8;color: #ffffff;}
.container_num_content_tb .ft .on a,.container_sever_content .ft li:hover a{ color:#fff;}
.left4_nav {float: left;width: 325px;margin-top: 62px}
.left4_nav ul li{margin-bottom: 10px;font-size: 18px;font-family: 'shaoer';}
.left4_nav ul li:hover a,.left4_nav ul li a.ox{background: url(../images/num_12.png) no-repeat;}
.left4_nav ul li a{display:block;background: url(../images/num_10.png) no-repeat;width: 231px;height: 48px;text-align: center;line-height: 48px;color: #ffffff;text-align: center;line-height: 48px;color: #ffffff;text-shadow: 0 1px 0 #c23b39,1px 0px 0 #c23b39,-1px 0px 0 #c23b39,0 -1px 0 #c23b39,0 2px 1px #c23b39,2px 0px 1px #c23b39,-2px 0px 1px #c23b39,0 -2px 1px #c23b39;}
.left4_nav ul li a img{margin-top: 15px}
.foot4{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 775px;left: 275px;}
.container_num_content_tb .container_num_content_tb_head{text-align: center;margin-top: 30px;}
.container_num_content_tb .container_num_content_tb_head h2{font-size: 24px;color: #666666;font-weight: bold;padding-bottom: 15px;border-bottom: 1px dotted #666666}
.container_num_content_tb .container_num_content_tb_head h3{font-size: 12px;color: #666666;padding: 15px 0px;border-bottom: 1px dotted #666666}
.container_num_content_tb .container_num_content_tb_body{height: 535px;padding-right: 30px;overflow: hidden;}
.container_num_content_tb .container_num_content_tb_foot {font-size: 12px;color: #888888;margin-top: 25px;border-top: 1px solid #666666;padding-top: 20px;}
.container_num_content_tb .container_num_content_tb_foot a{color: #888888}
.container_num_content_tb .container_num_content_tb_foot a:hover{color: #fe6361}
.container_num_content_tb .container_num_content_tb_foot .a1{float:right;background: url(../images/libray_10.png) no-repeat;padding: 6px 33px 0px;}
/*好书推荐*/
.book11{background: url(../images/book_02.jpg) 50% 0 no-repeat;height: 926px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.book12{background: url(../images/book_03.jpg) 50% 926px no-repeat;height: 1804px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_book1_content {width:960px;position: absolute;top: 435px;left: 110px;}
.container_book1_content .hd{margin-left: 60px;margin-bottom: 60px}
.container_book1_content .hd p{font-size: 12px;font-weight: bold;color: #666666}
.container_book1_content .hd a{color: #666666;}
.container_book1_content .hd a:hover{color: #56bbef}
.container_book1_content .tb{margin-left: 25px;padding-bottom: 30px;border-bottom: 1px solid #dfdfdf;}
.container_book1_content .tb li{float: left;text-align: center;margin-right: 25px;margin-bottom: 30px;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.container_book1_content .tb li img{display: block;margin-bottom: 10px;}
.container_book1_content .tb li a{font-size: 14px;color: #f7701e;}
.container_book1_content .tb li a:hover{color: #56bbef}
.container_book1_content .ft li {font-size: 13px;font-weight: bold;color: #3b9fd1}
.container_book1_content .ft ul{margin-left: 25px;margin-top: 30px}
.container_book1_content .ft li{float: left;}
.container_book1_content .ft li form{display: inline;}
.container_book1_content .ft .li{margin-left: 500px}
.container_book1_content .ft .li input{width:25px;}
.container_book1_content .ft .li a{background: url(../images/cp.png) 50% 50% no-repeat;width: 18px;height: 15px;padding: 5px 10px;}
.container_book1_content .ft .li .span1{background-position:0px 5px }
.container_book1_content .ft .li .span2{background-position:-20px 5px }
.container_book1_content .ft .li .span3{background-position:-33px 5px}
.container_book1_content .ft .li .span4{background-position:-50px 5px;margin-right: 15px}
.foot5{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 1730px;left: 400px;}

/*好书推荐 详情*/
.book21{background: url(../images/book_04.jpg) 50% 0 no-repeat;height: 408px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.book22{background: url(../images/book_05.jpg) 50% 408px no-repeat;height: 1310px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_book1_content .hd2{margin-left: 60px;margin-bottom: 30px}
.container_book1_content .hd2 p{font-size: 12px;font-weight: bold;color: #666666}
.container_book1_content .hd2 a{color: #666666;}
.container_book1_content .hd2 a:hover{color: #56bbef}
.container_book1_content .tb2{margin-left: 25px;}
.container_book1_content .tb2 .tb2_hd{padding-bottom: 12px;background: #3b9fd1;height: 47px;border-radius: 10px}
.container_book1_content .tb2 .tb2_hd li {padding-top: 12px;padding-left: 15px;float: left;margin-right: 25px}
.container_book1_content .tb2 .tb2_hd li .input2{width: 48px;height: 31px;color: #6d5408;letter-spacing: 1px;background: #fecc37;
    border: 1px solid #fecc37;font-size: 14px;font-weight: bold;border-radius: 5px;outline: medium;cursor: pointer;}
.container_book1_content .tb2 .tb2_hd li .input2:hover{background: #8ac365;border:1px solid #8ac365;color: #ffffff}
.container_book1_content .tb2 .tb2_hd li .input1{width: 172px;height: 31px;line-height:31px;border-radius: 5px;outline: medium;border:none;}
.container_book1_content .tb2 .tb2_hd li h2{float: left;height: 35px;line-height: 35px;font-size: 18px;font-weight: bold;color: #fdfbec;margin-right: 10px}
.container_book1_content .tb2 .tb2_hd li form{float: left}
.container_book1_content .tb2 .tb2_hd li  select{width: 94px;color: #56bbef;padding: 6px}
.container_book1_content .tb2 .tb2_tb  div{}
.container_book1_content .tb2 .tb2_tb {margin-top: 50px;}
.container_book1_content .tb2 .tb2_tb .tb2_tb_left{width: 430px;float: left}
.container_book1_content .tb2 .tb2_tb .tb2_tb_left img{padding: 10px 40px;border: 2px solid #e0e0e0;}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right{width: 425px;float: left;margin-left: 35px;height: 500px}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right a{font-size: 24px;font-weight: bold;color: #3b9fd1}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right a:hover{color: #8ac365}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right h3{font-size: 18px;font-weight: bold;color: #3b9fd1}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right p{font-size: 14px;color: #666666;line-height: 30px;padding-right: 15px}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right .tb2_tb_right_tb{background: #f0f3f3;padding: 20px 0px 15px 25px;margin-top: 10px;}
.container_book1_content .tb2 .tb2_tb .tb2_tb_right .tb2_tb_right_ft{background: #f0f3f3;padding: 0px 0px 32px 25px}
.foot6{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 1240px;left: 400px;}

/*读者调查*/
.sub1{background: url(../images/sub_01.jpg) 50% 0 no-repeat;height: 532px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.sub2{background: url(../images/sub_02.jpg) 50% 532px no-repeat;height: 1306px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.sub3{background: url(../images/sub_03.jpg) 50% 1306px no-repeat;height: 2112px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.sub4{background: url(../images/sub_04.jpg) 50% 2112px no-repeat;height: 2781px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_sub_content {width:960px;position: absolute;top: 435px;left: 110px;}
.container_sub_content .hd{width: 285px;margin-top: -165px;margin-left: 15px;}
.container_sub_content .hd a{font-size: 18px;font-weight: bold;color: #ff4e17;text-align: center;cursor: pointer;display: block}
.container_sub_content .hd a:hover{color: #31c089}
.container_sub_content .hd h3{font-size: 16px;color: #fd6524;text-align: center}
.container_sub_content .tb{margin-top: 220px}
.container_sub_content .hd p{font-size: 12px;color: #235b45;text-align: right;}
.container_sub_content .tb h2{font-size: 30px;font-weight: bold;color: #8f411d;text-align: center;padding-bottom: 10px;border-bottom: 1px dotted #d1a567}
.container_sub_content .tb h2 span{color: #d73f35}
.container_sub_content .tb h3{font-size: 16px;color: #8f411d;line-height: 35px;text-indent: 32px; margin-top: 15px;margin-bottom: 85px}
.container_sub_content .tb .tb_item{width: 900px;margin-left: 50px;}
.container_sub_content .tb .tb_item h5{font-size: 16px;font-weight: bold;color: #444444;width: 860px;}
.container_sub_content .tb .tb_item ul{margin-left: 22px;}
.container_sub_content .tb .tb_item ul li{float: left;font-size: 16px;color: #666666;margin-right: 32px;margin-right: 55px;line-height: 75px;}
.container_sub_content .tb .tb_item ul li p{float: left;}
.container_sub_content .tb .tb_item ul li .text{width: 690px;height: 40px;float: right}
.container_sub_content .tb .tb_item ul li .text2{width: 156px;height: 40px;}
.container_sub_content .tb .tb_item ul li .text3{width: 308px;height: 40px;}
.container_sub_content .tb .tb_item  textarea{width: 800px;height: 112px;margin-top: 20px}
.container_sub_content .tb .tb_item input{width: 20px;height: 15px;}
.container_sub_content .tb .tb_anniu {margin-top: 61px;margin-left: 360px;}
.container_sub_content .tb .tb_anniu input{width: 219px;height: 93px;background: url(../images/tj.png) no-repeat;letter-spacing: 1px;outline: none;border: none;cursor: pointer;}
.foot7{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 2700px;left: 400px;}

/*首页*/
.home1{background: url(../images/home_01.jpg) 50% 0 no-repeat;height: 400px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.home2{background: url(../images/home_02.jpg) 50% 400px no-repeat;height: 1001px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.home3{background: url(../images/home_03.jpg) 50% 1001px no-repeat;height: 1415px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.home4{background: url(../images/home_04.jpg) 50% 1415px no-repeat;height: 1904px;min-width: 1200px;width: 100%;position: absolute;z-index: -100000;}
.container_home_content {position: absolute;top: 435px;left: 110px;}
.container_home_content .tb .tb_head{margin-top: 210px;margin-left: 230px;}
.container_home_content .tb .tb_head .tb_head1{float: left;width: 525px;font-size: 14px;color: #444444;margin-top: 15px;height: 128px;}
.container_home_content .tb .tb_head .tb_head1 li {border-bottom: 1px solid #e1e1e1;padding: 5px 0px;list-style: none;background: url(../images/sp.png) no-repeat;background-position: 0px -384px;padding-left: 23px;}
.container_home_content .tb .tb_head .tb_head1 li a{color: #444444}
.container_home_content .tb .tb_head .tb_head1 li a:hover{color: #8bd0fc}
.container_home_content .tb .tb_head .tb_head2{float: left;width: 188px;font-size: 12px;color: #ffffff;margin-left: 27px;position: relative;}
.container_home_content .tb .tb_head .tb_head2 h2{font-size: 16px;color: #fcf28e;font-weight: bold;text-align: center}
.container_home_content .tb .tb_head .tb_head2 p{line-height: 19px}
.container_home_content .tb .tb_head .head_a1{display: block;width: 98px;height: 33px;position: absolute;top: 150px;left: 232px}
.container_home_content .tb .tb_head .head_a2{display: block;width: 98px;height: 33px;position: absolute;top: 150px;left: 336px;}
.container_home_content .tb .tb_head .head_a3{display: block;width: 105px;height: 33px;position: absolute;top: 150px;left: 440px;background:url("../images/icon_hot.gif") no-repeat right top;}

.container_home_content .tb .tb_body_hd{padding-bottom: 12px;height: 47px;margin-left: 198px;margin-top: 37px;}
.container_home_content .tb .tb_body_hd li {padding-top: 12px;padding-left: 15px;float: left;margin-right: 25px}
.container_home_content .tb .tb_body_hd li .input2{width: 48px;height: 31px;color: #ffffff;letter-spacing: 1px;background: #ff4a4a;border: none;font-size: 14px;font-weight: bold;outline: medium;cursor: pointer;background: url(../images/sp.png) no-repeat #ff4a4a; background-position: 2px -408px;padding-left: 5px}
.container_home_content .tb .tb_body_hd li .input2:hover{background: url(../images/sp.png) no-repeat #8bd0fc;background-position: 2px -408px;}
.container_home_content .tb .tb_body_hd li .input1{width: 142px;outline: none;border:none;background: #eaeaea;line-height: 31px;height: 31px}
.container_home_content .tb .tb_body_hd li h2{float: left;height: 35px;line-height: 35px;font-size: 18px;font-weight: bold;color: #ff6000;margin-right: 10px;background: url(../images/sp.png) no-repeat; background-position: -58px -408px;padding-left: 15px;}
.container_home_content .tb .tb_body_hd li h2 span{color: #53514f}
.container_home_content .tb .tb_body_hd li form{float: left}
.container_home_content .tb .tb_body_hd li  select{width: 66px;color: #ff4a4a;background: #eaeaea;border:none;line-height: 31px;font-size: 16px;padding: 5px}
.container_home_content .tb .tb_body_nav a{background: url(../images/sp.png) no-repeat;display: block;width: 135px;height: 25px;}
.container_home_content .tb .tb_body_nav li{margin-top: 10px;border-bottom: 1px solid #c1e089;padding-bottom: 7px;}
.container_home_content .tb .tb_body_nav1{position: absolute;top:245px;left:0px;} 
.container_home_content .tb .tb_body_nav2{position: absolute;top:488px;left:0px;}
.container_home_content .tb .tb_body_nav .h21{background-position: 0px -10px;} 
.container_home_content .tb .tb_body_nav .h22{background-position: 0px -171px;}
.container_home_content .tb .tb_body_nav .a1{background-position: 0px -38px;}
.container_home_content .tb .tb_body_nav .a2{background-position: 0px -68px;}
.container_home_content .tb .tb_body_nav .a3{background-position: 0px -100px;}
.container_home_content .tb .tb_body_nav .a4{background-position: 0px -132px;}
.container_home_content .tb .tb_body_nav .a5{background-position: 0px -205px;}
.container_home_content .tb .tb_body_nav .a6{background-position: 0px -250px;}
.container_home_content .tb .tb_body_nav .a7{background-position: 0px -288px;}
.container_home_content .tb .tb_body_nav .a8{background-position: 0px -323px;}
.container_home_content .tb .tb_body_tb{width: 650px;margin-left: 265px;margin-top: 75px;height: 156px;}
.container_home_content .tb .tb_body_tb li{float: left;margin-bottom: 15px;margin-right: 25px}
.container_home_content .tb .tb_body_tb .tb_a1{display: block;width: 162px;height: 33px;position: absolute;top: 472px;left: 295px;}
.container_home_content .tb .tb_body_tb .tb_a2{display: block;width: 162px;height: 33px;position: absolute;top: 472px;left: 460px;}
.container_home_content .tb .tb_body_sev{width: 410px;height: 112px;margin-left: 521px;margin-top: 140px;line-height: 27px;}
.container_home_content .tb .tb_body_sev .sev_a1{display: block;width: 140px;height: 50px;position: absolute;top: 726px;left: 529px;}
.container_home_content .tb .tb_body_sev .sev_a2{display: block;width: 140px;height: 50px;position: absolute;top: 726px;left:743px;} 
.sev{background: url(../images/sp.png);background-position: 0px -458px}
.container_home_content .tb .tb_body_sev li{list-style: disc;}
.container_home_content .tb .tb_body_sev a{font-size: 14px;color: #4370b8}
.container_home_content .tb .tb_body_sev a:hover{color: #ff4a4a}
.container_home_content .tb .tb_body_sev .span1{width: 23px;height: 15px;position: absolute;top:792px ;left: 585px;}
.container_home_content .tb .tb_body_sev .span2{width: 23px;height: 15px;position: absolute;top: 792px;left: 798px;}
/* show box new user */
/* .tb_body_nav_r{text-align:center;width: 165px;height: 479px;background: url('../images/nav-rg.png') no-repeat;position: fixed;bottom: 150px; display: none;} */
.tb_body_nav_r{text-align:center;width: 165px;height: 578px;background: url('../images/nav-rg.png') no-repeat;position: fixed;bottom: 120px; display: none;}
.fix{position: fixed;z-index: 9999;}
.tb_body_nav_r h2{font-size: 12px;color: #376224;margin-top: 149px;margin-left: -26px;}
.tb_body_nav_r h3{font-size: 60px;color: #2f6a86;margin-left: -28px;}
.tb_body_nav_r p{font-size: 12px;color: #2f6a86;margin-top: 15px;width: 125px;padding: 0 7px;}
.tb_body_nav_r span{font-family: 'shaoer';font-size: 20px;color: #3b9fd1;width: 85px;display: inline-block;    margin-left: -32px;margin-top: 10px;}
.tb_body_nav_r span em{color: #ff641f;width: 60px;display: block;}

.container_home_content .tb .qr{position: absolute;width: 120px;text-align: center;top: 1080px;left: 132px;}
.container_home_content .tb .qr p{font-size: 14px;color: #7f5210}
.container_home_content .tb .state{position: absolute;top: 1320px;left: 500px;}
.container_home_content .tb .state p{font-size: 14px;color: #666666}
.container_home_content .tb .tb_body_ft{position: absolute;top: 1045px;left: 439px;}
.ft-read .ft-a{display: block;width: 170px;height: 70px;position: absolute;top: 976px;left: 602px}
.foot8{font-size:14px;color: #ffffff;text-align: center;position: absolute;top: 2700px;left: 400px;}


/*自动滚动*/
.slideGroup{ width:510px;  text-align:left;  }
.slideGroup .parHd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideGroup .parHd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:120px; height:145px; display:block;  padding:2px; border:1px solid #ccc; background: #f8f6ea}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;}
/* use Text ellipsis ... white-space:nowrap;overflow:hidden;text-overflow:ellipsis */
.slideGroup .parBd ul li .title{ line-height:24px;width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slideGroup .parBd ul li .title a{  color: green;   }
.slideGroup .parBd ul li .title a:hover{color: red}


/*登录框*/
.cover{width:100%; z-index:9999999;height: 2000px; margin:0px auto;position: absolute; background:rgba(0, 0, 0, 0.5)!important;
filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#B2000000',endColorstr = '#B2000000');color: #ffffff; }
.login{width: 835px;background: #ffffff;    position: fixed;top: 20%;left: 28%;}
.login .login_hd{background: #e8edf2;width: 835px;height: 75px;}
.login .login_hd ul li{float: left;}
.login .login_hd ul li span{font-size: 18px;color: #83bcd9;width: 128px;height: 75px;    line-height: 75px;text-align: center;cursor: pointer;display: block}
.login .login_hd ul li.close{float: right;margin: 18px;cursor: pointer;}
.login .login_tb .login_tb_l .input1{width: 292px;height: 42px;margin-bottom: 30px;font-size: 14px;color: #888888;padding: 0 10px;}
.login .login_tb .login_tb_l .input2{width: 292px;height: 42px;margin-bottom: 22px;font-size: 14px;color: #888888;padding: 0 10px;}
.login .login_tb .login_tb_l .input3{font-size: 12px;color: #444444;padding: 0 10px;}
.login .login_tb .login_tb_l .input4{font-size:18px;width: 135px;height: 52px;color: white;letter-spacing: 1px;background: #3385ff;border: none;outline: medium;cursor: pointer;margin-top: 20px}
.login .login_tb .login_tb_l li .p1{font-size: 12px;color: #666666;margin-left: 10px}
.login .login_tb .login_tb_l li .p2{font-size: 14px;color: #666666;margin-left: 10px}
.login .login_tb .login_tb_l li  a{color: #2e9dd6;margin-left: 5px}
.login .login_tb .login_tb_l{float: left;padding-top: 70px;padding-left: 25px;}
.login .login_tb .login_tb_r{float: left;padding: 10px;}
.login .login_hd ul li .lg{background: #ffffff;color: #808080}
.slimScrollDiv{margin-top: 30px}

/*层叠轮播*/
#focus_Box{position:absolute;width:1100px;height:500px;margin:20px auto;left:50px;margin-top: 40px;}
#focus_Box ul{position:relative;width:710px;height:308px}
#focus_Box li{z-index:0;position:absolute; width:0px;height:0px;top:146px;cursor:pointer;left:377px;/*background:#787878;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)*/}
#focus_Box li img{width:100%;height:100%;vertical-align:top;border-radius: 20px;}
#focus_Box .prev{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;left: 80px}
#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;left: 970px}
#focus_Box .prev{background:url(../images/btn_png.png) 50% 50% no-repeat;background-position:0px 0px }
#focus_Box .next{background:url(../images/btn_png.png) 50% 50% no-repeat;background-position: -65px 0px;} 


.more-list{position: absolute;text-align: center;top: 1321px;left: 337px;}
.more-list .ready{font-size: 16px;font-weight: bold;color: #2f6a86;background: #bde1ed;cursor: pointer;padding:8px;}
.more-list .ready:hover{background: url('../images/list-bg.jpg')}
.more-list .ready:hover .jump{display: block;}
.more-list .ready .jump{display: none;font-size: 14px;height: 90px;overflow-y:scroll; width: 180px;}
.more-list .ready .jump li{border-bottom: 1px solid #ffffff;padding-bottom: 5px;}
.more-list .ready .jump li a{color: #ffffff;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.more-list .ready .jump li:hover a{color: #2f6a86}
.fir-link{
	width: 165px;
	height: 37px;
	padding: 0 15px;
    line-height: 37px;
    font-size: 15px;
    background: #006666;
    margin-top: 15px;
    position: absolute;
    top: 1000px;
    left: -35px;
    color: #ffffff;
    border-radius: 20px;
    letter-spacing: 1px;
}
.bumanyi-cover{
	display: none;
}

.ll-cell{
	height: 95px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	margin-top: 5px;
}
.ll-p{
	position: absolute;
	top: 0;
}