/*导航栏对应页面a标签高亮显示*/
.nav-icon1{
	display: inline-block!important;
}
/*banner部分样式*/
.banner{
	width: 100%;
	min-width: 1200px;
	max-width: 1600px;
	height: 656px;
	/*background: url(../img/index/banner_bg.jpg) center center no-repeat;*/
	background-size: cover;
	margin: 0 auto;
}
.banner-box{
	width: 1204px;
	height: 236px;
	padding-top: 136px;
	margin: 0 auto;
}
.whiteline{
	width: 52px;
	height: 4px;
	background: url(../img/index/banner_whiteline.png) center center no-repeat;
	margin-bottom: 24px
}
.banner-box p{
	font-size: 29px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	margin-bottom: 22px;
}
.banner-box p span{
	font-size: 31px;
	color: #dc231e;
	font-weight: 600;
	margin: 0 17px;
}
.banner-box .three{
	width: 297px;
	color: #333;
	margin-left: 6px;
	margin-bottom: 24px;
}
.banner-box .three img{
	vertical-align: middle;
	margin: 0 16px;
}
/*关于我们aboutus部分样式*/
.aboutus{
	width: 100%;
	min-width: 1200px;
	height: 641px;
	background: url(../img/index/about_bg.jpg) center center no-repeat;
	background-size: cover;
}
.about-top{
	width: 1200px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	top: -70px;
	background: #fff;
	padding-top: 34px;
}
.about-top-box p{
	width: 299px;
	float: left;
	text-align: center;
}
.about-top-box>img{
	float: left;
}
.about-top-box span{
	color: #999;
	font-size: 15px;
	line-height: 30px;
	margin-top: 11px;
}
.about-middle{
	width: 1200px;
	height: 375px;
	text-align: center;
	margin: 0 auto;
}
.about-title{
	color: #333;
	font-size: 23px;
	line-height: 32px;
	margin-bottom: 50px;
}
.about-text{
	font-size: 15px;
	color: #333;
	margin-bottom: 13px;
}
.about-text span{
	color: #dc251d;
	font-weight: bold;
}
.about-del{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 38px;
}
.go-del{
	display: block;
	width: 131px;
	height: 38px;
	background: #7e7e7e;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
}
.about-bottom{
	width: 1200px;
	height: 240px;
	margin: 0 auto;
	position: relative;
	top: 0;
	background: #fff;
}
.about-bottom div{
	width: 239px;
	height: 173px;
	float: left;
	text-align: center;
	padding-top: 67px;
	border-right: 1px solid #e5e5e5;
}
.about-bottom img{
	display: block;
	margin: 0 auto 12px auto;
}
.about-bottom span{
	color: #666;
	font-size: 15px;
	letter-spacing: 2px;
}
.banner2{
	width: 100%;
	min-width: 1200px;
	max-width: 1600px;
	height: 243px;
	background: url(../img/index/banner2.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
	padding-top: 253px;
}
/*news部分样式*/
.news{
	width: 100%;
	min-width: 1200px;
	height: 745px;
	background: #f7f7f7;
}
.news-wrap{
	width: 1200px;
	height: 790px;
	margin: 0 auto;
	position: relative;
	top: -38px;
	background: #fff;
	text-align: center;
	padding-top: 38px;
}
.news-top p{
	margin-bottom: 34px;
	color: #333;
	font-size: 23px;
	letter-spacing: 1px;
}
.news-btn{
	width: 420px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 33px;
}
.newsbtn{
	width: 118px;
	height: 38px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 38px;
	color: #999;
	font-size: 15px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}
.newsbtn:hover{
	border: 1px solid #013e8e;
	background: #013e8e;
	color: #fff;
}
.newsbtn-bg{
	background: #013e8e;
	color: #fff;
	border: 1px solid #013e8e;
}
.news-content{
	height: 566px;
	width: 1161px;
	padding-left: 39px;
	position: relative;
}
.news-left{
	width: 482px;
	height: 465px;
	background: #f4f4f4;
}
.news-del{
	padding: 20px 41px 0 34px;
	text-align: left;
}
.news-pic{
	width: 482px;
	height: 293px;
	/*background: url(../img/index/news_pic.jpg) center center no-repeat;*/
	background-size: cover; 
}
.news-left .news-title{
	font-size: 17px;
	color: #333;
	margin-bottom: 10px;
	word-wrap:break-word; 
	word-break:break-all;
}
.news-left .news-text{
	width: 400px;
	height: 59px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	word-wrap:break-word; 
	word-break:break-all;
}
.news-left .news-other p{
	padding: 9px 14px 8px 18px;
	float: left;
	font-size: 12px;
	color: #999;
	border: 1px solid #ccc;
}
.news-left .news-other p span{
	font-size: 12px;

}
.news-left .news-other img{
	position: relative;
	top: 7px;
}
.news-right{
	width: 630px;
	height: 465px;
	padding-top: 5px;
	margin-left: 13px;
}
.news-right .newsline{
	width: 630px;
	height: 78px;
	color: #333;
	padding-top: 22px;
	background: #f4f4f4;
	margin-bottom: 20px;
}
.news-right .newsline:hover{
	background: rgba(208,208,208,0.5);
}
.news-right .news-data{
	width: 42px;
	height: 78px;
	text-align: right;
	padding-left:36px;
}
.news-right .news-day{
	font-size: 28px;
}
.news-right .news-month{
	font-size: 12px;
}
.news-right .news-data img{
	position: relative;
	left: 25px;
	top: -53px;
}
.news-right .news-box{
	width: 469px;
	margin-left: 50px;
	text-align: left;
}
.news-right .news-title{
	font-size: 16px;
	height: 23px;
	word-wrap:break-word; 
	word-break:break-all;
}
.news-right .news-text{
	width: 425px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	word-wrap:break-word; 
	word-break:break-all;
}
.news-right .news-box a{
	position: relative;
	top: -39px;
}
.news-readmore{
	background: #da251e;
	position: relative;
	left: 507px;
	top: 35px;
	float: left;
}
/*人才talent部分样式*/
.talent{
	width: 100%;
	min-width: 1200px;
	height: 918px;
	background: url(../img/index/talent_bg.jpg) center center no-repeat;
	background-size: cover;
}
.talent-top{
	width: 340px;
	height: 136px;
	padding-top: 94px;
	text-align: center;
	margin: 0 auto;
}
.talent-name{
	font-size: 23px;
	color: #fff;
	height: 57px;
}
.talent-tra{
	font-size: 18px;
	color: #ccc;
}
.talent-bottom{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.talent-box{
	width: 600px;
	height: 300px;
	background: gray;
}
.talent-box1{
	background: url(../img/index/talent1.jpg) center center no-repeat;
}
.talent-box2{
	background: url(../img/index/talent2.jpg) center center no-repeat;
}
.talent-box3{
	background: url(../img/index/talent3.jpg) center center no-repeat;
}
.talent-box4{
	background: url(../img/index/talent4.jpg) center center no-repeat;
}
.talent-normal{
	width: 537px;
	height: 211px;
	padding: 89px 0 0 64px;
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	text-indent: 99;
    -webkit-transition: all 0.25s top;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.talent-normal img{
	vertical-align: middle;
	position: relative;
	left: 11px;
}
.talent-normal span{
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 3px;
}
.talent-box:hover .talent-normal{
	height: 0;
	width: 0;
	padding: 0;
}
.talent-box:hover .talent-active{
	height: 89px;
	display: block;
	top: 0;
	background: rgba(4,92,181,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8045cb5,endColorstr=#C8045cb5);
}
.talent-active{
	position: relative;
	top: -300px;
	height: 0;
	width: 0;
	display: none;
	width: 502px;
	color: #fff;
	padding: 37px 0 0 23px;
	margin: 89px 0 0 49px;
}
.talent-active p{
	display: inline-block;
	width: 139px;
	height: 55px;
	font-size: 23px;
	font-weight: bold;
	line-height: 32px;
}
.talent-active span{
	display: inline-block;
	height: 55px;
	font-size: 15px;
	line-height: 25px;
}
/*联系我们contact部分样式*/
.contact{
	width: 100%;
	min-width: 1200px;
	height: 418px;
}
.contact-wrap{
	width: 1200px;
	height: 464px;
	margin: 0 auto;
	position: relative;
	top: -44px;
	text-align: center;
	padding-top: 40px;
	background: #fff;
}
.contact-top p{
	margin-bottom: 30px;
	color: #333;
	font-size: 23px;
	letter-spacing: 1px;
}
/*footerbar部分样式*/
.leftbar{
	width: 50%;
	height: 100%;
	background: #da251c;
}
.rightbar{
	width: 50%;
	height: 100%;
	background: #043f8d;
}