
body, html { font-size: 14px; 	padding: 0; margin: 0; font-family: "Microsoft YaHei";}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: #000000;
	color: #404d5b;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
a{text-decoration: none;outline: none;}

.htmleaf-container .con{
	position: relative;
	width:1200px;
	height: 800px;
	margin:0 auto;
}
.htmleaf-container .con:after{
	position: absolute;
	content:'';
	width:1348px;
	height:409px;
	background:url(../images/te.png) no-repeat;
	background-size:100% 100%;
	bottom:0;
	left:0;
	pointer-events: none;
	z-index:33;
	
}
.overlay{
	 position: absolute;
	 top: 21px;
    left: 10px;
    width: 110px;
    height: 152px;

    overflow: hidden;
}
.h5code{
		 -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/codebg.png) no-repeat;
    background-size: 100% 100%;
     transform: translateY(152px);
	-webkit-transform: translateY(152px);
    opacity:0;
}
.overlay.active  .h5code{
     transform: translateY(0);
     -webkit-transform: translateY(0);
     opacity:1;
 }
.h5code .code{
	     position: absolute;
    top: 31px;
    left: 10px;
    width: 90px;
    height: 90px;
    background: url(../images/h5code.png) no-repeat;
    background-size: 100% 100%;
}
.closeh5btn{
	position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/closebtn.png) no-repeat;
    background-size: 100% 100%;
    bottom: 10px;
    left: 48px;
    z-index: 2;
}
.h5code p{
	 position: absolute;
    width: 100%;
    top: 12px;
    text-align: center;
    color: #aa8b8b;
    font-size: 12px;
}
.center_con{
	position: absolute;
	    top: 110px;
    left: 0;
	width:1012px;
	height:630px;
/*	background:rgba(0,0,0,.7);*/
	z-index:22;
}
.letter_box{
	position: absolute;
	width:1012px;
	height:432px;
	background:url(../images/letter_bg.png) no-repeat;
	background-size:100% 100%;
	top:195px;
	left:92px;
}
.lettertxt{
	position: absolute;
	left: 56px;
	font-size:14px;
	top:120px;
	width:590px;
	height:266px;
}
.lettertxt p{
	color:#461C05;
	line-height: 30px;
	text-indent: 25px;
}
.enterboxs{
	position: absolute;
	width: 272px;
	height:358px;
	right: 50px;
    top: 37px;
}
.enterboxs a{
	position: relative;
	display: block;
	float: left;
	background:url(../images/list.png) no-repeat;
	background-size:272px 358px;
	width:50%;
	height:50%;
	cursor: pointer;
}
.enterboxs a:nth-child(1){
  background-position:0 0;
}
.enterboxs a:nth-child(2){
  background-position:-136px 0;
}
.enterboxs a:nth-child(3){
  background-position:0 -179px;
}
.enterboxs a:nth-child(4){
  background-position:-136px -179px;
}
.enterboxs a:nth-child(1):hover{
	background:url(../images/list_hover.png) no-repeat;
	background-position:0 0;
}
.enterboxs a:nth-child(2):hover{
	background:url(../images/list_hover.png) no-repeat;
	background-position:-136px 0;
}
.enterboxs a:nth-child(3):hover{
	background:url(../images/list_hover.png) no-repeat;
	 background-position:0 -179px;
}
.enterboxs a:nth-child(4):hover{
	background:url(../images/list_hover.png) no-repeat;
	background-position:-136px -179px;
}
.jumpbtn{
	display: block;
	width:222px;
	margin:0 auto;
}
.logo{  
	position:fixed;
	right: 234px;
	top:32px;
	background:url() no-repeat;
	background-size: 100% 100%;
	width:10px;
	height:10px;
}
.htmleaf-container{
	width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
        height: 822px;
    background:url(../images/bg2.jpg) no-repeat center 50%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.htmlnotices-container{
	width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 1416px;
    background:url(../images/noticebg.jpg) no-repeat #0F1A2C center top;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.htmlnotices-container .con{
	position: relative;
	width:1000px;
	min-height: 1272px;
	margin:0 auto;
}
.fixcode{
	position:fixed;
	right:50px;
	top:200px;
	background:url(../images/fix_code.png) no-repeat;
	background-size: 100% 100%;
	width:150px;
	height:260px;
}
.fixcode2{
	position:fixed;
	right: 100px;
	top:822px;
	background:url(../images/foot_w.png) no-repeat;
	background-size: 100% 100%;
	width:50px;
	height:50px;
}
.kundun{
	position:fixed;
	left: 0px;
	top:2px;
	background:url(../images/kundun.png) no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:100%;
}
.fixcode a{
	display: block;
	position: absolute;
	bottom: 10px;
    left: 10px;
	background:url(../images/pclink.jpg) no-repeat;
	background-size: 100% 100%;
	width:130px;
	height: 36px;
}
.pccode{
	position: absolute;
    top: 75px;
    left: 20px;
    display: block;
    width: 110px;
    height: 110px;
}
.fixcode a{
	display: block;
	position: absolute;
	bottom: 10px;
    left: 10px;
	background:url(../images/pclink.jpg) no-repeat;
	background-size: 100% 100%;
	width:130px;
	height: 36px;
}

.n_title{
   position: relative;
   display: block;
   margin:144px auto 0;
	width:544px;
	height:150px;
	background:url(../images/title.png) no-repeat;
}
.ncolor{color:#D3BA7A;}
.n_t{
	margin:50px auto 0;
	font-size:16px;
	width:100%;
	text-align: center;
}
.n_tips{
	    position: relative;
    margin: 10px auto;
    width: 490px;
    height: 30px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 14px;
    line-height: 30px;
    /* text-align: center; */
    background: url(../images/gg.png) no-repeat;
    background-size: 100% 100%;
    text-indent: 102px;
}
.htmlnotices-container .con .n_tips .layer{
   position: absolute;
       left: 173px;
    height: 30px;
    width: 350px;
    top: 0;
    display: inline-block;
   overflow: hidden;
    text-align: left; 
}

.htmlnotices-container .con  .n_tips .layer{
  display: inherit;
  
}
.htmlnotices-container .con  .n_tips .layer span{
  display: block;
      white-space: nowrap;
   -webkit-animation: mymove 15s linear 0s infinite;
    -o-animation: mymove 15s linear 0s infinite;
    animation: mymove 15s linear 0s infinite;
}
@keyframes mymove
  {
    0%{ -webkit-transform: translateX(100%);opacity:1; }
     100%{ -webkit-transform: translateX(-280%);}
   /*50%{ -webkit-transform: translateX(-320%);opacity:0; }*/
}
@-webkit-keyframes mymove
  {
    0%{ -webkit-transform: translateX(100%);opacity:1; }
     100%{ -webkit-transform: translateX(-280%);}
   /*50%{ -webkit-transform: translateX(-320%);opacity:0; }*/
}
.perlistbox{
	margin-top: 80px;
}
.perlistbox ul li.item{
	width:100%;
	height: 190px;
	overflow: hidden;
	margin-bottom:40px;
}
.per_l{
	position: relative;
	float: left;
	width:160px;
	height:190px;
	margin-right:30px;
}
.per_head{
	overflow: hidden;
    height: 150px;
}
.per_head>img{
	width:160px;
	height:160px;
}
.per_name{
	    position: absolute;
    display: inline-block;
    top: 120px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.7);
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}
.for_btn{
	display:block;
	float: left;
	width:80px;
	height:30px;
	line-height:30px;
	text-align: center;
	display: block;
	color:black;
	overflow: hidden;
}
.for_btn span{
	 display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 34px;
    width: 40px;
    overflow: hidden;
}
.goodbtn{
	background:url(../images/goodbg.jpg) no-repeat;
	background-size:100% 100%;
}
.badbtn{
	background:url(../images/badbg.jpg) no-repeat;
	background-size:100% 100%;
}

.per_r{
	position: relative;
	float: right;
	height:190px;
	width:800px;
	overflow: hidden;
}
 .per_r .tbody{
	    position: absolute;
    top: 0;
    padding-top: 60px;
    height: 180px;
    width: 100%;
	overflow: hidden;
}
.per_r li{
	width:100%;
	height:60px;
}
.per_r .thead{
	position: absolute;
    top: 0;
    z-index: 1;
}
.per_r .thead span{
	display: inline-block;
	font-size:20px;
	width:260px;
	height:60px;
	line-height: 40px;
	color:#87764C;
	text-align: center;
	overflow: hidden;
	background:url(../images/theadbg.jpg) no-repeat;
	background-size:100% 100%;
}
.per_r .thead span:nth-child(2) ,.per_r .thead span:nth-child(3){
 margin-left:-2px;
}

.per_r li span{
	    float: left;
    width: 260px;
    height: 60px;
    padding: 6px 14px;
    background: url(../images/tdbg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #D3BA7A;
        line-height: 24px;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    -webkit-display:flex;
    align-content: center;
    justify-content: center;
}
.per_r li span::-webkit-scrollbar {
        width: 10px;    
        height:1px;
        background:#0F0F1B
    }
.per_r li span::-webkit-scrollbar-thumb {
        border-radius:0px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #424B68;
    }
.test-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0px;
        background: #0F0F1B;
    }
.per_r li span:nth-child(2) ,.per_r li span:nth-child(3){
 margin-left:-2px;
}
.per_r li span:nth-child(3){
	text-align: center;
}

/*info.shtml*/
.htmlinfo-container{
	width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    height: 960px;
    background:url(../images/infobg.png) no-repeat center top;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.htmlinfo-container .con{
	position: relative;
	width:1000px;
	height: 840px;
	margin:0 auto;
}
.htmlinfo-container .con .tab_info{
	position: relative;
	margin-top: 200px;
   width:100%;
       height: 572px;
}
.htmlinfo-container .con .tab_info ul li{
	position: relative;
}
.htmlinfo-container .con .tab_info ul li .selbtn{
	display: block;
	position: absolute;
	width:116px;
	height:36px;
	background:url(../images/selbtn.png) no-repeat;
	background-size:100% 100%;
	bottom:25px;
	left:90px;
	color:#CBBB9C;
	line-height:36px;
	cursor:pointer;
}
.htmlinfo-container .con .tab_info ul li #centertbtn{
	 left: 124px;
}
.htmlinfo-container .con .tab_info ul li.tleft,.htmlinfo-container .con .tab_info ul li.tright{
	position: relative;
	width:300px;
	height:452px;
}
.htmlinfo-container .con .tab_info ul li.tleft{
	float: left;
	background:url(../images/tab_content_left.png) no-repeat;
	background-size:100% 100%;
	margin-top:70px;
}
.htmlinfo-container .con .tab_info ul li.tright{
	float: left;
	margin-left: 15px;
	background:url(../images/tab_content_right.png) no-repeat;
	background-size:100% 100%;
	margin-top:70px;
}
.htmlinfo-container .con .tab_info ul li.tcenter{
	position: relative;
	float: left;
	background:url(../images/tab_content_center.png) no-repeat;
	background-size:100% 100%;
	width:370px;
	height:572px;
	margin-left: 15px;
}
.overhide{
	position: absolute;
    top: 0;
    left: 6px;
    width: 96%;
    height: 270px;
    overflow: hidden;

}
.tcenter .overhide{
	 height: 318px;
	     left: 6px;
    width: 97%;
}
.htmlinfo-container .con .tab_info ul li.tleft .overlayer{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:270px;
	background:url(../images/tab_left.png) no-repeat;
	background-size:100% 100%;
	opacity:0;
	 transform: translateY(270px);
	  -webkit-transform: translateY(270px);
}
.htmlinfo-container .con .tab_info ul li.tcenter .overlayer{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 318px;
	background:url(../images/tab_center.png) no-repeat;
	background-size:100% 100%;
	 transform: translateY(318px);
	 -webkit-transform: translateY(318px);
}
.htmlinfo-container .con .tab_info ul li.tright .overlayer{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:270px;
	background:url(../images/tab_right.png) no-repeat;
	background-size:100% 100%;
	opacity:0;
	 transform: translateY(270px);
	   -webkit-transform: translateY(270px);
}
.htmlinfo-container .con .tab_info ul li .overlayer{
	-o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.htmlinfo-container .con .tab_info ul li .overhide:hover .overlayer{
     transform: translateY(0);
     -webkit-transform: translateY(0);
     opacity:1;
}

.htmlinfo-container .con  .info_rule{
	position: absolute;
	width:100%;
	height:160px;
	background:url(../images/rulebg.png) no-repeat;
	background-size:100% 100%;
	bottom:80px;
	left:0;
	padding: 30px;
}
.htmlinfo-container .con  .info_rule ol{list-style: decimal;}
.htmlinfo-container .con  .info_rule ol li{
	color:#9E8A56;
	line-height:25px;
}
.htmlinfo-container .con .tab_info ul li .selbtn:after{
	position: absolute;
	content:'';
	    top: 15px;
	right:15px;
	width:10px;
	height:8px;
	 background:url(../images/slt_icon.png) no-repeat;
	 background-size:20px 8px;
	 background-position:0 0;
}
.htmlinfo-container .con .tab_info ul li .selbtn.active:after{
 background-position:-10px 0;
}
#leftbtn{
	text-indent:14px;
}
#centertbtn{
	text-indent:27px; 
}
#rightbtn{
	text-indent: 23px;
}
.list{
	position: absolute;
	top: 36px;
	left:0;
	width:116px;
	min-height:35px;
	z-index:5;
	display: none;
}
.list a{
	display:block;
	text-align: center;
	text-indent:0;
    width: 116px;
    height: 35px;
    color:#8E665D;
    background: #341A14;
    border-bottom:1px solid #49312C;
}
.altwxcode{
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100px;
    height: 120px;
    display: none;
}
.altwxcode img{
	width:100%;
	height:100%;
}
.wxcode:hover .altwxcode{
 display: block;	
}