﻿
/*轮播*/
.carousel {
	display:inline-block;
	float:left;
	position: relative;
	width:30%;
	height:216px;
	overflow:hidden;
	text-align:center;
}
.carousel-indicators {
  display:inline-block;
  position: absolute;
  left:-13%;
  bottom: 10px;
  z-index: 15;
  width:280px;
  text-align: right;
  list-style: none;
  margin-bottom:0;
}
.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #11120d;
  border-radius: 13px;
}
.carousel-indicators .active {
  background-color: #1f6dea;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner .active{
	display:block;
}
.item img{
	width:100%;
	height:216px;
}
/*工作动态*/
.sectionc{
	width:42%;
	height:206px;
	display:inline-block;
	float:left;
	overflow:hidden;
	margin-left:20px;
}
.sectionc p{
	font-size:1em;
	margin:0;
	padding:5px 0px 10px;
}
.sectionc p a{
	color:#cc0001;
}
.sectionc-roll{
	height:36px;
	overflow: hidden;
}
.sectionc-roll p{
	font-size:0.75em;
	color: #434343;
}
.sectionc-cont{
	width:100%;
	margin-top:5px;
	color:#434343;
	font-size:0.75em;
	border-top:2px solid #ebebeb;
}
.sectionc-cont a{
	color:#434343;
}
.sectionc-cont table{
	margin-top:5px;
}
.sectionc-cont table tr td{
	padding:0;
	line-height:23px;
}
.sectionc-cont span{
	padding:0 5px;
}
.sectionc-cont table tr td:nth-child(2){
	width:320px;
}
.sectionc-cont table tr td:last-child{
	padding-right:5px;
	text-align:right;
}
/*通知公告*/
.notice-details{
	width:23%;
	height:216px;
	float:right;
	margin-top:5px;
	border:1px solid #adadad;
}
.notice-details span{
	font-size:0.8em;
	color:#f7eded;
	padding:5px 10px;
	background:#cc0001;
	margin-left:-1px;
}
.notice-details-conter{
	margin:10px 20px 25px;
	width:175px;
	height:180px;
	overflow:hidden;
}
marquee li{
	font-size:0.8em;
	color:#434343;
	margin-bottom:10px;
	list-style:disc !important;
}
marquee li a{
	color:#434343;
}
marquee li a:hover{
	color:#cc0001;
}
.notice-details-conter p{
	font-size:0.9em;
	line-height:26px;
	text-indent:2em;
	color:#434343;
}
/*图片*/
.content-slogan{
	display:inline-block;
	width:960px;
	height:80px;
	margin-top:15px;
	margin-bottom:20px;
	overflow:hidden;
	border:2px solid #cc0001;
	background:url(imagesdevelopment.png) no-repeat;
}
.content-slogan span{
	color:#f8c465;
	font-weight:800;
	font-size:2em;
	line-height:80px;
	padding-left:40px;
}
/*内容详情左边*/
.content-leftside{
	width:30%;
	display:inline-block;
}
.index-leftside-title,
.index-rightside-title{
	width:260px;
	line-height:25px;
	background:url(imagestrapezoid.png) no-repeat;
}
.index-title span a,
.index-rightside-title span a{
	float:right;
	color:#cc0001;
	font-size:0.8em;
	margin-right:10px;
	cursor:pointer;
}
.index-menu{
	margin-bottom:30px;
}
.index-word{
	max-width:130px;
}
.index-word h2{
	margin:0;
	font-size:1em;
	line-height:25px;
	text-align:center;
	letter-spacing:0.1em;
	font-weight:100;
	color:#f7eded;
	padding-top:3px;
}
.index-menu,
.index-navigation{
	width:260px;
	border-top:3px solid #cc0001;
}
.index-menu-img{
	margin:30px 0px;
	height:66px;
	overflow:hidden;
}
.p3 span,
.p1 span{
	letter-spacing:0.45em !important;
}
.p1{
	background:url(imagesp1.png) no-repeat;
}
.p2{
	background:url(imagesp2.png) no-repeat;
}
.p3{
	background:url(imagesp3.png) no-repeat;
}
.p4{
	background:url(imagesp4.png) no-repeat;
}
.index-menu-special{
	width:260px;
	border-top:3px solid #cc0001;
}
.index-menu-special a{
	width:260px;
	line-height:30px;
	display: inline-block;
	margin-top:15px;
	margin-left:10px;
	color:#434343;
}
.index-menu-img span{
	font-family:'微软雅黑';
	font-weight:800;
	line-height:66px;
	font-size:1.4em;
	padding-left:15px;
	letter-spacing:0.1em;
	color:#f8c465;
}
/*内容详情右边边*/
.content-display{
	display:inline-block;
	float:left;
}
.content-display:nth-child(2n){
	float:right;
}
.content-rightside{
	width:68%;
	float:right;
}
.index-rightside-title{
	width:320px;
}
.index-navigation{
	display:inline-block;
	width:320px;
	height:167px;
	font-size:1em;
	color:#434343;
	overflow:hidden;
	margin-bottom:20px;
}
.index-navigation a{
	color:#434343;
}
.index-navigation li{
	width:310px;
	font-size:0.9em;
	padding-left:5px;
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
	border-right:1px solid #f5f5f5;
}
.index-navigation li:first-child{
	margin-top:10px;
}
.index-navigation li:last-child{
	margin-bottom:10px;
}
.index-navigation li:not(:nth-child(2n)){
	border:2px solid #f5f5f5;
	border-bottom:0;
}
.index-navigation li:last-child{
	border-bottom:2px solid #f5f5f5;
}
.index-navigation li:nth-child(2n){
	background:#f5f5f5;
	border-right:4px solid #f5f5f5;
}