/* 工程案例 */
.post-slide {
	margin: 0 15px;
}

.post-slide .post-img {
	overflow: hidden;
	position: relative
}

.post-slide .post-img .ner {
	display: none
}

.post-slide .post-text{
	line-height: 35px;
	background: #0256AC;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-top: -2px;
}

.post-img:hover .ner {
	width: 100%;
	/* display: block; */
	background: url(../images/gc_r2_c2.png) repeat;
	top: 0;
	height: 100%;
	position: absolute
}

.post-img:hover .ner h5 {
	width: 40%;
	text-align: center;
	margin: auto;
	padding-top: 35%
}

.post-img:hover .ner h5 em {
	color: #fff;
	border: 1px solid #fff;
	padding: 7% 0;
	text-align: center;
	margin: auto;
	font-style: normal;
	display: block;
	font-size: 18px;
	border-radius: 5px;
}

.post-slide .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
	transform: scale(1.08);
}

.post-slide .post-content {
	background: #fff;
	padding: 20px;
}

.post-slide .post-title {
	font-size: 17px;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
}

.post-slide .post-title a {
	display: inline-block;
	color: #808080;
	transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
	color: #3d3030;
	text-decoration: none;
}

.post-slide .post-description {
	font-size: 15px;
	color: #676767;
	line-height: 24px;
	margin-bottom: 14px;
}

.post-slide .post-bar {
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
}

.post-slide .post-bar li {
	color: #676767;
	padding: 2px 0;
}

.post-slide .post-bar li i {
	margin-right: 5px;
}

.post-slide .post-bar li a {
	display: inline-block;
	font-size: 12px;
	color: #808080;
	transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
	content: ",";
}

.post-slide .post-bar li a:last-child:after {
	content: "";
}

.post-slide .post-bar li a:hover {
	color: #3d3030;
	text-decoration: none;
}

.post-slide .read-more {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #e7989a;
	border-bottom-right-radius: 10px;
	text-transform: capitalize;
	transition: all 0.30s linear;
}

.post-slide .read-more:hover {
	background: #333;
	text-decoration: none;
}

.xwzx_link a{
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #0256AC;
	color: #0256AC;
	border-radius: 5px;
	font-size: 16px;
	line-height: 14px;
	transition: .5s;
    margin-top: 20px;
}
.xwzx_link a:hover{
	background: #0256AC;
	color: #fff !important;
}

/* 优势 */
.in_advan{background: url(../images/advan_bg.jpg) no-repeat top center;height: 800px;}
.in_advan .wrap{width: 1200px;margin: 0 auto;overflow: hidden;}
.in_advan .in_title p {color: #1558af;font-size: 35px;margin-top: 50px;text-align: center;margin-bottom: 20px;}
.in_advan .in_title p span{color: #68A930;font-size: 50px;}
.in_advan .advan_box{background: url(../images/advan_line.png) no-repeat center;}
.in_advan .advan_box ul li{width: 550px;position: relative;margin-top: 30px;height: 90px;}
.in_advan .advan_box ul li span{font-size: 68px;height: 80px;width: 105px;line-height: 80px; display: block;color: #fff;background: #0B85E8;text-align: center;font-weight: bold;position: absolute;top: 0;}
.in_advan .advan_box ul li h2{color: #1558af;font-size: 24px;line-height: 30px;margin: 0;font-weight: bold;}
.in_advan .advan_box ul li p{color: #1558af;font-size: 16px;line-height: 25px;margin: 10px 0;}
.in_advan .advan_box ul li.left{padding-right: 130px;}
.in_advan .advan_box ul li.left span{right: 0;}
.in_advan .advan_box ul li.fr{padding-left: 130px;}
.in_advan .advan_box ul li.fr span{left: 0;}
.in_advan .advan_box ul li.li02 span{background: #68A930;}
.in_advan .advan_box ul li.li03 span{background: #FEC917;}
.in_advan .advan_box ul li.li04 span{background: #f19c73;}
.in_advan .advan_box ul li.li05 span{background: #cc3402;}
.fr{float: right;}
@media (max-width:768px) {
	.in_advan{
		display: none;
	}
}

.index_newstype{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.index_newstype a{
	color: #FFFFFF;
	margin-left: 5px;
	padding: 10px 15px;
	background: #0256AC;
	border-radius: 5px;
}
.index_newstype a:hover{
	background: #68A930;
	color: #FFFFFF!important;
}
@media (max-width:768px) {
	.index_newstype{
		display: none;
	}
}

.list-banner{width: 100%;padding: 0;}
.list-banner img{width: 100%;vertical-align: top;}
@media (max-width:768px) {
	.list-banner{display: none;}
}

.aboutNav {background: #fff;}
.aboutNav li {height: 48px; line-height: 48px; font-size: 16px; border-bottom: 1px solid #dadada;}
.aboutNav li a {display: block; padding: 0 22px; position: relative; transition: all 0.5s ease; color: #333333;font-size: 16px;font-weight: bold;}
.aboutNav li:hover a {color: #0256AC; font-weight: bold; text-indent: 15px;}
.aboutNav li.on a {color: #0256AC; font-weight: bold;}
.jtAbout {position: absolute; width: 30px; height: 30px;transition: all 0.5s ease; background: url(../images/list_right.png) no-repeat center; background-size: 20px; right: 20px; top: 50%; transform: translateY(-50%);}
.aboutNav li:hover .jtAbout{right: 10px;}

/*联系我们页面*/
.con{
	padding: 30px 10px;
}
.con_l{
	padding: 0;
}
.con_l img{
	width: 100%;
}
.lx_con{
	background: #0256AC;
	color: #fff;
	padding: 40px 30px 60px;
}
.lx_con b{
	display: block;
	font-weight: bold;
}
.lx_con strong{
	font-weight: bold;
}
.lx_con p{
	font-size: 14px;
	line-height: 30px;
}
.fz16{
	font-size: 16px;
	line-height: 30px;
}
.fz30{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 30%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(2){
	width: 70%;
	background: #FF0000;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
		padding: 3px 0px;
	}
}
@media (max-width: 768px) {
	.phonefooternav {
		display: block !important;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
  background: #2562b3;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
}
.pages a:hover {
  background: #2562b3;
  color: #fff;
  border: 1px solid #2562b3;
}
.fl{
	display: none;
}

.article-info{
	padding: 30px 0;
}
.article-info img{
	max-width: 90%;
}
.article-pic{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.jump {margin-top: 36px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #333; line-height: 32px;}
.jump p a:hover {color: #005F9F;}

#swipebox-close{
	margin-top: 10px;
	background: url(../images/turn_closed.png) no-repeat !important;
}
#swipebox-prev{
	margin-top: 10px;
	background: url(../images/turn_left.png) no-repeat !important;
}
#swipebox-next{
	margin-top: 10px;
	background: url(../images/turn_right.png) no-repeat !important;
}
