
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,table,img,label,abbr,object{margin:0;padding:0;background:transparent;border:0;outline:0;}
html{-webkit-text-size-adjust:none;}
object{line-height:1%}
a{outline:none;text-decoration: none;}
a:focus{-moz-outline-style:none;}
body{font:12px/1.5 Microsoft YaHei,tahoma,arial,sans-serif; color:#826a45; background: #383838;}
html{_background-image:url(about:blank);_background-attachment:fixed}
.wraper{width:100%; margin:32px auto 0; position:relative; font-size: 16px;}
.pr{position:relative;z-index:0;}
em{font-style:normal;}
img{vertical-align:top;border:0;}
.clearfix{display:block}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both}
.clearfix{zoom:1}
.l,.r{display:inline-block}
.l,.r{display:inline}
.l{float:left}
.r{float:right}
.none{ display:none;}
.link{position:absolute;background:url(about:blank);text-indent:-999em;overflow:hidden;display:block;}
/*#obindex{ width:142px; height:105px; left:20px; top:40px;}*/
.bg{ width:100%; position:absolute; top:0; left:0; min-width: 1200px;}
.bg div{ width:100%; margin:0 auto;}
.bg .bg01{ background:url(../images/bg_img_01.jpg) no-repeat center top; height: 800px;}
.bg .bg02{ background:url(../images/bg_img_02.jpg) no-repeat center top; height: 1200px;}
.bg .bg03{ background:url(../images/bg_img_03.jpg) no-repeat center top; height: 700px;}
.bg .bg04{ background:url(../images/bg_img_04.jpg) no-repeat center top; height: 3200px;}
.bg .bg05{ background:url(../images/bg_img_05.jpg) no-repeat center top; height: 618px;}

.main{ width:1200px; height: 6518px; margin:0 auto; position:relative;}
.main .header{overflow: hidden; height: 76px; width: 126px; margin: 0 auto;}
.main .header a#obindex {display: block; background: url(../images/logo.png) no-repeat; height: 76px; width: 126px; margin-top: 20px;}
.main .content {overflow: hidden; position: relative; height: 6000px;}
.main .content a.a1 {display: block; width: 270px; height: 75px; position: absolute; top: 5545px; left: 465px;}

#go_top{ width: 237px; height: 285px; background: url(../images/btn_nav.png) no-repeat; background-size: 474px 285px; right:0; position:fixed; top:996px;}
#go_top a{ width: 237px; height: 53px; line-height: 53px; display: block; text-align: center; font-size: 20px; text-indent: -9999em; margin-bottom: 5px;}
#go_top a.g1:hover,#go_top a:nth-child(1).on {background: url(../images/btn_nav.png) no-repeat -237px 0px;}
#go_top a.g2:hover,#go_top a:nth-child(2).on {background: url(../images/btn_nav.png) no-repeat -237px -58px;}
#go_top a.g3:hover,#go_top a:nth-child(3).on {background: url(../images/btn_nav.png) no-repeat -237px -116px;}
#go_top a.g4:hover,#go_top a:nth-child(4).on {background: url(../images/btn_nav.png) no-repeat -237px -174px;}
#go_top a.top:hover {background: url(../images/btn_nav.png) no-repeat -237px -232px;}
/*#go_top a.*/
/*#go_top a:hover,#go_top a.on{background: url(../images/btn_nav.png) no-repeat 0px 0px;}*/

.tc {background: #a6937c; border: 3px solid #fff; width: 830px; height: 620px; padding: 0px; display: none; z-index: 100}
.tc .content .content_1 {padding: 20px 50px 0 50px}
.tc .content .content_1 .c1 {width: 738px; height: 583px; overflow-y:auto; overflow-x:hidden;}
.tc .content .content_1 .c1 img {width: 738px; height: 1522px;}
.tc .close_btn {display: block; background: url(../images/btn_close.png) no-repeat;width: 30px;height: 30px;position: absolute;top: 0;right: -40px;z-index: 11; cursor: pointer;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 3px;
    height: 3px;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius: 10px;*/
    background-color: #fc1a1b;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #fff;
}