

/*==============================================================================================*/
/*banner
/*==============================================================================================*/
.banner{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:100;
  line-height: normal;
  margin-bottom: -2px ;
  padding:0;
}
.banner .crumb{
  width:100%;
  position:absolute;
  z-index:100;
  height:45px;
  left:0px;
  bottom:0px;
  overflow:hidden;
  
}
.banner .backdrop{
  position:absolute;
  display:block;
  overflow:hidden;
  width:100%;
  background:#000;
  left:0px;
  bottom:0px;
  z-index:100;
  height:45px;
  filter:alpha(opacity=50);  
  -moz-opacity:0.5;  
  -khtml-opacity: 0.5;  
  opacity: 0.5;
  overflow:hidden;
}
.banner .crumb ul{
  width:1200px;
  margin:0 auto;
  z-index:100;
  height:60px;
  overflow:hidden;
}

.banner .crumb ul li{
  float:left;
  display:block;
  padding:0px 12px 0px 8px;
  text-align:left;
  background:url(../images/arrow.png) no-repeat right 20px;
}

.banner .crumb ul li i{
  color:#FFF;
  font-size:18px;
}

.banner .crumb ul li:last-child{
  background:none;
}

.banner .crumb ul li a{
  display:block;
  line-height:45px;
  font-size:14px;
  color:#fff;
}


.ibanner{
  display: block;
  position: relative;
  overflow: hidden;
  height:200px;
}
.ibanner img{
  position: absolute;
  left: 0px;
  top: 0px;
  width:100%;
  height: calc(100% + 20px);
  will-change: transform;
  background-size: cover;
  z-index: -1;
  animation: bgPos 100s linear infinite;
  background-position: 50% 50%;

}


/*-------------------标题-------------------*/

.guide{
	width:100%;
	max-width:720px;
	min-height:400px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;		
}

.guide_title h2 {
	position:relative;
	/*max-width: 90%;*/
	margin: 0 auto;
	font-weight:normal;
	font-size:26px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:30px;
}
.guide_title h2 i{
    position: absolute;
    left:10px;
    top:15px;
	width:15%;
	height:1px;
	background:#999;
}
.guide_title h2 em{
    position: absolute;
    right: 10px;
    top:15px;
	width:15%;
	height:1px;
    background:#999;
}
.guide_title3 h2 i{
    position: absolute;
    left:10px;
    top:15px;
	width:20%;
	height:1px;
	background:#fff;
}
.guide_title3 h2 {
	text-align:center;
	position:relative;
	/*max-width: 90%;*/
	margin: 0 auto;
	font-weight:normal;
	font-size:26px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:30px;
}
.guide_title3 h2 em{
    position: absolute;
    right: 10px;
    top:15px;
	width:20%;
	height:1px;
    background:#fff;
}
.guide_title3 h2 span{
	display: block;
    clear: both;
    text-align: center;
    color: #2a49ca ;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.guide_title3 h2 p{
	display:block; 
	clear:both; 
	text-align:center; 
	margin:0 auto; 
	font-size:14px; 
	color:#999; 
	line-height:24px;
}
.guide_title h2 span{
	display: block;
    clear: both;
    text-align: center;
    color: #2a49ca ;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.guide_title h2 p{
	display:block; 
	clear:both; 
	text-align:center; 
	margin:0 auto; 
	font-size:14px; 
	color:#999; 
	line-height:24px;
}


/*-------------------guide-pro-------------------*/

.guide_pro {
	position:relative;
	max-width: 720px;
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding:5px 10px 30px;
	margin-top: 30px;
}
.guide-pro-hd{
	width:100%;
	margin-left:5px;
}
.guide-pro-hd li{
    width: 48.5%;
    background-color: #ee952f;
    display: inline-block;
    height: 35px;
    line-height: 35px;
	text-align:center;
	margin-bottom:10px;
}	
.guide-pro-hd li a{
  	color: #fff;
	font-size: 14px;
}
.guide_pro_bd {
	width:100%;
	overflow:hidden;
}
.guide_pro_bd ul {
	display: block;
	max-width:100%;
	overflow:hidden;
	list-style:none;
}
.guide_pro_bd ul li {
	display: inline-block;
	_display:inline;
	_zoom: 1;
	overflow:hidden;
	width:47.33333%;
	line-height: normal;
	margin: 1%;
	border: 1px solid #efefef;
	background-color: #fff;
    box-sizing: border-box;
}
.guide_pro_bd ul li a {
	display:block;
	overflow:hidden;
}
.guide_pro_bd ul li dl {
	display: block;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin-bottom: -2%;
	width:95%;
	height:auto;
	line-height: normal;
	margin: 0 auto;
	padding:8px 2.5%;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}
.guide_pro_bd ul li dl img {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.guide_pro_bd ul li dd h3 {
	width:100%;
	margin:10px auto 0;
	height:26px;
	line-height:26px;
	font-size:16px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.guide_pro_bd ul li dd p{
	width:100%;
	margin:5px 0;
	max-height:40px;
	line-height:24px;
	font-size:14px;
	color: #999;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.guide_pro_bd ul li dd {
	margin-left:0px;
	width:100%;
	padding:0 5%;
	overflow:hidden;
	position:relative;
	padding-bottom:10px;
}
.guide_pro_bd ul li dd a {
	display:block;
	overflow:hidden;
}
.guide_pro_bd ul li dd i{
	display: block;
	margin: 5px auto;
	color:#ee952f ;
	width:75px;
	height:28px;
	line-height:28px;
	border: 1px solid #efefef;
	text-align: center;
	font-style: normal;
	font-size: 12px;
}

.guide_pro_m{
	margin:0 auto;
	width: 80%;
	height: 40px;
	background-color:#ee952f ;
	display:block;
	overflow:hidden;
	margin-top:10px;
	text-align: center;
}
.guide_pro_m a{
	width: 100%;
	color:#fff;
	line-height: 40px;
	display: block;
}

 @media screen and (max-width:640px){

.guide_pro_bd ul li {
	width:47.33333%;
}
}
.ser-con{
	display: block;
	overflow: hidden;
	margin-bottom:30px;
	margin-left: -5px;
}
.ser-con , .ser-con ul{
	width: 100%;
}
.ser-con ul li{
	width:300px;
	display: block;
	overflow: hidden;
}
.ser-con li dl  {
	width:100%;
	position: relative;
	padding-right: 5px;
	overflow: hidden;
}
.ser-con li dl  dt {
	width:100%;
	height:218px;
	line-height: 0;
	overflow: hidden;
}
.ser-con li dl  dt img {
	width:100%;
	display: block;
	height:218px;
}
.ser-con li dl  dd {
	position: relative;
	width:100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.84);
	padding:10px;
}
.ser-con li dl  dd h5 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.ser-con li dl  dd h5 a {
	font-size:18px;
	color: #fff;
	font-weight: bold;
}
.ser-con .case_desc {
	font-size: 14px;
	color: #ccc;
	height:48px;
	line-height:24px;
	overflow: hidden;
	padding: 5px 0 0;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

/*--------anli------------*/
.index-anli-box{
	display: block;
	margin-bottom: 10px;
}
.tsfa-tit{
	background: #2a49ca;
	padding: 10px 15px 2px;
	margin-top:30px;
}
.tsfa-tit h2 span{
	color: #fff;
	font-size: 18px;
}
.tsfa-tit p{
	margin-top: 5px;
	font-size:14px;
	color: #f5f5f5;
	text-transform: uppercase;
}
.shil ul{
	width: 102%;
	overflow: hidden;
	margin-top:15px;
}
.shil ul li {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width:48.5%;
	margin:0 0.4%;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	vertical-align: top;
	margin-bottom:6px;
}
.shil ul li img {
	display: inline-block;
	width:100%;
}
.shil ul li:last-of-type {
	margin-right: 0;
}
.shil ul li i {
	display: block;
	position: relative;
}
.shil ul li em {
	display: block;
	padding:15px 5px 0;
	text-align: center;
	font-size:16px;
	color: #333;
	font-weight: bold;
}
.shil ul li em span {
	display: block;
	font-size:14px;
	color: #666;
	line-height:24px;
	margin-top:8px;
	height:48px;
	margin-bottom: 10px;
	display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:2;
    overflow: hidden;
    font-weight: normal;
}

/*-------------------about us  关于我们-------------------*/
.guide_about{
	position:relative;
	max-width: 720px;
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0 0px;
	background-color:#f3f3f3;
}
.guide_about .ind-tit{
	padding:0 10px 10px;
}
.guide_about .ind-tit h1 {
	position:relative;
	/*max-width: 90%;*/
	margin: 0 auto;
	font-weight:normal;
	font-size:26px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:30px;
}
.guide_about .ind-tit h1 i{
    position: absolute;
    left:10px;
    top:15px;
	width:15%;
	height:1px;
	background:#999;
}
.guide_about .ind-tit h1 em{
    position: absolute;
    right: 10px;
    top:15px;
	width:15%;
	height:1px;
    background:#999;
}
.guide_about .ind-tit h1 span{
	display: block;
    clear: both;
    text-align: center;
    color: #2a49ca;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.guide_about .ind-tit h1 p{
    display: block;
    clear: both;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.guide_about .ind-tit dl{ 
	width:100%;
	max-width:500px;
	margin:0 auto;
    display: block;
	overflow:hidden;
	margin-bottom: 1.5em;
}
.guide_about .ind-tit dl img{
	width:100%;
}
.guide_about .ind-tit ul{ display:block; overflow:hidden; text-align:center;}
.guide_about .ind-tit dd h2{
	text-align:left;
    font-size: 1.15em;
    margin-bottom: 0.6em;
	color:#333;
}

.guide_about .ind-tit ul dd p{
	position: relative; 
	line-height:24px;
	max-height:96px;
	overflow: hidden;
	width:100%;
	font-size:14px;
}
/*.guide_about .ind-tit ul dd p::after{
	  content: "..."; 
	  position: absolute; 
	  bottom: 0; 
	  right: 0; 
	  padding-left: 40px;
}*/
.guide_about .ind-tit ul dd a{
	float: left;
	display: block;
    width:100%;
    margin: 0 auto;
    /*line-height: 3em;*/
    font-size: 1.1em;
    color: #ee952f;
    margin-bottom:1rem;
}
.guide_about .ind-tit ul dd p a{
    color: #2a49ca;
    margin-bottom: auto;
    width: auto;
    font-size: 14px;
}
.guide_about .ind-tit ul dd{
	text-align:left;
	padding:0; 
}

.ind-zgs{
  background-color: #333; 
  padding:10px 10px 35px; 
}
.ind-zgs h3{
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 3em;
  line-height: 3em;
  font-size: 1.1em;
  color: #fff;
  background-color: #2a49ca;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-align: center;
  margin-top: -33px;
 }
 .ind-zgs ol{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
 }
 .ind-zgs ol li{
  float: left;
  width:48%;
  padding:4px 2%;
  margin: 5px 1%;
  border: 1px solid #666;
  overflow: hidden;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
 }
 .ind-zgs ol li a{
  display: block;
  overflow: hidden;
 }
 .ind-zgs ol li p{
  width: 100%;
  color:#fff;
  overflow: hidden;
  text-align: center;

 }
 .ind-zgs ol li span{
  width:100%;
  max-width:720px;
  margin:0 auto 5px;
  overflow: hidden;
  display: block;
  height:125px;
 }
 .ind-zgs ol li span img{
  width:100%;
  display: block;
 }
 .ind-zgs-more {
    display: block;
    width: 35%;
    line-height: 30px;
    height: 30px;
    background: #ee952f;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
}
.ind-zgs-more a {
    color: #fff;
}

/*-------news-------*/
.guide_news{
	width: 100%;
	overflow: hidden;
	margin:30px auto;
}
/*-----------新闻资讯-----------------*/
.guide_news{
	overflow:hidden;
	text-align:left;
	background:#fff;
	padding-bottom:20px;
	margin-bottom:10px;
	padding:30px 0 0;	
}
.guide_news_left_box{	
	display:block;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	list-style:none;	
}
.guide_news_left, .guide_news_center{
	float:left;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0 2.5% 0;
	list-style:none;
	width:95%;	
}
.guide_news_left, .guide_news_center{
	margin-right:3.5%;
}
.guide_news dl , .guide_news_left ul , .guide_news_center ul /*,.guide_news a*/{
	float:left;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	width:100%;
	height:100%;
}	
.guide_news dl dt{
	width:100%;
	overflow:hidden;
	height:200px
}
.guide_news dl img, .guide_news dl dd  {
	overflow:hidden;
	text-align:left;
}
.guide_news dl dd {
	float:right;
	width:100%;
	margin-top:1rem;
}
.guide_news dl img{
	float:left;
	width:100%;
	border:1px solid #f0f0f0;
	box-sizing:border-box;
}
.guide_news dl dd {
	padding:0 9px;
	max-height:215px;
	overflow:hidden;
	box-sizing:border-box;
}

.guide_news dl dd h4 {
	padding-bottom:5px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	white-space:nowrap ;
    text-overflow:ellipsis;
	font-weight:bold;
}

.guide_news dl dd p {
	line-height:24px;
	overflow: hidden;
	word-break:break-all;  
    display: -webkit-box;  
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical; 
	word-break: break-all;
    text-overflow: ellipsis;
	color:#666;
	line-height:1.5rem;
	max-height:4.5rem;
	min-height: 3rem;
	margin-bottom: 5px;

}
.guide_news_left dl>ul dd>a , .guide_news_center dl>ul dd>a {
	margin:5px auto 10px;
	position:relative;
	float:left;
	overflow: hidden;
	display:block;
	width:80px;
	height:35px;
	font-size:14px;
	line-height:35px;
	color:#fff;
	padding-left:15px;
	background-color:#c7281c;
}
.guide_news dl dd h4 a {
	margin:0 auto;
	background-color:inherit;
	padding:0px;
	width: 100%;
	height: inherit;
	color:#333;
	font-size:14px;
}
.guide_news dl dd>a:before{
	position:absolute;
	display:block;
	content: " ";
	width:20px;
	height:10px;
	top:12px;
	right:15px;
	background:url(../../../upload/image/news-m.png) center no-repeat
}
.guide_news dd li{
	float:left;
	display:block;
	overflow:hidden;
	width:100%;
	height:30px;
	padding-left:45px;
	box-sizing:border-box;
	background:url(../../../upload/new-p.png) 10px center no-repeat;
}
.guide_news dd li a{
	float:left;
	width:70%;
	font-size:12px;
	overflow:hidden;
	white-space :nowrap ;
    text-overflow:ellipsis;
	line-height:30px;
	padding-right:8px;
	
}
.guide_news dd li span{
	float:left;
	width:75px;
	font-size:12px;
	line-height:30px;
	display:block;
	overflow:hidden;
}


