.center-block {
	display: block;
	margin: 0 auto;
}
a{-webkit-tap-highlight-color:transparent;text-decoration: none;}


.flex-container {
    display: -webkit-flex;
    display: flex;
   
}
.flex-item {
  -webkit-flex: 1;
    flex: 1;
    background: #fff
}
.list-main,.desc-main {
	background: #f1f1f1
}
.tab .flex-item {
 font-size: 0.46rem;
 text-shadow: 0 0 0;
 color: #393939;
 text-align: center;
 border-right: 1px solid #dcdcdc;
 border-bottom:  1px solid #dcdcdc;
 padding: 0.4rem 0
}
.tab .flex-item.active {
	color: #1370ef;
	font-size: 0.48rem;
}

.type-tab {
	width: 98%;
	margin: 0 auto 0.4rem;
}
.type-tab a{
	display: inline-block;
	width: 28%;
	text-align: center;
	background: #fff;
	margin: 2%  0.24rem 0rem;
	font-size: 0.36rem;
	line-height: 0.8rem;
	height: 0.8rem;
	border-radius: 0.14rem;
	font-weight: 600;
	float: left;
	color: #1370ef;
	letter-spacing: 1px;
	text-decoration: none;
}
.flex-item a {
	text-decoration: none;
}
.type-tab a.active{
	color: #fff;
	font-size: 0.36rem;
	text-shadow: 0 0 0;
	background: #08157b;
}

.list {
	width: 94%;
	margin: 0 auto 2.5rem;
}
.hq {
	display: none;
}
.hq a {
	border-bottom: 1px solid #1370ef;
	word-wrap: break-word;
    word-break: normal;
   line-height: 0.8rem
}
.item {
	background: #fff;
	border-radius: 0.2rem;
    padding: 0.4rem 0.6rem;
    margin-bottom: 0.4rem;

}
.flex-item1 {
	-webkit-flex: 3;
    flex: 3;
}
.flex-item2 {
	-webkit-flex: 1;
    flex: 1;
}
.item a  h1 {
  font-size: 0.4rem;
 text-shadow: 0 0 0;
 color: #585858;
 line-height: 0.6rem;
 margin-bottom: 0.25rem;
}
.item a  h2 {
 line-height: 0.6rem;
  font-size: 0.36rem;
 text-shadow: 0 0 0;
 color: #1370ef;
}
.flex-item2 {
	text-align: right;
}
.call {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../img/tel-icon.png) no-repeat;
	background-size: 100% 100%;
}
.icon {
	width: 0.22rem;
	vertical-align: middle;
	margin-top: -0.05rem;
	margin-left: 0.12rem;
}
aside .choose{
	width: 94%;
	height:0.8rem;
	line-height: 1rem;
	height: 1rem;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background: #112085;
	font-size: 0.4rem;
	text-shadow: 0 0 0;
	border-radius: 0.6rem;
	position: fixed;
	bottom: 0.2rem;
	left: 3%;
	text-decoration: none;
	z-index: 1
}
aside ul {
	background: #fff;
	width: 88%;
	position: fixed;
	bottom: 0.2rem;
	left: 3%;
	padding: 0 3%;
	border-radius: 0.25rem;
	display: none;

} 
aside ul li {
	color: #000000;
	font-size: 0.42rem;
	text-shadow: 0 0 0;
	height: 1.2rem;
	text-align: center;
	border-bottom:1px solid #e5e5e5;
	line-height: 1.2rem;
}
aside ul li:nth-last-child(2)
{
	border: 0
}
aside ul li:nth-last-child(1)
{
	border: 0
}


/**/
.section {
	background: #fff;
	margin-bottom: 0.4rem;
	padding: 0.4rem;
}
.company {
}
.company h1 {
	 color: #000;
	 font-size: 0.46rem;
	 margin-bottom: 0.2rem;
	 line-height: 0.6rem;
}
.company h2 {
	color: #1370ef;
	 line-height: 0.6rem;
	font-size: 0.4rem;
}
.section h6:before{
	content:"";
	font-weight:bold;
	width: 0.1rem;
	display: inline-block;
	height: 0.46rem;
	background: url(../img/b.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -0.4rem;
	top: 0;
}
.section h6 {
	position: relative;
	color: #1370ef;
	font-size: 0.4rem;
	text-shadow: 0 0 0;
	margin-bottom: 0.3rem;
}
.cj h2 {
	color: #000;
	font-size: 0.38rem;
}
.jj h2 {
	color: #000;
	font-size: 0.38rem;
	line-height: 0.66rem;
}
.lx h2 {
	color: #000;
	font-size: 0.38rem;
	line-height: 0.6rem;
}
.lx h2 span{
	display: inline-block;
    vertical-align: top;
}
 .hq h2 a {
 	color: #1370ef
 }

 .fixed {
 	position: fixed;
 	bottom: 0.4rem;
 	right: 0.2rem;
 }
 .phone {
 	text-decoration: none;
	width: 1rem;
	display: inline-block;
	height: 1rem;
	background: url(../img/phone.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.5rem;
 }
 .back {
 	text-decoration: none;
	width: 1rem;
	display: inline-block;
	height: 1rem;
	background: url(../img/back.png) no-repeat;
	background-size: 100% 100%;
 }
 .pic img {
 	width: 100%;
 	display: block;
 	margin: 0 auto 0.3rem;
 }