@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';
	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:1408px;
	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;
	}

.mt0{
	margin-top:0 !important;
	}
	
.container {
	width: 1200px;
	margin: 0 auto;
	}

.top{
	padding:10px 0;
	height:50px;
	line-height:30px;
	}

.top .wel{
	font-size:14px;
	color:#666;
	}

.top .tool a{
	font-size:14px;
	color:#666;
	}

.top .tool a:nth-child(2){
	padding-left:10px;
	}

.logo{
	position:relative;
	background-color:#f3f1e5;
	}

.logo .logo_bg{
	text-align:center;
	}

.logo .logo_bg img{
	display:inline-block;
	}

.logo .search{
	position:absolute;
	width: 1200px;
    right: 0px;
    left: 50%;
    margin-left: -600px;
	display: flex;
    align-items: center;
    justify-content: right;
    top: 50%;
	}

.logo .search .search_form{
	display: flex;
    align-items: center;
	position: absolute;
	right: 60px;
	}
	
.logo .search .search_form .search_input{
	width: 340px;
    height: 44px;
    background: #fff;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    padding-left: 20px;
    margin-right: 10px;
    outline: none;
	}

.logo .search .search_form .search_submit{
	background: #d02a25;
	width: 64px;
    height: 44px;
	border-radius: 5px;
    border: none;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:44px;
	}

@keyframes menuHover{
	from{
		transform:scaleY(0);
		}
	to{
		transform:scaleY(1);
		}
	}

.nav{
	position:relative;
	background-color:#d02a25;
	height:60px;
	}

.nav .nav_box{
	}

.nav .nav_box ul li{
	float:left;
	width:150px;
	text-align:center;
	position:relative;
	}

.nav .nav_box ul li a{
	font-size:18px;
	color:#FFF;
	height:60px;
	line-height:60px;
	}

.nav .nav_box ul li .drop_nav{
	display:none;
	}

.nav .nav_box ul li .drop_nav{
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-75px;
	width:150px;
	height:auto;
	z-index: 999;
    background: #ffff;
    box-shadow: 0px 0px 13px rgba(102, 121, 168, 0.45);
	padding:10px 0;
	}

.nav .nav_box ul li .drop_nav a{
	display:block;
	height:48px !important;
	line-height:48px !important;
	font-size:18px;
	text-align:center;
	color:#333;
	}

.nav .nav_box ul li .drop_nav a:hover{
	color:#d02a25;
	}

.nav .nav_box ul li:hover .drop_nav{
	display:block;
	transform:scaleY(1);
	transform-origin:top;
	animation:0.4s menuHover;
	}

.wrap{
	position:relative;
	background:url(../images/bodybg.png) #f4f7f6;
	overflow:hidden;
	}

.wrap .toutiao{
	position:relative;
	background-color:#FFF;
	width:100%;
	margin-top:30px;
	padding:20px 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}

.wrap .toutiao h2{
	font-size:28px;
	font-weight:700;
	text-align:center;
	color:#d02a25;
	line-height:60px;
	}
	
.wrap .toutiao p{
	width:80%;
	margin:0 auto;
	font-size:14px;
	color:#999;
	line-height:30px;
	}
	
.wrap .toutiao .toutiao_tag{
	position:absolute;
	top:0;
	left:0;
	}

.banner{
	position:relative;
	margin-top:30px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}
	
#picshow {
		position:relative;
	}
	
#picshow, #picshow_img {
	width:880px;
	height:440px;
	overflow:hidden;
	float:left;
	}

#picshow_img li {
	width:880px;
	height:440px;
	overflow:hidden;
	float:left;
	display:none;
	}

#picshow_img img {
	width:880px;
	height:440px;
	}

#picshow_tx {
	left:0px;
	width:880px;
	bottom:0px;
	position:absolute;
	height:90px;
	overflow:hidden;
	}

#picshow_tx li {
	background:url(../images/picshow_bg.png) repeat;
	padding:10px 30px;
	height:90px;
	color:#fff;
	display:none;
	}

#picshow_tx li a {
	color:#fff;
	}

#picshow_tx li a:hover {
	text-decoration:underline;	
	}

#picshow_tx li h3 {
	margin:13px 0;
	font-size:22px;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}

#picshow_tx li p {
	color:#ccc;
	line-height:16px;
	height:16px;
	overflow:hidden;
	}

#select_btn {
	width:319px;
	height:440px;
	color:#333;
	float:right;
	display:inline;
	background-color:#fff;
	}

#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 319px;
    height: 73px;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    transition: all .7s ease 0s;
	}

#select_btn li:hover {
    background-color: #f2f2f2;
	}
	
#select_btn li a:hover {
    color:#333;
	}

#select_btn li.current {
    background-color: #f2f2f2;
	}

#select_btn li.current a{
    color: #333;
	}

#select_btn li.current:hover {
    background-color: #f2f2f2;
	}

#select_btn a {
	color:#333;
	}

#select_btn img {
	width:76px;
	height:55px;
	margin-right:10px;
	float:left;
	}

#select_btn .select_text {
	line-height:30px;
	overflow:hidden;
	display:block;
	font-size:16px;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color:#666;
	}

#select_btn .select_date {
	height:23px;
	line-height:23px;
	overflow:hidden;
	display:block;
	font-size:12px;
	color:#999;
	}

.news{
	position:relative;
	margin-top:30px;
	}

.news .news_box{
	border-top: 3px solid #d02a25;
	background: #fff;
	padding:20px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}

.news .news_box .news_title{
	border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
	}

.news .news_box .news_title h3{
	font-size:20px;
	font-weight:700;
	line-height:30px;
	float:left;
	padding-bottom:10px;
	border-bottom: 1px solid #d02a25;
	color:#d02a25;
	}

.news .news_box .news_title span{
	font-size:12px;
	color:#bbb;
	float:right;
	line-height:30px;
	}

.box_l{
	float:left;
	width:800px;
	}

.box_r{
	float:left;
	margin-left:30px;
	width:370px;
	}

.news .news_box .news_list{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	}

.news .news_box .news_list ul li{
	border-bottom: 1px dotted #dedede;
    position: relative;
    padding: 0 80px 0 16px;
    background: url(../images/listnot.png) 0px 15px no-repeat;
	}

.news .news_box .news_list ul li a{
    height: 46px;
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	}
	
.news .news_box .news_list ul li a:hover{
	color:#d02a25;
	}

.news .news_box .news_list ul li span{
	position: absolute;
    right: 0;
    top:0;
    line-height: 46px;
    color: #bbb;
    text-align: center;
	font-size:12px;
	}

.news .news_box .news_list .news_img{
	width:155px;
	float:left;
	font-size:14px;
	line-height:40px;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #666;
	}
.news .news_box .news_list .news_img:nth-child(2n){
	margin-left:20px;
	}

.news .news_box .news_list .news_img img{
	display:block;
	width:100%;
	height:100px;
	}

.guanggao{
	position:relative;
	margin-top:30px;
	}

.guanggao img{
	display:block;
	width:100%;
	}

.box_c{
	width:380px;
	float:left;
	}

.box_c:nth-child(2) , .box_c:nth-child(3){
	margin-left:30px;
	}

.autor{
	position: relative;
    margin-top: 30px;
	}

.autor .autor_box{
	border-top: 3px solid #d02a25;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}
.autor .autor_box .autor_title{
	border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
	}

.autor .autor_box .autor_title h3{
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #d02a25;
    color: #d02a25;
	}

.autor .autor_box .autor_title span{font-size: 12px;
    color: #bbb;
    float: right;
    line-height: 30px;
	}

.autor .autor_box .autor_list{}

.roll-wrap:hover .control{
    display: block;
	}

.roll-wrap{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
	}

.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
	}

.roll_row .roll__list::after {
    clear: both;
	}

.roll_row .roll__list{
    width: 9999px;
	}

.roll_row .roll__list li{
    float: left;
    display: block;
    margin-right: 20px;
    width: 216px;
    height: 300px;
	}

.roll_row .roll__list li img{
	width:216px;
	height:260px;
	}

.roll_row .roll__list li p{
    font-size: 16px;
    text-align: center;
    color: #666;
	line-height:40px;
	background-color:#f2f2f2;
	}

.control{
    position: absolute;
    top: 110px;
    display: block;
    padding: 20px 15px;
    font-weight: bold;
	font-size:16px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(208, 42, 37, .5);
	}

.control:hover{
	background-color: rgba(208, 42, 37, .8);
	}

.control.pre{
    left: 0;
	}

.control.next{
    right: 0;
	}

.cooperative{
	position: relative;
    margin-top: 30px;
	margin-bottom:30px;
	}

.cooperative .cooperative_box{
	border-top: 3px solid #d02a25;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}

.cooperative .cooperative_box .cooperative_title{
	border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
	}

.cooperative .cooperative_box .cooperative_title h3{
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
	width:80px;
	text-align:center;
	margin:0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #d02a25;
    color: #d02a25;
	}

.cooperative .cooperative_box .cooperative_list{
	background-color:#FFF;
	overflow:hidden;
	padding-top:10px;
	}

.cooperative .cooperative_box .cooperative_list a{
	display:block;
	width:232px;
	height:46px;
	float:left;
	}

.cooperative .cooperative_box .cooperative_list img{
	width:100%;
	display:block;
	height:46px;
	}

.bottom{
	position:relative;
	background:url(../images/bg_bottom.jpg);
	padding-top:50px;
	padding-bottom:50px;
	background-color:#999;
	overflow:hidden;
	}

.bottom .bottom_nav .bottom_nav_list{
	width:800px;
	}

.bottom .bottom_nav .bottom_nav_list .bottom_nav_list_box{
	float:left;
	width:180px;
	margin-left:10px;
	margin-right:10px;
	}

.bottom .bottom_nav .bottom_nav_list .bottom_nav_list_box .bottom_nav_list_box_tit{
	font-size:18px;
	font-weight:700;
	line-height:40px;
	}

.bottom .bottom_nav .bottom_nav_list .bottom_nav_list_box .bottom_nav_list_box_link{
	padding-top:10px;
	}

.bottom .bottom_nav .bottom_nav_list .bottom_nav_list_box .bottom_nav_list_box_link a{
	display:block;
	font-size:15px;
	line-height:30px;
	color:#666;
	}

.bottom .bottom_nav .bottom_nav_list .bottom_nav_list_box .bottom_nav_list_box_link a:hover{
	color: #d02a25;
	}

.bottom .bottom_nav .bottom_nav_erweima{
	width:360px;
	margin-left:40px;
	line-height:30px;
	font-size:16ppx;
	text-align:center;
	color:#666;
	}

.bottom .bottom_nav .bottom_nav_erweima img{
	width:150px;
	display:block;
	margin:0 auto;
	padding-bottom:20px;
	}

.bottom_copy{
	position:relative;
	background-color:#d02a25;
	color:#FFF;
	padding:10px 0;
	text-align:center;
	line-height:30px;
	height:50px;
	font-size:16px;
	}

.bottom_copy span{
	color:#FFF;
	padding:0 10px;
	font-size:16px;
	}

.bottom_copy a{
	display:inline-block;
	color:#FFF;
	font-size:16px;
	}

/*在线客服开始*/
.side{ 
	position: fixed;
    bottom: 10%;
    right:3%;
    width: 66px;
    z-index: 999;
	}

.sidebox{ 
	width: 100%; 
	height: 66px; 
	background-color: rgba(208, 42, 37, .5);
	text-align: center; 
	}

.sidebox img{ 
	width:32px; 
	height:32px;
	margin-top:17px;
	}

.content{
	position: relative;
	margin-top:30px;
	}

.content .content_box{
	background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}

.content_l{
	width:800px;
	}

.content_r{
	width:370px;
	margin-left:30px;
	}

.sub_title{
	font-size:26px;
	font-weight:700;
	line-height:40px;
	text-align:center;
	}

.sub_con{
	padding-top:30px;
	line-height:28px;
	font-size:15px;
	position:relative;
	}

.sub_tag{
	text-align:center;
	padding-top:20px;
	}

.sub_tag .date{
	font-size:12px;
	color:#999;
	padding-right:20px;
	}

.sub_tag .click{
	font-size:12px;
	color:#999;
	}

.sub_con p{
	padding:8px 0;
	}

.recomment_tit{}

.recomment_tit h4{
	float:left;
	font-size:20px;
	font-weight:700;
	line-height:40px;
	}

.recomment_tit span{
	float:right;
	font-size:12px;
	color:#999;
	line-height:40px;
	}

.recomment_list{}

.recomment_list .recomment_list_box{
	margin-top:20px;
	}

.recomment_list .recomment_list_box .recomment_item{
	width:120px;
	float:left;
	}

.recomment_list .recomment_list_box .recomment_item img{
	width:100%;
	display:block;
	height:80px;
	}

.recomment_list .recomment_list_box .recomment_bt{
	width:180px;
	margin-left:10px;
	float:left;
	}

.recomment_list .recomment_list_box .recomment_bt h3{
	font-size:15px;
	line-height:24px;
	font-weight:700;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}

.recomment_list .recomment_list_box .recomment_bt p{
	margin-top:16px;
	font-size:12px;
	color:#999;
	}

.xinwen_title{
	margin-bottom:30px;
	background-color:#FFF;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	}

.xinwen_title a{
	display:block;
	float:left;
	font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #333;
	margin-right:40px;
	}

.xinwen_title a.active{
    border-bottom: 1px solid #d02a25;
    color: #d02a25;
	}

.xinwen_list{}

.xinwen_list ul li{
	border-bottom: 1px dotted #dedede;
    position: relative;
    padding: 0 80px 0 16px;
    background: url(../images/listnot.png) 0px 15px no-repeat;
	}

.xinwen_list ul li a{
	height: 46px;
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	}

.xinwen_list ul li span{
	position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    color: #bbb;
    text-align: center;
    font-size: 12px;
	}

.zhuanti_list{}

.zhuanti_list ul li{
	width:230px;
	margin-right:25px;
	margin-bottom:20px;
	float:left;
	color:#333;
	background-color: #f2f2f2;
	}

.zhuanti_list ul li:nth-child(3n){
	margin-right:0;
	}

.zhuanti_list ul li img{
	width:100%;
	display:block;
	height:205px;
	}

.zhuanti_list ul li p{
	margin:20px 10px;
	font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}

.famous{
	background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	margin-top:30px;
	}

.famous .famous_title{
	font-size:24px;
	font-weight:700;
	text-align:center;
	padding-top:40px;
	padding-bottom:30px;
	}

.famous .famous_sort{
	margin-top:10px;}

.famous .famous_sort a{
	background-color:#f2f2f2;
	color:#333;
	font-size:14px;
	text-align:center;
	width:80px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	border-radius:15px;
	margin-right:10px;
	margin-bottom:10px;
	}

.famous .famous_sort a.active{
	background-color:#d02a25;
	color:#FFF;
	}

.famous_list{
	margin-top:30px;
	}

.famous_list ul li{
	width: 214px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    color: #333;
    background-color: #f2f2f2;
	}

.famous_list ul li:nth-child(5n){
	margin-right:0;
	}

.famous_list ul li a{}

.famous_list ul li img{
	width: 100%;
    display: block;
    height: 205px;
	}

.famous_list ul li p{
	margin: 10px 5px;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 30px;
	}

.famous_con{
	width:70%;
	min-height:700px;
	}

.famous_img{
	position:absolute;
	top:30px;
	right:0;
	}

.famous_img img{
	width:180px;
	height:220px;
	display:block;
	}
	
/*分页*/
.page{
	background-color:#FFF;
	width: 100%;
    overflow: hidden;
    padding: 30px 0;
	text-align:center;
	}

.page li{
	display: inline-block !important;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
	}

.page li a{
	border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 6px 8px;
    border: 1px solid #DCDCDC;
	}

.page li.active a, .page li a:hover {
    background: #d02a25;
    color: #fff;
    border: 1px solid #d02a25;
}

/*证书查询*/
.zscheck{
	margin: 30px auto 0;
    box-sizing: content-box;
    position: relative;
	text-align:center;
	}

.zscheck .zscheck_form{
	display: inline-block;
	}

.zscheck .zscheck_form .zscheck_input{
	background: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    display: inline-block;
    float: left;
    width: 500px;
    text-indent: 30px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #999;
	}

.zscheck .zscheck_form .zscheck_btn{
	background: #d02a25;
    font-size: 16px;
    height: 44px;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    width: 100px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
	}

.zstishi{
	width: 600px;
    margin: 20px auto 0;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding-left: 30px;
	}

.zstishi strong{
	padding-left:10px;
	}