@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,a,pre,hr,figure,table,caption,th,td,form,p,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;font-weight: normal;}
html,body{ width:100%; height:100%;}
iframe{ width:100%; height:100%;vertical-aglin:top;display:block;}
body{ font: 16px/1.5 PingFangSC-Regular, 'Microsoft YaHei',sans-serif, arial,tahoma,\5b8b\4f53,sans-serif; background:#fff; color:#000;}
a{color:#464646; text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
ul,ol,li{list-style:none;}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);outline:none;text-decoration: none; }
b{font-weight: normal;}
a:hover{
	text-decoration: none;
	color:#216faf!important;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;max-width:100%;}
/* 单行文本溢出 */
.over1{
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}

/* 多行文本溢出 */
.over2{
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
/*黑实心点*/
.s1{
		display: inline-block;
	width:6px;
	height:6px;
	border-radius: 3px;
	background-color: #666;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 10px;
}
        
        .logo2 {

    height: 120px;
    font-size:50px;
    font-weight: bold;
    color:#e72815;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -80px;
}
.btn-primary {
    color: #fff;
    background-color: #216faf;
    border-color: #216faf;
    margin:0 15px;
}

/* header */
.header{min-height:400px;background: url(/global/header-bg.png) no-repeat top center;position:relative;overflow: hidden;}
.logo{width: 474px;height:120px;background: url(/global/logo.png) no-repeat center;position:absolute;top:130px;left:50%;margin-left: -237px;}
/* menu */
.menu{min-height:50px;background-color:#216faf;text-align:center;}
.menu ul{width:1200px;height:50px;margin:0 auto;position: relative;}
.menu ul li{list-style:none;padding:0;margin:0;float:left;line-height:50px;text-align: center;font-size: 17px;width:160px;}
.menu ul li#wza{cursor: pointer;}
.menu ul li a{color:#ffffff;display: block;}
.menu ul li a:hover{color:#fff!important;background-color:#10609f;}
.menu ul>.active{color:#ffffff;background-color:#10609f;}


/*惠企页*/
.body_huiqi {
	background-color: #e3f2ff;
}
.header2{
	min-height:282px;
	background: url(/global/huiqi_banner.png) no-repeat top center;
	position:relative;
	overflow: hidden;
}
.p_placeName{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	color:#fff;
}
.p_placeName s{
	display: inline-block;
	width:20px;
	height:20px;
	background:  url(/global/guohui.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
	margin-right:5px;

}
.body_huiqi .content{
	background-color: rgba(255,255,255,0);
	margin-top:50px;
}

.div_GuideReading{
	background-color: #fff;
	padding:20px;
	position: relative;
	height: auto;
}
.GuideReading_title{
	display: inline-block;
	width:127px;
	height:44px;
	background:  url(/global/GuideReading.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	top:-20px;
	left:50%;
	margin-left: -64px;
}
.div_GuideReading p{
	line-height: 32px;
	width:90%;
	margin-left: 5%;
	margin-top: 15px;
	color:#333;
}
.div_contentBlock{
	background-color: #fff;
	margin-top: 20px;
	border:1px solid #e7e7e7;
}

.div_contentBlock .tab_nav{
	background-color: #f0f8ff;
}

.body_huiqi .div_contentBlock .nav-tabs>li.active>a, .body_huiqi .div_contentBlock .nav-tabs>li.active>a:focus, .body_huiqi .div_contentBlock .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #f0f8ff;
    border-bottom-color: transparent;
    border: 0;
    border-bottom: 3px solid #077ff4;
    color: #077ff4;
    cursor: pointer;
}

.div_contentBlock .huiqi_tabSearch{
	background-color: #f0f8ff;
	height: 46px;
	border-bottom: 1px solid #ddd;

}

.div_contentBlock .huiqi_tabSearch .btn-primary{
	border-radius: 0!important;
}
.div_contentBlock .huiqi_tabSearch .btn:hover{
	color: #fff!important;
}
.contentBlock_tabTitle{
	height: auto;
	overflow: hidden;
	background-color: #f0f8ff;
	padding:10px 0;}

.ul_contentBlock{
	padding:15px;
}

.ul_contentBlock{
	height: auto;
	overflow: hidden;
}
.ul_contentBlock li{
	padding:5px 0;
}
.ul_contentBlock li a{
	display: flex;
	display: -webkit-flex;
	color:#333;
}
.ul_contentBlock li p{
	flex: 3;
}
.col-md-4 .ul_contentBlock li p,.col-md-3 .ul_contentBlock li p,.col-md-5 .ul_contentBlock li p{
	flex: 2;
}
.ul_contentBlock li  p s{
	display: inline-block;
	width:6px;
	height:6px;
	border-radius: 3px;
	background-color: #666;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.ul_contentBlock li b{
	flex: 1;
	text-align: right;
	color:#999;
	font-size: 14px;
}

.div_contentBlock s.icon_sqzc{
	display: inline-block;
	width:40px;
	height:30px;
	background:  url(/global/icon_sqzc.png) 0 0 no-repeat;
	vertical-align: middle;
	-webkit-background-size: auto;
	background-size: auto;
}

.div_contentBlock s.icon_zcjd{
	display: inline-block;
	width:40px;
	height:30px;
	background:  url(/global/icon_zcjd.png) 0 0 no-repeat;
	vertical-align: middle;
	-webkit-background-size: auto;
	background-size: auto;
}

.div_contentBlock s.icon_wxts{
	display: inline-block;
	width:40px;
	height:30px;
	background:  url(/global/icon_wxts.png) 0 0 no-repeat;
	vertical-align: middle;
	-webkit-background-size: auto;
	background-size: auto;
}

.body_huiqi .footer2{
	border-top:4px solid #216faf;
	background-color: #fff;
}
.body_huiqi .footer2 #aboutus{
	color: #333;

}
/*二级导航*/
/*.menu ul li .inner_menu{
	width: 450px;
	position: absolute;
	top:50px;
	left: 0;
	background-color: #fff;
	border:1px solid #ddd;
	padding:10px;
	z-index: 99;
}
.menu ul li .inner_menu ul{
	width: 450px;
}
.menu ul li .inner_menu li{
	padding:4px 8px;
	font-size: 16px;
	width: auto;
	line-height: 28px;
}
.menu ul li .inner_menu a{
	display: inline-block;
	color:#216faf;
	padding:0 5px;
	background-color: #fff;
}
.menu ul li .inner_menu a:hover{
	color:#216faf!important;
	text-decoration: underline!important;

}*/
/* content */
.content{min-height: 500px;background-color:#fff;max-width: 1200px;margin:0 auto;margin-top:10px;margin-bottom: 40px;}
@media (min-width:768px) {
.content{min-height: 500px;background-color:#fff;width: 1200px;margin:0 auto;margin-top:10px;margin-bottom: 40px;}
}

/* footer */
.footer{min-height:120px;background-color:#216faf;padding:20px 0;font-size:14px;text-align:center;}
.footer .footer-main{width:1200px;margin:0 auto;}
.footer .footer-main .f_left{width: 300px;height:auto;float:left;text-align:right;}
.footer .footer-main .f_right{width: 900px;height:auto;float:right;}
.footer .footer-main .f_right #aboutus{text-align:center;}
.footer .footer-main .f_right #aboutus a{color:#ffffff;}
.footer .footer-main .f_right #aboutus a:hover{color:#ffffff!important;text-decoration: underline!important;}
.footer .footer-main .f_right #aboutus span{color:#ffffff;padding:0 10px;}
.footer .footer-main .f_right #copyright{margin-top:10px;text-align:center;color:#ffffff;}
.footer .footer-main .f_right #copyright span{display: block;padding:3px 0}
.footer .footer-main .f_right #copyright span img{vertical-align:middle;padding-bottom:4px;}

.footer2 .footer-main .f_right #aboutus a{color:#333;}
.footer2 .footer-main .f_right #aboutus span{color:#333;padding:0 10px;}
.footer .footer-main .f_right #aboutus a:hover{
	color:#216faf!important;
	text-decoration: underline!important;
}
.footer2 .footer-main .f_right #copyright{margin-top:10px;text-align:center;color:#333;}

/**图片轮播*/
.swiper-container h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 577px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    text-align: center;
    font-weight: normal;
    z-index: 111;
    font-size: 16px;
	background-color: rgba(0,0,0,0.4);
}
.swiper-container h3 a{color:#ffffff}
.swiper-pagination-bullet{background:#ffffff;opacity:1}
.swiper-pagination-bullet-active{background:red}
.swiper-pagination{text-align:right;}

/**投资潮州**/
.tzdt{min-height:269px}

/**要闻动态**/
.ywdt{min-height:350px}

/*内容*/
.div_newsAndSearch,.div_breadcrumbAndSearch{
	margin-bottom: 10px;
	height:36px;
}
.div_newsAndSearch span{
	font-weight: 700;
	color:#216faf;
	width:100px;
}
.div_newsAndSearch .icon_news{
	display: inline-block;
	width:23px;
	height:20px;
	background:  url(/global/icon_news.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}
.div_newsAndSearch .p_notice{
	margin-left: 10px;
	line-height: 32px;
	display: inline-block;
}
.div_Search{
	border:1px solid #ddd;
	border-radius: 17px;
	height:36px;
	background-color: #fff;
	float: right;
	margin-top: 5px;
}
.div_Search .icon_Search{
	display: inline-block;
	width:20px;
	height:20px;
	background:  url(/global/icon_Search.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 20px;
}
.div_Search .input_search{
	border:0;
	height:32px;
	line-height: 32px;
	padding-left: 10px;
}
.div_Search .btn_Search{
	border-radius: 17px;
	background-color: #216faf;
	color:#fff;
	padding:7px 20px;
}
.div_breadcrumbAndSearch .breadcrumb{
	background-color: #fff;
	padding-left: 0;
	margin-bottom: 0;
}

.div_newscontent{
		margin-top:20px;
}

.div_newscontent .nav-tabs>li a{
	color:#216faf;
}

.nav-tabs>li{
	margin:0 10px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
    border:0;
    border-bottom: 3px solid #e72815; 
    color:#e72815;
}
.ul_news{
	margin-top: 15px;
	margin-bottom: 15px;
}
.ul_news li{
	padding:5px 0;
}
.ul_news li a{
	display: flex;
	display: -webkit-flex;
	color:#333;
}
.ul_news li p{
	flex: 5;
}
.col-md-4 .ul_news li p,.col-md-3 .ul_news li p,.col-md-5 .ul_news li p{
	flex: 2;
}
.ul_news li  p s{
	display: inline-block;
	width:6px;
	height:6px;
	border-radius: 3px;
	background-color: #666;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.ul_news li b{
	flex: 1;
	text-align: right;
	color:#999;
	font-size: 14px;
}
.div_zhuanti{
	margin:20px 0;
}

/*常用icon*/
.div_commonlyIcon{
	display: flex;
	display: -webkit-flex;
}
.a_commonlyIcon{
	flex: 1;
	border:1px solid #ddd;
	padding:20px;
/*	color:#216faf;*/
	text-align: center;
}
.a_commonlyIcon .cwhy_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/global/icon_cwhy.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .zwgk_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .zqqd_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/global/icon_zqqd.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .czyjs_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/global/icon_czyjs.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .sjkf_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/global/icon_sjkf.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .xyxx_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/global/icon_xyxx.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .gwyks_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/global/gwyks.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.a_commonlyIcon .zfcg_commonlyIcon{
	display: block;
	width:50px;
	height:55px;
	background:  url(/2022pic/zw_b_zwwgk.png) -5px 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.blank{
	width:20px;/*中间留白*/
}
.blank1{
	width:60px;/*中间留白*/
}

/*常用版块*/
.div_commonlyBlock{
 margin-top: 20px;
}
.div_zwgk{
	border:1px solid #ddd;
	height: auto;
	overflow: hidden;
	/*padding-bottom: 20px;*/
}
.icon_zwgk{
	display: flex;
	display: -webkit-flex;
	margin:20px 20px 0;
}
.icon_zwgk a{
	flex: 1;
	border:1px solid #ddd;
	padding:10px;
	color:#216faf;
	text-align: center;
}
.icon_zwgk a span{
	margin-left: 8px;
}
.icon_zwgk a span{
	margin-left: 8px;
}
.icon_xxgk{
	display: flex;
	display: -webkit-flex;
	margin:45px 0px 0;
}
.icon_xxgk a{
	flex: 1;
	border:1px solid #ddd;
	padding:10px;
	color:#216faf;
	text-align: center;
	}
.icon_xxgk a span{
	margin-left: 8px;
}
.div_sjfb{
	width: 150px;
	height: 70px;
	background-color: #E3E3E3;
	text-align: center;
	line-height: 65px;
	}
.div_sjfb active{
	width: 150px;
	height: 70px;
	background-color: #10609F;
	text-align: center;
	line-height: 65px;
	}
.icon_zwgk .ldxx{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/ldxx.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .jgsz{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/jgsz.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .mailbox{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/mailbox.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .consult{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/consult.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .xxgkml{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/xxgkml.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .zjdc{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/zjdc.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .zxft{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/zxft.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.icon_zwgk .xxgkzn{
	display: inline-block;
	width:28px;
	height:28px;
	background:  url(/global/xxgkzn.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:0 auto;
}
.div_zwgk .ul_news{
	margin:15px 20px;
}
.tab_inner{
	height:32px;
	background-color: #e7e7e7;
	margin:20px 20px 0;
}
.tab_inner li{
	display: inline-block;
}
.tab_inner a{
	display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: #e7e7e7;
    text-align: center;
    color: #333;
}
.tab_inner a.active{
	background-color: #216faf;
	color: #fff;
}
.tab_inner a:hover{
	color: #fff!important;
	background-color: #105f9f;
}
.zwfw_banner{
	display: block;
	margin:20px 20px 0;
}
.zwfw_banner img{
	width: 100%;
}
.ul_btn{
	margin:20px 20px 0;
}
.ul_btn li {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;
}
.ul_btn li a{
	flex: 1;
	display: inline-block;
	padding:5px 15px;
	border:1px solid #216faf;
	border-radius: 20px;
	color:#216faf;
	text-align: center;
}
.ul_btn li a.default{
	background-color: #216faf;
	color:#fff;
}
.tab_search{
	margin:20px 20px 0;
	
}
.tab-pane .div_Search{
	display: flex;
	display: -webkit-flex;
	float: inherit;
	border-radius: 0px;
}
.tab-pane .div_Search .input_search{
	flex: 1;
}
.tab-pane .div_Search .icon_Search{
	margin-top: 7px;
}
.tab-pane .div_Search .btn_Search{
	border-radius: 0px;
	padding:7px 20px;

}

/*政府机构*/

.div_departmentList{
    margin-top: 15px;
}
.div_zfjg{
    padding: 15px;
	border:1px solid #ddd;
	height: auto;
    overflow: hidden;
}

.div_zfjg .tab_name{
	display: block;
	padding: 10px 15px;
	background-color: #216faf;
	color:#fff;
	margin-right:15px;
}
.dl_department {
	width:24%;
	display:inline-block;
	flex: 1;

}
.dl_department dd{
	padding:5px 10px 5px 5px;
}



/*底部下拉选择组*/

.selectGroup{
	margin-top:15px;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-flex;
}

.selectGroup  select{
	flex: 1;
	height:36px;
	border:1px solid #ddd;
	padding-left:10px;
}

/*领导信息*/
.div_ldxx{
	border:1px solid #ddd;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.div_ldxx .info_ldxx{
	padding-top: 15px;
}

.ldPhoto{
	margin: 20px 0px 10px 0px;
    display: block;
}
.div_ldxx .tab_ldxx .div_ldPhoto{
	text-align: center;
}
.div_ldxx .tab_ldxx  .ldName{
	display: block;
	font-size: 18px;
	color:#e62814;
	margin-bottom:20px;
}
.div_ldxxLeft{
	text-align: center;
	margin-top: 15px;
	color:#111;
	padding:0;
}
.div_ldxxLeft  div{
	margin-bottom: 10px;
}
.div_ldxxLeft img{
	display: block;
	margin:0 auto;
	width:320px;
	overflow: hidden;
}
.div_ldxxLeft span{
	text-align:center;
}
.div_ldxxLeft span b{
	font-weight: 700;
}
.div_ldBtn {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.div_ldBtn a{
	display: block;
	border: 1px solid #ddd;
    padding: 10px;
    color: #216faf;
    text-align: center;
    margin-bottom: 15px;
}
.div_ldBtn a s{
	display: inline-block;
	width:30px;
	height:30px;
	margin-right: 10px;
}
.div_ldBtn a .icon_jgsz{
	background:  url(/global/ldxx.png) 0 0 no-repeat;
	vertical-align: middle;
}
.div_ldBtn a .icon_bmld{
	background:  url(/global/jgsz.png) 0 0 no-repeat;
	vertical-align: middle;
}

.info_ldxx .tab-pane{
	min-height:200px;   
	overflow: hidden;
    padding-bottom: 15px;
}
.ul_ldxxRight{
	padding:0;
}
.ul_ldxxRight li{
	text-align: center;
	margin-top: 15px;
}
.ul_ldxxRight li div{
	margin-bottom: 7px;
}
.ul_ldxxRight li div img{
	width: 150px;
	overflow: hidden;
	height: 176px;
}
/*数据发布*/
.div_dataPublish{
	border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
    margin-top:15px;
}
.div_dataPublish .tab_sjfb{
	margin-top: 15px;
	margin-bottom: 15px;
}
.div_sjfbTab li{
	margin-bottom: 15px;
}
.div_sjfbTab li a{
	display: block;
	width: 100%;
	background-color: #f3f3f3;
	color:#222;
	padding:20px 20px;
	text-align: center;
}
.div_sjfbTab li a.active{
	display: block;
	width: 100%;
	background-color: #216faf;
	color:#fff;
	padding:20px 20px;
	text-align: center;
}
	
.div_sjfbData{
	border: 1px solid #eee;
    height: auto;
    padding:10px 15px;
}
.div_sjfbData .table_sjSearch select{
	height: 36px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.div_sjfbData .table_sjSearch  span{
	display: block;
	margin:0 10px;
}
.div_sjfbData .div_Chart{
	margin-top:15px;
	width: 100%;
	height:200px;
	background-color: #f0f0f0;
	margin-bottom:10px;
}



/*通用概览——列表1 */

.div_currencyList{
	border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
    margin-top:20px;
	margin-bottom:30px;
}
.div_currencyList .ul_news{
	padding:0 15px;
}
.div_currencyList .ul_news li{
	padding:8px 0;
	border-bottom:1px dashed #eee;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    vertical-align: middle;
    border-radius: 4px;
}
.flip_nav{	
    width: 100%;
    text-align: right;
}
.page_total{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	font:14px "微软雅黑";
	color:#333;
}
.page_number{
	font:16px "微软雅黑";
	color:#333;
	font-weight: 600;
	margin:0 5px;
}
.jump_to{
	display: inline-block;
	vertical-align: middle;
	font:14px "微软雅黑";
	color:#333;
	margin-left: 10px;
	margin-right: 10px;
}
.jump_to .input_page{
	display: inline-block;
	vertical-align: middle;
	border:1px solid #ccc;
	width:60px;
	padding: 5px 0 6px 10px;
	margin:0 10px;
}
.flip_nav .pagination  li a{
	margin:0 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff!important;
    cursor: default;
    background-color: #216faf;
    border-color: #216faf;
}

.flip_nav .btn-primary{
	border-radius: 0;
	background-color:#216faf; 
}

/*通用列表2*/
.div_currencyListTwo{
	height: auto;
	overflow: hidden;
	margin-top:20px;
	margin-bottom: 20px;

}
.currencyListTwo{
	padding:0 10px;
	border: 1px solid #ddd;

}
.currencyListTab{
	border: 1px solid #ddd;
	padding-left: 0;
	padding-right: 0;
}
.currencyListTab li{
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}
.currencyListTab li a{
	display: block;
	width: 100%;
	background-color: #fff;
	color:#222;
	padding:10px 10px;
} 
.currencyListTab li a.active,.currencyListTab li a:hover{
	background-color: #c6dff4;
	color:#216faf;
}
.currencyListTab li .tabTitle{
	display: block;
	width: 100%;
	background-color: #216faf;
	color:#fff;
	padding:10px 10px;
}
.currencyListTab li a s{
	display: inline-block;
	width:15px;
	height:15px;
	margin-right: 10px;
	background:  url(/global/arr_gary.png) 0 0 no-repeat;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}
.currencyListTab li a.active s{
	background:  url(/global/arr.png) 0 0 no-repeat;
	vertical-align: middle;
}
.currencyListTab li a:hover s{
	background:  url(/global/arr.png) 0 0 no-repeat;
	vertical-align: middle;
}

/**走进潮州**/
.ZhuTi{
    width: 100%;
    text-align: center;
    height: 2600px;
}
.SouSuo{
    float: left;
    width: 100%;
}
.left{
    float: left;
    font-size: 12px;
    color:#8c8c8c;
    cursor: context-menu;
}
.right{
    float: right;
    width: 335px;
    height: 32px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    background: #fff;
}
.right1{
    float: left;
    border: 0;
    height: 32px;
    width: 230px;
    margin-left: 10px;
    text-indent: 35px;
    background: url("/global/a2.jpg") no-repeat 2px;

}
.right2{
    float: right;
    width: 88px;
    height: 32px;
    background:#2b69b4;
    color: #fff;
    text-align: center;
    line-height: 5px;
    border-radius: 15px;
    border: 0;
}

.line{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #206eb0;
    font-weight: bold;
    margin-top: 30px;
}
.line2{
    float: left;
    width: 43px;
    height: 2px;
    background:#bababa;
    margin-left: 48%;
    margin-top: 6px;
}

.LR{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.L1{
    float: left;
    width: 48%;
    height:350px;
    background: url("/global/a3.jpg") no-repeat;
}
.R2{
    float: right;
    width: 48%;
}

.R2_1{
    float: left;
    width: 269px;
    height: 52px;
    border:1px solid #d2d2d2;
    font-size: 15px;
    text-align: center;
    padding: 14px 0 0 0;
    color:#333;
    cursor: pointer;
    background: url("/global/a4.jpg")no-repeat 70px center;
    margin-bottom: 22px;
}

.R2_2{
    float: right;
    width: 269px;
    height: 52px;
    border:1px solid #d2d2d2;
    font-size: 15px;
    text-align: center;
    padding: 14px 0 0 0;
    color:#333;
    cursor: pointer;
    background: url("/global/a4.jpg")no-repeat 70px center;
    margin-bottom: 22px;
}
.R2_3{
	float: right;
    width: 269px;
    height: 52px;
    border:1px solid #d2d2d2;
    font-size: 15px;
    text-align: center;
    padding: 14px 0 0 0;
    color:#333;
    cursor: pointer;
    margin-bottom: 22px;
}
.t1{
    background: url("/global/a5.jpg")no-repeat 70px center;
}

.t2{
    background: url("/global/a6.jpg")no-repeat 70px center;
}

.t3{
    background: url("/global/a7.jpg")no-repeat 70px center;
}

.t4{
    background: url("/global/a8.jpg")no-repeat 70px center;
}

.t5{
    background: url("/global/a11.jpg")no-repeat 70px center;
}
.t6{
     background: url("/global/a9.jpg")no-repeat 70px center;
 }
.t7{
    background: url("/global/a12.jpg")no-repeat 70px center;
}
.t8{
    background: url("/global/a10.jpg")no-repeat 70px center;
}
.t9{
    background: url("/global/a13.jpg")no-repeat 70px center;
}

.as{
    float: left;
    width: 100%;
    margin-top: 43px;
}

.as_1{
    float: left;
    width: 383px;
    height: 232px;
    background: url("/global/b1.jpg") no-repeat;
}

.as_2{
    margin-left: 25px;
    background: url("/global/b2.jpg") no-repeat;
}

.as_3{
    margin-left: 25px;
    background: url("/global/b3.jpg") no-repeat;
}
.Ea{
    float: right;
    width: 578px;
    height: 347px;
    border: 1px solid #d2d2d2;
}

.Ea_1{
    float: left;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #d2d2d2;
}

.Ea_2:hover{
    float: left;
    width: 128px;
    height: 36px;
    border-bottom: 2px solid red;
    color: red;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.Ea_2{
    float: left;
    width: 128px;
    height: 36px;
    color: red;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.Ea_2_yes{
    float: left;
    width: 128px;
    height: 36px;
    border-bottom: 2px solid red;
    color: red;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.Ea_3{
    margin-top: 15px;
    float: left;
    width: 74%;
    white-space:nowrap;
    overflow: hidden;
    background: url("/global/c1.jpg") no-repeat left;
    text-indent: 15px;
    margin-left: 13px;
    cursor: pointer;
    color: #333;
}

.Ea_4{
    margin-top: 15px;
    float: right;
    width: 21%;
    color: #9a9a9a;
}

.tupian{
    float: left;
}

.wenzhang{
    float: left;
    text-align: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
    letter-spacing:1px;
    color:#333;

}

.kuai{
    float: left;
    width: 169px;
    height: 48px;
    border:1px solid #ccc;
    margin-left: 17px;
    color:#216faf;
    text-align: center;
    padding: 10px 0 0 30px ;
    cursor: pointer;
    background: url("/global/d1.jpg")no-repeat 25px;
}
.k1{
    background: url("/global/d2.jpg")no-repeat 25px;
}
.k2{
    background: url("/global/d3.jpg")no-repeat 25px;
}
.detail_content{
	border: 1px solid #ddd;
	padding:10px;
}

.detail_content h2{
	font-size:22px;
	font-weight:600;
	text-align:center;
	margin:30px 0 20px 0;
}

.detail_content .subtitle{
width:100%;}

.detail_content .t_info{
width: 92%;
	height:40px;
background:#ededed;
	line-height:40px;
text-align:center;margin-left:4%;}
.detail_content .t_info .col-md-3{
	color:#999999;
	font-size:13px;
}
.detail_content .info{
	padding:30px;
}
.detail_content p{
	line-height: 1.6em;
	/*text-indent: 2em;*/
}



.page {
    width: 1147px;
    height: 41px;
    margin: 40px auto;
    text-align: center;
    padding-top: 35px;
}
.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 7px 4px 11px;
    margin: 0 2px;
}
.page a.current {
    color: #fff;
    background-color: #3d7dcb;
}

.zxbs_tit span.hover {
    background-color: #3667d1;
    color: #fff;
}

.zxbs_tit span {
    width: 50%;
    float: left;
    height: 32px;
    font-size: 18px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 55px bottom;
    color: #1e1e2a;
    cursor: pointer;
}
.rowzjcz {
    margin-right: -33px;
    margin-left: 3px;
}
.a_More {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    color: #1599d8;
}