@charset "utf-8";
/*此处为页面CSS，且不能与公共CSS（zt_public.css）冲突*/
*{
    font-family: MicrosoftYaHei;
	margin: 0;
	padding: 0;
}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,hr,button,footer,header,nav,section,article{margin:0;padding:0;}
body{color:#333;font-family:"microsoft yahei","Verdana","Tahoma","Arial";}
ol,ul,li{list-style:none;}i,s,u,em{font-style:normal;text-decoration:none;}
img{border:0 none;}a{color:#333;text-decoration:none;cursor:pointer;}
a:hover{color:#db214c;text-decoration:none;}a:focus,form *:focus{outline:none;}
input{color:#333;text-indent:10px;}input::-webkit-input-placeholder{color:#666;}
input::-moz-placeholder{color:#666;}input::-ms-input-placeholder{color:#666;}
.cf:after{display:block;height:0;font-size:0;content:".";visibility:hidden;clear:both;}
.cf{zoom:1;}.fl{float:left;}.fr{float:right;}.pr{position:relative;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.banner{
	height: 820px;
	width: 100%;
	background-image: url(images/banner.jpg);
	background-position: center;
	background-size: cover;
}
.head-logo{
	-webkit-animation: bounceDown  0.5s 0.5s ease both;
	-moz-animation: fadeInDown  0.5s 0.5s ease both;
	animation:fadeInDown  0.5s 0.5s ease both;
}
.head-text{
	-webkit-animation: bounceUp  0.5s 0.5s ease both;
	-moz-animation: fadeInUp  0.5s 0.5s ease both;
	animation:fadeInUp  0.5s 0.5s ease both;
}
.head{
	width: 1180px;
	height: 700px;
}
.tab-slide{
	width: 100%;
}
.title{
	padding: 100px 0 60px 0;
}
.tab-hd{
	margin: 0 auto;
	height:60px;
	width: 860px;
	background-image: url(images/tab-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height:60px;			
}
.tab-hd .tab-item{
	cursor: pointer;
	list-style:none;
	display:inline-block;
	height: 60px;
	float: left;
	border: solid 1px #b5b5b5;
	width:230px;
	text-align:center;
	font-size:28px;
}
.tab-hd  ul li:nth-child(1){
	margin-left: 38px;
}
.tab-hd  ul li:nth-child(2){
	margin-left: 50px;
}
.tab-hd  ul li:nth-child(3){
	margin-left: 42px;
}
.tab-hd .tab-item.active{
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
}
.tab-box{
	padding-top:75px;
}	
.tab-maincont { 
	height: 820px;
	display: none; 
	width:100%;
} 
.tab-maincont.jxsfc { 
	height: 820px;
	padding-top: 70px;
	background-image: url(images/jxsfc-bg.png);
	background-repeat: no-repeat;
	display: none; 
	width:100%;
} 
.tab-maincont.selected {

	 display: block; 
} 
.jxs{
	background-image: url(images/jxs-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jxsft{
	padding-top: 100px;
	background-color: #fafafa;
}
.person{

	height: 747px;
}
.person .left{
	height: 747px;
	width: 590px;
}
.person .right{
	width: 550px;
	margin: 80px 24px;
}
.tag{
	text-align: center;
	color: #bba180;
	margin-top: 50px;
	line-height: 50px;
	float: left;
	font-size: 20px;
	padding-bottom: 10px;
}
.tag h2{
	background-color: #222222;
	height: 51px;
	width: 247px;
	float: left;
	
}
.tag hr{
	width: 150px;
	height: 1px;
	margin-top:25px;
	background-color: #222222;
	float: left;
	border: solid 1px #222222;
}
.sz{
	float: left;
	font-size: 20px;
	padding: 10px 15px;
	width: 300px;
}
.sze{
	float: left;
	font-size: 20px;
	padding: 10px 15px;

}
.bigsiz{
	float: left;
	font-size: 20px;
	padding: 10px 15px;
}
.right i{
	font-weight: 600;
}
.right span{
	margin-left: 15px;
	font-size: 20px;
	line-height: 40px;
}
.right-ft{
	float: left;
	width: 580px;
	height: 587px;
	overflow: auto;
	margin-left: 70px;
}
.jxsft .right-ft::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.jxsft .right-ft::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: #91ad59;
}
.jxsft .right-ft::-webkit-scrollbar-track {/*滚动条里面轨道*/
	border-radius: 10px;
	background: #EDEDED;
}
.cc .right-ft::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.cc .right-ft::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: #5f5d5e;
}
.cc .right-ft::-webkit-scrollbar-track {/*滚动条里面轨道*/
	border-radius: 10px;
	background: #EDEDED;
}
.right-ft .tit{
	font-weight: 600;
	width: 507px;
	float: left;
	margin:10px 6px;
	font-size: 18px;
}
.right-ft .wen{
	width: 507px;
	float: left;
	margin:10px 6px 20px 0;
	font-size: 18px;
}
.right-ft p i{
	font-weight: 600;
}
.qu{
	background-color: #5f5d5e;
	float: left;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50%;
}
.an{
	background-color: #252525;
	float: left;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50%;
}
.fc-box{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	height: 660px;
	position: relative;
}
.fc-slide{
	width: 1080px;
	height: 660px;
}
.fc-slide ul li{
	width: 1080px;
	float: left;
	height: 660px;
}
.back{
	cursor: pointer;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-image: url(images/back.png);
	background-size: cover;
	position: fixed;
	top: 106px;
	right: 32px;
	z-index: 999;
}
.page-box{
	width: 160px;
	height: 260px;
	background-image: url(images/page-bg.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.page-left{
	width: 160px;
	height: 130px;
	position: absolute;
}
.page-right{
	width: 160px;
	height: 130px;
	position: absolute;
	bottom: 0;
}
.foot{
	width: 100%;
	height: 330px;
	background-image: url(images/footer.jpg);
	background-position: center;
}
.foot-box{
	padding-top: 60px;
	width: 1180px;
	height: 160px;
	margin: 0 auto;
}
.cehua{
	margin-left: 15px;
	float: left;
	color: #333;
	font-size: 30px;
	font-weight: 600;
}
.cehua span:nth-child(1){
	color: #ba9f7b;
}
.cehua span:nth-child(2){
	font-size: 18px;
	font-weight: 100;
	
}
.editor{
	margin-left: 80px;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	float: left;
}
.mianze{
	margin-top: 90px;
	width: 1200px;
	height: 90px;
}
.mianze p{
	margin: 16px 20px 0 0;
	float: right;
	height: 90px;
	width:1020px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}