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: #ff9000;*/
	border-bottom: #fff 1px solid;
	overflow: hidden;
}

.top_box {
	position: relative;
}

.top img {
	margin:15px;
	float: left;
	max-width: 70%;
}

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 {}

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 */
#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%;
	background:#0056b8;
}

#nav-top a {
	width: 33.3%;
    float: left;
    /* 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;
}

#pro-tt {
	width: 100%;
	height: 55px;
	/*background: #ff9000;*/
	/*margin: 10px auto;*/
}

#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: 40px;*/
	float: left;
	display: block;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

#pro-tt span a {
	color: #fff;
}

#pro-cont {
	width: 98%;
	padding: 0px 1%;
}

#pro-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#pro-cont dl dt {
	width: 100%;
	height:8em;
	overflow:hidden;
	padding: 0;
	margin: 0;
	background: #ddd;
	/*border: solid 1px #daf6c6;*/
	box-sizing: border-box;
}

#pro-cont dl dt img {
	width: 100%;
	height:100%;
	border: 0;
}

#pro-cont dl dd {
	height: 1.5rem;
    background:#0056b8;
    text-align: center;
    line-height: 1.3rem;
    color: #333;
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 0.85em;
}
#pro-cont dl dd a{
	color: #fff;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#about {
	/*width: 100%;*/
	/*height: 20em;*/
	padding:35px 30px;
	/*background:url(../imgApp/app/about.jpg) no-repeat 0 0;*/
	/*background-attachment: fixed;*/
	background-size: 100% 100%;
	background: #8c8c8c;
	/*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: 14px;
	line-height: 30px;
	/*padding:20px;*/
	margin: 0;
	color: #fff;
}

#case {
	width: 100%;
}

/*#case h2 {
	width: 100px;
	height: 40px;
	font-size: 1.5rem;
	color: #0094de;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 20px;
	border-bottom: solid 2px #0094de;
}*/

#case-cont {
	width: 98%;
	padding: 0px 1%;
}

#case-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#case-cont dl dt {
	width: 100%;
	height:8em;
	overflow:hidden;
	padding: 0;
	margin: 0;
	background: #ededed;
	/*border: solid 1px #ddd;*/
	box-sizing: border-box;
}

#case-cont dl dt img {
	width: 100%;
	border: 0;
}

#case-cont dl dd {
	height: 1.5rem;
    background: #0056b8;
    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%;
}

#news-tt,.case-tt,.about-tt {
	width: 100%;
	height: 58px;
	margin: 16px 0;
	/*background: #ff9000;*/
}

#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%;
	/*height: 40px;*/
	float: left;
	display: block;
	/*line-height: 40px;*/
	text-align: center;
	/*color: #fff;*/
}
.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;
}

#news-cont li {
	width: 100%;
	height: 45px;
	border-bottom: dashed 1px #ddd;
}

#news-cont li a {
	display: block;
	width: 95%;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	color: #666;
}

#news-cont li span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

#contact {
	width: 80%;
	text-align: center;
	background: #8c8c8c;
	padding: 20px 10%;
	margin-bottom: 70px;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	display: flex;
	background: #0056b8;
	padding-bottom:5px;
}

#footer li {
	width: 25%;
	text-align: center;
}

#footer li a {
	font-size: 14px;
	color: #fff;
}

#footer li a img {
	width: 25%;
	display: block;
	margin: 5px auto 0px auto;
}


/*内页*/

.list_tt {
	width: 100%;
	height: 40px;
	margin: 10px auto;
	background: #0056b8;
}

.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;
}

/*人才招聘*/

.hr{
	padding:0 15px;
	}
.hr-list{
	border-bottom:#CCC solid 1px;
	padding:20px 0 20px 0;
	}
.hr .l{
	width:60%;
	float:left;
	text-align:left;
	}
.hr .l .t1{
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	}
.hr .l .t2{
	color:#333;
	font-size:16px;
	}
.hr .l .t3{
	color:#777;
	font-size:14px;
	margin-top:10px;
	}
.hr .r{
	width:30%;
	float:right;
	text-align:right;
	}
.hr .r .xz{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	margin-bottom:40px;
	padding-top:15px;
	}
.hr .r .sq{
	background:#0056b8;
	border-radius:5px;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:3px 20px;
	}

/*自定义条数展示与新闻*/

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%;
	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: 31.3%;
	/*padding: 0 1em;*/
	background: #0056b8;
	float: left;
	margin: 3px 1%;
	color: #fff;
	font-size: .9em;
	text-align: center;
	padding-top:20px;
	padding-bottom:10px;}
	
.lei a img{
	width:60%;
	margin:0 auto;
	border-radius:50%;
	}
.lei a p{
	margin:0px;
	}

/*--------------------*/
.bt span, .bt p{
	color: #0056b8;
    text-align: center;
}
.bt p{
	height: 26px;
	line-height: 26px;
}
.bt img{
	display: block;
	width: 10%;
	margin: 0 auto;
}
.boda{
	display: block;
	width:45%;
	height: 2.5em;
	margin: .8em auto;
	border-radius: 50px;
	line-height: 2.5em;
	text-align: center;
	background: #ff000a;
	color: #fff;
	box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.nextinfo span{
	display: block;
}





.infoNav{
 margin-top:30px; padding-top:6px; border-top:1px solid #ccc;
}

.fl{
 float:left;
 }
.fr{
 float:right
 }
.clear{
	clear:both;
	}
.pageNav{
 clear:both; margin-top:30px; text-align:right;
}
.pageNav{}
.pageNav a{
 padding:8px 10px; font-size:11px; background:#EBEBEB;
}

.pageNav a.prev, .pageNav a.next, .pageNav a.cur{
 background-color:#ca171d;  color:#ffffff; padding:8px 10px;
}
.pageNav a:hover{
	background:#ca171d;
	color:#fff;
	}
