*{
	font-family: arial; 
}
body,div,a,li,ul,ol,dl,img,span,input{
	padding:0px;
	margin:0px;
	list-style:none;
	border:0px;
}
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;
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.after:after{
	content: '';
	display: block;
	clear: both;
}
.mr-0{
	margin-right:0px!important;
}
.this-1200{
	margin: 0 auto;
	width:1200px;
}
/*头部*/
#header{
	position: fixed;
	z-index: 2;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
	border-bottom: 2px solid #b2b2b2;
}
#header .logo a{
	display: table-cell;
	vertical-align: middle;
	height: 92px;
}
#header .xian{
	height: 57px;
	width: 2px;
	background-color: #9f9fa0;
	margin: 0 55px;
	margin-top: 20px;
}
#header .nav .list{
	margin-right: 20px;
}
#header .nav .list li{
	line-height: 92px;
    float: left;
    width: 146px;
    text-align: center;
    transition: background-color 0.5s;
    cursor: pointer;
}
@media screen and (max-width: 1500px){
	#header .nav .list li{
		width: 100px;
	}
}
#header .nav .list li a{
	font-size: 14px;
	color: #fff;
	transition: color 0.5s;
	display: block;
}
#header .nav .list li:hover{
	background-color: rgba(14,113,165,0.6)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#600e71a5,endColorstr=#600e71a5); 
}
.nav-active{
	background-color: rgba(14,113,165,0.6)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#600e71a5,endColorstr=#600e71a5); 
}
#header .nav .search{
	line-height: 92px;
}
#header .nav .search input{
	width: 170px;
	padding:5px 10px;
	background-color: transparent;
	border-radius: 10px;
	border:1px solid #adaeaf;
	outline: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
#header .nav .search input::-webkit-input-placeholder{
	color: #fff;
}
#header .nav .language{
	line-height: 92px;
}
#header .nav .language a{
	display: inline-block;
	line-height: 26px;
	width: 46px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	background-color: #999;
}
#header .nav .language a:first-child{
	margin-right: 10px;
}
.language-active{
	background-color: #0e71a5!important;
}
/*首页*/
html,body{
	height: 100%;
	position: relative;
}
#banner{
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
#banner li{
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*其他页共同部分*/
#main{
	/*padding-bottom: 58px;*/
}
#main>.bg{
	line-height: 400px;
    background-size: cover;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 10px #8e8686;
}
#main>div>.left{
	width: 276px;
	padding-bottom: 40px;

}
#main>div>.left .round-top{
	width: 276px;
	height: 60px;
	background-color: #666;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	margin-top: -30px;
}
#main>div>.left .round-center{
	position: relative;
	z-index: 2;
	height: 44px;
	width: 276px;
	background-image: url('../images/round.jpg');
	background-size: 100%;
}
#main>div>.left .list{
	background-color: #666;
	padding: 0 24px;
	margin-top: -30px;
	padding-bottom: 20px;
}
#main>div>.left .list>p{
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 1px solid #fff;
	text-shadow: 2px 2px 3px #000;
	margin-bottom: 20px;
}
#main>div>.left .list li{
	padding:13px 0;
	border-bottom: 1px dotted #bdbdbd;
}
#main>div>.left .list li span{
	padding: 0 20px;
	color: #fff;
	float: left;
}
#main>div>.left .list li a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	transition: color 0.5s;
	vertical-align: middle;
}
#main>div>.left .list li a:hover{
	color: #03a9f4;
}
#main>div>.left .contact{
	position: relative;
	z-index: 1;
	margin-top: -37px;
	padding-top: 40px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #fff;
	border:2px solid #999;
}
#main>div>.left .contact p{
	color: #666;
	font-size: 12px;
	margin: 20px 0;
}
#main>div>.left .contact .qr-code{
	padding: 0px 40px 20px 40px;
}
#main>div>.right{
	width: 904px;
	margin-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#main>div>.right>.title{
	font-size: 30px;
}
#main>div>.right>.title .link{
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
#main>div>.customers{
	font-size: 30px;
}
#main>div>.customers .list{
	padding: 30px 0;
	font-size: 0;
}
#main>div>.customers .list li{
	float: left;
	margin-right: 10px;
	width: 160px;
	margin-bottom: 10px;
}
/*产品页*/
#main .products{
	padding-top: 24px;
}
#main .products .list li{
	position: relative;
	background-color: #efefef;
	margin-bottom: 18px;
	border-radius: 10px;
	overflow: hidden;
}
#main .products .list li .left{
	font-size: 0;
	width: 440px;
}
#main .products .list li .right{
	margin-left: 35px;
	padding: 25px 0;
	width: 429px;
}
#main .products .list li .right>p{
	margin: 0;
	margin-bottom: 24px;
}
#main .products .list li .right>p:first-child{
	font-size: 28px;
	color: #333;
}
#main .products .list li .right>p:first-child+p{
	font-size: 16px;
	color: #666;
}
#main .products .list li .right .son{
	margin-bottom: 30px;
	margin-top: 60px;
}
#main .products .list li .right .son img{
	margin-right: 2%;
	border:1px solid #ccc;
	transition: border 0.5s;
	width: 30%;
}
#main .products .list li .right .son img:hover{
	border:1px solid #03a9f4;
}
#main .products .list li .right .more{
	display: block;
	position: absolute;
	bottom:20px;
	width: 120px;
	line-height: 40px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	color: #666;
	border-radius: 20px;
	transition: all 0.5s;
}
#main .products .list li .right .order{
	margin-left: 130px;
	width: 160px;
}
#main .products .list li .right .more:hover{
	background-color: #03a9f4;
	color: #fff;
}
/*产品内页*/
#main .products-view{
	padding: 20px 0;
	border-top: 1px solid #f1f2f4;
	margin-top: 20px;
}
#main .products-view .img{
	width: 398px;
	margin: auto;
	font-size: 0;
}
#main .products-view .img a{
	display: table-cell;
	width: 398px;
	height: 398px;
	border:1px solid #f1f2f4;
	vertical-align: middle;
	text-align: center;
}
#main .products-view .menu {
	text-align: center;
}
#main .products-view .menu a{
	display: inline-block;
	width: 170px;
	line-height: 40px;
	background-color: #EFEFEF;
	font-size: 12px;
	text-align: center;
	color: #666;
	border-radius: 20px;
	transition: all 0.5s;
	margin:0 20px;
	transition: all 0.5s;
	border:1px solid #fff;
	margin-bottom: 5px;
}
#main .products-view .menu a:hover{
	border:1px solid #0e71a5;
	background-color: #fff;
}
#main .products-view .img .list{
	margin-top: 10px;
}
#main .products-view .img .list li{
	width:68px;
	height: 68px;
	border:1px solid #f1f2f4; 
	float:left;
	margin-right: 10px;
	cursor: pointer;
}
#main .products-view .img .list li div{
	width:68px;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
}
#main .products-view .img .list li img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pro-view-img-active{
	border:1px solid #002F73!important;
}
#main .products-view .details{
	margin-top: 10px;
	border-top: 1px solid #f1f2f4;
	padding:10px 0;
}
/*设备展示*/
#main .equipment .list{
	font-size: 0;
	    padding-top: 24px;
}
#main .equipment .list li{
	display: inline-block;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .equipment .list li img{
	cursor: pointer;
	border-radius: 10px;
}
#main .equipment .list li p{
	font-size: 14px;
	text-align: center;
}
/*底部*/
#footer{
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 2;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	line-height: 58px;
	font-size: 14px;
	color: #999;
}
#footer p{
	font-size: 14px;
	color: #999;
	margin: 0;
	display: inline-block;
}
#footer a{
	font-size: 14px;
	color: #999;
	margin: 0;
}

/*手机元素*/
#nav-m,.search-m{
	display: none;
}
#header .language-m{
	display: none;
}
/*响应式*/
@media screen and (max-width: 1200px){
	table,td,tr{
		display: inline-block;
		width: 100%;
	}
	.this-1200{
		width: auto;
	}
	/*头部*/
	#header .nav{
		display: none;
	}
	#header .language-m{
		display: block;
		line-height: 50px;
		padding-left: 10px;
		padding-right:10px;
		border-bottom: 1px solid #6b6b6b;
	}
	#header .search-m{
		line-height: 50px;
		margin-left: 10px;
		display: block;
	}
	#header .search-m input{
		width: 170px;
		padding:5px 10px;
		background-color: transparent;
		border-radius: 10px;
		border:1px solid #adaeaf;
		outline: none;
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
	}
	#header .search-m input::-webkit-input-placeholder{
		color: #fff;
	}
	#header .language-m .language{
		line-height: 50px;
	}
	#header .language-m .language a{
		display: inline-block;
		line-height: 26px;
		width: 46px;
		text-align: center;
		border-radius: 3px;
		font-size: 12px;
		color: #fff;
		background-color: #999;
	}
	#header .language-m .language a:first-child{
		margin-right: 10px;
	}
	#nav-m{
		display: block;
	}
	#nav-m{
	    display: block;
	    position: absolute;
	    z-index: 999;
	    width: 100%;
	}
	#header>div:first-child+div{
		position: relative;
		padding: 0px!important;
	}
	#header .logo-p{
		display: none;
	}
	#header .logo a{
		height: 50px;
	}
	#header .logo a img{
		height: 30px;
		vertical-align: middle;
	}
	#header .xian{
		display: none;
	}
	#nav-m .menu{
		position: absolute;
		right: 10px;
		top: 11px;
		width:22px;
		padding: 5px 10px;
		border: 1px solid #fff;
		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: absolute;
		top: 51px;
		/*background-color: #5a5c5e;*/
		background-color: rgba(0,0,0,0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
		display: none;
		width: 100%;
	}
	#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: '微软雅黑';
	}
	/*其他页面共同部分*/
	#main>.bg{
		height: 200px;
		font-size: 0;
	}
	#main>div>.left{
		position: absolute;
		margin-left:-276px; 
		z-index: 1;
	}
	
	#main>div>.right{
		width: 100%;
		margin-left: 0;
		padding-top: 10px;
    	padding-bottom: 10px;
	}
	#main>div>.right .title{
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 40px;
	}
	#main>div>.right .title>span{
		margin-left: 55px;
		font-size: 25px;
	}
	#left-menu{
		position: absolute;
		left: 10px;
		top: 8px;
		width:22px;
		padding: 5px 10px;
		border: 1px solid #5e5e5e;
		border-radius: 3px;
	}
	
	#left-menu span{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #5e5e5e;
	}
	#left-menu span:nth-of-type(3){
		margin-bottom: 0px;
	}
	/*关于我们页面*/
	#main>div>.right .content{
		padding: 10px;
	}
	#main>div>.customers{
		padding-left: 10px;
		padding-right: 10px;
	}
	#main>div>.customers .title{
		font-size: 18px;
	}
	#main>div>.customers .list{
		padding: 10px 0;
	}
	#main>div>.customers .list li{
		width: 30%;
		margin-right: 2%;
	}
	/*产品页*/
	#main .products{
		padding-top: 10px;
	}
	#main .products .list li{
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .products .list li .left{
		float: none;
		text-align: center;
		width: 100%;
	}
	#main .products .list li .left img{
		margin-top: 10px;
	}
	#main .products .list li .right .son img{
		width: 30%;
	}
	#main .products .list li .right{
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#main .products .list li .right .more{
		position: static;
		width: 46%;
		margin-right: 4%;
		display: inline-block;
	}
	#main .products .list li .right .order{
		margin-left: 0px;
		margin-right: 0%;
	}
	/*产品内页*/
	#main .products-view{
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .products-view .img{
		max-width: 100%;
	}
	/*设备页*/
	#main .equipment{
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .equipment .list{
		padding-top: 10px;
	}
	#main .equipment .list li{
		width: 100%;
		text-align: center;
	}
	/*底部*/
	#footer {
	    line-height: 24px;
	    padding:10px 0;
		font-size:12px;
	}
	#footer p{
		font-size:12px;
	}
	#footer a{
		font-size: 12px;
	}
	.my-map{
		width: 100%!important;
	}
}