body,p,div,a,li,ul,ol,dl,img,span,input{
	padding:0px;
	margin:0px;
	list-style:none;
	border:0px;
	font-family: Arial;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul{
	list-style-type: none;
}
html,body{
	height: 100%;
	position: relative;
}
img{
	max-width: 100%;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.after:after{
	content: '';
	display: block;
	clear: both;
}
.clear{
	clear: both;
}
.mr-0{
	margin-right:0px!important;
}
.this-1200{
	margin: 0 auto;
	width:1200px;
}
/*首页开始*/
#header{
	height: 40px;
	line-height: 40px;
	background-color: #000;
	color: #fff;
	position: fixed;
	z-index: 999;
	width: 100%;
}
#header a{
	color: #fff;
}
#header .phone-mail{
	padding-right: 20px;
	border-right: 1px solid #333;
}
#header .phone-mail>p{
	font-size: 14px;
}
#header .phone-mail>p span{
	font-size: 16px;
}
#header .phone-mail i{
	height: 40px;
	line-height: 40px;
	margin:0 15px;
}
#header .language a{
	margin-left: 20px;
	font-size: 12px;
}
#header .language a:first-child{
	display: block;
	background-image: url(../images/en.jpg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center left; 
	padding-left: 40px;
}
#header .language a:first-child+a{
	display: block;
	background-image: url(../images/cn.jpg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center left; 
	padding-left: 40px;
}

#nav{
	position: fixed;
    z-index: 999;
    width: 100%;
}
#nav .nav-box{
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000,endColorstr=#75000000);
}
#nav .left{
	float:left;
}
#nav .left a{
	display: table-cell;
    height: 90px;
    vertical-align: middle;
}
#nav .right{
	float:right;
}
#nav .right .list li{
	float:left;
	height: 90px;
	line-height: 90px;
	margin-right: 25px;
}
#nav .right .list li a{
	color: #bbbbbb;
}
#nav .right .search{
	height: 90px;
	line-height: 90px;
	overflow:hidden;
}
#nav .right .search {
	position: relative;
}
#nav .right .search input[type="text"]{
	width: 190px;
	height: 20px;
	background-color: transparent;
	border:1px solid #ccc;
	padding: 5px 15px;
	border-radius: 20px;
	outline: none;
	color: #ccc;
}
#nav .right .search input[type="submit"]{
	position: absolute;
	width: 40px;
	height: 30px;
	background: url(../images/search_icon.png) no-repeat center;
	background-color: transparent;
	top: 50%;
	cursor: pointer;
	outline: none;
    margin-top: -15px;
    right: -50px;
}
.nav-active a{
	color: #fff!important;
}

#banner{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
#banner li{
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*其他页*/
.banner{
	height: 300px;
	width: 100%;
}
.banner li{
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*其他页公共部分*/
#main>.title{
	text-align: center;
	font-size: 25px;
	line-height: 100px;
	color: #002F73;
	font-weight: bold;
	border-bottom: 1px solid #f1f2f4;
}
/*关于我们*/
.about .content{
	padding: 10px;
}
.about .content p{
	margin: auto;
}
/*产品页*/

.pro .list li{
	width: 260px;
	border:1px dotted #e1e1e1;
	padding: 4px;
	float:left;
	margin-right: 40px;
	margin-top: 36px;
}
.pro .list li>a{
	display: table;
	width: 100%;
}
.pro .list li>a div{
	display: table-cell;
	/*height: 274px;*/
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.pro .list li>a img{
	vertical-align: middle;
	width: 100%;
}
.pro .list li>.title{
	height: 40px;
	width: 100%;
	background-color: #999;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.pro .list li .btn{
	margin-top: 1px;
}
.pro .list li .btn>div{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
	text-align: center;
	transition: background-color 0.5s;
	font-size: 12px;
}
.pro .list li .btn>div:first-child{
	width: 129px;
	border-right:1px solid #ccc;
}
.pro .list li .btn>div:hover{
	background-color: #333;
}
.pro .list li .btn>div a{
	display: block;
}
.pro .list li .btn>div:hover *{
	color: #fff!important;
}
/*产品内页*/
.pro-view .content{
	padding: 20px 0;
}
.pro-view .content .title .img a{
	display: table-cell;
	width: 398px;
	height: 300px;
	border:1px solid #f1f2f4;
	vertical-align: middle;
	text-align: center;
}

.pro-view .content .title .img .list li{
	width:70px;
	height: 70px;
	border:1px solid #f1f2f4; 
	float:left;
	margin-right: 10px;
	cursor: pointer;
	margin-top: 10px;
}
.pro-view .content .title .img .list li div{
	width:70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.pro-view .content .title .img .list li img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pro-view-img-active{
	border:1px solid #002F73!important;
}
.pro-view .content .title .parameter{
	width: 780px;
	margin-left: 20px;
	position: relative;
}
.pro-view .content .title .parameter>div{
	margin-top: 20px;
}
.pro-view .content .title .parameter .inquiry{
	width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #ededed;
    text-align: center;
    transition: background-color 0.5s;
   	cursor: pointer;
	font-size:14px;
	margin-right: 20px;
}
.pro-view .content .title .parameter .inquiry:hover{
	background-color: #333;
	color: #fff!important;
}
.pro-view .content .title .parameter .inquiry a{
	display: block;
}
.pro-view .content .title .parameter .inquiry:hover *{
	color: #fff!important;
}
.pro-view .content .title .parameter .mail{
	width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #ededed;
    text-align: center;
    transition: background-color 0.5s;
   	cursor: pointer;
	font-size:14px;
}
.pro-view .content .title .parameter .mail:hover{
	background-color: #333;
	color: #fff!important;
}
.pro-view .content .title .parameter .mail a{
	display: block;
}
.pro-view .content .title .parameter .mail:hover *{
	color: #fff!important;
}
.pro-view .content .title .parameter p{
	line-height: 30px;
}
.pro-view .content .title .parameter p:first-child{
	font-size: 18px;
	font-weight: bold;
}
.pro-view .content .details{
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #f1f2f4;
}
.pro-view .content .details p{
	margin: auto;
}
/*新闻页*/
.news{
	background-color: #efefef;
}
.news>.title{
	border-bottom: 1px solid #fff!important;
}
.news .list li{
	height: 130px;
	border:2px solid #efefef;
	margin-top: 30px;
	background-color: #fff;
	transition: all 0.3s;
}
.news .list li .time{
	width: 150px;
	background-color: #d8d8d8;
	text-align: center;
	padding: 30px 0;
	height: 72px;
	transition: all 0.3s; 
}
.news .list li .time .day{
	font-size: 40px;
	font-weight: bold;
}
.news .list li .time .year{
	font-size: 20px;
	font-weight: bold;
}
.news .list li .title{
	margin-left: 150px;
	padding: 30px;
	position: relative;
}
.news .list li .title .sjx{
	position: absolute;
	right: 0px;
	top: 0;
	opacity: 0;
	transition:opacity 0.3s;
}
.news .list li .title .sjx p{
	width: 0;
	height: 0;
	border-top: 40px solid #323230;
	border-left: 40px solid transparent;
}
.news .list li .title .sjx i{
	position: absolute;
	top: 6px;
    font-size: 14px;
    right: 5px;
    color: #fff;
}
.news .list li .title p:first-child{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.news .list li .title p:first-child+p{
	font-size: 14px;
	line-height: 20px;
}
.news .list li:hover{
	border:2px solid #323230;
}
.news .list li:hover .time{
	background-color: #323230;
	color: #fff;
}
.news .list li:hover .sjx{
	opacity: 1;
}
/*新闻内页*/
.news-view .content{
	padding: 10px 0;
}
.news-view .content p{
	margin: auto;
}
/*证书*/
.certificate .list{
	padding: 20px 0;
}
.certificate .list li{
	position: relative;
	float:left;
	width: 283px;
	margin-right: 20px;
	font-size: 0;
	margin-top: 20px;
	height: 395px;
	border:1px solid #eee;
}
.certificate .list li img{
	width: 100%;
	height: 100%;
}
.certificate .list li>a{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: opacity 0.5s;
}
.certificate .list li>a .more{
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	margin-top: -32.5px;
}
.certificate .list li>a .more p{
	font-size: 22px;
	color: #fff;
	margin: 0;
}
.certificate .list li>a .more p:first-child+p{
	border:1px solid #fff;
	font-size: 12px;
	padding: 3px 5px;
	width: 75px;
	height: 22px;
	margin: auto;
	margin-top: 20px;
	line-height: 22px;
}
.certificate .list li:hover a{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


.contact .content{
	padding: 50px 0;
}
/*底部*/
#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000,endColorstr=#75000000);
	font-size: 14px;
}
.footer-othe{
	position:relative!important;
}
/*手机版元素*/
#nav-m {
	display: none;
}
#banner-m{
	display: none;
}
/*响应式*/
@media screen and (max-width: 1200px){
	.this-1200{
		width: auto;
	}
	/*导航栏开始*/
	#header {
		display: none;
	}
	#nav{
		display: none;
	}
	/*导航CSS*/
	#placeholder{
		display: none;
		height: 50px!important;
	}
	#nav-m .logo{
		height: 40px;
		margin-top: 5px;
		margin-left: 10px;
		position: absolute;
	}
	#nav-m .logo img{
		max-height: 100%;
	}
	#nav-m {
		display: block;
		width: 100%;
		position: fixed;
		height: 50px;
		background-color: #000;
		opacity: 0.75;
		z-index: 999;
		top: 0;
	}
	#nav-m .menu{
		position: absolute;
		right: 10px;
		top: 11px;
		width:22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #fff;
	}
	#nav-m .menu span:nth-of-type(3){
		margin-bottom: 0px;
	}
	#nav-m .nav-m-list{
		position: relative;
		top: 50px;
		background-color: #333;
		display: none;
	}
	#nav-m .nav-m-list li{
		line-height:40px;
		border-bottom: 1px solid #777;
	}
	#nav-m .nav-m-list li a{
		height: 100%;
		width: 100%;
		display: block;
		padding-left:10px;
		font-size: 14px;
		color: #f1f2f4;
		font-family: '微软雅黑';
	}
	#nav-m .nav-m-list li .more{
		display: block;
		background-image: url(../images/r_arrow.png);
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: 95% center;
	}
	#nav-m .nav-m-list li .nav-list{
		border-top: 1px solid #777;
		background-color: #555;
	}
	#nav-m .nav-m-list li .nav-list{
		display: none;
	}
	#nav-m .nav-m-list li .nav-list .border-bottom-none{
		border-bottom: 0px;
	}
	#nav-m .nav-m-list li.languages a{
		width: 45%;
		display: inline-block;
	}
	#nav-m .nav-m-list li.languages a:first-child{
		border-right: 1px solid #777;
	}
	/*banner*/
	.bx-wrapper{
		margin-top: 0!important;
	}
	#banner-p{
		display: none;
	}
	#banner-m{
		display: block;
	}
	.bx-wrapper .bx-controls-direction a{
		display: none;
	}
	/*产品页*/
	.pro .list{
		padding-left:10px;
		padding-right: 10px;
	}
	.pro .list li{
		width: 96%;
		padding: 2%;
		float:none;
		margin-right:0;
	}
	.pro .list li .btn{
		width: 100%;
	}
	.pro .list li .btn>div{
		width: 50%!important;
		
	}
	.pro .list li .btn>div:first-child+div{
		margin-left: -2px;
		border-left: 1px solid #ccc;
	}
	/*产品内页*/
	.pro-view{
		padding-left:10px;
		padding-right: 10px;
	}
	.pro-view .content .title .parameter{
		width: auto;
		margin-left: 0;
	}
	.pro-view .content .title .img .list li{
		width: 18.4%!important;
		margin-right: 1%!important;
	}
	/*新闻页*/
	.news{
		padding-left:10px;
		padding-right: 10px;
	}
	.news .list li .time{
		width: 100px;
	}
	.news .list li .title{
		padding: 5px 10px;
		margin-left: 100px;
	}
	.news .list li .title p:first-child+p{
		height: 100px;
		overflow:hidden;
	}
	.news .list li .title p:first-child{
		font-size: 12px;
		line-height: 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow:hidden;
	}
	/*新闻内页*/
	.news-view{
		padding-left:10px;
		padding-right: 10px;
	}
	.news-view>.title{
		line-height: 25px!important;
		padding: 10px 0px!important;
	}
	/*证书页*/
	.certificate {
		padding-left:10px;
		padding-right: 10px;
	}
	.certificate .list li{
		width: auto;
		float:none;
		margin: 0;
		margin-bottom: 10px;
	}
	.certificate .list li>a{
		opacity: 1;
	}
	/*联系我们*/
	.contact{
		padding-left:10px;
		padding-right: 10px;
	}
	/*地图*/
	#wrap{
		min-width: auto!important;
	}
	.my-map{
		width: 100%!important;
	}
	/*底部*/
	#footer{
		line-height: 24px;
	}
}