@charset "utf-8";
/* reset.css */
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
	color: #333333;
	font-family: "微软雅黑";
}

body{
	background: #f7faff;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.fon12{
	font-size: 12px;
}
.mart20{
	margin-top: 20px;
}
.mart40{
	margin-top: 40px;
}
.marr24{
	margin-right: 24px;
}
.yione{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.yimore{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.yimore2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.color6{
	color: #666;
}
.color9{
	color: #999;
}
.fontB{
	font-weight: bold;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
.w700{
	width: 700px;

}
.w480{
	width: 480px;
}
.w800{
	width: 800px;

}
.w380{
	width: 380px;
}
.whiteBg{
	background: #fff;
}
.p15{
	padding: 0 15px;
}
.pa15{
	padding: 15px;
}
.pa20{
	padding: 20px;
}
.over{
	overflow: hidden;
}
.aLine{
	border-bottom: 3px solid #0161b5;
	display: inline-block;
	height: 51px;
	
}
.listImg{
	width: 440px;
	height: 92px;
	text-align: center;
	margin-top: 19px;
}
.listImg img{
	width: 100%;
}
/* 漂浮窗 */
.floatBox{
	position: fixed;
	top: 290px;
	right: 0;
}
.floatBox .wei{
	background: #2179c8;
}
.floatBox .up{
	background: #d3d3d3;
}
.floatCon{
	width: 70px;
	height: 70px;
	text-align: center;

}
.floatCon span{
	width: 38px;
	height: 38px;
	margin-top: 16px;

}
.floatBox .codes{
	position: absolute;
	right: 70px;
	top: 0;
}
.floatBox .codes p{
	font-size: 12px;
	text-align: center;
}
.floatBox .codes .imgBoxs{
	width: 80px;
	height: 80px;
}
.floatBox .codes .imgBoxs img{
	width: 100%;
	height: 100%;
}
/* 首页 */
.top{
	width: 100%;
	height: 180px;
	background: url(../images/top_2.jpg) no-repeat center;
	overflow: hidden;
}
.conBox{
	width: 1200px;
	margin: 0 auto;
}
.shadowBox{
	box-shadow: 0px 3px 4px rgba(0,0,0,0.05);
}
.rightText span{
	margin: 6px;
}
.logoBox{
	margin-top: 45px;
}
.rightSearch{
	width: 370px;
	margin-top: 10px;
}
.rightSearch .btn{
	padding: 1px 24px;
	background: #2179c8;
	height: 40px;
}
.rightSearch .btn:hover{
	background: #0061B4;
}
.rightSearch .form-control{
	height: 40px;
}
.rightSearch .btn img{
	vertical-align: middle;
}
/* 导航 */
.navBox{
	height:54px;
	background: #0061b4;
	border-bottom: 4px solid #cbe6ff;
	
}
.navLi{
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	justify-content: space-between;
	position: relative;
}
.navLi .liBox{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #297ac0;
	width: 100%;
}
.navLi .liBox a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 50px;
	width: 100%;
	
	
}
.liBoxAction{
	background: #2179C8;
}
.navLi .liBox:hover{
	background: #2179C8;
}

.navLi .liBox a span{
	vertical-align: middle;
	margin-right: 8px;
}

.disnone{
	display: none;
}
.disblock{
	display: block;
}
.slideLi{
	position: absolute;
	z-index: 999;
	height: 60px;
	left: 0;
	width: 1200px;
	top: 50px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.08);
	
}
.slideLi ul{
	position: absolute;
	left: 14%;
	
}
.slideLi ul li{
	float: left;
	margin-right: 30px;
}
.slideLi ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #333333 !important;
}
.slideLi ul li a:hover{
	color: #0161b5 !important;
}
.firstLi, .zhaoLi{
	background: none;
	box-shadow: none;
}
.sliderNews .leftImg{
	width: 576px;
	height: 372px;

}
/* 新闻轮播图 */
.sliderNews{
	margin-top: 40px;
	background: #fff;
	height: 375px;

}
.rightNews{
	margin-left: 20px;
	width: 596px;
	padding: 0px 15px 15px 0px;
}
/* 本例子css */
.slideBox{ width:576px; height:372px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:9px; height:9px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;}
.slideBox .hd ul li.on{ background:#ff9500;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:576px; height:372px; display:block;  }
.titP{
	height: 46px;
	background: rgba(0,0,0,0.4);
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	padding-left: 15px;
}
/* 导航样式 */
.tabBox ul{
	overflow: hidden;
}
.ulBoxs{
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
.tabBox ul li{
	float: left;
	width: 108px;
	
}
.tabBox ul li a{
	display: inline-block;
	width: 93%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.tabBox .liAction{
	border-bottom: 3px solid #0161b5;
	color: #0161b5 !important;
}
.liAction a{
	color: #0161b5 !important;
}
.cut{
	color: #ccc;
}
.more{
	margin-top: 15px;
}
.clear{
	clear: both;
}
.newsTitBig{
	/*font-size: 18px;*/
	font-size: 24px;
	font-weight: bold;
	color: #252525;
	padding: 16px 0 0;
}
.bigTit{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.bigTit:hover{
	/*color: #0161b5;*/
	color:red;
	font-weight: bold;
	text-decoration: none;
}
.newsDetail{
	font-size: 14px;
	color: #999;
}
.newsDetail a{
	color: #999;
	text-decoration: none;
}
.newsDetail a:hover{
	text-decoration: underline;
}
.newsDetail a{
	display: inline-block;
	overflow: hidden;
	height: 66px;
	line-height: 1.5;
	margin: 12px 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.newsDetail a p{
	display: inline-block !important;
	overflow: hidden !important;
	height: 66px !important;
	line-height: 1.5 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
	color:#999 !important;
	text-indent: 0em !important;
	font-size: 14px !important;
	margin: 0 !important;

}
.newsDetail a p span{
	display: inline-block !important;
	overflow: hidden !important;
	height: 66px !important;
	line-height: 1.5 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
	color:#999 !important;
	text-indent: 0em !important;
	font-size: 14px !important;
	margin: 0 !important;

}
.newsDetail a p:hover{
	text-decoration: underline !important;
}
.newsDetail a p span:hover{
	text-decoration: underline !important;
}
.newsDetail a div:hover{
	text-decoration: underline !important;
}

.newsDetail a div{
	display: inline-block !important;
	overflow: hidden !important;
	height: 66px !important;
	line-height: 1.5 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
	color:#999 !important;
	text-indent: 0em !important;
	font-size: 14px !important;
	margin: 0 !important;

}
.newsUlBox li a{
	font-size: 16px;
	color: #333333;
	background: url(../images/circle.png) no-repeat left center;
	padding-left: 15px;
	width: 76%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;

	
}
.newsUlBox li a:hover{
	color: #0161b5;
	text-decoration: none;
}
.newsUlBox li{
	margin-bottom: 16px;
	overflow: hidden;
}
/* 专题栏 */
.specialImg .specialImgs{
	width: 1200px;
}
.specialImg{
	position: relative;
}
.specialImg .coner{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 74px;
	height: 77px;
	background-position: -511px -217px;
}
.currImg a{
	width: 216px;
	height: 144px;
	display: inline-block;
}
.currImg a img{
	width: 100%;
	height: 100%;
}
.currText a{
	height: 44px;
	line-height: 1.5;
	
	
}
/* 公告行 */
.noticeWrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.noticeBox .noticeWrap{
	background: #fff;
	padding: 0 15px;
}
.noticeBox .noticeWrap .BoxBig{
	width: 34%;
	
}
.noticeBox .noticeWrap .BoxSmall{
	width: 28%;
}
.titBoxs{
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.titBoxs .tits a{
	font-size: 18px;
	font-weight: bold;
	color: #0161b5;
}
.titBoxs .tits a:hover{
	text-decoration: none;
}
.titBoxs .titImg span{
	vertical-align: middle;
	margin-right: 4px;
}
.newsUlBoxThree li a{
	font-size: 16px;
	color: #333333;
	background: url(../images/circle.png) no-repeat left center;
	padding-left: 15px;
	width: 66%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	
}
.newsUlBoxThree li a:hover{
	color: #0161b5;
	text-decoration: none;
}
.newsUlBoxThree li{
	margin-bottom: 16px;
	overflow: hidden;
}
.listBox{
	padding: 20px 6px;
}
.imgList{

	text-align: center;
}
.imgLiBox{
	margin-bottom: 1px;
}
/* 协会名单 */
.nameList .nameLeft{
	width: 110px;
	border-right: 2px solid #0161b5;
	padding-right: 10px;
}
.nameListWrap{
	background: #fff;
	height: 174px;
	padding: 20px 15px;
}
/* 滚动本例子css */
.picMarquee-left{ width:1058px;  overflow:hidden; position:relative; }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:0 10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:178px; height:108px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.nameRight .title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 176px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 4px;

}
.nameRight .title a{
	font-size: 14px;
	color: #333;
}
.nameLeft ul li{
	height: 30px;
	background: #f0f0f0;
	color: #2179c8;
	margin-bottom: 4px;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
.nameList .liBg{
	background: #2179c8;
	color: #fff;
}
.listCon{
	padding: 0 20px;
	overflow: hidden;
	
}
.listCon li{
	float: left;
	color: #fff;
	margin-bottom: 15px;
	border-right: 1px solid #ccc;
	padding: 0 20px;
	
}
.listCon li a{
	color: #333;
}
.downLoadImg ul{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 30px;
	padding-left: 10px;
	
}

.downLoadImg ul li{
	float: left;
	width: 33%;
}
/* 课程 */
.currCon{
	background: #fff;
	padding: 0 15px;
}
.currLiBox{
	padding-top: 25px;
	overflow: hidden;
	padding-bottom: 40px;
}
.currLiBox li{
	background: #fff;
	box-shadow: 0px 3px 4px rgba(3,0,8,0.07);
	width: 216px;
	overflow: hidden;
	padding-bottom: 18px;
	float: left;
	margin-right: 18px;
	border-radius: 4px;
}
.currLiBox .currText {
	padding: 15px 20px;
}
.currText a{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.currText a:hover{
	color: #0161b5;
}
.currBtn{
	float: right;
	margin-right: 10px;
}
.currBtn a{
	width: 84px;
	background: #2179c8;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 50px;
	padding: 6px 10px;
}
.currBtn a:hover{
	background: #0061b4;
}
/* 友情链接 */
.friendBox {
	padding: 0 20px;
}
.youL{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.friendBox .form-control{
	background: #ebebeb;
	height: 30px;
	border-radius: 0;
	padding: 0 6px;
}
/* footer */
.footer{
	border-top: 3px solid #0161b5;
	margin-top: 25px;
}
.footerBox{
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	line-height: 2;
}
.footerBox span{
	margin-left: 30px;
	color: #666666 !important;
}
.powerBox{
	height: 42px;
	line-height: 42px;
	background: #ebeef2;
	font-size: 14px;
	color: #666 !important;
	text-align: center;
}
.powers{
	color: #666;
}
/* 新闻中心二级页面 */
.bread{
	font-size: 14px;
	margin-bottom: 15px;
}
/* .listGroups{
	overflow: hidden;
} */
.listGroups .listLeftBox{
	width: 20%;
}
.listGroups .listRightBox{
	width: 78%;
	border: 1px solid #cccccc;
	background: #fff;
}
.listGroups .topT{
	width: 100%;
	height: 80px;
	background: url(../images/tittopbg_1.png) no-repeat center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height:70px;
	z-index: 99;
	position: relative;
	
}
.topTUl{
	border: 1px solid #cccccc;
	background: #fff;
	position: relative;
	top: -11px;
}
.topTUl li{
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #ccc;
}
.topTUl a{
	display: inline-block;
	width: 100%;
	line-height: 74px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	
}
.topTUl a:hover, .topTUl a:hover span{
	text-decoration: none;
	color: #2179c8;
}
.topTUl a span{
	position: absolute;
	right: 20px;
	font-weight: bold;
	color: #999999;
}
.topUlAction{
	text-decoration: none;
	color: #2179c8 !important;
	font-weight: bold;
}
.topUlAction span{
	color: #2179c8;
}
.listTitle{
	font-size: 18px;
	font-weight: bold;
	color: #0161b5;
	margin-bottom: 34px;
}
.fenge{
	color: #ccc;
	border-style:dashed ;
	width:100%
}
/* 外面盒子样式---自己定义 */
.pageBoxs{
	text-align: center;
}
.page_div{margin:20px 10px 20px 0;color:#666}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;height:30px;cursor:pointer;color:#666;font-size:13px;line-height:26px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#2179c8;border:1px solid #2179c8}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#2179c8;border-color:#2179c8;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#2179c8;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}

/* 新闻详情界面 */
.detailBox{
	border: 1px solid #ccc;
	padding: 40px;
}
.detailBox2{
	height: 58px;
	border-bottom: 1px dashed #ccc;
	line-height: 58px;
	font-size: 14px;
	margin-bottom: 30px;
}
.detailBox2 .shareIcon img{
	vertical-align: middle;
}
.detailTit{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.detailCon p{
	color: #333;
	line-height: 2.2;
	margin-bottom: 20px;
}
.detailCon .imgs{
	text-align: center;
}
.dowloadLine{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 60px;
}
.dowloadLine a{
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
}
.entranceBox ul li{
	float: left;
	width: 224px;
}
.entranceBox ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
/* 会员风采 */
.listTitle1{
	font-size: 18px;
	font-weight: bold;
	color: #0161b5;
	margin-bottom: 30px;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;

}
.formBox .inputL{
	width: 100px;
	float: left;
	margin-top: 3px;
	text-align: right;
}
.formBox .inputB{
	width:158px;
	float: left;
	margin-top: 3px;
	text-align: right;
}
.formBox .inputR{
	float: left;
	width:310px;
}
.formBox .inputRb{
	float: left;
	width:250px;
}
.forLine{
	margin-bottom: 10px;
}
.inputW{
	width: 88%;
	float: left;
}
.btnBox{
	text-align: center;
	width: 180px;
	margin: 0 auto;
}
.btnBox .btn{
	width: 80px;
	margin-right: 10px;
}
.tableBox{
	width: 100%;
	margin-top: 20px;
}
.tableBox th, .tableBox td{
	text-align: left;
	padding-left: 20px !important;
}
.tableBox th{
	background: #d0e3f4;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 20px !important;
}
td{
	min-width: 150px !important;
}
/* 教育培训 */
.eduBox li{
	width: 280px;
	height: 385px;
	box-shadow: 0px 3px 4px rgba(3,0,8,0.07);
	border-radius: 4px 4px 4px 4px;
	float: left;
	margin-left: 12px;
}
.eduBox ul{
	overflow: hidden;
	padding-bottom: 26px;
	margin-top: 26px;
	
}
.eduBox li .eduTop{
	width: 100%;
	height: 170px;
	border-radius: 4px 4px 0 0;
	
	
}
.eduBox li .eduTop img{
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
}
.eduBox .eduCenter {
	overflow: hidden;
	padding: 20px 20px 0 20px;
}
.eduBox .eduBottom{
	padding: 0 20px;
}

.eduBox .eduT{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 62px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.eduBox .eduT a{
	color: #666;
}
.eduBox .price{
	font-size: 14px;
	margin: 18px 0;
	height: 30px;
	border-bottom: 1px solid #ccc;
	
}
.eduBox .price .priceT{
	font-weight: bold;
	font-size: 14px;
	color: #e30000;
}
.eduBox .listenIcon img{
	margin-right: 6px;
	
}
.eduBox .listenIcon a{
	color: #2179c8;
}
.eduBox .eduBottom .teacherImg{
	width: 42px;
	height: 42px;
	border-radius: 4px;
}
.eduBox .eduBottom .teacherImg img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.eduBox .eduBottom .name{
	font-size: 14px;
	margin-top: 10px;
	color: #333;
	margin-left: 10px;
}
.eduBottom .see{
	width: 80px;
	height: 30px;
	margin-top: 4px;
}
.eduBottom .see a{
	width: 80px;
	height: 30px;
	display: inline-block;
	background: #2179c8;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	
}
.eduBottom .see a:hover{
	background: #0061b4;
}
.teacherBox ul{
	overflow: hidden;
	padding-bottom: 24px;
}
.teacherBox ul li{
	width: 380px;
	height: 160px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 20px;
	padding: 20px;
	float: left;
	margin-right: 10px;
	
}
.teacherBox .teaImg{
	width: 116px;
	height: 116px;
	border-radius: 50%;
}
.teacherBox .teaImg img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.teaT span{
	font-size: 14px;
	color: #2179c8;
	margin-left: 6px;
	
}
.teaT a{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.teacherBox .teaDetail{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 62px;
	margin-top: 16px;
}
.teacherBox .teaDetail a{
	font-size: 14px;
	color: #666;
	
}
.teacherBox .teaR{
	width: 208px;
}
/* .listBox li .fr{
	color: #999;
} */
.redColor{
	color: #E30000!important;
	font-weight: bold;
}
/* 行业信用子页面 */
.listThreeUl{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.listThreeUl .liThree{
	width: 385px;
}
.noTime li a{
	width: 90%;
}
.listLImg{
	display: inline-block;
	width: 110px;
	height: 60px;
}
.listLImg img{
	width: 100%;
	height: 100%;
}
.listLText{
	width: 215px;
	color: #333;
	text-align: left;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.8;
}
.imgList li{
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 20px 0;
}
/* 从业单位详情 */
.companyBox .title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin: 45px 0;
}
.companyBox .title i{
	vertical-align: middle;
}
.companyDetail{
	padding: 0 30px;
}
.inputAllL{
	width: 160px;
	text-align: right;
	float: left;
	margin-top: 3px;
}
.inputAllR{
	width: 800px;
	float: left;
}
.inputR1{
	width: 230px;
	float: left;
}
.inputR2{
	width: 247px;
	float: left;
}
.contactBox{
	border: 1px solid #ccc;
	padding: 20px;
	height: 260px;
	width: 310px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.contactBox .tit{
	font-size: 18px;
	font-weight: bold;
}
.contactBox .contactT{
	font-size: 14px;
	line-height: 1.8;
	padding: 20px 0;
	overflow: hidden;
	height: 200px;
	text-overflow: ellipsis;

}
.magazinUl li{
	width: 275px;
	height: 404px;
	padding: 20px;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}
.magazinUl{
	padding: 20px 0;
	overflow: hidden;
}
.magazinUl .magazinImg{
	width: 242px;
	height: 330px;
}
.magazinUl .magazinImg img{
	width: 100%;
	height: 100%;
}
.online{
	width: 100px;
	height: 30px;
}
.online a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background:#2179c8 ;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50px;
	text-align: center;
}
.downBtns{
	margin-top: 10px;
}
.online a:hover{
	background: #0061b4;
	text-decoration: none;
}
.checkLi li{
	float: left;
	padding: 2px 8px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;
}
.checkAction{
	background: #d3e4f4;
	color: #0061b4;
}
.deImg{
	text-align: center;
}
.abDetailBox{
	padding: 0 20px;
}
.deText{
	margin: 42px 0;
}
.abDetailBox p{
	text-indent: 2em;
	line-height: 1.8;
	margin-bottom: 10px;
	text-align: justify;
}
.currListBox .leftImgs{
	width: 240px;
	height: 156px;
}
.currListBox .leftImgs img{
	width: 100%;
	height: 100%;
}
.currListBox li{
	border: 1px solid #ccc;
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
}
.currListBox .tit a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.currListBox .rightTexts{
	margin-left: 30px;
	padding: 10px 0;
	width: 820px;
}
.currListBox .de{
	font-size: 14px;
	margin-top: 16px;
	
}
.currListBox .des{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #666;
	margin-top: 14px;
	font-size: 14px;
}
.currListBox .priceBox{
	margin-top: 16px;
}
.currListBox .priceBtn a{
	width: 110px;
	height: 36px;
	background: #2179c8;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
}
.currListBox .prices{
	color: #e42626;
	font-size: 14px;
	font-weight: bold;
}
.currListBox .priceBtn a:hover{
	background: #0061b4;
}
.currDeImg{
	width: 439px;
	height: 262px;
}
.currDeImg img{
	width: 100%;
	height: 100%;
}
.priceBbox {
	width: 147px;
	height: 50px;
	
}
.priceBbox a{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #2179c8;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.priceBbox a:hover{
	background: #0061b4;
}
.currDeText{
	width: 680px;
	margin-left: 30px;
	padding: 20px 0;
}
.currDeText .tit{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.currDeText .xue{
	margin-top: 30px;
}
.currDeText .priceB{
	font-size: 18px;
	font-weight: bold;
	color: #ec3838;
	margin-top: 30px;
}
.currDeText .priceBbox{
	margin-top: 4%;
}
.keIn p{
	text-indent: 2em;
	line-height: 1.8;
	margin-top: 20px;
}
.keIn{
	margin: 20px 0;
}
.teachImg{
	margin: 20px auto;
	width: 110px;
}
.teaName{
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.teaIntro{
	text-indent: 2em;
	line-height: 1.8;
	margin: 20px 0;
}
/* 地区三级联动 */
.citys .form-group{
  width: 32%;
}
.citys .form-control{
  width: 100%;
}

/* 招标专题 */

.zhaoBBg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/zhaobg_1.png);
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: -99;
}

.zhaoBiaoBg .links{
	float: right;
}
.zhaoBiaoBg .links{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.zhaoBiaoBg .links a{
	color: #fff;
	
}
.zhaoBiaoBg .titles{
	font-size: 46px;
	font-weight: bold;
	text-shadow: 2px 0px 10px rgba(2,95,159,0.54);
	color: #fff;
	text-align: center;
	margin-top: 40px;
	
}
.zhaoCon{
	background: #fff;
	margin-top: 30px;
	padding: 0 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 0px 10px rgba(26,96,143,0.14);
}
.zhaoTop .leftMap{
	width: 416px;
	margin-top: 20px;
	margin-left: 20px;
}
.zhaoTop .rightMap{
	width: 710px;
	margin-left: 10px;
}
.rightMap .tabb{
	height: 57px;
	line-height: 63px;
	border-bottom: 2px solid #ccc;
}
.rightMap .tabb li{
	float: left;
}

.rightMap .tabb  li a{
	font-weight: bold;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px;
}

.zhaoBottom{
	background-image: url(../images/linkbottom.png);
	color: #0870bb !important;
	background-position: center 54px;
	background-size: 123px 9px;
	background-repeat: no-repeat;
	z-index: 99;
}
.firstMap ul li{
	width: 164px;
	height: 76px;
	text-align: center;
	background: #eff7ff;
	border: 1px solid #e1e8f3;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	padding-top: 16px;
}
.firstMap ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.mapTit{
	font-size: 16px;
	font-weight: bold;
}
.mapText{
	font-size: 14px;
	color: #0870bb;
	font-weight: bold;
}
.noma{
	margin-right: 0px !important;
}
.firstMap ul{
	margin-top: 40px;
}
.firstMap ul li:hover{
	background: #fff7ea !important;
	border: 1px solid #f39800 !important;
	color: #de6e00 !important;
}
.firstMap ul li:hover .mapTit{
	color: #de6e00;
}
.firstMap ul li:hover .mapText{
	color: #de6e00;
}
.zhaoCenter{
	margin-top: 20px;
}
.zhaoCenter .zhaoB{
	width: 100%;
	height: 36px;
	background: #eeeeee;
	line-height: 36px;
	color: #0870bb;
	font-weight: bold;
	padding: 0 2%;
	
}
.zhaoB i{
	vertical-align: middle;
	margin-right: 10px;
}
.zhaoBiaoBg a{
	text-decoration: none;
}
/* 兼容1200css */
.top, .navBox, .footer{
	min-width: 1200px;
}
/* 搜索结果界面 */
.searchPage{
	border: 1px solid #ccc;
	padding: 30px;
}
.searchRE{
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	overflow: hidden;
}

strong span{
	font-weight:bold !important;
}
strong{
	font-weight:bold !important;
}
/*首页图片整合*/
.imgSrc{
	background-image: url(../images/bcimg.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.floatImg1{
	background-position: -302px -217px;

}
.floatImg2{
	background-position: -376px -217px;

}
.nav01{
	background-position: 0px -306px;
	width: 24px;
	height: 24px;

}
.nav02{
	background-position: -24px -306px;
	width: 24px;
	height: 24px;

}
.nav03{
	background-position: -48px -306px;
	width: 24px;
	height: 24px;

}
.nav04{
	background-position: -72px -306px;
	width: 24px;
	height: 24px;
}
.nav05{
	background-position: -96px -306px;
	width: 24px;
	height: 24px;
}
.nav06{
	background-position: -120px -306px;
	width: 24px;
	height: 24px;
}
.nav07{
	background-position: -144px -306px;
	width: 24px;
	height: 24px;
}
.nav08{
	background-position: -168px -306px;
	width: 24px;
	height: 24px;
}
.searchIcon{
	width: 24px;
	height: 25px;
	background-position: -420px -223px;
	margin-top: 4px;
}
.moreIcon{
	width: 26px;
	height: 16px;
	background-position: -204px -272px;
}
.icons01{
	background-position: 0px -272px;
	width: 34px;
	height: 34px;
}
.icons02{
	background-position: -34px -272px;
	width: 34px;
	height: 34px;
}
.icons03{
	background-position: -68px -272px;
	width: 34px;
	height: 34px;
}
.icons04{
	background-position: -102px -272px;
	width: 34px;
	height: 34px;
}
.icons05{
	background-position: -136px -272px;
	width: 34px;
	height: 34px;
}
.entroIcon1{
	width: 292px;
	height: 55px;
	background-position: 0px -97px;
}
.entroIcon2{
	width: 292px;
	height: 55px;
	background-position: -292px -97px;
}
.entroIcon3{
	width: 292px;
	height: 55px;
	background-position: -0px -152px;
}
.entroIcon4{
	width: 292px;
	height: 55px;
	background-position: -292px -152px;
}
.entroIcon5{
	width: 292px;
	height: 55px;
	background-position: 0px -207px;
}
.downLoad01{
	width: 87px;
	height: 87px;
	background-position: 0px 0px;
}.downLoad02{
	 width: 87px;
	 height: 87px;
	 background-position: -87px 0px;
 }
.downLoad03{
	width: 87px;
	height: 87px;
	background-position: -174px 0px;
}
.downLoad04{
	width: 87px;
	height: 87px;
	background-position: -261px 0px;
}
.downLoad05{
	width: 87px;
	height: 87px;
	background-position: -348px 0px;
}
.downLoad06{
	width: 87px;
	height: 87px;
	background-position: -435px 0px;
}