* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft Yahei";
    outline:none;
    border: 0;
    /*overflow-x: hidden;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     /*移动端点击背景颜色不变蓝色*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

a:hover {

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}

ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";
    color: #333333;
    margin: auto;
}
/*清除浮动*/

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}
.all {
    width: 100%;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
main .w1200{
    background: #fff;
	border:1px solid #e9e8e5;
    position: relative;
}
.left{
    float: left;
}
.right{
    float: right;
}
.cont{
	margin:25px 0;
}
.cont .slide{
	font-size: 18px;
	font-weight: bold;
    min-height: 600px;
}
.slide{
	width: 21.66%;
	border: 1px solid #ddd8d8;
}

.slide ul li{
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.slide ul li a{
	display: block;
	padding: 0 20px;
	width: 80%;
	margin:auto;
	background: #f5f5f5;
    font-size:16px;
}


.slide ul li span{
    display: block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
section{
	background: url(bg-slide.jpg) no-repeat left center;
}
section a span{
	display: block;
	height: 80px;
	line-height: 56px;
	text-align: center;
	color: #fff;

}
/*当前位置*/
.dqwz{
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	color: #333;
	border-bottom: #00a8f6;
}
.bottom{
	border-bottom: 1px solid #ddd8d8 ;
}
.dqwz  ul li {
	float: left;
	margin-left: 12px;
}
.dqwz a:hover{
	color: #00a8f6;
}
.slide .act{
    color: #43a2fe;

}




/*右侧*/
.slide-cont{
	width: 76.66%;
	/*border: 1px solid;*/
}
.slide-cont ul.ul-list li{
    width: 100%;
    background: url(yd.jpg) no-repeat left center;
    line-height: 40px;
    padding-left: 16px;
}
.slide-cont ul.ul-list li span{
	padding-left:18px;
}
.slide-cont ul.ul-list li a {
    width: 70%;
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 18px;
}
.slide-cont ul.ul-list li a:hover{
	color: #00a8f6;
}
.slide-cont ul.ul-list li span {
    font-size: 16px;
    color: #a1a1a1;
}




/*领域实施 列表和图文*/
.sdlist{
	margin-top: 25px;
}
.sdlist ul li{
    float: left;
    width: 11.11%;
    text-align: center;
}
.sdlist ul li a:hover{
    color:#43a2fe;
}

.sdlist li:nth-child(6n) {
    margin-right: 0;
}
.sdlist .img{
    height: 80px;
    width: 80px;
    margin:auto;
}
.sdlist .name{
    font-size: 18px;
    height: 50px;
    line-height: 1.5;
    margin-top:8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sdlist a.act{
    color:#43a2fe;
}
.sdlist .img img{
    height: 70px;
    width: 70px;

}

/*end 领域实施*/
/*点前栏目*/
.location-name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 25px;
    margin-top: 25px;
}
 .location-name span {
 	float: left;
    height: 40px;
    border-bottom: 2px solid #0054a5;
    font-size: 22px;
    color: #0054a5;
    font-weight: bold;
}
/*end 当前栏目*/

/*分页*/
.fy{
    margin:28px 0;
}

.fy ul.ul-fy li{
    float: left;
    margin:0 8px;
}
.fy ul.ul-fy li a{
    padding:8px;
    /*background: red;
    color:#fff;*/
}
/*end 分页*/