/*header*/
.top{
	height: 120px;	
}
.logo{
	width:320px;
	height:54px;
	margin:33px 0;
}
.top_text{
	width: 270px;
	font-size: 16px;
	line-height: 26px;
	margin: 34px 80px;
}
.search{
	width: 217px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 25px;
	background: #a0a0a0;
	margin: 40px 0;
}
.search input[type="text"]{
	width:160px;
	height: 40px;
	padding: 15px;
	color: #fff;
	background: none;
	border: none;
}
.search_btn{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 10px;
	background: url(../img/search_btn.png) center no-repeat;
	border: none;
	cursor: pointer;
}
.header{
	width: 100%;
	height: 40px;
	background: #014099;	
}
.header .home{
	display: block;
	float:left;
	width: 88px;
	height: 40px;
	background: url(../img/home.png) center no-repeat;
}
.nav{
	float: left;
}
.nav li{
	width:198px;
	float: left;
	text-align: center;
	position: relative;
	transition: all .3s ease;
	-ms-transition: all .3 ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav li>a{
	display: block;
	height:40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background: url(../img/nav-l.png) 158px center no-repeat;
	transition: all .3s ease;
	-ms-transition: all .3 ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav li:hover>a,.nav li.active>a{
	background:#00b0ec url(../img/nav-lon.png) 158px center no-repeat;
}
.sub_nav{
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.6);
	border-bottom: rgba(1,64,153,.6) 2px solid;
	padding: 10px 0;
	z-index:2;
	display: none;
}
.sub_nav>a{
	display: block;
	height:44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 16px;
}
/*首页焦点图*/

.fullSlide {
	width: 100%;
	position: relative;
	height:586px;
	background: #000;
	z-index: 1;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 586px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li img {
	width: 1920px;
	height:586px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.fullSlide .bd li a {
	display: block;
	height:586px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom:30px;
	left: 0;
	height: 11px;
	line-height: 11px;
}

.fullSlide .hd ul {
	text-align: center;
	
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width:380px;
	height:2px;
	margin:0 10px;
	background: #fff;
	overflow: hidden;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	height: 4px;
	background: #014099;
}
/*首页内容*/

.title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #014099;
	background: url(../img/title_bg.png) center no-repeat;
}
.title span{
	color: #00b0ec;
}
/*业务范围*/
.yewu-wrap{
	margin-top: 46px;
}
.yewu{
	background: url(../img/yewu.png) top center no-repeat;
	overflow: hidden;
	padding-left:80px;
	margin-top:60px;
	margin-bottom: 80px;
}
.yewu-li li{
	width: 400px;
	height: 180px;
	float:left;
	padding-top: 26px;
}
.yewu-li li:nth-child(2n){
	float: right;
}
.yewu-li li .icons{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
}
.yewu-li li .yewu-info h3{
	font-size: 24px;
	font-weight: bold;
	color: #4a4a4a;
	margin-bottom: 10px;
}
.yewu-info h5{
	line-height: 36px;
	font-size: 16px;
	background: url(../img/dot.png) left center no-repeat;
	padding-left:10px;
}
.yewu-li li:hover .icons img{
	margin-top: -116px;
}

.about-wrap{
	width: 100%;
	height: 514px;
	background: url(../img/about-bg.jpg) center no-repeat;
	padding: 82px 0;
}
.about-con{
	width: 690px;
	height: 350px;
	background: #fff;
	padding:38px 60px;
}
.about-con h3{
	font-size: 24px;
	color: #1a1a1a;
}
.about-con .about-info{
	margin-top: 40px;
	line-height: 36px;
	font-size: 16px;
	max-height: 144px;
	overflow: hidden;
}
.about-con .more{
	display:block;
	font-size: 16px;
	color: #164f9f;
	margin-top: 25px;
	text-decoration: underline;
	background: url(../img/more.png) 72px center no-repeat;
}
.about-img{
	width: 510px;
	height: 350px;
}
/*news*/
.news-wrap{
	margin: 48px auto 58px;
}
.news-list{
	margin-top: 55px;
	overflow: hidden;
}
.news-list li{
	width: 555px;
	float: left;
	overflow: hidden;
}
.news-list li:nth-child(2){
	float: right;
}
.news-list li .news-img{
	width: 220px;
	float: left;
}
.news-text{
	width: 318px;
	float: right;
}
.news-text .time{
	color: #969696;
}
.news-text h4{
	font-size: 16px;
	color: #2a2a2a;
	margin: 10px 0 20px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-text h5{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}
.news-more{
	display: block;
	margin:45px auto 0;
	width: 185px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: #cecece  1px solid;
}
.news-more:hover{
	border-color: #014099;
	color: #014099;
}
.news-list li:hover h4{
	color: #014099;
}
/*footer*/
.bottom{
	width: 100%;
	background: #272727;
	padding: 40px 0 75px;
	color: #fff;
	overflow: hidden;
}
.bottom-left{
	width:322px;
	margin-right: 147px;
}
.bottom-left span{
	display: block;
	text-align: right;
	margin-top: 26px;
	font-size: 16px;
	line-height: 36px;
}
.bottom-left .b-logo{
	display: block;
}
.bottom-nav{
	width: 230px;
	display: block;
}
.bottom-nav h3,.bottom-add h3{
	font-size: 24px;
	position: relative;
	margin-top: 18px;
}
.bottom-nav h3::after,.bottom-add h3::after{
	content: "";
	position: absolute;
	width: 66px;
	height: 2px;
	background: #fff;
	left: 0;
	top: 46px;
}
.bottom-nav span{
	display: block;
	margin-top: 46px;
}
.bottom-nav span>a{
	display: inline-block;
	padding-right: 20px;
	color:#fff;
	font-size: 16px;
	background: url(../img/b-li.jpg) left center no-repeat;
	padding-left: 16px;
	line-height: 30px;
}
.bottom-add{
	width:400px;
	margin-left: 76px;
}
.bottom-add .add-info{
	margin-top: 46px;
	line-height: 30px;
	font-size: 16px;
}
.footer{
	width: 100%;
	height: 70px;
	background: #014099;
}
.copyright{
	height:70px;
	line-height: 70px;
	color:#fff;
	font-size: 16px;
	overflow: hidden;
}
/*产品中心*/
.inside-banner{
	width: 100%;
	height:250px;
	position: relative;
	overflow: hidden;
}
.inside-banner img{
	width: 1920px;
	height: 250px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.tab-box{
	width: 100%;
	height: 60px;
	border-bottom: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
}
.tab_li{
	text-align: center;
}
.tab_li li{
	display: inline-block;
}
.tab_li li>a{
	display: block;
	height: 58px;
	line-height: 58px;
	padding:0 40px;
	font-size: 16px;
}
.tab_li li.active a,.tab_li li:hover a{
	color: #014099;
	font-weight: bold;
	border-bottom: #014099 2px solid;
}
.contain{
	margin:45px auto 80px;
	min-height: 400px;
	overflow: hidden;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
}
.ny_title{
	text-align: center;
}
.ny_title h3{
	font-size: 24px;
	color: #1A1A1A;
}
.ny_title p{
	color: #969696;
	font-size: 14px;
	margin: 12px 0 10px;
}
.ny_title span{
	display: inline-block;
	width: 80px;
	height: 4px;
	background: #c9c9c9;
}
.con{
	margin: 30px auto;
	min-height: 300px;
}
/*右侧内容*/

/*分页*/
.pager{
	text-align: center;
	margin:20px 0 100px;
}
.pager span{
	display: inline-block;
	margin: 0 8px;
	height: 25px;
}
.pager span a{
	padding: 0 9px;
	display: inline-block;
	color: #262932;
	background: #c9c9c9;
	line-height: 25px;
	text-align: center;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pager span:last-child a,.pager span:first-child a{
	background: none;
	color: #777;
}
.pager span:hover a,.pager span .active{
	color: #fff;
	background: #71c3f0;
}
/*news*/
.news-contain li{
	height: 38px;
	line-height: 38px;
	border-bottom: #ccc 1px dotted;
	background: url(../img/dt.jpg) left center no-repeat;
	padding-left:20px;
}
.news-contain li a{
	line-height: 38px;
	height: 38px;
	width: 600px;
	overflow: hidden;
}
.news-contain li:hover a{
	color: #014099;
}
h1.newstitle{
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.news_message{
	text-align: center;
	margin: 10px 0 20px;
}

