html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

a {
	text-decoration: none;
}

ul,
li,
ol,
dl,
dt,
dd {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

#g_web {
	margin: 0 auto;
	max-width: 640px;
	left: 0;
	top: 0;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	background: #fff;
}


/*内容区*/

.top {
	position: relative;
	width: 100%;
	display: block;
	background: #fff;
	overflow: hidden;
}

.top_box {}

.top img {
	margin: 10px;
	float: left;
}

.top i {
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 20px;
}

.top2:before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	width: 20px;
	height: 5px;
	border-bottom: solid 2px #555;
	
}

.top2:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	width: 20px;
	height: 5px;
	border-top: 2px solid #555;
	border-bottom: solid 2px #555;
}

.top2:hover {
	border: 0;
}

.top1:before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	width: 20px;
	height: 5px;
	border-bottom: solid 2px #555;
	transform: rotate(45deg);
}

.top1:after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	width: 20px;
	height: 5px;
	border-bottom: solid 2px #555;
	transform: rotate(135deg);
}

._xianav {
	width: 300px;
	height: 800px;
	background: #0662c6;
	position: absolute;
	z-index: 99999;
	top: 80px;
	right: -300px;
}

._xianav a {
	width: 230px;
	display: block;
	border-bottom: solid 1px #5fa3ec;
	line-height: 45px;
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	background: url(../img/app/a1.png) 220px center no-repeat;
}


/* swipe */

.swipe {
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.swipe ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}

.swipe #pagenavi {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.swipe #pagenavi a {
	width: 10px;
	height: 10px;
	line-height: 99em;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.swipe #pagenavi a.active {
	background: #C80002;
}

#nav {
	width: 100%;
}

#nav a {
	width: 19%;
	float: left;
	background: #9c9c9c;
	border-radius: 10%;
	margin: 1rem 3% 0px 3%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 0px;
}

#nav a img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

._pic {
	width: 100%;
	border-bottom: solid 5px #eee;
}

._pic img {
	width: 100%;
	margin-top: 20px;
}

#pro-tt {
	width: 100%;
	height: 30px;
	margin: 10px auto;
}

#pro-tt h2 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	border-left: solid 5px #0058c5;
	font-size: 1.2rem;
	color: #333;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#pro-tt span {
	width: 30%;
	height: 30px;
	float: left;
	display: block;
	line-height: 30px;
	text-align: right;
}

#pro-tt span a {
	color: #333;
}

#pro-cont {
	width: 98%;
	padding: 0px 1%;
}

#pro-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#pro-cont dl dt {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ddd;
	border: solid 1px #ddd;
	box-sizing: border-box;
}

#pro-cont dl dt img {
	width: 100%;
	height: 6rem;
	border: 0;
}

#pro-cont dl dd {
	width: 100%;
	height: 1.5rem;
	background: #ddd;
	text-align: center;
	line-height: 1.3rem;
	color: #333;
	padding: 0;
	margin: 0;
}

#about {
	width: 100%;
	background: #EEE;
	margin-top: 20px;
	padding-top: 20px;
}

#about img {
	display: block;
	margin: 0 auto;
}

#about h2 {
	font-size: 1.3rem;
	color: #065ece;
	line-height: 70px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#about h2 span {
	font-size: 1rem;
	color: #666;
	font-weight: normal;
}

#about p {
	font-size: 16px;
	line-height: 30px;
	padding: 0px 20px 20px 20px;
	margin: 0;
}

#case {
	width: 100%;
}

#case h2 {
	width: 100px;
	height: 40px;
	font-size: 1.5rem;
	color: #0058c5;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	border-bottom: solid 2px #0058c5;
}

#case-cont {
	width: 98%;
	padding: 0px 1%;
}

#case-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
	
}

#case-cont dl dt {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ededed;
	border: solid 1px #ddd;
	box-sizing: border-box;
}

#case-cont dl dt img {
	width: 100%;
	height: 6rem;
	border: 0;
}

#case-cont dl dd {
	width: 100%;
	height: 1.5rem;
	background: #ededed;
	text-align: center;
	line-height: 1.3rem;
	color: #333;
	padding: 0;
	margin: 0;
}

#tel {
	width: 100%;
	height: 50px;
	background: #dd0000;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	border-bottom: solid 5px #eee;
}

#tel a {
	color: #fff;
	text-align: left;
}

#tel img {
	height: 60%;
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
}

.tel {
	height: 100%;
}

#news-tt {
	width: 100%;
	height: 30px;
	margin-top: 10px;
}

#news-tt h2 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	border-left: solid 5px #0058c5;
	font-size: 1.2rem;
	color: #333;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#news-tt span {
	width: 30%;
	height: 30px;
	float: left;
	display: block;
	line-height: 30px;
	text-align: right;
}

#news-tt span a {
	color: #333;
}

#news-cont {
	width: 98%;
	padding: 0px 1%;
}

#news-cont li {
	width: 100%;
	height: 45px;
	border-bottom: solid 1px #ddd;
}

#news-cont li a {
	font-size: 16px;
	line-height: 45px;
	color: #666;
}

#news-cont li span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

#contact {
	width: 98%;
	text-align: center;
	background: #f3f3f3;
	padding: 20px 2%;
	margin-bottom: 80px;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 0;
	margin: 0;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	min-height: 80px;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	display: flex;
	background:#0058c5;
}

#footer li {
	width: 25%;
	text-align: center;
}

#footer li a {
	font-size: 16px;
	color: #fff;
}

#footer li a img {
	display: block;
	margin: 5px auto 0px auto;
}


/*内页*/

.list_tt {
	width: 100%;
	height: 40px;
	margin: 10px auto;
	background: #123fa4;
}

.list_tt h2 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	border-left: solid 5px #fff;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	float: left;
	display: block;
	margin: 5px 10px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}


/*自定义条数展示与新闻*/

ul.love li {
	width: 50%;
	padding: 0px 0px;
	float: left;
	color: #666;
}

ul.love li a {
	display: block;
	color: #666;
	padding: 10px;
}

ul.love li a:hover {
	color: #FF0000;
}

ul.love li a img:hover {
	box-shadow: 0px 0px 15px #aaa;
}

ul.love li a img {
	width: 100%;
	border-radius: 5px;
	width: 100%;
	height: 150px;
	border: solid 1px #ddd;
}

ul.love ol {
	padding: 0px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 1rem;
}

ul.lovelist li {
	width: 100%;
	float: left;
	background: #fafafa;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	border-radius: 5px;
	
}

ul.lovelist li a {
	padding-left: 10px;
}

ul.lovelist li:hover {
	background: #ebebeb;
}

.page22 {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 100%;
	height: 40px;
	text-align: center;
	border: solid 1px #ddd;
	margin:10px auto; 
}
.page22 li a{ color:#0059cf; text-decoration:none; font-size:1rem;}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 16px;
	font-weight: normal;
}
.content{ font-size: 16px; line-height:30px; padding:20px; background:#fff;}
.content h1{ text-align:center; 
border-bottom: dashed 1px #ccc;
padding-bottom: 10px;
}
.content img{
	width: 100%;
}
div.pagelist {padding:2%;height:40px; line-height:40px; font-size:1rem; width:96%; color:#000; clear: both;}
div.pagelist a{float:left;padding-left:5px; color:#000;}
div.pagelist select{float:right; width:100px;}

.about_pg{ font-size:1rem; padding:10px;line-height:30px;}
.about_pg img{
	max-width: 100%;
}
.lei{
	width: 96%;
	margin: 0 auto;
}
.lei a{
	width: 31%;
	height: 35px;
	line-height: 35px;
	background: #ddd;
	float: left;
	margin: 5px 1%;
	color: #000;
	text-align: center;
	border-radius: 5px;
}
