﻿html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

a {
	text-decoration: none;
}
h1,h2,p{
	padding: 0;
	margin: 0;
}
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;
}


/*内容区*/
.topp{
	width: 100%;
	height: 5px;
	background: #313131;
	margin: auto;
}
.top {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.top_box {
	position: relative;
	background: #fff;
	padding: 10px 0;
	border-top: 5px solid #009a44;
}

.top img {

	display: block;
	margin: auto;
	width: 96%;
}

.m_gsm{
	width: 90%;
	display: block;
	margin: auto;
}
.m_gsm img{
	display: block;
	margin: auto;
	width: 100%;
}
.m_gsm2{
	float: left;
}
.top h1{
	text-align: center;
	color: #cf0000;
	font-size: 1.5em;
}
.top p{
	color: #737373;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.top em{
	color: #adadad;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-style: normal;
}


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: 20px;
	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: #000;
}

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%;
	text-align: center;
}

#nav-top a {
	width: 22.5%;
	display: inline-block;
	background: #cf0000;
	border-radius: 10%;
	margin: 1rem 0.5% 0px 0.5%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	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 #2f44c3;
	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;
	box-sizing: border-box;
}

#pro-cont dl dt img {
	width: 100%;
	height: 100%;
	border: 0;
height:194px;
}

#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;
	font-size: 14px;
}
.jj_all{
	background: url(../img/app/mjj_bg.jpg)no-repeat top;
	padding: 30px 0 0 0;
}
.jj_all img{
	width: 100%;
}
#about {
	width: 100%;
	margin-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: 26px;
	padding: 0px 20px 20px 20px;
	margin: 0;
	color: #f3f3f3;
	text-align: center;
}

#case {
	width: 100%;
}

#case h2 {
	width: 100px;
	height: 40px;
	font-size: 1.5rem;
	color: #2f44c3;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	border-bottom: solid 2px #2f44c3;
}

#case-cont {
	width: 98%;
	padding: 0px 1%;
	margin-top: 10px;
}

#case-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#case-cont dl dt {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ededed;
	box-sizing: border-box;
}

#case-cont dl dt img {
	width: 100%;
	height: 100%;
	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;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#case-cont dl dd a{
	color: #000;
	font-size: 12px;
}
#tel {
	width: 100%;
	height: 50px;
	background: #2f44c3;
	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%;
	margin-top: 10px;
	text-align: center;
}
#news-tt h2{
	color: #333;
	margin: auto;
	font-size: 1.6em;
	font-weight: 700;
}
#news-tt h2 span{
	color: #009a44;
}
#news-tt p{
	color: #7c7c7c;
}#news-tt p span{
	color: #fd9b00;
	font-size: 18px;
	font-weight: 700;
}
#news-tt h2 img{
	display: block;
	margin: auto;
	width: 100%;
}
#jj_bt h2{
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	width: 320px;
	margin: auto;
}
#jj_bt ol{
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: center;
	color: #d7d7d7;
	margin-top: 6px;
}

#news-tt ol {
	font-size: 24px;
	width: 100%;
	display: block;
	text-align: center;
	color: #cfcfcf;
	text-transform: uppercase;
	font-family: impact;
}

#news-tt span a {
	color: #333;
}

#news-cont {
	width: 98%;
	padding: 0px 1%;
	margin-top: 10px;
}

#news-cont li {
	width: 100%;
	height: 45px;
	background: #009a44;
	margin: 5px 0;
	overflow: hidden;
	border-radius: 4px;
}

#news-cont li a {
	margin-left: 15px;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
}

#news-cont li span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}
#news-tt::after{ content: '';  clear: both; display: block;}
#contact {
	width: 98%;
	text-align: center;
	background: #333;
	padding: 20px 2%;
	margin-bottom: 80px;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#lianxi{
	padding-bottom: 100px;
	text-align: center;
}

#lianxi p{
	line-height: 28px;
	font-size: 16px;
	margin: 0 2%;
}

.nav8{margin: auto;}
.nav8 ul{overflow:hidden;}
.nav8 li{float:left; width: 33.3%; text-align:center;}
.nav8 li a{display:block; padding: 10% 0px;font-size: 1em; color:#fff; border:1px solid #00a147;background: #009a44;}
.nav8 li a:after{content:''; position:absolute; top:0; right:-1px; z-index:9; height:100%; width:0px;  border-left:1px solid #1f77e3;}

.nav9{margin: auto;}
.nav9 ul{overflow:hidden;}
.nav9 li{float:left; width:25%; text-align:center;}
.nav9 li a{display:block; padding:10% 0px;font-size:1em; color:#000; border:1px solid #f2f2f2;}
.nav9 li a:after{content:''; position:absolute; top:0; right:-1px; z-index:9; height:100%; width:0px;  border-left:1px solid #1f77e3;}


#footer {
	position: fixed;
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	min-height: 80px;
	z-index: 9999999;
	bottom: 0;
	display: flex;
	background: #3d3d3d;
}

#footer li {
	width: 25%;
	text-align: center;
	border-right: 1px solid #3a3a3a;
}

#footer li a {
	font-size: 16px;
	color: #fff;
}

#footer li a img {
	display: block;
	margin: 5px auto 0px auto;
}


/*内页*/

.list_tt {
	width: 100%;
	height: 45px;
	margin: 10px auto;
	background: #fd9b00;
}

.list_tt h2 {
	width: 60%;
	font-size: 1rem;
	color: #fff;
	float: left;
	display: block;
	font-weight: normal;
	border-left: 3px solid #fff;
	margin-top: 12px;
	margin-left: 3%;
	padding-left: 10px;
}


/*自定义条数展示与新闻*/

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;
	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;
	font-size: 16px;
}

.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 {
	padding: 0 2% 40px 2%;
	font-size: 16px;
	line-height: 30px;
	background: #fff;
}

.content h1 {
	font-size: 22px;
	text-align: center;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
	line-height: 36px;
	color: #333
}

.content img {
	width: 100%;
}

div.pagelist {
	padding-bottom: 90px;
	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 {
	padding-bottom: 100px;
	margin: 0 2%;
	line-height: 26px;
	font-size: 14px;
}
.about_pg img{
	max-width: 100%;
}

#about a{
	width: 100%;
	height: 40px;
	background: #fd9b00;
	text-align: center;
	display: block;
	line-height: 40px;
	margin: auto;
	color: #fff;
	font-size: 14px;

}

.lei {
	width: 96%;
	margin: 0 auto;
	display: table; 
	margin-top: 10px;
}

.lei a {
	padding: 5px;
	font-size: 14px;
	width: 44%;
	line-height: 22px;
	background: #009a44;
	float: left;
	margin: 1%;
	color: #fff;
	text-align: center;
	border-radius: 35px;
	border: 1px solid #00843a;
}



.fuwu_all{}
.fuwu_all ul li{float: left;height: 120px;width: 48%;margin: 10px 0.7%;position: relative;}
.fuwu_all ul li:hover:before{
	background: rgba(207 , 0 , 0 , .8);
}
.fuwu_all ul li:before{
	content: '';display: block;position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 1;background: rgba(0 , 0 , 0 , .8);transition: all .3s;
}
.fuwu_all ul li a{
	position: relative;display: block;z-index: 2;width: 90%;height: 80%;border: 1px solid rgba(255,255,255,0.5);margin: auto;margin-top: 12px;
}
.fuwu_all ul li h3{padding: 0;margin: 0; font-weight: normal;font-size: 20px;color: #fff;text-align: center;margin-top: 26px;}
.fuwu_all ul li p{text-align: center;font-size: 12px;color: #fff;text-transform: uppercase;}

.fuwu_all ul li:nth-of-type(1){background: url(../img/fw_1.jpg)no-repeat center;}
.fuwu_all ul li:nth-of-type(2){background: url(../img/fw_2.jpg)no-repeat center;}
.fuwu_all ul li:nth-of-type(3){background: url(../img/fw_3.jpg)no-repeat center;}
.fuwu_all ul li:nth-of-type(4){background: url(../img/fw_4.jpg)no-repeat center;}
.fuwu_all ul li:nth-of-type(5){background: url(../img/fw_5.jpg)no-repeat center;}
.fuwu_all ul li:nth-of-type(6){background: url(../img/fw_6.jpg)no-repeat center;}