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;
}

@font-face {
    font-family: "puhuir";
    src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}
@font-face {
    font-family: "TOURINA SSI_0";
    src: url("../fonts/Alibaba-PuHuiTi-Bold.ttf");
}



.clear {
	clear: both;
}

#g_web {
	margin: 0 auto 30px auto;
	max-width: 640px;
	left: 0;
	top: 0;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	background: #fff;
	margin-bottom:4rem;
}


/*内容区*/

.top {
	position: relative;
	width: 100%;
	display: block;
	background: #fff;
	overflow: hidden;
}

.top_box {
	position: relative;
}

.top img {
	margin-left: 10px;
	float: left;
	max-width: 90%;
}

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%;
	-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: 10px;
	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;
	position:relative;
}
#nav-top a:before{
	display:block;
	position:relative;
	content:'';
	height:0;
	padding-bottom:100%;
}
#nav-top a {
	position:relative;
	display:block;
	width: 19%;
	float: left;
	
	border-radius: 10%;
	margin: 1rem 3% 0px 3%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#nav-top a span{
	display:block;
	border-radius:50%;
	position:absolute;
	background: #002673;
	top:0;
	left:0;
	text-align:center;
	width:100%;
	height:100%;
}
#nav-top a img {
	display: block;
	text-align:center;
	padding-left:25%;
	width: 50%;
	margin-top:10%;
}

._pic {
	width: 100%;
	border-bottom: solid 5px #eee;
}

._pic img {
	width: 100%;
	margin-top: 20px;
}

.pro-tt {
	width: 100%;
	margin: 20px auto 0 auto;
	background:url(../images/title-back.png) no-repeat center center;
	padding:10px 0;
}

.pro-tt h2 {
	height: 30px;
	text-align:center;
	line-height: 30px;
	font-size: 1.8rem;
	display: block;
	color:#000000;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

.pro-tt span {
	height: 30px;
	text-align:center;
	display: block;
	line-height: 30px;
	color:#666666;
}


#pro-cont {
	width: 98%;
	padding: 0px 1%;
}

#pro-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}
#pro-cont dl dt:before{
	content:'';
	display:block;
	padding-top:100%;
	height:0;
}
#pro-cont dl dt {
	width: 100%;
	position:relative;
	padding: 0;
	margin: 0;
	background: #ddd;
	border: solid 1px #ddd;
	box-sizing: border-box;
	overflow:hidden;
}

#pro-cont dl dt a {
	display:block;
	width: 100%;
	margin-top:-100%;
	border: 0;
}
#pro-cont dl dt img {
	width: 100%;
	height:100%;
	border: 0;
	max-height:10rem;
}

#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%;
	text-align: center;
}

#about img {
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
	max-width:94%;
}

#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 {
	width: 98%;
	font-family: puhuir;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

#case {
	width: 100%;
}

#case h2 {
	width: 100px;
	height: 40px;
	font-size: 1.5rem;
	color: #007421;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	border-bottom: solid 2px #fd6503;
}

#case-cont {
	width: 98%;
	overflow:hidden;
	padding: 0px 1%;
}

#case-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#case-cont dl dt {
	position:relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ededed;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
#case-cont dl dt a{
	display:block;
}
#case-cont dl dt img {
	width: 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;
}
#case-cont dl dd a{
	color: #000;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#tel {
	width: 100%;
	height: 50px;
	margin:10px 0;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	border-bottom: solid 5px #eee;
}

#tel a {
	color: #333333;
	text-align: left;
}

#tel img {
	height: 60%;
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
}

.tel {
	height: 100%;
}

#news-tt {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
	vertical-align: middle;
}
#news-tt img{
	float: left;
	line-height: 50px;
	vertical-align: middle;
	display:block;
}
#news-tt h2 {
	width: 60%;
	font-weight:900;
	background:url(../img/app/news-icon.png) no-repeat 10px center;
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	color: #333333;
	float: left;
	display: block;
	padding-left:32px;
	margin: 0;
}

#news-tt span {
	width: 30%;
	height: 30px;
	float: left;
	display: block;
	line-height: 50px;
	text-align: right;
}

#news-tt span a {
	color: #333333;
}

#news-cont {
	width: 98%;
	padding: 0px 1% 40px 1%;
}

#news-cont li {
	width: 100%;
	height: 45px;
	border-bottom: solid 1px #ddd;
}

#news-cont li a {
	font-size: 16px;
	line-height: 45px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

#news-cont li span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

#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;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	min-height: 60px;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	display: flex;
	background: #0075c2;
}

#footer li {
	width: 33%;
	text-align: center;
}

#footer li a {
	font-size: 16px;
	color: #fff;
}

#footer li a img {
	display: block;
	margin: 5px auto 0px auto;
	max-width:35px;
}


/*内页*/

.list_tt {
	width: 100%;
	height: 40px;
	margin: 10px auto;
	background: #eeeeee;
}

.list_tt h2 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	border-left: solid 5px #fd6503;
	font-size: 1.2rem;
	color: #333333;
	font-weight: 900;
	float: left;
	display: block;
	margin: 5px 10px;
	padding: 0px 0px 0px 10px;
}


/*自定义条数展示与新闻*/
ul.love{
	padding-bottom:40px;
}
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;
	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 {
	font-size: 16px;
	line-height: 30px;
	padding:0 20px 20px 20px;
	background: #fff;
}

.content h1 {
	text-align: center;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
	margin-left:10px;
}
.content h2 {
	text-align: center;
	color:#666666;
}

.content img {
	width: 100%;
}

div.pagelist {
	padding: 2%;
	height: 40px;
	padding-bottom:60px;
	line-height: 40px;
	font-size: 0.6rem;
	width: 96%;
	color: #000;
	clear: both;
}

div.pagelist a {
	float: left;
	margin-right:10px;
	font-weight:900;
	padding-left: 10px;
	font-size:14px;
	padding-right:10px;
	background:#eeeeee;
	border-radius:10px;
	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;
	display: table;
	margin-top:5px;
}

.lei a {
	width: 31%;
	height: 35px;
	line-height: 35px;
	background: #0075c2;
	float: left;
	margin: 5px 1%;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.showleft{
	display:none !important;
}

h1.title2{
	background-color: #eeeeee;
}

.index-tel{
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
}
.index-tel a{
	display:inline-block;
	background:url(../images/top-tel.jpg) no-repeat left center;
	background-size: auto 20px;
	padding-left:32px;
	font-size: 18px;
	color: #0baa03;
	font-weight: 900;
}


.nextinfo td{
	display: block;
}

.youshi{
	width: 100%;
	margin-top: 50px;
}
.youshi img{
	width: 100%;
}
.i-about{
	margin-top: -24px;
	background-color: #c7f7e7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mskiaa{
	width: 31%; 
	float: left; 
	margin: 5px 1%;
	height: 182px;
}
.mskiaap{
	height: 40px;
	line-height: 40px;
	font-size: 1em; 
	color: #FFFFFF;
	font-family: puhuir; 
	margin-left: 6%;
}
.mskiaas{
	text-align: center;
	width: 31%; 
	float: left; 
	margin: 5px 1%;
	height: auto;
}
.mskiaaw{
	text-align: center;
	width: 47.5%; 
	float: left; 
	margin: 5px 1%;
	height: auto;
}
.mskiaae{
	width: 100%;
	height: 90px;
	border-radius: 10px;
}
