html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-x: hidden;
}

a,
li {
	list-style: none;
	text-decoration: none;
	color: #000000;
	border: none;
}
a:hover{
	border: none!important;
}
div {
	/* border: 1px solid black; */

}

input:focus {
	border: none;
}

input {

	background: none;
	outline: none;
	border: none;
}

footer {
	/* height: 50px; */

}

@media screen and (max-width: 1200px) and (min-width:1000px) {
	#nav {
	    float: left;
	    position: relative;
	    top: 64%;
	    left: -8%;
	    z-index: 9999;
	}
}
@media screen and (min-width: 1200px) {
	#ewm{
		
		width: 8%!important;
		    height: 124px;
		    position: relative;
		    top: 5px;
		    left: 5%;
			text-align:center;
			color:#FFF;
	}
	#ewm img{
		width:90px;
		}
#about {
    width: 80% !important;
    border-bottom: 1px solid #4789d4;
    /* position: relative; */
    margin: 0 auto;
    color: #4789d4;
	padding:0 5px;
}

/* 电脑端 */
/* 返回顶部 */
	#reTop{
		width: 60px;
		    height: 60px;
		    position: absolute;
		    top: 80%;
		    left: 93%;
		    background-image: url(../icons/top.png);
		    background-repeat: round;
	}
	#reTop a{
		width: 100%;
		height: 100%;
		display: block;
	}
	#logo {
		width: 15% !important;
		height: 65px !important;
		padding-top: 1px;
		position: relative;
		left: 10%;
		float: left;
		/* padding-top: 1px; */
	}
	#logo>img{
		height:100%;
		}


	/* 顶部 */
	#top {
		/* border: 1px solid black; */
		width: 100%;
		height: 100px;
		background-color: white;
	}

	#logo {

		width: 28%;
		height: 90px;
		left: 10%;
		float: left;
		top: 23%;
	}
#logo>img{
		height:100%;
		}

#serviceTel {
    z-index: 9999;
    padding-top: 10px;
    float: left;
    position: relative;
    left: 47%;
    width: 20%;
    height: 41px;
    top: 11%;
}
#serviceTel>div>span{
	font-family: Arial;color: #d81e06;font-size: 20px;
	}
#serviceTel div span img{
	width:20px;
}

	/* 搜索框 */
	#serviceTel input {
		border: 1px solid #4789D4;
		border-radius: 7px;
		width: 76%;
		
		    position: relative;
		    top: -30px;
		    left: 61%;
			padding:0 60px 0 10px;
		    
	}

	#search {
		width: 100%;
		height: 53px;
		background-color: #00BFFF;
		position: relative;
		top: -26px;
	}



	#search from {
		position: relative;
		left: -3%;
		top: 23px;
	}

	#search input:focus {
		border: 1px solid white;
		box-shadow: 0 0 10px white;
	}

	#search input,.search {
		border: 1px solid white;
		height: 30px;
		width: 230px;
		border-radius: 10px;

	}

	#searchBut {
		    position: relative;
		    left: 43%;
		    /* background-color: #00BFFF; */
		    border: none;
		    top: -31px;
			color:#F00;
	}


	/*鼠标移入鼠标样式改变*/
	#searchBut:hover {

		cursor: pointer;
		;

	}

	/* 导航栏 */
	#nav {
	float: left;
	    position: relative;
	    top: 64%;
	    left: -8%;
	    z-index: 9999;
	}

	#nav a {
		list-style: none;
	}

	#nav ul .nav_item {
		    width: 113px;
		    height: 35px;
		    text-align: center;
		    float: left;
		    border-top: 3px solid #FFFFFF;
		    background-color: #FFFFFF;
		    font-size: 16px;
	}
#nav ul .nav_link{
		background-color: #f4f4f5;
		border-top: 3px solid #337ab7;
	}
	#nav ul .nav_item:hover {
		background-color: #f4f4f5;
		border-top: 3px solid rgb(10,98,198);
	}
	
	/* 导航子级 */
	.nav_Node {
		
		background-color: #f4f4f5;
		height: 0;
		 
		position: absolute;
		top: 100%;
		margin-bottom:30px;
		/* left: -57%; */
		/* height: 200px; */
		transition: height 0.5s;
		text-align: center;
		overflow:hidden;
		
	}

	
	.nav_Node .nodeList{
	    display: none;
	    padding-top: 20px;
	    /* border: 1px solid black; */
	    width: 800px;
	    height: 150px;
	    margin: 0 auto; 
	    text-align: center; 
	}
	/* 导航子节点 */
	.nav_Node .nodeList ul{
		 margin: 0 auto;
		 background:#Ff0000;
		 width:100%;
		}
	.nav_Node .nodeList li{
		float: left;
		margin-right: 1%;
		height: 100%;
		width: 100px;
		text-align: center;
		padding-bottom:20px;
		/* border: 1px solid hotpink; */
	}
	.nav_Node .nodeList li img{
		width: 58px;height:60px;
	}
	.nav_Node .nodeList li a{
		    display: block;
		    width: 100%;
		    height: 100%;
		    position: relative;
		    top: -85px;
	}
	.nav_Node .nodeList li span{
		    font-size: 14px;
		    position: relative;
		    top: 90px;
	}
	/* 轮播·图 */
	#banner {
		width: 100%;
		height:500px;
		overflow:hidden;
	}
 #imgBanner{
	 width: 100%;height: 100%;overflow:hidden;float: left;
 }
 
 #imgBanner img{
	 width: 100%;height: 100%;
 }
 #imgIndex{
	 float: left;
	 width: 100%;
	 position: relative;top: -6%;
 }
 #imgIndex ol{
	 text-align: center;width: 14%;position: relative;left: 46%;
 }
 #imgIndex li{
	 float: left;margin-right: 10px;width: 15px;height: 15px; border: 1px solid white;border-radius: 100%;
 }
 #imgIndex a{
	 width: 100%;height: 100%;display: block;
 }
 /* 轮播图角标点击 */
 .liLink{
	 background-color: #4789D4;
 }
	.left-icon {
		display: none;

	}

	/*  移动端导航*/
	#left_Nav {
		display: none;
	}


	
	.left_icon {
		position: relative;
		left: -20px;
		top: -5px;
	}

	#newIcon {
		position: relative;
		right: -27px;
		top: -9px;
	}

	.icon {
		width: 40px;
		height: auto;
	}

	#img img{
		
		    width: 123%;
		    height: 205px;

	}


	#productList ul li {
		width: 355px;
		height: 460px;
		/* border: 1px solid black; */
		float: left;
		margin-right: 50px;
		box-shadow: 4px 11px 35px -14px rgb(0 0 0 / 50%);
		margin-top: 12px;
	}


	#linkList {
	position: relative;
	    top: 37%;
	    width: 80%;
	    left: -80%;
	    height: 40px;
	    margin: 85px auto;
	    z-index: 999999;
	}

	#linkList div {
		position: relative;
		left: 5%;
		top: -250%;

	}

	#linkList li {
		float: left;
	}
	/* 左侧导航*/
	#newType{
	  width: 100%;
	 
	     
	 }
	#newType button{
		
		 text-align: left;
		 margin:0;
		 padding:5px;
		 line-height:35px;
		 text-align:center;
		
	 }
	#left_lxfs {
	width:100%;
	padding: 0;
	margin-top: 10px;
	margin-bottom:15px;
	
	}
	/* 左侧联系方式 */
	/* #left_lxfs{
		
		       width: 30%;
		     
		       position: relative;
		       left: -12%;
		       top: 33%;
				padding: 0;
	} */
	#left_lxfs img{
		width: 100%;
	}
	#left_lxfs ul{
		margin-top: 5px;
			padding: 0;
	}
	#left_lxfs li{
		font-size: 1vw;
		height:25px;
	}
	.footer{
		display:none;
		}
	/* 版权说明 */
	
		#copyrightInfo {
			width: 100%;
			clear: both;
		
		}
	#buttom_top{
		text-align: center;
		background-color: #494949;
		height: 50px;
	}
	#buttom_top ul {
		margin: 0 auto;
		height: 100%;
	}
	#buttom_top li{
		float: left;
		width: 20%;
		height: 100%;
		color: white;
		line-height: 3;
	}
	#buttom_content{
	     text-align: left;
	     float: left;
	     width: 100%;
		 background:#333;
		 padding-left:40px;
	}
	#buttom_content .buttom_item{
	    width: 20%;
	    float: left;
	}
	#buttom_content .buttom_item>ul>li{
		padding-left:65px;
		margin: 5px 0;
		color:#FFF;
	}
	#buttom_content .buttom_item>ul>li>img{
		width:15px;
		margin-right:10px;
	}
	#buttom{
	    background-color: #262626;
	        height: 30px;
			line-height:30px;
	        position: relative;
	        text-align: center;
	        float: left;
	        width: 100%;
			color: white;
	}
	
	#copyrightInfo a {

		color: white;
	}
	a:hover{
		border: none;
	}
/* 顶部小导航 */
	
	#top_nav{
		padding: 0;
		    position: relative;
		   left: 80%;
	    top: 3%;
	    z-index: 9;
		text-align:right;
			   
	}
	#top_nav li{
		float: left;
		    font-size: 11px;
			top: 4%;
	}
}
/* 平板 */
@media screen and (min-width:460px) and (max-width:1200px) {
		#ewm{
		
		width: 8%!important;
		    height: 124px;
		    position: relative;
		    top: 5px;
		    left: 5%;
			text-align:center;
			color:#FFF;
	}
	#ewm img{
		width:90px;
		}
	#left_lxfs{
		display: none;
	}
	#reTop{
		width: 60px;
		    height: 60px;
		    position: absolute;
		    top: 80%;
		    left: 93%;
		    background-image: url(../icons/top.png);
		    background-repeat: round;
	}
	#reTop a{
		width: 100%;
		height: 100%;
		display: block;
	}
	/* 禁止页面左右滑动 */
		html,
		body {
			overflow-x: hidden;
		}
	
		/* 顶部 */
		#top {
			    width: 43%;
			    height: 40px;
			    background-color: white;
		}
	
		#logo {
			width: 100%;
			height: 60px;
			position: relative;
			float: left;
			padding:2px 10px 2px 0px;
		}
		#logo>img{
		height:100%;
		}
	
		#serviceTel {
			    display: none;
			padding-top: 10px;
			float: left;
			position: relative;
			left: 41%;
			width: 273px;
		}
	
		/* 隐藏搜索和客服 */
		#search div:first-child {
			display: none;
		}
	
		/* 导航栏 */
		#nav {
			float: left;
			position: relative;
			top: -3px;
			left: 5%;
			display: none;
			z-index: 9999;
		}
	
		#nav a {
			list-style: none;
		}
	
		#nav ul li {
			width: 100px;
			height: 35px;
			text-align: center;
			float: left;
			border-top: 3px solid #FFFFFF;
			background-color: #FFFFFF;
		}
	
		#nav ul li:hover {
			background-color: #f4f4f5;
			border-top: 3px solid #337ab7;
		}
	
		/* 导航子级 */
		#nav ul li .nav_Node {
			display: none;
			position: relative;
			left: -40%;
	
		}
	
		.nav_Node ul li {
			background-color: #f4f4f5;
			border-top: 3px solid #FFFFFF !important;
		}
	
		#nav ul li:hover .nav_Node {
			display: block;
	
			position: relative;
			left: -40%;
		}
	
	/* 轮播·图 */
		#banner {
			    width: 100%;
			    height: 30%;
				overflow:hidden;
		}
	 #imgBanner{
		 width: 100%;height: 100%;float: left;
	 }
	 
	 #imgBanner img{
		 width: 100%;height: 100%;
	 }
	 #imgIndex{
		float: left;
		    width: 100%;
		    position: relative;
		    top: -12%;
	 }
	 #imgIndex ol{
		float: left;
		    width: 100%;
		    position: relative;
		    left: 40%;
	 }
	 #imgIndex li{
		 float: left;margin-right: 10px;width: 15px;height: 15px; border: 1px solid white;border-radius: 100%;
	 }
	 #imgIndex a{
		 width: 100%;height: 100%;display: block;
	 }
	 /* 轮播图角标点击 */
	 .liLink{
		 background-color: #4789D4;
	 }
	
		/* 角标 */
		.car_index {
	
			position: absolute;
			top: 86%;
	
		}
	
		.left-icon {
			position: absolute;
			    left: 89%;
			    top: 1%;
			    font-size: 29px;
			    float: left;
			    z-index: 9999;
		}
	
		/* 移动端导航 */
		#left_Nav {
		    width: 100%;
		    position: absolute;
		    top: 9%;
		    z-index: 9999;
		    background-color: #FFFFFF;
		    display: none;
		    padding-left: 4%;
		}
	
		#left_Nav ul {
			padding: 0;
		}
	
		#left_Nav ul li {
			height: 30px;
			border-bottom: 1px solid #eee;
			line-height: 2;
			margin-top: 3px;
		}
	
		#left_Nav ul li a {
		/* 	width: 100%;
			display: flex;
			position: relative;
			top: -100px;
			left: 11%;
			float: left; */
		}
	
		#left_Nav ul li i {
			position: relative;
			/* top: -57px; */
			    left: 74%;
		}
	
		/* 搜索框 */
	#model_search{
		    border: 1px solid #4789D4;
		    border-radius: 7px;
	}
	/* 搜索按钮 */
	#model_searchBut{
		    background: #4789D4;
		    border:none;
	}
		
	
		#linkList {
			position: relative;
			top: 39%;
			width: 80%;
			left: -21%;
			height: 40px;
			margin: 0 auto;
			z-index: 999999;
		}
	
		#linkList div {
			position: relative;
			left: 5%;
			top: -250%;
	
		}
	
		#linkList li {
			float: left;
		}
	
	
	/* 版权说明 */
	
		#copyrightInfo {
			background-color:#333;width: 100%;height:200px;
			clear: both;
		}
	#buttom_top{
		text-align: center;
		background-color: #494949;height: 50px;
	}
	#buttom_top ul {
		margin: 0 auto;
		height: 100%;
	}
	#buttom_top li{
		float: left;
		width: 20%;
		height: 100%;
		color: white;
		line-height: 3;
	}
	#buttom_content{
		text-align: center;
	}
	
	#buttom_content .buttom_item{
		width: 20%;
		float: left;
	}
	#buttom_content .buttom_item li{
		margin: 5px 0;
		color:#FFF;
	}
	#buttom_content .buttom_item>ul>li>img{
		width:15px;
		margin-right:10px;
	}
	#buttom{
	        background-color: #262626;
	        height: 30px;
	        position: relative;
	        top: -1%;
	        clear: both;
			text-align: center;
	}
		#copyrightInfo a {
	
			color: white;
		}
	a:hover{
		border: none;
	}
	/* 顶部小导航 */
	
	#top_nav{
		padding: 0;
	}
	#top_nav{
		float: left;
	}
	/* 顶部小导航 */
		
		#top_nav{
			padding: 0;
			padding: 0;
			    position: relative;
			    left: 64%;
		}
		#top_nav li{
			float: left;
			    font-size: 11px;
				top: 4%;
		}
		
		.footer{
		display:none;
		}
}
/* 手机端 */
@media screen and (max-width:460px) {
	#left_lxfs,#reTop{
		display: none;
	}
/*	#reTop{
		width: 52px;
		    height: 52px;
		    position: absolute;
		    top: 80%;
		    left:83%;
		    background-image: url(../icons/top.png);
		    background-repeat: round;
	}
	#reTop a{
		width: 100%;
		height: 100%;
		display: block;
	}*/

	/* 禁止页面左右滑动 */
	html,
	body {
		overflow-x: hidden;
	}

	/* 顶部 */
	#top {
		    width: 100%;
		    height: 40px;
		    background-color: white;
	}

	#logo {
		width: 50%;
		height: 40px;
		position: relative;
		float: left;
	    padding:2px 0px 2px 0px;
	}
	#logo>img{
		height:100%;
		}
	#serviceTel {
		    display: none;
		padding-top: 10px;
		float: left;
		position: relative;
		left: 41%;
		width: 273px;
	}

	/* 隐藏搜索和客服 */
	#search div:first-child {
		display: none;
	}

	/* 导航栏 */
	#nav {
		float: left;
		position: relative;
		top: -3px;
		left: 5%;
		display: none;
		z-index: 9999;
	}

	#nav a {
		list-style: none;
	}

	#nav ul li {
		width: 100px;
		height: 35px;
		text-align: center;
		float: left;
		border-top: 3px solid #FFFFFF;
		background-color: #FFFFFF;
	}

	#nav ul li:hover {
		background-color: #f4f4f5;
		border-top: 3px solid #337ab7;
	}
	
	/* 导航子级 */
	#nav ul li .nav_Node {
		display: none;
		position: relative;
		left: -40%;

	}

	.nav_Node ul li {
		background-color: #f4f4f5;
		border-top: 3px solid #FFFFFF !important;
	}

	#nav ul li:hover .nav_Node {
		display: block;

		position: relative;
		left: -40%;
	}

/* 轮播·图 */
	#banner {
		    width: 100%;
		    height: 25%;
			overflow:hidden;
			
	}
 #imgBanner{
	 width: 100%;height: 100%;float: left;
 }
 
 #imgBanner img{
	 width: 100%;height: 100%;
 }
 #imgIndex{
	float: left;
	    width: 100%;
	    position: relative;
	    top: -12%;
 }
 #imgIndex ol{
	float: left;
	    width: 100%;
	    position: relative;
	    left: 30%;
 }
 #imgIndex li{
	 float: left;margin-right: 10px;width: 15px;height: 15px; border: 1px solid white;border-radius: 100%;
 }
 #imgIndex a{
	 width: 100%;height: 100%;display: block;
 }
 /* 轮播图角标点击 */
 .liLink{
	 background-color: #4789D4;
 }

	/* 角标 */
	.car_index {

		position: absolute;
		top: 86%;

	}

	.left-icon {
		position: relative;
		    left: 39%;
		    top: 16%;
		    font-size: 29px;
		    float: left;
		    z-index: 9999;
	}

	/* 移动端导航 */
	#left_Nav {
	    width: 100%;
	    position: absolute;
	    top:9%;
	    z-index: 9999;
	    background-color: #FFFFFF;
	    display: none;
	    padding-left: 4%;
	}

	#left_Nav ul {
		padding: 0;
	}

	#left_Nav ul li {
		height: 40px;
		border-bottom: 1px solid #eee;
		line-height: 2;
		margin-top: 3px;
	}

	#left_Nav ul li a {
	/* 	width: 100%;
		display: flex;
		position: relative;
		top: -100px;
		left: 11%;
		float: left; */
	}

	#left_Nav ul li i {
		position: relative;
		/* top: -57px; */
		    left: 74%;
	}

	/* 搜索框 */
#model_search{
	    border: 1px solid #4789D4;
	    border-radius: 7px;
		width: 60%;
}
/* 搜索按钮 */
#model_searchBut{
	    background: #4789D4;
	    border:none;
}
	


	

	#linkList {
		position: relative;
		top: -5%;
		width: 80%;
		left: -21%;
		height: 40px;
		margin: 0 auto;
		z-index: 999999;
	}

	#linkList div {
		position: relative;
		left: 5%;
		top: -250%;

	}

	#linkList li {
		float: left;
	}

	/* 版权说明 */
	
	/* 版权说明 */
	body {
            padding-bottom: 50px;
        }
	.footer {
            position: fixed;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 50px;
            background-color: #eee;
            z-index: 9999;
			
        }
		.footer>ul{
			width:100%;
			height: 50px;
			padding:0;
			margin:0;

			padding:1px 0;
			}
		.footer>ul>li{
			width:33.3%;
			float:left;

			}
			.footer>ul>li>a{
				text-decoration:none;
				}
			.footer>ul>li>a>span{
			width:100%;
			color:#797979;
			text-align:center;
			display:block;
			}
			.footer>ul>li>a>span>img{
			width:20px;
			}

		#copyrightInfo {
			display:none;
			background-color:#333;width: 100%;
			clear: both;
			height: 255px!important;
			margin-top: 50%;
		}
	#buttom_top{
		text-align: center;
		background-color: #494949;
		height: 50px;
	}
	#buttom_top ul {
		margin: 0 auto;
		height: 100%;
		    padding: 0;
	}
	#buttom_top li{
		    float: left;
		    width: 25%;
		    height: 100%;
		    color: white;
		    line-height: 3;
	}
	#buttom_content{
    margin-left: -8%;
	}
	#buttom_content .buttom_item{
		width: 25%;
		
		float: left;

	}
	#buttom_content .buttom_item li{
		margin: 5px 0;
		color:#fff;
	}
		#buttom_content .buttom_item>ul>li>img{
		width:15px;
		margin-right:10px;
	}
	#buttom{
	        background-color: #262626;
	        height: 38px;
			line-height:38px;
	        position: relative;
	        top: -1%;
	        clear: both;
			text-align: center;
			font-size: 1px;
			color: white;
	}

	/* #copyrightInfo a {

		color: white;
	} */
	.buttom_item li a{
		color: white;
	}
a:hover{
	border: none;
}
/* 顶部小导航 */
	
	#top_nav{
		padding: 0;
		padding: 0;
		    position: relative;
		    left: 64%;
			display: none;
	}
	#top_nav li{
		float: left;
		    font-size: 11px;
			top: 4%;
	}
	.footer_buttom{
		background: black;position: relative;text-align: center;
	}
		.footer_buttom{
			position: absolute;
			    top: 100%;
				
		}
		#ewm{
		display: none;
		}
}
