html {height: 100%;overflow-x: hidden;}
body {margin: 0;padding: 0;font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
a {text-decoration: none;}
ul,li,ol,dl,dt,dd {list-style-type: none;padding: 0;margin: 0;}
.clear {clear: both;}
.fl{ float: left;}
.fr{ float: right;}
.clearfix::after{ content: ""; display: block; height: 0 ; clear: both; visibility: hidden;}
#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%;
	/* height: 60px; */
	display: block;
	/*background: #F5F5F5;*/
	border-bottom: #fff 1px solid;
	overflow: hidden;
}
.top_box {
	position: relative;
}

.top img {
	margin:10px 18px;
	float: left;
	max-width: 45%;
}

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: .2em;
	z-index: 100;
	top: .5em;
	width: 2em;
	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: 240px;
	height: 100%;
	overflow: auto;
	box-shadow: 0px 0px 16px #999;
	background: rgba(0,0,0,.65);
}
ul.nav2 h1 {color: #FFF;}
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: #fff;
}
ul.nav2 li>a img {height: 36px;}
ul.nav2 li ul li a {
	padding-left: 10%;
	color: #fff;
	font-size: 14px;
}


/*导航*/

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 */
#slider a li img{
	/*height: 25vh;*/
}

.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: 33.3%;
    float: left;
    background:#ff9d26;
    /* background: #0094de; */
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 9px 0px;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    box-sizing: border-box;
}

#nav-top a img {
	display: inline-block;
    vertical-align: middle;
	width: 16%;
    margin-right:0.6em;
}
._pic {
	width: 100%;
	border-bottom: solid 5px #eee;
}
._pic img {
	width: 100%;
	margin-top: 20px;
}


.cp_mini{
	border-top: #F3F3F3 12px solid;
}
#pro-tt {width: 100%;}

#pro-tt h2 {
	width: 60%;
	height: 40px;
	line-height: 40px;
	border-left: solid 5px #6db92c;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

/*#pro-tt span,.bt span {
	width: 100%;
	height: 1.15em;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 1.55rem;
}*/

#pro-tt span a {color: #fff;}

#pro-cont {
	width: 98%;
	padding: 0px 1%;
}

#pro-cont li {
	width: 48%;
	float: left;
	margin: 5px 1%;
	
	overflow: hidden;
}
#pro-cont li a{
	display: block;
	width: 100%;
	height: 100%;
}
#pro-cont li>div {
	width: 100%;
	overflow:hidden;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#pro-cont li img {
	width: 100%;
	border: 0;
	border:#e5e5e5 1px solid;
	box-sizing:border-box;
	/* box-shadow: #ccc 1px 1px 3px ; */
	border-radius: 5px;
}

#pro-cont li p {
	height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    color: #333;
    padding: 0em 0.4em;
    margin: 0;
    font-size: 0.95em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

#about {
	padding:50px 0px 0;
	/*background: linear-gradient(135deg,rgba(70,194,109,1) 0%,rgba(9,166,59,1) 100%);*/
	background:#00adfc  url(../images/mini-contact.jpg) no-repeat 0 bottom;
	margin-top: 40px;
	border-top: #F3F3F3 12px solid;
}
.about-tt{
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #cccccc 1px dotted;
}
.about-tt i{
	display: block;
	font: normal normal 40px/20px impact;
	color: rgba(0,0,0,.06);
	text-align: center;
	letter-spacing: 1px;
}
.about-tt span{
	display: block;
	font: normal bold 24px/20px "微软雅黑";
	color:#333;
	text-align: center;
}
#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: 14px;
	line-height: 30px;
	/*padding:20px;*/
	margin: 0;
	color: #666;
}
#about .abp{
	width: 90%;
    background: rgba(255,255,255,.8);
    padding: 20px 2%;
    margin: 0 auto;
}
.abMore{
	display: block;
	width:12em;
	height: 2.2em;
	margin: .8em auto;
	border-radius: 50px;
	line-height: 2.2em;
	text-align: center;
	background:#fff;
	border:#1d51b8 1px solid;
	color: #1d51b8;
	/*box-shadow: rgba(0,0,0,.3) 1px 1px 3px;*/
}
#case {
	width: 100%;
	border-top: #F3F3F3 12px solid;
}
#case-cont {
	width: 98%;
	padding: 0px 1%;
}

#case-cont li {
	width:100%;
	/* float: left;
	margin: 5px 1%; */
}


#case-cont li img {
	width: 100%;
	border: 0;
}
#case-cont li p {
	width: 100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#333;
}

#case-cont dl dd {
	height: 1.5rem;
    background: #1d51b8;
    text-align: center;
    line-height: 1.3rem;
    color: #333;
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 0.85em;
}
#case-cont dl dd a{
	color: #fff;
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#tel {
	width: 100%;
	height: 50px;
	background: #0094de;
	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%;}

/*ys_mini*/
.ys_mini{
	background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%) ;
	/*background-attachment: fixed;*/
	padding: 2em 0;
	margin-top: 2em;
}
.ys_mini ul{
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.ys_mini ul li{
	position: relative;
	display: inline-block;
	width: 30%;
	height: 150px;
	/*line-height: 150px;*/
	font: normal 550 1rem/150px "zhenghei";
	margin: 0 1%;
	text-align: center;
	color: #fff;	
	/*background: url(../images/yuan.png) no-repeat center/50%;*/ 
}
.ys_mini ul li i{
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	background: url(../images/yuan.png) no-repeat center/80%; 
	animation: yuan 5000ms linear infinite;
	-o-animation: yuan 5000ms linear infinite;
	-ms-animation: yuan 5000ms linear infinite ;
	-moz-animation: yuan 5000ms linear infinite;
	-webkit-animation: yuan 5000ms linear infinite;
}
@keyframes yuan{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-moz-keyframes yuan{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-webkit-keyframes yuan{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
.ys_mini p{
	color: #fff !important;
	text-align: center;
	margin: .5em 0em !important; 
	font: normal normal 1.1rem/1.5rem "微软正黑" !important;
}

#news-tt h2,.case-tt h2,.about-tt h2 {
	width: 60%;
	height: 40px;
	line-height: 40px;
	border-left: solid 5px #6db92c;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#news-tt span,.case-tt a,.about-tt a {
	width: 100%;
	display: block;
	text-align: center;
}
.about-tt .bt p,.case-tt .bt p{
	margin-bottom: 2px;
}
#news-tt span a {
	color: #fff;
}

#news-cont {
	width: 96%;
	padding: 0px 2% 25px;
	/*background: #f2f2f2;*/
	border-top: #F3F3F3 12px solid;
}
#news-cont dl{
	padding:10px 0;
}
#news-cont dd{
	overflow: hidden;
	box-sizing: border-box;
}
#news-cont dd a{
	display: block;
}
#news-cont dd h4{
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight:normal;
	line-height:45px;
	    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	    border-bottom: #e5e5e5 1px dotted;
	}
#news-cont dd p{padding:0 0 3px 0;font-size: 16px;color: #999;}


/*è”ç³»æ–¹å¼*/
.sylx{
	line-height: 180%;
	padding: 20px 20px;
	margin-bottom: 46px
}
.sylx{background: #fafafa}


#contact {
	width: 80%;
	color: #fff;
	background:rgba(0,0,0,.65)  url(../images/lx.jpg) no-repeat center center;
	padding: 30px 10% 100px;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 96%;
	min-height: 60px;
	position: fixed;
	z-index: 999;
	bottom: .3em;
	left: 2%;
	display: flex;
	border-radius: 12px;
	/*background: linear-gradient(135deg,rgba(253,111,52,1) 0%,rgba(255,70,42,1) 100%);*/
	background:linear-gradient(0deg,rgba(230,120,23,1) 20%,rgba(230,120,23,.8) 100%);
}

#footer li {
	width: 25%;
	text-align: center;
}

#footer li a {
	font-size: .95rem;
	color: #fff;
}

#footer li a img {
	width: 20%;
	display: block;
	margin: 5px auto 3px;
}


/*内页*/

.list_tt {
	width: 100%;
	height: 40px;
	margin: 10px auto;
	background: #f3f3f3;
}

.list_tt h2 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	/*border-left: solid 5px #fff;*/
	font-size: 1rem;
	color: #333;
	font-family: 微软正黑;
	font-weight: normal;
	float: left;
	display: block;
	margin: 5px 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;
	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;
	background: #fff;
}
.time{
	color: red;
}
.content h1 {
	font-size: 1.2em;
	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%;
}

.lei {
	width: 98%;
	margin: .5em auto;
	display: table;
}

.lei a {
	width:32.3%;
	height: 35px;
	line-height: 35px;
	background: #1d51b8;
	/*border: #1d51b8 1px solid;*/
	float: left;
	margin: 6px .5%;
	color: #fff;
	font: normal normal 1rem/35px "微软雅黑";
	text-align: center;
	border-radius: 8px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*box-shadow: #ccc 0px 1px 3px;*/
}


/*--------------------*/
/*.bt{
	display: block;
	margin: 1.5rem 0;
}
.bt span, .bt p{
	color: #1d51b8;
    text-align: center;
}
.about-tt .bt span,.about-tt .bt p{
    text-shadow: #000 2px 2px 0;
}
.bt p{
	height: 26px;
	line-height: 26px;
	margin: 0;
	font-size: 0.85rem;
}
.bt_ab span{
	color: #666;
}
.bt img{
	display: block;
	width: 100%;
	margin: 0 auto;
}*/

.m_bt{
	display: block;
	width: 94%;
	/*height: 3em;*/
	padding: 1.5em 2%;
	border-radius: 8px;
	margin: 0 auto;
	border-bottom: #ededed 1px solid;
	/*background: #F5F5F5;*/
}
.m_bt h3{
	color: #333;
	font: normal 550 1.45rem/1.45rem "Microsoft JhengHei";
}
.m_bt h3 span{
	color: #666;
	font: normal 200 .75rem/.75rem "微软雅黑";
	letter-spacing: .5px;
}
.m_bt img{
	width: 40px;
	margin-top: 1.5em;
    margin-right: 5px;
}


.boda{
	display: block;
	width:20em;
	height: 2.5em;
	margin: 1.45em auto 1.65em;
	border-radius: 50px;
	line-height: 2.5em;
	text-align: center;
	background:#1d51b8 url(../images/boda.png) no-repeat 70px center/8%;
	color: #fff;
	box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.nextinfo span{
	display: block;
}
