/*Browser Reset---------*/
html,body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,form,fieldset,legend,ul,ol,li,dl,dt,dd,
table,caption,tr,th,td,thead,tbody,tfoot,colgroup,col,hr,pre{margin:0; padding:0;}

body{font-size:12px; font-family:"宋体","sans-serif"; z-index:0;}

h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
dl,ul,ol{list-style:none;}

table{border-collapse:collapse; border-spacing:0;}

img{border:0;}
legend{color:#000;}

img,input,textarea,select{vertical-align:middle;}
input,textarea,select{font-size:12px;}

/*link---------*/
a{ color:#323232; text-decoration:none;}
a:hover{ text-decoration:underline;}


/*font for website---------*/
.cWhite,.cWhite a{color:#fff;} .cWhite a:hover{color:#f60;}
.cBlack,.cBlack a{color:#000;} .cBlack a:hover{color:#f60;}
.cRed,.cRed a{color:#b00300;}/* .cRed a:hover{color:#f60;}*/
.cRed01,.cRed01 a{color:#b10d01;}
.cBull01,.cBull01 a{color:#1e5395;}
.cGray01,.cGray01 a{color:#666666;}


.fs{font-family:"宋体";} .fh{font-family:"黑体";}
.fa{font-family:Arial;} .fv{font-family:Verdana;}

.fn{font-weight:normal;}
.fb{font-weight:bold;}
.fl{ font-weight:lighter}
.f30px{ font-size:30px;}
/*text for website--------*/
.tCenter{text-align:center;}
.tLeft{text-align:left;}
.tRight{text-align:right;}


.tUline{text-decoration:underline;}
.valign{vertical-align:middle;}
.noBorder{ border:none;}
/*float--------*/
.fLeft{float:left;}
.fRight{float:right;}

/*float clearing--------*/
.oz{overflow:hidden; *zoom:1;}
/*.clrear*/
.clr{clear:both; height:0; _overflow:hidden; font-size:0;}
.clrfix{*height:1%;} .clrfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
/*导航栏--------*/
body{
	    min-width: 1070px;
    background: url(/2021_tcgxl/imgs/bj.png) no-repeat;
    background-position: 50% 0;
    position: relative;
}
.l_c{width: 1070px;margin: 0 auto;height: auto;background-color: #d8dcdf; caret-color: rgba(0,0,0,0);-moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;padding-top:1px;}
.l_c .l_header{width: 100%;height: 60px;background-color: #fff;}
.l_c .l_header ul{width: 100%;height: 100%;list-style: none;overflow: hidden;}
.l_c .l_header ul li{width: 25%;height: 100%;list-style: none;background-color: #fff;position: relative;float: left;text-align: center;line-height: 60px;font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;letter-spacing:3px;
    color: #727171;cursor: pointer; caret-color: rgba(0,0,0,0);}
.l_c .l_header ul li label{display: inline-block;position: absolute;left: 0;right: 0;width: 270px;height: 60px;background: url("../image/Z_btn2.png") no-repeat left;}
.l_c .l_header ul li.on label{background: url("../image/Z_btn1.png") no-repeat left;}

.navH{
	width:1070px;
	margin: 0 auto;
	padding:0 0 10px 0;
	background-color:#fff;
}
.navbg {
    width: 876px;
    height: 30px;
    cursor: pointer;
    background: url('/2021_tcgxl/imgs/nav-bg.png') no-repeat;
	background-size:100% 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.navbg span {
    flex: 1;
    color: #888888;
    text-align: center;
    line-height: 28px;
	font-size: 16px;
	    font-family: Microsoft YaHei;
}
.navbg .active {
    position: absolute;
    width: 197px;
    height: 30px;
    background: url('/2021_tcgxl/imgs/nav-ac.png') no-repeat;
    text-align: center;
    line-height: 28px;
    color: white;
    display: none;
	font-size: 16px;
	    font-family: Microsoft YaHei;
}
.navbg .active1 {
    left: 0;
}
.navbg .active2 {
    left: 159px;
}
.navbg .active3 {
    left: 318px;
}
.navbg .active4 {
    right: 159px;
}
.navbg .active5 {
    right: 0;
}
.bannerC{
    width:1070px;
    margin: 0 auto;
    background-color:#fff;
    box-sizing: border-box;
    padding: 10px 8px 0 8px;
}
.bannerC img{
    width: 100%;
}
