.clear{ clear:both;height: 0;
	line-height: 0;
	font-size: 0;} 
/*头部开始*/
.logo{
	width: 100%;
	height: auto;
	max-height: 135px;
	background: url(../img/logo_bj.png) no-repeat;
    background-position: right;
}
.logo .logo_nr{
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.logo_nr .logo_left{
    width: 40%;
    height: 100%;
    float: left;
}
.logo_nr .logo_left img{
	padding: 5% 0;
	max-width: 100%;
	border: 0;
}
.logo_rigth{
	width: 397px;
    height: 52px;
    float: right;
    margin: 3% 0;
}

#search{
	width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
#searchtxt{
	width: 70%;
    height: 100%;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#searchtxt input{
	height: 50px;
    width: 100%;
    border: 0;
    font-size: 18px;
    text-indent: 10px;
    color: #888;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.searchbtn{
	width: 30%;
    height: 100%;
    border: 0;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.searchbtn button{
    border: 0;
    width: 100%;
    height: 50px;
    background: #1b57b4;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.searchbtn button img{
	float: right;
    margin-right: 16px;
}
.nav{
	width: 100%;
	height: 60px;
	background: #1d59b2;
}
.nav .nav_top{
	width: 100%;
	height: 100%;
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.nav ul {
    height: 60px;
}
.nav ul li{
	float: left;
	width: 10%;
	height: 100%;
	line-height: 60px;
    text-align: center;
    position: relative;
}
.nav ul li a{
	font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.nav ul .current{
	background: #efa333;
}
.nav ul .current a{
	color: #083a8a;
}
.nav ul .current .xiala a{
    color: #fff;
}
.nav ul .current:before {
    content: '';
    height: 5px;
    width: 100%;
    background: #efa333;
    position: absolute;
    top: -5px;
    display: block;
}
.nav ul li:hover{background: #efa333;}
.nav ul li:hover:before {
    content: '';
    height: 5px;
    width: 100%;
    background: #efa333;
    position: absolute;
    top: -5px;
    display: block;
}
.nav ul li:hover .yanse{
    color: #083a8a;
}
.xiala{
	width: 100%;
    background: #1d59b2;
    display: none;
    z-index: 999;
    position: absolute;
}
.xiala dl dd{
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}
.xiala dl dd:hover{
    background: #083a8a;
}
.nav ul li:hover .xiala{
	display: block;
}
/*头部结束*/
/*首页开始*/

/*协会工作开始*/
#index{
	width: 100%;
	height: 100%;
	max-width: 1280px;
	padding: 30px 40px;
	margin: 0 auto;
}
.association{
	width: 100%;
    max-height: 400px;
    margin-bottom: 30px;
}
#swiper2{
	/*width: 60%;*/
    width: 52%;
    max-height: 400px;
    float: left;
    position: relative;
}
#swiper2 img{
	max-width: 100%;
    height: 100%;
}
#swiper2 .fpic span{
	position: absolute;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85)) top;
    bottom: 0;
	left: 0;
    text-indent: 20px;
}
#swiper2 .fpic span a{
    color: #fff;
}
.fbg{
	position: absolute;
    bottom: 10px;
    right: 0;
    width: 16%;
    text-align: center;
}
#d1fbt a{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 1px solid #fff;
	display: inline-block;
}
#d1fbt .current{background: #fff;}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#swiper1 .pagination .swiper-pagination-switch{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
#swiper1 .pagination .swiper-active-switch {
  background: #fff;

}
#swiper2 .swiper-pagination {
    bottom: 10px;
    right: 0;
    width: 20%;
}
.association_rigth{
	/*width: 38%;*/
    width: 45%;
    float: right;
}
.association_rigth .header {
	border-bottom: 1px solid #ccc;
}
.association_rigth .header li{
    float: left;
    margin-right: 35px;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
    cursor:pointer;
    color: #666;
}
.association_rigth .header .ff{
	border-bottom: 2px solid #134ba4;
	color: #134ba4;
}
.association_bottom .whcb{
    display: none;
    position: relative;
    margin-top: 10px;
}
.association_bottom .whcb2{
	display: block;
}
/*.association_bottom .whcb li:nth-child(1) h3{
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
    font-weight: bold;
	line-height: 50px;
    float: inherit;
    width: 100%;
}*/
.association_bottom .whcb li h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: inherit;
    line-height: 34px;
    float: left;
    width: calc((100% - 80px)/1);
}
/*.association_bottom .whcb li:nth-child(1) p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}*/
.association_bottom .whcb .Jump{
	position: absolute;
    top: -38px;
    right: 0;
    color: #666;
}
/*.association_bottom .whcb li:nth-child(1) span{
	float: right;
    color: #666;
    font-size: 14px;
    line-height: inherit;
}*/
.association_bottom .whcb li span{
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
}
.association_bottom .whcb .Jump:hover, .association_bottom .whcb li:hover h3,.policy_bottom ul li:hover a{
	color: #134ba4;
}

/*协会工作结束*/
.zhuti{
	display: inline-block;
	margin-bottom: 20px;
}
/*综合开始*/
#zonghe{
	width: 100%;
	max-height: 384px;
	margin: 30px 0;
}
.zonghe_left{
	float: left;
    width: 47%;
    height: auto;
}
.policy_top{margin-bottom: 10px}
.policy_top img{
	float: right;
}
.policy_top span{
	font-size: 34px;
    font-weight: bold;
    color: #1d59b2;
    margin-right: 20px;
    float: left;
}
.policy_top ul{
    float: left;
    width: 84%;
    border-top: 2px solid #e1e1e1;
}
.policy_top ul li{
	float: left;
    padding: 0 10px;
    font-size: 18px;
    line-height: 46px;
    margin-top: -2px;
}
.policy_top ul .policy{
	border-top: 2px solid #f8bc17;
}
.policy_bottom ul{display: none;position: relative;}
.policy_bottom .Switch{display: block;}
.policy_bottom ul li{
    font-size: 16px;
    color: #124ca2;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 15px;
}
.policy_bottom ul li .span{
	width: 6px;
    height: 6px;
    background: #124ca2;
    border-radius: 6px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.policy_bottom ul li a{
    display: inline-block;
    width: calc((100% - 120px)/1);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.policy_bottom ul li .span1{
	font-size: 16px;
    color: #999999;
    float: right;
}
.policy_bottom .gd{
	font-size: 16px;
    text-decoration: none;
    color: #1d59b2;
    position: absolute;
    top: -83px;
    right: 0;
}

/*综合结束*/

/*服务开始*/
.zonghe_rigth{
	width: 47%;
    float: right;
}
.service_top{border-bottom: 1px solid #e5e5e5;}
.zonghe_rigth .service_top ul li{
	float: left;
	font-size: 24px;
    line-height: 40px;
    margin-right: 15px;
}
.zonghe_rigth .service_top ul li span{
   border-bottom: 2px solid #124ca2;
}
.zonghe_rigth .service_top ul li:nth-child(3){
	font-size: 14px;
    color: #888;
    line-height: inherit;
    padding-top: 15px;
}
.service_bottom ul{
	/* height: 87px; */
    margin-top: 20px;
}
.service_bottom ul li{
    float: left;
    width: 22%;
    text-align: center;
    margin-left: 18px;
    font-size: 14px;
}
.service_bottom ul li a{
	text-decoration: none;
	color: #333;
	transition: all 1s ease;
}
.service_bottom ul li:nth-child(1){
	margin-left: 0;
}
.service_bottom ul li:hover a p{color: #1d59b2;}
/*服务结束*/

/*首页结束*/

/*页尾开始*/
#footer{
	width: 100%;
	max-height: 260px;
	background: url(../img/footer_bj.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 260px;
}
.footer{
	width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 20px;
    position: relative;
}
.footer .select{
	width: 100%;
    max-width: 594px;
    margin: 0 auto;
}
.footer .select table{
    width: 100%;
}
.footer .select table td:nth-child(1){
	border-left: 2px solid #fff;
}
.footer .select table td{
	width: 20%;
    border-right: 2px solid #fff;
    padding-left: 25px;
}
.footer .select table #select{
	background: #3c4155;
    color: #fff;
    width: 90%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    background: url('../img/icon.png') center no-repeat;
    background-size: 100%;
}
.footer .select table #select option{
	color: #333;
	background: #fff;
}
.footer ul li{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footer ul li a{
	color: #fff;
	text-decoration: none;
}
.footer>img{
	 position: absolute;
    bottom: 3px;
    right: 3%;
}
/*页尾结束*/

/*列表开始*/
#tongyong{position: relative;}
#tongyong img{max-width: 100%;}
.tongyong{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 20%;
}
.tongyong h3{
    font-size: 30px;
    color: #fff;
    text-align: right;
}
.tongyong span{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#tongyong_nr, #tongyong_nr1{
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    margin-bottom: 30px;
}
.List_left{
    width: 21.5%;
    float: left;
    margin-top: -40px;
}
.List_left .List_left_top{
    background: #1d59b2;
    padding-top: 26px;
    padding-bottom: 23px;
    padding-left: 30px;
}
.List_left_top h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
}
.List_left_top span{
    font-size: 14px;
    color: #fff;
}
.List_left ul li{
    height: 60px;
    line-height: 60px;
    background: #eee;
    font-size: 18px;
    text-align: center;
}
.span_img{
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
}
.span_img .tuxing{
    display: none;
}
.List_left ul .about_active .tuxing{
    display: block;
}
.List_left ul .about_active .tuxingan{
    display: none;
}
.List_left ul .about_active{
    background: #efa333;
    font-weight: bold;
}
.List_left ul .about_active a{
    color: #1d59b2;
}
.List_left ul li:hover{
    background: #efa333;
    font-weight: bold;
}
.List_left ul li:hover a{
    color: #1d59b2;
}
.List_left ul li:hover .tuxing{
    display: block;
}
.List_left ul li:hover .tuxingan{
    display: none;
}

.List_left ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.List_left_bottom{
    width: 100%;
}
.List_left_bottom dl dd{
    line-height: 25px;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: all 1s ease;
}
.List_left_bottom dl dd:nth-child(1){
    padding: 0;
    margin-top: 20px;
}
.List_left_bottom dl dd:hover a{color: #00579a;}

.List_rigth{
    width: 75%;
    float: right;
}
#tongyong_nr1 .List_rigth{
    width: 100%;
    float: inherit;
}
.List_rigth .current{
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    margin: 25px 0;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.List_rigth .current img{
    margin-right: 9px;
}
.List_rigth .current a{
    text-decoration: none;
    color: #666;
}
.List_rigth_nr a{
   text-decoration: none;
   display: inline-block;
   width: 100%;
}
.tu_img{
    overflow: hidden;
    width: 300px;
    height: 100%;
    float: left;
}
.tu_img img{
    width: 100%;
    height: 100%;
    transition: all 2s; 
}
.List_rigth_top li:hover .tu_img img{
    transform: scale(1.2);  
}
.List_rigth_top li:hover .List_rigth_top_rigth .More{
    background: #00579a;
    color: #fff;
}
.List_rigth_top li{
     width: 100%;
    height: 194px;
    background: #f5f5f5;
}
.List_rigth_top_rigth{
   /* width: 62%;*/
    width: calc((100% - 300px)/1);
    float: right;
    margin-top: 20px;
    padding-left: 20px;
}
.List_rigth_top_rigth h3{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    margin-bottom: 13px;
    display: inline-block
}
.List_rigth_top_rigth p{
    font-size: 16px;
    color: #666;
    line-height: 23px;
    text-align: justify;
    overflow: hidden;
    height: 46px;
}
/*.List_rigth_top_rigth p::after{
    float:right;content:'...';
    height:20px;
    line-height:20px;
    width:30px;
    margin-left:-30px;
    position:relative;
    right: 0;
    top: 0px;
    padding-right:5px;
    background:#f5f5f5;
}*/
.List_rigth_top_rigth span{
    display: inline-block;
    float: right;
    line-height: 27px;
    font-size: 14px;
    color: #888;
}
.List_rigth_top li a{
    padding-right: 30px;
    width: 100%;
    height: 100%
}
.List_rigth_top_rigth .More{
    margin-top: 30px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #1d59b2;
    border: 1px solid #1d59b2;
    transition: all 1s ease;
}
.List_rigth_bottom li{
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    height: 153px;
    transition: all .5s ease;
}
.List_rigth_bottom li:hover{
    height: 160px;
}
.List_rigth_bottom li:hover .time{
    background: #00579a;
}
.List_rigth_bottom li:hover .time span{
    color: #fff;
}
.List_rigth_bottom li:hover .list h3{
    color: #00579a;
}
.List_rigth_bottom .time{
    width: 90px;
    height: 100px;
    float: left;
    background: #e9eef2;
    text-align: center;
    transition: all .5s ease;
}
.List_rigth_bottom .time span{
    display: inline-block;
    color: #00579a;
    font-size: 16px;
    width: 100%;
}
.List_rigth_bottom .time span:nth-child(1){
    font-size: 40px;
    margin-top: 8px;
}
.List_rigth_bottom .list{
    width: calc((100% - 90px)/1);
    padding-left: 3%;
    float: right;
}
.List_rigth_bottom .list h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
    margin-bottom: 19px;
    margin-top: 5px;
    transition: all .5s ease;
}
.List_rigth_bottom .list p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.List_rigth{
    min-height: 400px;
}

/*列表结束*/

/*搜索开始*/
.pager{
    margin: 40px 0;
    width: 100%;
    text-align: center;
}
.pager span, .pager .homepage, .pager .endpage{display: none;}
.pager a{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    transition: all 1s ease;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
}
.pager .curpage{
    background: #00579a;
    color: #fff;
}
.pager .listpage:hover{
    background: #00579a;
    color: #fff;
    text-decoration: none;
}
/*搜索结束*/

/*联系我们开始*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.content_nr h3{
    font-size: 22px;
    line-height: 35px;
}
.content_nr p{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.content_nr ul li{
    font-size: 16px;
    line-height: 34px;
}

/*联系我们结束*/
/*详情开始*/
.content_show tr td{border: 1px solid;}
.content_show p{
    font-size: 18px;
    line-height: 30px;
}
.content_show{min-height: 400px}
.content_show img{max-width: 100%}
.show_top{
    text-align: center;
    margin-bottom: 20px;
}
.content_show .show_top h4{
    font-size: 20px;
    line-height: 35px;
}
.content_show .show_top span{
    color: #666;
    display: inline-block;
}
.show_bottom{height: 50px;}
.show_bottom .Last, .show_bottom .Next{
    width: 40%;
    float: left;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    transition: all 1s ease;
}
.show_bottom .Last{float: left;padding-left: 30px;}
.show_bottom .Next{float: right;padding-right: 30px;}
.show_bottom .Last a, .show_bottom .Next a{
    display: inline-block;
    width: 100%;
    transition: all 1s ease;
}
.show_bottom .Last a:before {
    content: '<';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 18px;
    border: 1px solid #ccc;
    color: #ccc;
    line-height: 25px;
    text-align: center;
    transition: all 1s ease;
}
.show_bottom .Next a:before {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 18px;
    border: 1px solid #ccc;
    color: #ccc;
    line-height: 25px;
    text-align: center;
    transition: all 1s ease;
}
.show_bottom .Last:hover, .show_bottom .Next:hover, .show_bottom .Last:hover a, .show_bottom .Next:hover a, .show_bottom .Last:hover a:before, .show_bottom .Next:hover a:before{
    color: #1d59b2;
    border-color: #1d59b2;
}
/*详情结束*/

/*搜索页面开始*/
#search_ss{
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    min-height: 400px;
    padding-top: 25px;
}
.search_left{
    width: 60%;
    float: left;
}
.search_left .ind_bt, .jieguo{
    line-height: 32px;
}
.jieguo span{color: red;}
.sousuo{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all .7s ease;
}
.sousuo b{
    font-size: 18px;
    line-height: 30px;
    transition: all 1s ease;
}
.sousuo p a{
    line-height: 23px;
    color: #666;
}
.sousuo span{
    font-size: 14px;
    color: #888;
    line-height: 25px;
}
.sousuo:hover b a{
    color: #00579a;
}
.sousuo:hover{
    padding-top: 10px;
}
.search_rigth{
    width: 30%;
    float: right;
}
.search_rigth ul li{
    line-height: 25px;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: all 1s ease;
}
.search_rigth ul li:nth-child(1){
    border-top: 1px solid #ccc;
}
.search_rigth ul li:hover a{color: #00579a;}
/*搜索页面结束*/

/*服务平台开始*/
.content_nrfu{padding-top: 20px;}
.content_nrfu ul{
    width: 100%;
    height: 113px;
    margin-bottom: 40px;
}
.content_nrfu ul li{
    width: 10%;
    float: left;
    text-align: center;
    margin-left: 8%;
}
.content_nrfu ul li img{
    margin-bottom: 10px;
}
.content_nrfu ul li:hover p{color: #1d59b2;}
/*服务平台结束*/

@media only screen and (max-width: 1279px) {


}
