@charset "utf-8";
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	}

body {
	font-family: 'microsoft yahei', Helvetica, arial;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	min-width:1208px;
	margin:0 auto;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

input { outline:none; }

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	}


ul, ol, li {
	list-style-type: none;
	}

a {
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	cursor: pointer;
	}

a:active {
	text-decoration: none;
	}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	}

.clearfix:after {
	clear: both;
	}

.clearfix {
	zoom: 1;
	}

.clear {
	clear: both;
	}

.text-center{
	text-align:center;
	}
	
.fl {
	float: left;
	}

.fr {
	float: right;
	}

.container {
	width: 1208px;
	margin: 0 auto;
	}

.top{
	padding: 38px 0;
    position: relative;
    z-index: 2;
    background:url(../images/topbg.jpg) center bottom no-repeat;
    border-bottom: 1px solid #c7c7c7;
	height:176px;
	}

.top .logo img{
	height:100px;
	}

.search{
	margin-top:30px;
	border: 1px solid #0a4676;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
	}

.search input[type=text] {
    background: #f3f3f3;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #333;
    width: 260px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 10px;
	}

.search input[type=submit] {
    background: #0a4676 url(../images/ico3.png) 15px center no-repeat;
    background-size: 20px;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    width: 90px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
	cursor:pointer;
	}

.search input[type=submit]:hover{
	background: #1c5b8e url(../images/ico3.png) 15px center no-repeat;
	background-size: 20px;
	}

.nav{
	background: #fff;
	width:1208px;
	margin:0 auto;
	}

.nav > ul{
	display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
	}

.nav > ul > li{
	position: relative;
    line-height: 79px;
    text-align: center;
	}

.nav > ul > li > a{
	position: relative;
    color: #393939;
    display: block;
	font-size:20px;
    overflow: hidden;
	}

.nav > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background: #0a4676;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    left: 25%;
    transition: all 0.3s ease;
	}

.nav > ul > li.active a , .nav > ul > li:hover a{
	color:#0a4676;
	}

.nav > ul > li.active a:after , .nav > ul > li:hover a:after{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
	}

.nav-2nd {
    display: none;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 79px;
    width: 200px;
    padding: 8px 0;
    background-color: #0a4676;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}

.nav-2nd > li {
    padding: 0 5px;
	}

.nav-2nd > li > a {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
	}

.nav-2nd > li > a span {
    position: relative;
    z-index: 2;
	color: #fff;
	}

.nav > ul > li:hover .nav-2nd{
	display:block;
	}

.nav-2nd > li > a:after {
    width: 0;
    content: '';
    height: 100%;
    background:#1c5b8e;
    position: absolute;
    left: 0;
    top: 0;
	}

.nav-2nd > li > a:hover:after {
    width: 100%;
	}
	
.box{
	background: #f4f6fb;
	padding-top:30px;
	position:relative;
	overflow:hidden;
	}

.box .banner{
	width:650px;
	margin-right:8px;
	background-color:#999;
	height:400px;
	}

.box .news{
	width:550px;
	background-color:#992;
	height:400px;
	}

/*轮播图开始*/
.information-box {
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0;
	color: #fff;
	background-size: 100% 100%;
	background-color:#f4f6fb;
	}
	
.information-con {
	width: 1208px;
	margin: 0 auto;
	border-top:1px solid #e9e9e9;
	}
	
.information-main {
	background: #fff;
	}
	
.information-main-fl {
	width: 624px;
	overflow: hidden;
	float: left;
	height: 374px;
	position: relative;
	}
	
.information-main-fr {
	width: 584px;
	overflow: hidden;
	float: right;
	height: 374px;
	}
	
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	}
	
.next {
	display: block;
	position: absolute;
	left: auto;
	right: 10%;
	top: 50%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -6px -137px no-repeat;
	cursor: pointer;
	}
	
.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
	width: 523px;
	}
	
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 523px;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
	}
	
.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	border: 1px solid #7d7d7d;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px;
	}
	
.information-main-fl .bd ul li {
	position: relative;
	}

.information-main-fl .bd ul li img{
	width:624px;
	}

.information-main-fr .hd ul {
	font-size: 16px;
	}
.information-main-fr .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 60px;
	line-height: 60px;
	color: #393939;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: 0;
	width: 292px;
	border-left: 0;
	font-size:18px;
	font-weight:700;
	}

.information-main-fr .hd ul .on {
	color: #0a4676;
	border-top: 4px solid #0a4676;
	height: 57px;
	border-bottom: 0;
	line-height: 52px;
	}
	
.information-main-fr .bd ul {
	color: #333;
	padding: 0 24px 0 32px;
	}
	
.information-main-fr .bd ul li {
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	text-align: left;
	list-style-type: disc;
	}
	
.information-main-fr .bd ul li span {
	float: right;
	font-size:16px;
	color:#a5a5a5;
	}
	
.information-main-fr .bd ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 350px;
	float: left;
	font-size:16px;
	}
	
.information-main-fr .bd ul li a:hover {
	color: #0a4676;
	}
	
/*轮播图结束*/

.recommend{
	background-color:#f4f6fb;
	}

.recommend .recommend_box{
	background-color:transparent;
	}

.recommend .recommend_box ul{
	}

.recommend .recommend_box ul li{
	float:left;
	width:193px;
	margin-right:10px;
	}

.recommend .recommend_box ul li img{
	width:193px;
	height:240px;
	}

.recommend .recommend_box ul li:last-child{
	margin-right:0;
	}

.knowledge{
	background-color:#f4f6fb;
	padding-top:30px;
	}

.knowledge .knowledge_box{
	}

.knowledge .knowledge_box .knowledge_list{
	float:left;
	width:394px;
	margin-right:11px;
	background-color:#FFF;
	padding: 0 30px 38px;
	}

.knowledge .knowledge_box .knowledge_list:last-child{
	margin-right:0;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_tit{
	border-bottom: 1px solid #e9e9e9;
    height: 79px;
	line-height:79px;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_tit h6{
	position:relative;
	color:#0056a8;
	font-size: 22px;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_tit a{
	color: #a5a5a5;
    position: relative;
    display: inline-block;
    font-weight: 300;
	font-size:18px;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_img img{
	width:334px;
	height:160px;
	margin-top:20px;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_con{
	padding-top:10px;
	}
.knowledge .knowledge_box .knowledge_list .knowledge_con ul li{
	height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    text-align: left;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_con ul li a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
    float: left;
    font-size: 16px;
	}

.knowledge .knowledge_box .knowledge_list .knowledge_con ul li span{
	float: right;
    font-size: 15px;
	color:#a5a5a5;
	}

.zhengshu{
	background-color: #f4f6fb;
    padding-top: 30px;
    padding-bottom: 30px;
	}

.zhengshu .zhengshu_con img{
	display: block;
    width: 100%;
	}

.guoyi{
	background-color:#f4f6fb;
	padding-top:30px;
	}

.guoyi .guoyi_box{
	padding: 0 30px;
	background-color:#FFF;
	}

.guoyi .guoyi_box .guoyi_tit{
	border-bottom: 1px solid #e9e9e9;
    height: 79px;
	line-height:79px;
	}

.guoyi .guoyi_box .guoyi_tit h6{
	position:relative;
	color:#0056a8;
	font-size: 22px;
	}
	
.guoyi .guoyi_box .guoyi_tit a{
	color: #a5a5a5;
    position: relative;
    display: inline-block;
    font-weight: 300;
	font-size:18px;
	}

.guoyi .guoyi_box .guoyi_con{
	padding-top:20px;
	}

.guoyi .guoyi_box .guoyi_con ul{
	}

.guoyi .guoyi_box .guoyi_con ul li{
	float:left;
	width:183px;
	margin-right:10px;
	margin-bottom:40px;
	background-color:rgba(0,0,0,.01);
	}

.guoyi .guoyi_box .guoyi_con ul li img{
	width:183px;
	height:240px;
	}

.guoyi .guoyi_box .guoyi_con ul li:nth-child(6n){
	margin-right:0;
	}

.guoyi .guoyi_box .guoyi_con ul li .guoyi_text{
	padding:20px;
	}

.guoyi .guoyi_box .guoyi_con ul li .guoyi_text h3{
	font-size:18px;
	line-height:30px;
	text-align:center;
	padding-bottom:10px;
	}

.guoyi .guoyi_box .guoyi_con ul li .guoyi_text p{
	font-size:14px;
	line-height:20px;
	color:#a5a5a5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}

.guanggao{
	background-color:#f4f6fb;
	padding-top:30px;
	padding-bottom:30px;
	}

.guanggao .guanggao_con{}

.guanggao .guanggao_con img{
	display:block;
	width:100%;
	}

/*底部信息*/
.footer{
	background: url(../images/footerbg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 33px;
	}

.footer .footer_con{}

.footer .footer_con .footer_flink{
	padding-bottom:30px;
	}

.footer .footer_con .footer_flink .flink_tit{
	line-height:60px;
	}

.footer .footer_con .footer_flink .flink_tit h3{
	font-size:20px;
	font-weight:700;
	line-height:60px;
	}

.footer .footer_con .footer_flink .flink_list{}

.footer .footer_con .footer_flink .flink_list a{
	display:inline-block;
	line-height:60px;
	font-size:16px;
	padding:0 10px;
	}

.footer .footer_con .footer_copy{
	opacity:.6;
	}

.footer .footer_con .footer_copy p{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#333;
	}

.footer .footer_con .footer_copy a{
	font-size:16px;
	line-height:30px;
	color:#333;
	}

/*文章列表页*/
.n_banner{
	background:url(../images/col_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 33px;
	position:relative;
	height:240px;
	}

.n_banner h2{
	position:absolute;
	text-align:center;
	font-size:32px;
	line-height:60px;
	background-color:rgba(0,0,0,.1);
	width:300px;
	height:60px;
	border-radius:30px;
	margin-left:-150px;
	left:50%;
	top:40%;
	color:#0a4676;
	font-weight:700;
	}

.main{
	background-color:#f4f6fb;
	padding-top:30px;
	padding-bottom:30px;
	}

.left_nav{
	width:236px;
	}
	
.left_tit{
	line-height:140px;
	color:#fff;
	position:relative;
	}
	
.left_tit::before{
	width:16px;
	height:11px;
	content:'';
	position:absolute;
	left:-15px;
	bottom:-11px;
	background:url(../images/lefticon2.png) no-repeat;
	}
	
.left_tit span{
	position:absolute;
	height:100%;
	top:0;
	right:0;
	width:252px;
	}

.left_tit h5 {
    position: relative;
    z-index: 2;
    text-align: center;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
	font-size:20px;
	}

.left_nav > ul {
    border: 1px solid #d0d0d0;
    background: #f3f3f3;
    border-right: 0;
	}

.left_nav > ul > li h3 a {
    border-top: 1px solid #d0d0d0;
    line-height: 67px;
    position: relative;
    text-align: center;
	font-size:18px;
	display:block;
	}
.left_nav > ul > li h3 a:hover{
	color:#0a4676;
	}

.left_nav > ul > li:first-child a{
	border-top: none;
	}

.left_nav > ul > li h3 a span {
    color: #414141;
	}
	
.mainRight {
    background: #fff;
    width: calc(100% - 236px);
    padding: 0 45px;
    box-sizing: border-box;
    border-left: 1px solid #dedede;
    overflow: hidden;
    min-height: 700px;
	}

.location {
    border-bottom: 1px solid #dedede;
    padding-top: 6px;
	}

.location h5 {
    color: #0056a8;
    line-height: 65px;
    position: relative;
    font-weight: bold;
	font-size:20px;
	}

.location h5:after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0056a8;
    height: 2px;
	}
	
.location .location_d {
    background: url(../images/home.png) left center no-repeat;
    background-size: 17px;
    padding-left: 30px;
    line-height: 65px;
    color: #a8a8a8;
	font-size:16px;
	}

.location .location_d a{
	font-size:16px;
	display:inline-block;
	padding:0 5px;
	color:#a8a8a8;
	}

.list_notice{
	padding-bottom:30px;
	}

.list_notice dl{
	background: url(../images/xu.png) repeat-x left bottom;
    padding: 50px 0;
    position: relative;
	}
	
.list_notice dl dt{
	position: relative;
    z-index: 2;
	}

.list_notice dt h5 {
    line-height: 55px;
    padding-top: 5px;
    font-weight: 300;
	font-size:50px;
	}

.list_notice dt h6 {
    line-height: 20px;
    font-weight: 300;
	font-size:16px;
	}

.list_notice dl dd{
	position: relative;
    z-index: 2;
	padding-left: 126px;
    line-height: 25px;
	}

.list_notice dd a h5 {
    color: #3c3c3c;
    font-weight: 500;
	font-size:18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}

.list_notice dd a h5:hover{
	color:#0a4676;
	}

.list_notice dd a span {
    color: #747474;
    margin-top: 17px;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}

/*图片列表*/
.list_img{
	padding-top:30px;
	padding-bottom:30px;
	}

.list_img > ul{}

.list_img > ul > li{
	float:left;
	width:280px;
	margin-right:20px;
	margin-bottom:30px;
	}

.list_img > ul > li:nth-child(3n){
	margin-right:0;
	}

.list_img > ul > li .list_img_a{}

.list_img > ul > li .list_img_a img{
	display:block;
	width:100%;
	height:320px;
	}

.list_img > ul > li .list_img_p{
	font-size:18px;
	line-height:40px;
	text-align:center;
	}
	
.list_img > ul > li .list_img_p:hover{
	color:#0a4676;
	}

/*文章详情页*/
.cont_news {
    line-height: 30px;
    padding: 43px 0;
	}

.cont_tit {
    color: #3c3c3c;
	font-size:25px;
	}

.cont_em {
    color: #b4b4b4;
    padding: 13px 0;
    background: url(../images/xu.png) left bottom repeat-x;
    margin: 10px 0 30px;
	font-size:16px;
	}

.cont_em em {
    position: relative;
    padding: 0 33px;
    display: inline-block;
	font-style:normal;
	}

.cont_em em:first-child {
    padding-left: 0;
	}

.cont_box {
    color: #444;
    padding-bottom: 18px;
	font-size:16px;
	line-height:30px;
	}

.cont_box p{
	padding:10px 0;
	line-height:30px;
	}

/*证书查询*/
.check{
	background-color:#FFF;
	width:100%;
	height:auto;
	}

.check .check_con{
	width:800px;
	background-color:#FFF;
	margin:50px auto;
	height:auto;
	box-shadow: 0px 0px 20px rgb(200 200 200 / 50%);
	border-radius: 15px;
	}
	
.check .check_con .check_form{
	width:600px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#FFF;
	overflow:hidden;
	}

.check .check_con .check_form .check_title{
	color:#d81010;
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding-bottom:30px;
	}
.check .check_con .check_form .check_tj{}

.check .check_con .check_form .check_tj .field{
	padding-bottom:20px;
	}

.check .check_con .check_form .check_tj .field .submit{
	background-color:#CECACD;
	padding: 0 15px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: block;
	font-size:15px;
    -webkit-appearance: none;
	border-radius:10px;
	text-align:center;
	font-weight:700;
	cursor: pointer;
}

.check .check_con .check_form .check_tj input{
	padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f2f2f2;
    width: 100%;
    display: block;
	font-size:15px;
    -webkit-appearance: none;
	border-radius:10px;
	}
	
.check .check_con .check_form .check_ts{
	padding-top:30px;
	text-align:center;
	color:#666;
	}

.check .check_con .check_form .search_title{
	color:#1577BB;
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding-bottom:30px;
	}

.check .check_con .check_form .search_list{
	position: relative;
	}

.check .check_con .check_form .search_list a{
	padding-left:20px;
	font-size:18px;
	}

.check .check_con .check_form .search_list a:before {
    content: '';
    position: absolute;
    left: 0px;
    background: #ececec;
    width: 7px;
    height: 7px;
    top: 6px;
    border-radius: 50%;
	}
	
.check .check_con .check_form .search_list a:hover{
	color:#1577BB;
	}

#searchResult{
	color:#333;
	text-align:center;
	padding-top:30px;
	font-size:18px;
	font-weight:700;
	}

#searchResult a{
	color:#F00;
	font-size:18px;
	font-weight:700;
	}

#searchResult a:hover{
	color:#F00;
	}

#v_tip{
	color:#F00;
	}

/*分页*/
.pagelist{
	text-align:center;
	margin-top:30px;
	}
	
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
	}

.pagination li {
	margin:0 5px;
	font-size:14px;
	border:none;
	border-radius:4px;
	display: inline-block !important;
	}
	
.pagination li a {
	border-radius:4px;color:#6e6e6e;
	background:#fff;
	padding:12px 16px;
	border:1px solid #DCDCDC;
	}
	
.pagination li.active a,.pagination li a:hover {
	background:#0a4676;
	color:#fff;
	border:1px solid #0a4676;
	}

/*上一篇下一篇*/
.fanye_pre{
	border-top:1px solid #f5f5f5;
	padding-top:20px;
	}

.fanye_pre a, .fanye_next a{
	display:block;
	line-height:30px;
	font-weight:700;
	font-size:16px;
	}

.fanye_pre a:hover, .fanye_next a:hover{
	color:#0a4676;
	}