/* anli Styles */

.index-news{
	padding: 20px 0;
	background:#eee;
}

#anli, .anli, .index-news-main, .fwzx-main {
	width: 100%;
	height: auto;
	color:#000;
	margin:0;
	padding: 10px 0;
	font-size:14px;
	text-align: center;
}

/* Tabs */

.anli .tabs {
	height: 41px;
	margin: 0 auto;
	/*border-bottom: 1px solid #e32121;*/
}
.anli .tabs li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 25px;
	margin: 0px 1px 10px 1px;
	padding: 6px;
	font-size: 16px;
	text-align: center;
	color: #323232;
	cursor: pointer;
	overflow:hidden;
	border: 1px solid #f2f2f2;
}
.anli .tabs li.curr,
.anli .tabs li.curr a,
.anli .tabs li.curr a:hover{
	background-color: #e32121;
	color: #fff;
}
.anli .tab-code {
		width: 100%;
		height: auto;
		/*overflow: auto;
		height:270px;
		overflow: hidden;*/
}
/*
.anli .tab-code img {
		width: 50%;
}
*/

.tab-code {
    margin-top: 20px;
}

.left{float:left;}
.right{float:right;}

/* Content Panels */
#anli .ui-tabs-panel {
	clear:both;
	height:230px;
	color:#000;
	/*padding:15px 50% 0px 0px;
	background-color:rgba(0,0,0,0.5);*/
}

.tab-info{
	display: block;
	width: 100%;
	/*height: 320px;*/
	overflow: hidden;
	/*background-color:rgba(255,255,255,0.8);*/
}

#anli .ui-tabs-hide {
	display:none;
}


/*案例*/

.anli li{
  display: inline-block;
  padding: 5px;
  text-align: center;
  line-height: 28px;
}

.anli li .item{
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.anli li img{
	width: 120px;
  height: 120px;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 50%;
	overflow: hidden;
}

.anli .title {
	font-size: 16px;
	font-weight: bold;
	background: #eee;
	color: #666;
}


.anli li:hover .item{
	background: #f0f0f0;
	border: 1px solid #003388;
	color: #003388;
}
.anli li:hover .title {
	background: #003388;
	color: #fff;
}

.anli .description {
	display: block;
	text-align: left;
}

.anli .more {
	font-weight: bold;
}

/* 业绩展示*/
.yjzs{
	background: url(/uploadfile/201801/28a3a5936b.jpg) no-repeat;
	padding: 20px;
}

.index-news-main .tabs {
	height: 40px;
	margin: 0 auto;
}
.index-news-main .tabs li {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	/* padding-top: 6px; */
	font-size: 16px;
	text-align: center;
	color: #333;
	cursor: pointer;
	overflow:hidden;
	border: 1px solid #003388;
	/*border-radius: 8px;*/
	margin-right: 10px;
}
.index-news-main .tabs li.curr,
.index-news-main .tabs li.curr a,
.index-news-main .tabs li.curr a:hover{
	background-color: #003388;
	color: #fff;
}


.index-news-main .index_news_tab li{
  display: inline-block;
  padding: 5px;
  text-align: center;
  line-height: 36px;
	margin: 0 auto;
  margin-bottom: 32px;
}

.index-news-main .index_news_tab li img{
  height: 190px !important;
	width: 210px;
	border-radius: 3px;
}

.index-news-main .index_news_tab li .item{
	margin: 5px;
	padding: 5px;
	border: 1px solid #aff;
	height: 376px;
	overflow: hidden;
}

.index-news-main .index_news_tab li:hover .item{
	background: #f0f0f0;
	border: 1px solid #003388;
	color: #003388;
}

.index-news-main .index_news_tab li:hover .title {
	background: #003388;
	color: #fff;
}

/* 服务中心*/

.fwzx-main .tabs {
	display:inline-block;
	height: 41px;
	margin: 0 auto;
}
.fwzx-main .tabs li {
	width: 120px;
	height: 40px;
	line-height: 25px;
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	color: #333;
	cursor: pointer;
	overflow:hidden;
	border: 1px solid #003388;
	/*border-radius: 8px;*/
}
.fwzx-main .tabs li.curr,
.fwzx-main .tabs li.curr a,
.fwzx-main .tabs li.curr a:hover{
	background-color: #003388;
	color: #fff;
}

.fwzx-main li{
  display: inline-block;
  padding: 5px;
  text-align: center;
  line-height: 36px;
	margin: 0 auto;
  margin-bottom: 32px;
}

.fwzx-main li img{
	height: 150px !important;
  width: 150px;
  border: 1px dotted #002e5b;
  padding: 3px;
  border-radius: 50%;
}

.fwzx-main li .item{
	margin: 5px;
	padding: 5px;
	border: 1px solid #eee;
	height: 376px;
	overflow: hidden;
	color: #666;
	background: #002e5b;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fwzx-main li .item .title {
	color: #003388;
}

.fwzx-main li:hover .item{
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	/* background: #002e5b; */
	border: 3px solid #003388;
	color: #aaa;
}

.fwzx-main li:hover .item .title {
	background: #003388;
	color: #fff;
}

/**/

@media (max-width: 768px){
	.anli li{
		width: 100%;
		overflow: hidden;
	}
	.anli li img {
		width: 120px;
    height: 120px;
	}
	.anli li .item {
		height: 200px;
	}
	.fwzx-main li{
		width: 50%;
		height: 216px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.fwzx-main li .tl{
		display: none;
	}
	.fwzx-main li img {
		width: 120px;
    height: 120px !important;
	}
	.fwzx-main li .item {
		height: auto;
	}


	.tab-info{
		/* height: 420px; */
	}


	.index-news-main li{
		width: 50%;
		height: 216px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.index-news-main li .tl{
		display: none;
	}
	.index-news-main li img {
		width: 100%;
		height: 120px !important;
	}
	.index-news-main li .item {
		height: auto;
	}

}
