html {
	height: 100%;
	overflow-x: hidden;
}
body {
	background: #ccc;
	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 {
	position: relative;
}
.top img {
	float: left;
}
div#nav {
	position: absolute;
	z-index: 99;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
ul.nav {
	position: fixed;
	z-index: 100;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #bbb;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35%, #ededed), color-stop(50%, #e3e3e3));
}
ul.nav li {
	float: left;
	position: relative;
}
ul.nav li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	display: block;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	border-left: 1px solid #bbb;
}
ul.nav li a img {
	height: 50px;
	paddingtop: 0px 0px 0px 0px;
}
ul.nav ul {
	display: none;
	width: 96%;
	position: absolute;
	left: 1%;
	margin: 0px;
	z-index: 99;
	bottom: -130%;
	border: #ccc 1px solid;
	border-radius: 2.5%;
	background: #E9E9E9;
}
ul.nav ul:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 180;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/mini/1.svg) no-repeat center 0;
	-webkit-background-size: 13% auto;
	bottom: -99%;
}
ul.nav ul li {
	width: 100%;
}
ul.nav ul li a {
	border-left: 0px;
	border-top: 1px solid #e0e0e0;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
}
ul.nav ul li:first-child a {
	border: 0px;
}
#nav2 {
	position: absolute;
	right: 10px;
	z-index: 100;
	top: 20px;
	width: 36px;
	overflow: auto;
	border-radius: 5px;
	opacity: 1;
	float: left;
	border: solid 1px #ccc;
}
ul.nav2 {
	position: fixed;
	left: -70%;
	opacity: 0;
	z-index: 100;
	top: 0px;
	width: 230px;
	height: 100%;
	overflow: auto;
	box-shadow: 0px 0px 16px #999;
	background: rgba(245, 245, 245, .95);
}
ul.nav2 h1 {
	color: #444;
}
ul.nav2 li {
	border-top: 1px solid #aaa;
}
ul.nav2>li:last-child {
	border-bottom: 1px solid #aaa;
}
ul.nav2 li>a {
	font-size: 18px;
	white-space: nowrap;
	background: #eaeaea;
	display: block;
	padding: 3%;
	margin: 1px 0px;
	color: #333;
}
ul.nav2 li>a img {
	height: 36px;
}
ul.nav2 li ul {
}
ul.nav2 li ul li {
}
 ul.nav2 li ul li:list-child {
}
ul.nav2 li ul li a {
	padding-left: 10%;
	color: #333;
	font-size: 16px;
}
/*导航*/

ul.navtab {
	height: 45px;
	border-bottom: solid #eee 1px
}
ul.navtab li {
	width: 33.33%;
	float: left;
}
ul.navtab li a {
	line-height: 45px;
	display: block;
	width: 100%;
	text-align: center;
}
ul.navtab li a:hover, ul.navtab li.hover * {
	color: #ff2e4b;
	background: #f3f3f3;
}
/*菜单连接*/

ul.minmenu li {
	float: left;
	padding: 15px 15px 15px 0px;
}
ul.minmenu a {
	text-decoration: none;
	border: 1px solid #bbb;
	display: block;
	background: #F6F6F6;
	line-height: 30px;
	text-align: center;
	padding: 0px 20px;
	border-radius: 5px;
}
ul.minmenu a:hover {
	background: #fff;
}
ul.minmenu a:active, ul.minmenu li.selectlink a {
	background: #C4005B;
	color: #fff;
	border: 1px solid #C4005B;
	box-shadow: 0px 0px 15px #aaa;
}
/* 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-top {
	width: 100%;
}
#nav-top a {
	width: 21%;
	float: left;
	background: #9c9c9c;
	border-radius: 5%;
	margin: 1rem 2% 0px 2%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 0px;
}
#nav-top 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 #e70012;
	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;
}
#pro-cont dl dd a {
	color: #000;
}
#about {
	width: 100%;
	background: #333;
	margin-top: 20px;
	padding-top: 20px;
}
#about img {
	display: block;
	margin: 0 auto;
}
#about h2 {
	font-size: 1.3rem;
	color: #fff;
	line-height: 70px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#about h2 span {
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
}
#about p {
	font-size: 16px;
	line-height: 30px;
	padding: 0px 20px 20px 20px;
	margin: 0;
	color: #fff;
}
#case {
	width: 100%;
}
#case h2 {
	width: 100px;
	height: 40px;
	font-size: 1.5rem;
	color: #e70012;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	border-bottom: solid 2px #e70012;
}
#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;
}
#case-cont dl dd a {
	color: #333;
}
#tel {
	width: 100%;
	height: 50px;
	background: #e70012;
	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 #e70012;
	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%;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	padding: 5px 0px;
}
#news-cont li a {
	font-size: 12px;
	color: #999;
}
#news-cont li img {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#news-cont li strong a {
	font-size: 16px;
	color: #333;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 30px;
	display: block;
	font-weight: initial;
}
#contact {
	width: 98%;
	text-align: center;
	background: #3f3f3f;
	padding: 20px 2%;
	line-height: 30px;
	margin-bottom: 55px;
	color: #fff;
}
#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	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: #e70012;
}
#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: #e70012;
}
.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;
}
.pic_box {
	display:block;
	padding:0 0 75%;
	position:relative;
}
ul.love li a img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
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;
	font-size: 16px;
}
.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: 16px;
}
.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 16px;
}
.page11 i {
	color: #999;
	font-size: 16px;
	font-weight: normal;
}
.content {
	font-size:1rem;
	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: 0.6rem;
	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%;
	display: block;
	margin: 0 auto;
}
.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;
}
.title2 {
	background: #ddd;
	width: 98%;
	line-height: 35px;
	color: #e70012;
	font-size: 16px;
	margin: 0 auto;
	padding-left: 10px;
	box-sizing: border-box;
	border-left: solid 5px #e70012;
}
pagelist_N {
	width:98%;
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
}
.pagelist_N .prev {
	float:left;
	width:24%;
	height:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #fff;
	background:#eee;
	color:#999;
	font-size:16px;
	border-radius:3px;
}
.pagelist_N .next {
	float:left;
	width:24%;
	height:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #fff;
	background:#ff0a0b;
	color:#fff;
	font-size:16px;
	border-radius:3px;
}
.pagelist_N .prev a {
	color:#999;
}
.pagelist_N .next a {
	color:#fff;
}
.syfl {
	text-align:center;
	zoom:1;
	overflow: hidden;
	padding-top:10px;
}
.syfl a {
	width:48%;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: #fe9a09;
	color: #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:10px;
transition:all .5s ease;
	margin: 3px 1%
}
/*悬浮链接*/
.suspension {
	position:fixed;
	z-index:10000;
	right:10px;
	width:100px;
	height:100px;
	top:40%;
}
.suspension-box {
	position:relative;
	float:right;
}
.show_content2 {
	padding:3% 4%;
	line-height:200%;
	background:#e70012;
	color:#fff
}
.about_border {
	border:2px solid #fff;
	padding:20px;
	color:#fff
}
.about_border h3 {
	font-size:36px;
	font-family:Arial;
	margin:0;
	padding:0;
	text-align:center
}
.company_box {
	line-height:24px;
	height:144px;
	overflow:hidden;
	font-size:14px;
	margin:20px 0
}
.company_box p, .company_box p span {
	font-size:14px
}
.about_border .more {
	text-align:center
}
.about_border .more a {
	color:#fff;
	display:inline-block;
	font-size:12px;
	position:relative;
	padding:0 20px
}
.about_border .more a:before {
	content:"";
	position:absolute;
	left:-70px;
	width:70px;
	background-color:#fff;
	height:1px;
	top:8px
}
.about_border .more a:after {
	content:"";
	position:absolute;
	right:-70px;
	width:70px;
	background-color:#fff;
	height:1px;
	top:8px
}
.msgBoard .msgTop {
margin:.75rem .5rem 0 .5rem;
padding-bottom:.6rem
}
.msgBoard .msgBottom {
	width:96%;
margin:.5rem auto 0 auto
}
.msgBoard .msgBottom .msgBottomTop {
	background:0;
	margin:0;
	width:100%;
	padding-bottom:0
}
.msg_textArea {
	height:5rem;
margin-bottom:.35rem;
	padding-left:2.1rem
}
.msgTop .g_input {
	padding-left:2.1rem
}
.faisco-icons-mail1:before {
	background: url(../images/nav2.png) no-repeat center
}
.faisco-icons-qq1:before {
	background: url(../images/nav2.png) no-repeat center
}
.faisco-icons-call1:before {
	background: url(../images/nav2.png) no-repeat center
}
.faisco-icons-gps1:before {
	background: url(../images/nav2.png) no-repeat center
}
.faisco-icons-message1:before {
	background: url(../images/nav2.png) no-repeat center
}
.g_globalLine {
	position: relative;
	width: 100%;
}
.g_input {
padding-left:.75rem;
	height:2.5rem;
	line-height:normal;
font-size:.7rem;
	background-color:#fff;
	border:1px solid #ccc;
	margin-top:-1px;
	width:100%;
	color:#999;
	font-family:"\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-appearance:none;
	outline:0;
	z-index:1;
	position:relative
}
.g_textArea:focus {
	border-color:#9dbff6;
	color:#333
}
.g_textArea {
text-indent:.25rem;
	height:5rem;
	line-height:1.1rem;
font-size:.7rem;
	font-family:"\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma;
	width:100%;
	border:1px solid #ccc;
	background:#fff;
	-webkit-appearance:none;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-top:-1px;
	outline:0;
	z-index:1;
	position:relative;
	text-indent:0;
padding-top:.6rem;
padding-right:.5rem;
	color:#999
}
.g_textArea:focus {
	border-color:#9dbff6;
	color:#333
}
.g_button {
	background-repeat:no-repeat;
	border:0;
	color:white;
	height:2rem;
	line-height:2rem;
font-size:.8rem;
	font-family:"\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma;
	text-align:center;
margin:.5rem auto;
	padding:0;
	width:100%;
	display:block;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	outline:0
}
.g_button {
	background:gradient(linear, left bottom, left top, color-stop(0.0, #2e2e2e), color-stop(1.0, #c94323));
	background-color:#fbc004
}
