* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
small,
div,
li,
a {
	font-family: "Microsoft YaHei" !important;
}

.header {
	height: 150px;
	background: #FFFFFF;
	overflow: hidden;
}

.header .logo {
	width: 436px;
	height: 98px;
	margin-top: 26px;
}

.header .tel {
	width: 300px;
	height: 80px;
	margin-top: 35px;
}

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.nav {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -565px;
	top: 0;
	height: 100%;
	z-index: 999;
}

nav {
	height: 100%;
	background: url(../images/nav.jpg) center top no-repeat;
	background-size: 100%;
	width: 201px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

nav ul {
	margin: 0;
	margin-top: 30px;
}

nav ul li a {
	display: block;
	background: url(../images/tb1.png) left center no-repeat;
	background-size: 26px;
	font-size: 18px;
	line-height: 45px;
	color: #FFFFFF;
	width: 115px;
	text-indent: 35px;
	margin-left: 15px;
}

nav ul li:nth-child(2) a {
	background: url(../images/tb2.png) left center no-repeat;
	background-size: 26px;
}

nav ul li:nth-child(3) a {
	background: url(../images/tb3.png) left center no-repeat;
	background-size: 26px;
}

nav ul li:nth-child(4) a {
	background: url(../images/tb4.png) left center no-repeat;
	background-size: 26px;
}

nav ul li:nth-child(5) a {
	background: url(../images/tb5.png) left center no-repeat;
	background-size: 26px;
}

nav ul li:nth-child(6) a {
	background: url(../images/tb6.png) left center no-repeat;
	background-size: 26px;
}

nav ul li:nth-child(7) a {
	background: url(../images/tb7.png) left center no-repeat;
	background-size: 26px;
}

nav ul li:nth-child(8) a {
	background: url(../images/tb8.png) left center no-repeat;
	background-size: 26px;
}

nav ul a:hover {
	color: #66cd00;
}

.iphone-nav {
	padding: 15px;
}

.iphone-nav .uk-text-right {
	display: block;
	height: 55px;
	line-height: 55px;
}

.product {
	margin-top: 60px;
}

.title {
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

.title h3 {
	width: 346px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #333333;
	border: 1px solid #66cd00;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 28px;
	letter-spacing: 12px;
}

.title span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/down.png) center no-repeat;
	background-size: 100%;
	left: 50%;
	margin-left: -15px;
}

.product-ul {
	text-align: center;
	margin:0;
}

.product-ul li a {
	border-right: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.product-ul li{
	margin-top: 30px;
}

.product-ul li:nth-child(3) a {
	border-right: 0;
}

.product-ul li:nth-child(6) a {
	border-right: 0;
}

.product-ul li a img {
	display: block;
	width: 36%;
	border-radius: 50%;
	margin: 0 auto;
}

.product-ul li a p {
	color: #666666;
	font-size: 24px;
	color: #333333;
	margin-top: 45px;
}

.product-ul li a span {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/right.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.product-ul li a:hover span {
	background: url(../images/right-on.png) no-repeat center;
	background-size: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.tage {
	background: url(../images/pic4.jpg) left top;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 50px;
}

.Tage-title {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 30px;
	margin-top: 50px;
}

.tage-ul li {
	margin-top: 30px;
}

.tage-ul li img {
	width: 130px;
	margin: 0 auto;
	display: block;
}

.tage-ul li h3 {
	color: #66CD00;
	font-size: 24px;
	line-height: 30px;
}

.tage-ul li p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
}

.mend {
	margin-top: 60px;
}

.mend-img {
	height: 220px;
	overflow: hidden;
}

.mend-img img {
	display: block;
	width: 100%;
	min-height: 220px;
}

.mend-potion {
	position: relative;
}

.mend-potion .mend-hover {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 3;
}

.mend ul li {
	overflow: hidden;
	margin-top: 40px;
}

.mend ul li a:hover .mend-potion .mend-hover {
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.mend-img img {
	display: block;
	min-height: 220px;
}

.mend-potion span {
	display: block;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	background: url(../images/pic10.png) center no-repeat;
	bottom: -15px;
	background-size: 100%;
	position: absolute;
	z-index: 5;
	height: 30px;
}

.mend ul li a:hover .mend-potion span {
	background: url(../images/pic11.png) center no-repeat;
	background-size: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.mend ul li p {
	width: 80%;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
	margin-top: 30px;
	padding:0 15px;
	color: #66CD00;
	font-size: 16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 30px;
}

.mend ul li a:hover p {
	background: #66CD00;
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.News {
	background: url(../images/pic12.png) center;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 50px;
}

.News-title {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	background: url(../images/title.png) center no-repeat;
	margin-top: 40px;
}

.News-time {
	width: 58px;
	height: 106px;
	text-align: center;
}

.News-time p {
	width: 58px;
	line-height: 53px;
	height: 53px;
	background: #e4e4e4;
	font-size: 16px;
	font-family: arial !important;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #999999;
}

.News-time h3 {
	margin: 0;
	background: #FFFFFF;
	font-size: 28px;
	font-family: arial !important;
	color: #66CD00;
	height: 53px;
	line-height: 53px;
}

.News ul li {
	margin-top: 45px;
}

.News ul li a {
	padding-right: 45px;
}

.News ul li:nth-child(2) a {
	padding: 0;
	padding-left: 45px;
}

.News ul li:nth-child(4) a {
	padding: 0;
	padding-left: 45px;
}

.News ul li:nth-child(6) a {
	padding: 0;
	padding-left: 45px;
}

.News ul li a {
	position: relative;
}

.News ul li a .News-time {
	position: absolute;
	left: 0;
	top: 0;
}

.News-text {
	padding-left: 75px;
}

.News-text h3 {
	color: #333333;
	font-size: 16px;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.News-text p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin: 0;
}

.News-text small {
	display: block;
	color: #999999;
	font-size: 12px;
	margin: 11px 0;
}

.News ul li a:hover .News-time p {
	background: #66CD00;
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.News ul li a:hover .News-text h3 {
	color: #66CD00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.News-more {
	width: 320px;
	height: 50px;
	background: url(../images/pic14.jpg) center repeat-x;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #999999;
	border: 1px solid #d1d1d1;
	margin: 0 auto;
	margin-top: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.News-more:hover {
	background: #66CD00;
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.Contact{
	margin-top: 40px;
}

.Contact-title {
	margin-left: 300px;
	margin-top: 60px;
}

.Contact-wrap {
	background: #f1f1f1;
	overflow: hidden;
	padding-bottom: 160px;
	position: relative;
	border-radius: 8px;
}

.Contact-wrap img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 60px;
}

.Contact-wrap h3 {
	color: #66CD00;
	font-size: 18px;
	width: 60px;
	border-bottom: 1px solid #66CD00;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
}

.con-text {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom: 5px solid #F1F1F1;
	padding-bottom: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.con-text p {
	width: 80%;
	margin: 0 auto;
}

.Contact-ul li:hover .con-text {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-bottom: 5px solid #66CD00;
}

.con-text img {
	width: 100px !important;
	height: 100px !important;
}

.Contact-ul li {
	margin-top: 50px;
}

.foot {
	background: #333333;
	margin-top: 60px;
	overflow: hidden;
}

.foot-nav {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.foot-nav li {
	width: 135px;
	text-align: center;
	float: left;
	margin-top: 40px;
}

.foot-nav li a {
	display: block;
	border-right: 1px solid #e5e5e5;
	color: #e5e5e5;
	font-size: 14px;
}

.foot-text {
	margin-top: 20px;
	padding-bottom: 40px;
}

.foot-text p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
}

.medium {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #66CD00;
}

.medium a {
	padding: 6px 0;
}

.medium img {
	display: block;
	width: 28px;
	margin: 0 auto;
}

.medium p {
	color: #FFFFFF;
	margin: 0;
	margin-top: 5px;
}

.Q-top {
	width: 710px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.Q-top a {
	display: block;
	width: 112px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #c8c8c8;
	border-radius: 12px;
	color: #2b2b2b;
	font-size: 18px;
	float: left;
	margin-left: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.Q-top a:hover {
	background: #66cd00;
	border: 1px solid #66CD00;
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.Any {
	margin-top: 50px;
}

.Any-wrap h3 {
	font-size: 26px;
	color: #333333;
	line-height: 30px;
	text-indent: 15px;
	border-left: 8px solid #66CD00;
}

.Any-wrap h3 span {
	text-transform: uppercase;
	font-size: 18px;
}

.Any-text p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	margin-top: 10px;
}

.Sol {
	background: url(../images/pic12.png) center;
	overflow: hidden;
	padding-bottom: 70px;
	margin-top: 60px;
}

.Sol-title {
	margin-top: 60px;
}

.Sol-title p {
	margin: 0;
	font-size: 24px;
	color: #9c9c9c;
	line-height: 24px;
}

.Sol-title h3 {
	margin: 0;
	background: url(../images/title3.png) center no-repeat;
	color: #66CD00;
	font-size: 30px;
	line-height: 36px;
	margin-top: 5px;
}

.Sol-title span {
	font-family: "宋体" !important;
	font-size: 20px;
	color: #333333;
	margin-top: 15px;
	display: block;
}

.Sol-ul li {
	margin-top: 45px;
}

.Sol-ul li i {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../images/pic19.png) center no-repeat;
	background-size: 100%;
	margin: 0 auto;
}

.Sol-ul li:nth-child(2) i {
	background: url(../images/pic20.png) center no-repeat;
	background-size: 100%;
}

.Sol-ul li:nth-child(3) i {
	background: url(../images/pic21.png) center no-repeat;
	background-size: 100%;
}

.Sol-ul li:nth-child(4) i {
	background: url(../images/pic22.png) center no-repeat;
	background-size: 100%;
}

.Sol-ul li p {
	text-align: center;
	font-size: 22px;
	color: #66cd00;
	line-height: 26px;
	margin: 0;
	margin-top: 15px;
}

.Ture {
	background: url(../images/pic24.jpg) right top no-repeat;
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 60px;
}

.Ture-title h3 {
	font-size: 26px;
	color: #333333;
	line-height: 30px;
	padding-left: 15px;
	border-left: 8px solid #66CD00;
	margin: 0;
}

.Ture-text {
	background: rgba(243, 243, 243, .79);
	width: 70%;
	padding: 60px 50px;
	margin-top: 40px;
}

.Ture-text p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.Idea {
	background: url(../images/pic12.png) center;
	overflow: hidden;
	margin-top: 60px;
}

.Idea-title {
	font-size: 28px;
	color: #333333;
	line-height: 36px;
	margin-top: 60px;
}

.Idea-ul {
	text-align: center;
	padding-bottom: 70px;
}

.Idea-ul li {
	margin-top: 35px;
}

.Idea-ul li i {
	display: block;
	width: 170px;
	height: 146px;
	background: url(../images/pic25.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto;
}

.Idea-ul li:nth-child(2) i {
	background: url(../images/pic26.png) no-repeat center;
	background-size: 100%;
}

.Idea-ul li:nth-child(3) i {
	background: url(../images/pic27.png) no-repeat center;
	background-size: 100%;
}

.Idea-ul li h3 {
	font-size: 28px;
	color: #66CD00;
	line-height: 36px;
	margin: 10px 0;
}

.Idea-ul li p {
	margin: 0;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
}

.Idea-border {
	border-right: 1px solid #dddddd;
}

.list {
	background: url(../images/title4.png) left top no-repeat;
	min-height: 410px;
	margin-top: 40px;
	overflow: hidden;
	padding-left: 165px;
}

.list-top {
	background: url(../images/line.jpg) left bottom no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.list-top h3 {
	font-size: 30px;
	line-height: 60px;
	color: #333333;
	margin: 0;
	float: left;
}

.list-top h3 span {
	font-size: 22px;
	color: #999999;
}

.list-top p {
	color: #333333;
	font-size: 16px;
	line-height: 60px;
	margin: 0;
	float: right;
}

.list-top p a {
	color: #333333;
}

.list-top p a:hover {
	color: #66CD00;
}

.list-ul {
	margin: 0;
	padding: 0;
}

.list-ul li {
	font-size: 18px;
	color: #333333;
	line-height: 46px;
	overflow: hidden;
	border-bottom: 1px dashed #e3e3e3;
}

.list-ul li a {
	width: 70%;
	float: left;
	background: url(../images/pic28.jpg) left center no-repeat;
	color: #333333;
	text-indent: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.list-ul li a:hover {
	color: #66CD00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.list-ul li:hover span {
	color: #66CD00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.list-ul li span {
	width: 30%;
	display: block;
	text-align: right;
	float: right;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #333333;
}

.Rumb {
	border-bottom: 2px solid #d2d2d2;
}

.Rumb p {
	color: #333333;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	background: url(../images/map.png) left center no-repeat;
	text-indent: 35px;
	margin: 0;
}

.Rumb p a {
	color: #333333;
}

.details-wrap {
	margin-top: 40px;
	border-bottom: 1px dashed #c9c9c9;
	padding-bottom: 40px;
}

.details-title {
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}

.details-title h3 {
	color: #333333;
	font-size: 30px;
	line-height: 46px;
}

.details-title p {
	color: #999999;
	font-size: 14px;
}

.details-text {
	margin-top: 30px;
}

.details-text p{
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	margin-top: 20px;
}

.details-next .uk-width-1-1{
	margin-top: 30px;
}

.details-next .uk-width-1-1 a{
	font-size: 16px;
	color: #333333;
}

.Online-wrap{
	margin-top: 20px;
}

.Online-wrap input{
	height: 48px;
	border: 1px solid #333333;
	color: #333333;
	line-height: 48px;
	width: 99.99%;
	border-radius: 3px;
	font-size: 20px;
	text-indent: 10px;
	outline: none;
}

.Online-wrap textarea{
	width: 97.5%;
	display: block;
	font-size: 20px;
	outline: none;
	padding: 15px;
	border: 1px solid #333333;
	font-family: "微软雅黑";
	border-radius: 3px;
}

.Online-wrap .uk-width-1-1{
	margin-top: 25px;
}

.Onlin-btn{
	background: #66cd00;
	width: 50%;
	height: 58px;
	border: none;
	display: block;
	margin: 0 auto;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 5px;
	border-radius: 5px;
	margin-top: 40px;
}

.map{
	background: #f1ede8;
	padding: 40px 0;
	margin-top: 60px;
}

.map iframe{
	width: 100%;
	height: 500px;
	display: block;
}

.Logy{
	margin-top: 60px;
}

.Logy-title{
}
.Logy-title h3{
	font-size: 48px;
	line-height: 54px;
	letter-spacing: 5px;
}

.Logy-title h3 span{
	color: #66CD00;
}

.Logy-wrap{
	overflow: hidden;
	margin-top: 40px;
}

.Logy-part{
}

.Logy-part h3{
	font-size: #333333;
	font-size: 24px;
	line-height: 30px;
	margin: 10px;
}

.Logy-part p{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #eff2ee;
}

.Logy-margin{
	margin-top:30px;
}

.Ruit{
	margin-top: 20px;
}

.Ruit-top{
	border-bottom: 1px solid #e5e5e5;
}

.Ruit-top h3{
	margin: 0;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
}

.Ruit-wrap{
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin-top: 20px;
	padding: 50px;
}

.Ruit-wrap p{
	font-size: 16px;
	line-height: 26px;
}

.Ant-img{
	padding-top: 40px;
}

.Ant-ul{
	margin: 0;
	padding: 0;
}

.Ant-ul li{
	padding: 50px 0;
}

.Ant-ul li:nth-child(2){
	background: url(../images/pic12.png) center;
	overflow: hidden;
}
.Ant-ul li:nth-child(4){
	background: url(../images/pic12.png) center;
	overflow: hidden;
}

.details-text2 p{
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.Pro-table{
	margin-top: 40px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 0;
	overflow: hidden;
	margin-top: 40px;
}

.Pro-table li{
	margin: 0;
	padding: 0;
	width: 270px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	margin-right: 35px;
	float: left;
}
.Pro-table li a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #66CD00;
	border: 2px solid #66CD00;
	border-radius: 5px;
}

.Pro-table li a:hover{
	background: #66CD00;
	color: #FFFFFF;
}

.Pro-table li.uk-active a{
	background: #66CD00;
	color: #FFFFFF;
}

.Pro-top ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.Pro-top ul li{
	width: 12.5%;
	float: left;
	margin-top:20px;
}

.Pro-top ul li a{
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	height: 38px;
	border: 1px dashed #e5e5e5;
	text-align: center;
	line-height: 38px;
}

.Pro-top ul li.Pro-active a{
	color: #66CD00;
	border: 1px dashed #66CD00;
}

.mend2{
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.product-ul li a {
		border: none;
	}
	product-ul li a img{ 
		height:125px;
	}
	.product-ul li a img {
		width: 80%;
	}
	.product-ul li a span {
		display: none;
	}
	.product-ul li a p {
		font-size: 18px;
		margin-top: 20px;
	}
	.product-ul {
		margin: 20px 0;
	}
	.tage-ul li p {
		text-align: center;
	}
	.tage {
		padding-bottom: 30px;
		margin-top: 0px;
	}
	.tage-ul li img {
		width: 100px;
	}
	.mend-img {
		height: 150px;
		overflow: hidden;
	}
	.mend-img img {
		display: block;
		width: 100%;
		min-height: 150px;
	}
	.mend ul li {
		margin-top: 20px;
	}
	.News ul li a {
		padding: 0 !important;
	}
	.Contact-ul li {
		text-align: center;
	}
	.Contact-title {
		margin: 0;
		margin-top: 30px;
	}
	.Contact-ul li {
		margin-top: 20px;
	}
	.foot {
		margin-top: 30px;
		margin-bottom: 65px;
	}
	.Q-top {
		width: 100%;
		display: none;
	}
	.Any {
		margin-top: 20px;
	}
	.Any-wrap {
		margin-top: 20px;
	}
	.Sol-ul li i {
		width: 100px;
		height: 100px;
	}
	.Ture {
		background: none;
		margin-top: 20px;
	}
	.Ture-text {
		margin-top: 20px;
		padding: 5%;
		width: 90%;
	}
	.Idea {
		margin-top: 0;
	}
	.list {
		background: none;
		padding: 0;
		margin-top: 20px;
	}
	.list-top p {
		display: none;
	}
	.details-next .uk-text-right{
		text-align: left !important;
	}
	.Online-wrap input{
		width: 100%;
	}
	.Online-wrap textarea{
		padding: 5%;
		width: 90%;
	}
	.Onlin-btn{
		width:100%;
	}
	.Logy-wrap{
		background: none;
	}
	.Logy-part{
		padding: 0 !important;
	}
	.Logy-margin{
		margin-top: 20px;
	}
	.Logy-margin2{
		margin-top: 20px;
	}
	.Logy-margin3{
		margin-top: 20px;
	}
	.Logy-margin4{
		margin-top: 20px;
	}
	.Logy-wrap{
		margin-top: 0;
	}
	.Logy{
		margin-top: 20px;
	}
	.Ruit-wrap{
		padding: 25px;
	}
	
	.Pro-table{
		width: 100%;
	}
	
	.Pro-table li{
		width: 33.33%;
		margin: 0;
		height: 40px;
	}
	
	.Pro-table li a{
		width: 80%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
	.Pro-top ul li{
		width: 50%;
	}
}
/*.product-ul li a img{ height:174px;}
*/
.pagination {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	overflow: hidden;
}

.pagination li a {
	display: block;
	background: #eeeeee;
	padding: 5px 10px;
	color: #333333;
}

.pagination li span {
	display: block;
	background: #00AA65;
	padding: 5px 10px;
	color: #FFFFFF;
}

.pagination li {
	float: left;
	margin-right: 10px;
}
