
h1,h2,h3,h4,h5,h6,a,p,ul li,button,.site-map-title,.footer strong,.copy strong,.copy span,strong,.directory-detail-title a{
	font-family: "微软雅黑";
	color: #000000;
}
.bshare-custom{
	margin: 10px 0;
}
div.case-all,.company{
	margin:35px 0;
}

.nav-route{
	margin-top: 20px;
}

div.kuosi-title{
	margin-bottom: 50px;
	text-align: center;
}

.kuosi-title h2{
	font-size:2.3em;
	
}

.kuosi-title a{
	float: right;
	font-size:1.4em;
	margin-top:-38px;
}
span i.fa-long-arrow-right{
	display: inline-block;
	margin-left: 10px;
	
}
span.case-img{display: block;}
.case-all .case{
	background:rgb(221, 230, 238);
	position: relative;
	margin-top: 90px;
}
.case-banner{
	margin-top: 100px
}
.case .case-image{
	margin-top: -100px;
	height:270px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.nav-route-case{
	margin-top: 110px;
}

.page-page{
	text-align:center;
	margin-bottom: 30px;
}
.page-page button{
	font-size: 1.2em;
	line-height: 2px;
}
.page-page .more:hover,.footer-otherinfo p a:hover{
	color: #fff;
	text-decoration: none;

} 

.case span.case-img img{
	width: 100%;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);  
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.case:hover .case-image img {
	transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    }

.recommend a,.case a:hover,.kuosi-title a:hover,.ex-content a:hover,.main-container p a:hover,.np-row a:hover,ul li a:hover{
	text-decoration: none;
}
.case .case-content{
	margin: 20px 20px 30px 15px;
	max-height: 170px;
	overflow: hidden;
}
.case-content h3{
	font-size:1.4em;
}
.case-content .case-name{
	max-height:140px;
	overflow: hidden;
}



.case-detail p,.nav-route ol li{
	font-size: 1.2em;
	font-family: "微软雅黑";
}



.case-detail p{
	font-size: 1.1em;
	color: #3e3e3e;
}

.case,.case img,span.ex-img img{
	-moz-border-radius:5px ;
	-webkit-border-radius: 5px;
	border-radius:5PX;
}
span.read-more{
	display:block;
	line-height: 30px;
	font-size:1.5em;
	padding: 20px 0;
}

/*detail页面*/
.detail-title h5{
	margin: 20px;
	color:rgb(132, 129, 129);
}
.title-bottom{
	border-bottom: 1px solid #848181;
}
.case-detail-bottom{
	border-bottom: 2px solid #00a2eb;
}
.detail-img,.banner-first{
	text-align: center;
	margin: 30px 0;
}
.detail-img img{
	margin: 0 auto;
}

.detail-content p{
	text-indent: 2em;
	font-size: 1.2em;
	line-height: 35px;
}

.detail-list ul li{
	font-size: 1.3em;
	line-height: 38px;
	list-style-type:disc;
}

.detail-list{
	margin-left:40px;
}



/*case-index页面  exhibition*/

div.ex-image{
	width: 100%;
	/*height: 300px;*/
	overflow: hidden;
}
.ex-name h3,.case-name h3{
	font-size: 1.7em;
}
.ex-image img{
	max-width: 100%;
}


.exhibition-all .ex-box{
	margin-bottom: 40px;
}
.exhibition span.ex-img img{
	 
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
   
}



.exhibition:hover .ex-image img{
	-webkit-transform: translateX(10px);
    transform: translateX(10px);
    -moz-opacity:0.7 ;
    -webkit-opacity: 0.7;
    filter:alpha(opacity=70);/*  IE  */
  	opacity: 0.7;
    }

.exhibition span.ex-img img,.ex-content{
	 padding-top: 10px;
}
   
 
    
div.ex-image-more{
	height: 160px;
	overflow: hidden;
}
    
/*导航三级菜单*/
.nav-hide{
	display: none;
}
.main-nav-third,.main-nav-brand{
	position: absolute;
	left:130px;
	top: 0;	
}

.main-nav-brand ul li a,p.eBottom,div.description{
	text-transform: uppercase;
}

/*sitemap*/
.site-map{

	margin-top: 79px;
}

.site-map-contain{
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	padding: 40px 0 0 20px;
}
.site-map-title{
	font-size: 2.6em;
	color: rgba(40, 40, 40, 0.64);
	margin-bottom: 40px;
}
.site-map-content div{
	width: 340px;
    height: 230px;
}

.site-map-content a{
	font-size: 1.2em;
}
.site-map-content a.site-title{
	font-size: 1.5em;
	font-weight: bold;
}
.site-map-content a.site-title:hover{
	text-decoration: none;
	color: #000;
}

.site-map-content .sl{
	float: left;
}
.site-map-content .sr{
	float: right;
}



/*产品部分新增footer*/
.footer-all{
	    background-color: rgb(239, 239, 239);
}
.line{
	display: block;
	width: 100%;
	height:1px;
	background-color:#ccc;
}

.list ul{
	margin-top: 10px;
}
.list ul li{
	
	padding: 5px 0;
}
.list ul li a,.user-map-title a{
	font-size: 1.1em;
}

.footer strong,.copy strong{
	font-size: 1.3em;
}

.focus img{
	position: absolute;
	left: 110px;
    top: -100px;
	display: inline-block;
	vertical-align: middle;
}

/*-- /新增产品footer*/

/*user-map*/
.loss{
	display: none;
}
.user-map{
	position: relative;
	border: 1px solid #ccc;
	border-top: 2px solid #00a2eb;

}

.user-map-title{
background: #dde6ee;
}
.directory-detail{
	position: relative;
}

.directory-detail{
	margin-top: 15px;
}

.user-map-title a,.user-map-title span,.directory-detail-title span,.directory-detail-title a{
	text-align: center;
	display: inline-block;
	color: #252525;
	font-family: "微软雅黑";
	font-size:16px;
	padding: 8px 10px;
	
}

.directory-detail-title span,.directory-detail-title a{
	font-size: 1em;
	height: 35px;
	overflow: hidden;
	text-transform: uppercase;
}
.directory-detail-title a img{
	margin-top: -6px;
}

.directory-detail-title a:hover img{
	display: none;
}

.directory-detail-title a.directory-brand:hover{
	border: 2px solid #00a2eb;
	color: #03a7f1;
}

.directory-detail-title a:hover{
	color: #03a7f1;
}


.user-map-bg{
	background: #cbcdce;
}


.user-map-title a:hover,.news-summary a:hover,.directory-detail-title a.directory-brand:hover,.directory-detail-title a:hover,.company-detail span a:hover{
	text-decoration: none;
}
.directory-detail-title input{
	vertical-align: top;
	margin: 10px 0 0 5px;
}
.sub_product,.cancel{
	position: absolute;
	left: 45%;
	background: #2C74C0;
	width: 100px;
	padding: 10px;
	font-family: "微软雅黑";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: none;
	color: #fff;

}

/*--/user-map*/


/*product-adv*/
.product-adv{
	margin: 30px 0 60px 0;
}
.product-desc dl dt,.product-desc dl dd{
	font-size: 1.3em;
	color: #00a2eb;
	font-weight: lighter;
	font-family: "微软雅黑";
}
.product-desc dl dt a{
	color: #00a2eb;	
}
.product-desc dl dt a:hover{
	text-decoration: none;
}
.product-desc dl dd{
	font-size: 1.1em;
	line-height: 25px;
	margin-top: 10px;
	color: #000;
}
.product-desc dl dt span{
	font-size: 0.8em;
	color: #ccc;
	padding-left: 10px;
}

map area{
	outline: none;
}

/*--/product-adv*/


/*公司简介*/
.company-detail p,.brand-detail p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
.company-detail span a,.brand-title h4{
	color: #00a2eb;
}
.company-img img{
	cursor: pointer;
	margin-left: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* -- /公司简介*/

/*品牌简介*/
.brand-all{
	margin: 35px 0;
}
/*-- /品牌简介*/
.list-line span,.mobile-nav{
   	 	display: none;
    }
/*首页新闻中心*/
.home-news-list ul li a span{
	font-size: 7px;
	padding-left: 10px;
	color: #615e5e;
}
/*  技术文章*/
.search-results a,.file-list a.file-all{
	display: block;
	width: 100%;
	margin-top: 20px;
}
.search-area{
	padding-bottom: 20px;
}
.search-area input{
	padding: 10px 10px;
	border: 0;
	outline: none;
	border-bottom: 2px solid #00a2eb;
}
.search-area span{
	display: inline-block;
	color: #00a2eb;
	font-size: 1.4em;
	margin-left: -30px;
	
}
.search-form{
	width: 80%;
}
.detail-radio label{
	font-size: 1.1em;
	font-weight: lighter;

}
.search-title{
	position: relative;
}
.tech-content{
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	background: #dde6ee;
	padding: 10px 40px;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tech-content > div{
	max-height: 190px;
	overflow: hidden;
}
.tech-detail span{
	display: inline-block;
	padding-left: 10px;
	font-size: 7px;
	color: #888787;
}
.detail-radio label:hover{
	cursor: pointer;
	text-decoration: underline;
}
.tech-detail a:hover{
	text-decoration: none;
}
.tech-img{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.tech-img img{
	position: absolute;
	display: inline-block;
	margin-left: -30px;
	max-height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


.search-title .tech .tech-title{
	border-bottom: 1px solid #00a2eb;
	
}
.tech-title h3{
	display: inline-block;	
	margin-top: -5px;
}
.pages-cut{
	padding-left: 20%;
}

/*资料下载*/
.file-img img{
	overflow: hidden;
}
.file-list .file{
	height: 100%;
}
.file-content{	
	overflow: hidden;
	margin-top: -30px;
}
.file-content h3{
	font-size: 1.5em;
}
.file-content p,.file-content span{
	color: #888787;
}
.file-content span{
	font-size: 7px;
}
.file-list a.file-all:hover,.file-content a.preview:hover,.file-content a.file-down:hover{
	text-decoration: none;
}
.file-list a.file-all:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.file-list img{
	transition-property: transform;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.4s;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform;   
}
.file-content a.preview,.file-content a.file-down{
	display: inline-block;
	margin: 3px 0 0 15px;
	padding: 5px;
	border: 1px solid #cacaca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.file-content a.preview:hover,.file-content a.file-down:hover{
	border-color: #00a2eb;
	color: #00a2eb;
}


.daZi .Dazi {
	font-size: 30px;
	color: #101010;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family:Microsoft Yahei;
}

.daZi .Xiaozi {
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 40px;
	padding-bottom: 15px;
}




@media screen and (max-width: 1440px) {
	.mod_navigation ul >li.main-nav-item{
		margin-right: 30px;
	}
		.main-nav-item>a{
			font-size: 14.5px;
		}
	.header-func{
		margin-left: 250px;
	}		
	
	
}

@media screen and (max-width: 1200px){
	.header-func{
		margin: 30px 0 0 70px;
	}
}


@media screen and (max-width:1024px) {
	.site-map-contain .sm .sl,.news-summary{
		float: left;
	}
	.site-map-contain .sm .sr{
		float: right;
	}
	.news-all{
		float: none;
	}
}


@media screen and (max-width: 1080px) {
	#main-logo{
		width: 172px;
		margin-right: 0;
	}	
	.mod_navigation ul >li.main-nav-item{
		margin-right: 20px;
	}
	.main-nav-item>a{
			font-size: 13px;
	}
	.header-func{
		margin-left: 240px;
		margin-top: 0;
		
	}	
}

@media(max-width:991px) {
	.company-img img{
		margin-left: 0;
	}
	.tech-all{
		float: none;
		margin: 0;
		
	}
	.search-title{
		margin-top: 20px;
	}
	.product-detail-content,.wrapper{
		width: auto;
	}
	ul.click-detail{
	padding-top: 5px;
	display: none;
}
	.footer .list{
		text-align: center;
		font-weight: lighter;
	}
	.list-s strong{
		line-height: 200%;
	}
	.company-img map,.bg,.mobile-nav,.mod_navigation,.list{
		display: none;
	}
    .footer-otherinfo p{
    	float: left;
    }
    .focus{
    	margin-top: 100px;
    }
    .focus img{
    	top: 10px;
    }
	#main-logo{
		width: 100px;
	}
	#header{
		height: auto;
		border-bottom: none;
		    padding-top: 23px;
	}
	span.case-more,.speed-channel,.list-s ul,.pc-nav{
		display: none;
	}
	
	/*段落文字*/
	.company-detail p,#home-product-show ul li p,.home-news-list li{
		font-size: 1.1em;
	}
	.footer strong,.copy strong,.news-summary h3.ngc-news-content h2,.news-summary h3,.ngc-news-content h2{
		font-size: 1.2em;
	}
	.ngc-news-content h2,.product-list .np-row .title,.product-list .np-row a span,#ngc-photo-list .ngc-photo-list h2,#ngc-tech-list .ngc-tech-list h2
	{
		font-size: 1.5em;
	}
	/*大标题*/
	.daZi .Dazi,.kuosi-title h2,#ngc-news-list .ngc-news-list h2{
	font-size: 1.7em;
	}
	 .focus img,.header-func{
    	margin-top: 0;
    }

	.header-func{
		float: none;
	}
	#home-product-show ul li,#home-product-show ul .mr-0{
		margin-right: 60px;
	}
	.header-func{
		margin-top: -20px;
	}
	
	/*ul.mobile-list li*/
	.list-line span{
		position: relative;
   	 	top: 16px;
   	 	right: 10px;
   	 	font-size: 24px;
   	 	display: block;
    }
    .main-focus{
    margin-top: 55px;
	}
	#home-product-show ul li a,.product-list .np-list .anchor,.product-list .np-list .description,p.eBottom{
		    margin: 0 70px 20px;
	}
   #home-join-product{
   	height: auto;
   }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	div.site-map-content{
		width: 60%;
	}
	div.site-map-content div{
		width: 270px;
		/*height: 290px;*/
	}
	
}
@media(max-width: 767px){
	.site-map-contain{
		width: auto;
		height: auto;
	}
	.site-map-content div{
		height: auto;
	}
	.site-map-content .sl,.site-map-content .sr{
		float: none;
	}
    .focus img{
    	top: -100px;
    }
   
}
@media(max-width: 571px){
	.focus {
    margin-top: 140px;
}
	.focus img{
		position: absolute;
		left: 0;	
		top: -130px;
	}
	p a.gongwang{
	float: left;
	padding-top: 8px;
	}
	#home-product-show ul li a,.product-list .np-list .anchor,.product-list .np-list .description,p.eBottom{
		    margin: 0 70px 20px;
	}
}
@media(max-width: 400px){
	
	.focus img{
		position: absolute;
		left: 0;	
		top: -100px;
	}
	#home-product-show ul li a,.product-list .np-list .anchor,.product-list .np-list .description,p.eBottom{
		    margin: 0 25px 20px;
	}
}
