﻿@charset "utf-8";
/* CSS Document */
/*关于我们*/
.ny_banner{
	width:100%;
	min-width:1200px;
	height:460px;
	background:url(../images/ny_banner.png) 50% 0 no-repeat;;
	}
.ny_cenbox{
	width:1200px;
	margin:0 auto;
    margin-top:45px;
	margin-bottom:80px;
	}
/*左边*/
.ny_lft{
	width:280px;
	float:left;
	}
.nylft_tit{
	width:280px;
	height:76px;
	background:#006bc9;
	color:white;
	text-align:center;
	overflow:hidden;
	}
.nylft_tit h2{
	font-size:24px;
	margin-top:13px;
	}
.nylft_tit p{
	font-size:12px;
	text-transform:uppercase;
	margin-top:3px;
	}
.nylft_menu{
	width:276px;
	padding-bottom:15px;
	overflow:hidden;
	border:2px solid #006bc9;
	border-top:none;
	padding-top:7px;
	}
.nylft_menu li{
	width:248px;
	height:36px;
	margin:0 auto;
	margin-top:8px;
	border:1px solid #e0e0e0;
	background:#006bc9;
	}
.nylft_menu li a{
	display:block;
	line-height:36px;
	font-size:16px;
    color:white;
	text-align:center;
	background:url(../images/ny_menu.png) 218px center no-repeat;
	}
.nylft_menu li:hover{
	background:#ff9700;
	}
.nycpzx,.nykhgy{
	width:280px;
	height:94px;
	margin-top:10px;
	}
.nylx_box{
	margin-top:10px;
	width:276px;
	border:2px solid #006bc9;
	border-bottom:none;
	}
.nylx_text{
	width:252px;
	margin:0 auto;
	line-height:28px;
	margin-top:15px;
	margin-bottom:15px;
	}
.nylx_text h2{
	color:#006bc9;
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
	}
.nylx_text p{
	line-height:22px;
	}
/*公司简介*/
.ny_rgt{
	width:890px;
	float:right;
	}
.ny_rgt_tit{
	width:890px;
	height:42px;
	background:#006bc9;
	overflow:hidden;
	}
.ny_rgt_tit h2{
	line-height:42px;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	padding-left:38px;
	float:left;
	width:210px;
	background:url(../images/nyrgt_tit.png) 18px no-repeat;
	}
.ny_rgt_tit p{
	float:right;
	line-height:42px;
	margin-right:10px;
	color:#d6eafc;
	}
.ny_rgt_tit a{
        color:#d6eafc;
	}
.ny_rgt_tit a:hover{
        color:#ffffff;
	}
.nyrgt_nr{
	width:858px;
	margin-top:10px;
	padding:15px 15px 30px 15px;
	border:1px solid #e0e0e0;
	}
.page_abt p{
	font-size:16px;
	text-indent:2em;
	margin:15px 0;
	}
/*产品中心*/
.page_product li{
	width:276px;
	border:1px solid #e0e0e0;
	margin-right:12px;
	float:left;
	margin-bottom:12px;
	transition:all 1s;
	}
.page_product li:hover{
	border:1px solid #00498a;
	}
.page_product li:nth-child(3n){
	margin-right:0;
	}
.page_fangda{
	width:264px;
	height:214px;
	margin:0 auto;
	margin-top:5px;
	overflow:hidden;
	}
.page_product li img{
	display:block;
	width:264px;
	height:214px;
	margin:0 auto;
	transition: all 0.6s;
	}
.page_product li:hover img{
	 transform: scale(1.1); 
	}
.page_product li p{
	text-align:center;
	line-height:46px;
	font-size:16px;
	}	
/*新闻动态*/
.page_new li{
	width:858px;
	height:151px;
	background:#f2f2f2;
	margin-bottom:15px;
	transition:all .5s;
	}	
.pagenew_pt{
	float:left;
	width:170px;
	height:131px;
	margin-top:10px;
	margin-left:10px;
	}
.pagenew_pt img{
	display:block;
	width:170px;
	height:131px;
	}
.pagenew_text{
	width:650px;
	float:right;
	margin-top:30px;
	margin-right:10px;
	}
.pagenew_text h2{
	font-size:16px;
	font-weight:normal;
	transition:all .5s;
	}
.pagenew_text span{
	float:right;
	}
.pagenew_text p{
	font-size:15px;
	line-height:24px;
	margin-top:18px;
	}
.page_new li:hover h2{
    color:#006bc9;
	}
.page_new li:hover{
	background:#ebebeb;
	}	
/*分页*/
.pager{
	width:858px;
	text-align:center;
	margin:60px 0 40px 0;
	}
.pager a{
	margin-right:10px;
	border:1px solid #e0e0e0;
	display: inline-block;
    padding: 8px 11px;
    line-height: 1.0;
    font-size: 16px;
    margin: 0 2px;
    color: #666;
	}
.pager span{
	display: inline-block;
    padding: 9px 12px;
    line-height: 1.0;
    font-size: 16px;
    margin: 0 2px;
	background-color:#006bc9;
	color:white;
	}
/*合作案例*/
.page_case li{
	width:276px;
	background:#ededed;
    margin-right:15px;
	margin-bottom:15px;
	transition:all .5s;
	overflow:hidden;
	float:left;
	}
.page_case li:hover{
	background:#ff9700;	
	}
.page_case li:hover p{
	color:white;	
	}
.page_case li img{
	display:block;
	width:268px;
	height:219px;
	margin:0 auto;
	margin-top:4px;
	}
.page_case li p{
	font-size:16px;
	line-height:46px;
	text-align:center;
	}
.page_case li:nth-child(3n){
	margin-right:0px;
	}	
/*详情页*/
.new_xqy_tit{
	text-align:center;
	border-bottom:1px dotted #cccccc;
	padding-bottom:16px;
	margin-bottom:15px;
    margin-top:15px;
	}
.new_xqy_tit h2{
	margin-bottom:10px;
	font-size:19px;
	color:#006bc9;
	}
.new_xqy_nr p{
	line-height:25px;
	font-size:16px;
	}
.new_xqy_nr img{
	display:block;
	margin:0 auto;
	}
@media (max-width:1200px) {
	.new_xqy_nr img{width:100%;}
}
.syp{
	font-size:14px;
	color:#262626;
	margin-top:28px;
	}
.syp li:hover a{
	color:#ff9700;
	text-decoration:underline;
	}
