@charset "utf-8";
/* CSS Document */

*{outline: none;}
body,dl,dd,ul,ol,td,th,h1,h2,h3,h4,h5,h6,p,form{margin:0;padding:0;}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
em,b,strong,i{font-style:normal;font-weight: normal;}
a,a:hover{text-decoration:none;}
img{border:none;vertical-align: top;}
button,input,select,textarea{font-size:100%;outline:none;}
table{border-collapse:collapse;border-spacing:0;}
body{ font:12px/1.5 '\5b8b\4f53',tahoma,sans-serif;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:"."; height:0; display:block; clear:both;}
.hidden{display:block;width:0;height:0;overflow:hidden;}


.wrap{min-width: 1200px;position: relative;overflow: hidden; background:url(../images/bg.jpg) no-repeat 50% 0;}
.inner{ width:1200px; margin:0 auto;}

.head{ height:400px; background:url(../images/bg_01.jpg) no-repeat 50% 0;}
.con2{ height:400px; background:url(../images/bg_02.jpg) no-repeat 50% 0;}


.j_lo{ width:190px; height:100px; float:left; display:block;position:relative;top:0px;left:80px}
.rj_nav{position:relative; float:left;top:10px;left:280px}

.canvas{position: absolute;left: 50%;margin-left: -960px;top: 0;} 

.newp{ width:225px; height:335px; position:relative; float:left;left:130px;}
.jddj{ width:225px; height:335px; position:relative;float:left;left:270px;}
.act { width:225px; height:335px; position:relative;float:left;left:410px;}


.theme-popover-mask{z-index:998; display:block;position:fixed;top:0;left:0; background:url(../images/zhezhao.png) repeat;width:100%;height:100%;filter:alpha(opacity=50);-moz-opacity:0.5; display:none}

.theme-popover{z-index:999;position:fixed;top:40%;left:50%;width:882px;height:603px;margin:-170px 0 0 -450px;display:none;background:url(../images/tc1.jpg) no-repeat;}

.theme-poptit{position:absolute; right:-88px; z-index:9999; width:80px; height:35px; background-color:#28de0f; border:4px solid #ffffff;} 

.theme-poptit .close{width:80px; height:35px; font-size:16px; float:left; display:block; text-align:center; line-height:35px; color:#FFF; font-weight:bold;}

.theme-popbod{ width:850px;height:500px; float:left; overflow-y:scroll; margin:70px 0px 0px 15px;}



.theme-popover1{z-index:999;position:fixed;top:40%;left:50%;width:882px;height:603px;margin:-170px 0 0 -450px;display:none;background:url(../images/tc3.jpg) no-repeat;}

.theme-poptit1{position:absolute; right:-88px; z-index:9999; width:80px; height:35px; background-color:#4eafff; border:4px solid #ffffff;} 

.theme-poptit1 .close{width:80px; height:35px; font-size:16px; float:left; display:block;text-align:center; line-height:35px;  color:#FFF; font-weight:bold;}

.theme-popbod1{color:#444;height:280px;}




.theme-popover2{z-index:999;position:fixed;top:40%;left:50%;width:882px;height:603px;margin:-170px 0 0 -450px;display:none;background:url(../images/tc2.jpg) no-repeat;}

.theme-poptit2{position:absolute; right:-88px; z-index:9999; width:80px; height:35px; background-color:#ff1405; border:4px solid #ffffff;} 

.theme-poptit2 .close{width:80px; height:35px; font-size:16px; float:left; display:block; text-align:center; line-height:35px;color:#FFF; font-weight:bold;}

.theme-popbod2{width:850px;height:515px; float:left; overflow-y:scroll; margin:40px 0px 0px 15px;}

/*chorme*/

.scrollbar::-webkit-scrollbar{
            width: 15px;
            height: 15px;
            background-color: #ffffff;
}

 .scrollbar::-webkit-scrollbar-thumb{
            border-radius: 12px;
            background-color: #24dd10;
            box-shadow: inset 0 0 5px #1c7d00;
        }

 .scrollbar::-webkit-scrollbar-button{
            height:10px;
			width:10px;
            background-color: #1c7d00;
        }
		
		
.scrollbar{
            /*三角箭头的颜色*/
            scrollbar-arrow-color: #fff;
            /*滚动条滑块按钮的颜色*/
            scrollbar-face-color: #24dd10;
            /*滚动条整体颜色*/
            scrollbar-highlight-color: #24dd10;
            /*滚动条阴影*/
            scrollbar-shadow-color: #24dd10;
            /*滚动条轨道颜色*/
            scrollbar-track-color: #ffffff;
            /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
            scrollbar-3dlight-color:#fff;
            /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
            scrollbar-darkshadow-color: #fff;
            /*滚动条基准颜色*/
            scrollbar-base-color: #1c7d00;
        }



.scrollbar1::-webkit-scrollbar{
            width: 15px;
            height: 15px;
            background-color: #ffffff;
}

 .scrollbar1::-webkit-scrollbar-thumb{
            border-radius: 12px;
            background-color: #ff1504;
            box-shadow: inset 0 0 5px #c40003;
        }

 .scrollbar1::-webkit-scrollbar-button{
            height:10px;
			width:10px;
            background-color: #c40003;
        }
.scrollbar1{
            /*三角箭头的颜色*/
            scrollbar-arrow-color: #fff;
            /*滚动条滑块按钮的颜色*/
            scrollbar-face-color: #ff1504;
            /*滚动条整体颜色*/
            scrollbar-highlight-color: #ff1504;
            /*滚动条阴影*/
            scrollbar-shadow-color: #ff1504;
            /*滚动条轨道颜色*/
            scrollbar-track-color: #ffffff;
            /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
            scrollbar-3dlight-color:#fff;
            /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
            scrollbar-darkshadow-color: #fff;
            /*滚动条基准颜色*/
            scrollbar-base-color: #1c7d00;
        }










