body{
	background: url('../img/bj.png') no-repeat;
	background-size: cover;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
  }
 
  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: #ffffff;
  }
 
  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #BFBFB;
  }
.index_title{
	margin:50px auto 20px;
	text-align: center;
	width:1200px;
}
.index_title h4{
	font-size:50px;
	color:#f9ff9f;
	margin-bottom:20px;
	text-align: center;
	font-weight: 600;
}
.pc_navs{
	width: 1199px;
	background-color:rgba(255,255,255,1.0);
	border-radius: 9px;
	margin:auto;
	padding:23px 0;
}
.pc_navs h4{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #C80000;
	margin:auto;
	padding-top: 20px 0;
}
.pc_navs p{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 29px;
	padding: 0 70px;
	text-indent: 2em;
	padding-top: 10px;
	
}
.pc_content{
	background: url('../img/content_bj.png') no-repeat;
	background-size:cover;
	width:1230px;
	height:726px;
	margin: auto;
	margin-top:8px;
	padding-left: 80px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.pc_content_left{
	width:231px;
}
.pc_content_left .pc_h4{
	font-size: 22px;
	color: #333333;
	line-height: 20px;
	padding-top:50px;
	font-weight: 600;
	 padding-bottom: 30px;
}
.pc_directory{
	/*padding-top: 30px;*/
	
}
.pc_directory h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 24px;
	word-wrap: normal;
}
.pc_directory ul li{
	font-size: 15px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}
.pc_content_right{
	width:906px;
}
.pc_right_common{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 50px 50px 22px;
	
}
.pc_content_right img{
	width: auto;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width:60%;
}
.pc_content_right p{
	font-size: 16px;
	color: #222222;
	line-height: 29px;
	text-indent: 2em;
	padding-bottom: 20px;
	text-align: justify;
}

.pc_active{
	color:#CC0000!important;
}
.pc_common_scroll{
	overflow-y: auto;
    padding-right: 10px;
   max-height: 600px;
}
#pc_content{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 80px;
}
