/*总站简介*/
.introduction_con{
width: 100%;
float: left;	
padding:20px 0;
}
/*上半部分-领导之窗*/
.introduction_con .intro_top{
width: 96%;
padding: 0 2% 2%;
float: left;
border-bottom: 2px solid #27a1fe;
}
.intro_top img{
width:100%;
}
.intro_top .b_title{
width: 100%;
float: left;
color: #0352a9;
font-size: 30px;
text-align: center;
padding: 0 0 20px 0;
font-weight: normal;
}
.intro_top ul li{
width: 13%;
float: left;
color: #0352a9;
list-style: none;
text-align: center;
margin-right: 4.4%;
}
/*下半部分*/
.introduction_con .intro_main{
width: 96%;
padding: 0 2% 2%;
}
.intro_main .main_L{
float: left;
width: 68%;

}
.main_L .duty{
width: 90%;	
border-bottom: 2px solid #27a1fe;			
}
.main_L .text_con{
padding:0;
margin: 0 auto;
}
.main_L .text_con .text{
padding: 0 4%;
}
.main_L .a_detial{
float: right;
display: inline-block;
}
.main_L .network{
width: 90%;
height: 400px;
padding: 8% 0;
margin: 0 auto;
position: relative;
float: left;
}
.network .net_img{
height: 400px;
background: url(circle_arrow.png) no-repeat;
background-position: center center;
}
.net_img img{
width: 18%;
float: left;
position: absolute;
}
.net_img .circle_1{
margin: 5% 1% 1% 18%;
}
.net_img .circle_2{
margin: -6% 1% 1% 41%;
}
.net_img .circle_3{
margin: 5% 1% 1% 64%;
}
.net_img .circle_4{
margin: 30% 1% 1% 13%;
}
.net_img .circle_5{
margin: 30% 1% 1% 69%;
}
.net_img .circle_6{
margin: 49% 1% 1% 28%;
}
.net_img .circle_7{
margin: 49% 1% 1% 54%;
}
.intro_main .main_R{
float: right;
width: 22%;
margin-top: 20px;
background: #e5e5e5;
padding: 1.5% 4% 2% 4%;
}
.main_R	.set_title{
width: 100%;
padding: 0 0 6% 0;
}
.main_R a{
padding: 0 7% 2%;
}