/*导航css*/
.daohang{
	position: relative;
}


.fl{
	float: left;
}
.fl a{
	display: inline-block;
	height: 50px;
	width: 150px;
}

.header {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	display:none;
	background: #0365c3;
}

.header .nav {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 100%;
	line-height: 50px;
	display: block
}

.header .navbar_nav li {
	float: left;
	position: relative;
	display: block
}

.header .navbar_nav li:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	background: #ff6803;
	width: 70px;
	left: 50%;
	margin-left: -35px;
	bottom: 0;
	opacity: 0;
}
.header .navbar_nav:hover li.active a{
	background: #0365c3;
	color: #fff;
}

.header .navbar_nav li:hover a , .header .navbar_nav li.active a , .header .navbar_nav li.active a:hover{
	color: #545454;;
	background: #fff;
}

.header .navbar_nav li:hover a:after{
	opacity: 1;	
}



.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 16px
}

.header .navbar_nav li:hover a {
	color: #545454
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
	left: -10%
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #0365c3;
}

.header.on {
	background: #fff;
	border-bottom: 1px solid #ccc
}

.header.on .left .img1 {
	display: none
}

.header.on .left .img2 {
	display: block
}

.header.on .navbar_nav li a {
	color: #333
}

.header.on .navbar_nav li:hover a {
	color: #0365c3
}

#navToggle {
	display: none
}

.m_nav {
	position: fixed;
	top: 0;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%)
}

.m_nav.open {
	transform: translateX(0)
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto
}

.m_nav .ul {
	margin-top: 30px
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%
}

.m_nav .ul li .dropdown_menu {
	display: none
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: 0
}


.banner img {
	width: 100%
}

@media screen and (max-width:750px) {
.top{ display:none;}
.header_con{ background-size:cover;}
img{ max-width:100%;}
.header {display:block;}
.nav{ display:none;}
.m_nav .top{ display:block;}

/*头部*/
.header_search{ overflow:hidden; margin:10px 2%;}
.header_search input{ border:1px solid #dedede; float:left; width:calc( 100% - 100px ); height:30px; background:url(../images/search.png) left 10px center no-repeat; padding:0; padding-left:40px;}
.header_search button{ border:none; height:32px; border-radius:2px; width:50px; float:right; background:#ff6803; color:#fff;}
	


.header #navToggle {
		height: 100%;
		overflow:hidden;
		padding: 9px 15px;
		display: inline-block;
		float: right
}
.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 17px
}
.header #navToggle span:before,
.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0
}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: block;
		background: #fff
	}
	.header #navToggle span:before {
		top: 8px
	}
	.header #navToggle span:after {
		bottom: 10px
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg)
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg)
	}
	.header #navToggle.open span {
		background: 0 0
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f
	}
	.header .nav {
		display: none
	}
	.banner img {
		height: 600px;
		object-fit: cover
	}
	

.banner{ overflow:hidden; margin:0 2%; margin-top:70px;}
.banner .index_title{ overflow:hidden; margin-bottom:3px; margin-left:5px;}
.banner .index_title font{ float:left; line-height:25px; font-size:16px; font-family:eng; color:#3487d7}
.banner .index_title span{ display:inline-block; float:left; margin-left:5px; font-weight:normal; height:15px; line-height:15px; padding:0 5px; font-size:14px; margin-top:4px; color:#fff; background:#ff6803}



/* flexslider */
.flexslider{position:relative;height:250px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:250px; position:relative;}
.slides li a{ display:block; width:100%; height:100%;}
.flex-control-nav{position:absolute;bottom:0; height:40px; z-index:2;width:550px; margin:0; padding:0; padding-right:20px;}
.flex-control-nav li{display:inline-block; height:10px; margin:0 5px; margin-top:15px; display:inline;zoom:1; float:right;}
.flex-control-nav a{display:block;width:10px;height:10px;line-height:40px;overflow:hidden;background:#d8e9fb; border-radius:5px;cursor:pointer;}
.flex-control-nav .flex-active{ width:20px; }
.slides li p{ line-height:30px; font-size:16px; background:rgba(58,147,234,0.5); width:calc( 100% - 10px ); color:#fff; z-index:999; padding-left:10px; position:absolute; bottom:0; left:0;}

.index_news{ overflow:hidden;  margin:0 2%; margin-top:10px;}
.tab_nav{ overflow:hidden; border-bottom:2px solid #ebebeb; padding-bottom:7px;}
.tab_nav span{ width:24%; text-align:center; position:relative; float:left; cursor:pointer; font-size:15px; color:#3588d8; line-height:19px;}
.tab_nav font{ float:left; color:#4b92db}
.tab_nav span.on{ font-weight:bold;}
.tab_nav span.on b{ position:absolute; width:84px; left:50%; margin-left:-42px; bottom:-7px; height:2px; background:#3a93ea}
.tab_nav a{ display:none}
.index_news .tabcontent{ overflow:hidden; margin-top:15px;}
.index_news .tabcontent h3{ overflow:hidden; font-weight:normal; padding-bottom:5px; border-bottom:1px solid #ebebeb}
.index_news .tabcontent h3 img{ float:left; width:80px; height:60px; margin-right:8px;}
.index_news .tabcontent h3 strong{ font-size:14px; color:#333; line-height:20px; height:20px; display:block; overflow:hidden;}
.index_news .tabcontent h3 p{ overflow:hidden; height:40px; line-height:20px; font-size:13px; color:#999999}
.index_news .tabcontent h3 a{ color:#3588d8}

.index_news .news_list{ overflow:hidden; margin-top:5px;}
.index_news .news_list li{ overflow:hidden; line-height:28px; height:28px;}
.index_news .news_list li a{ display:block; font-size:14px; height:100%; color:#666666; padding-left:15px; background:url(../images/newslist_bg.png) left center no-repeat}
.index_news .news_list li a span{ float:right;color:#999; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.index_news .news_list li a:hover{ color:#3588d8}

.index_zhuanjia{ overflow:hidden; margin:0 2%; margin-top:10px;}
.index_zhuanjia h2.index_title{  padding-left:12px; height:25px; line-height:25px; font-size:18px; color:#0283d6; border-left:3px solid #ff6803}
.index_zhuanjia h2.index_title span{ font-size:14px; color:#a9a9a9; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
.zhuanjia_list{ overflow:hidden; width:100%; margin-top:10px;}
.zhuanjia_list li{ float:left; width:calc( 30.3333% - 2px); border:1px dashed #a9a9a9; background:#f6f6f6; font-size:16px; color:#383838; text-align:center; line-height:31px; margin:0 1.5%; margin-bottom:18px; cursor:pointer;}
.zhuanjia_list li.on{ border-color:#0283d6; background:#0283d6; color:#fff}
.zhuanjia_list li.more{ border-color:#a9a9a9; background:#a9a9a9; color:#fff}
.zhuanjia_list li.more a{ color:#fff}

.index_zhuanjia .tabcontent{ overflow:hidden; margin-top:15px;}
.index_zhuanjia .tabcontent .zhuanjia_img{ overflow:hidden; margin-right:10px; width:80px; float:left; border:2px solid #eaeaea}
.index_zhuanjia .tabcontent .zhuanjia_img img{ width:100%;}
.index_zhuanjia .tabcontent .zhuanjia_info{ overflow:hidden;}
.index_zhuanjia .tabcontent .zhuanjia_info h3{ font-size:22px; height:30px; line-height:24px; overflow:hidden; margin-top:2px; color:#636363;}
.index_zhuanjia .tabcontent .zhuanjia_info h3 a{ display:inline-block; width:22px; height:22px; background:url(../images/zhaunjia_more.png) center center no-repeat; margin-left:5px; margin-top:5px;}
.index_zhuanjia .tabcontent .zhuanjia_info p{ font-size:14px; margin-bottom:5px; color:#636363; line-height:30px; height:30px; overflow:hidden;}
.index_zhuanjia .tabcontent .zhuanjia_info span{ display:inline-block; line-height:26px; padding:0 3px; background:#999999; color:#fff; overflow:hidden;}
.index_zhuanjia .tabcontent .zhuanjia_info font{ display:block; margin:5px 0; line-height:24px; font-size:14px; color:#636363}



.index_fuwu{ overflow:hidden; margin-top:10px;}
.index_fuwu .index_fuwulist{ height:120px;}
.index_fuwu .index_fuwulist li a img{ float:left; width:50%; height:120px;}
.index_fuwu .index_fuwulist li a p{ width:50%; height:120px; float:left; text-align:center; background:#edf4f9;}
.index_fuwu .index_fuwulist li a p span{ display:block; font-size:20px; overflow:hidden; color:#666666; margin-top:35px;}
.index_fuwu .index_fuwulist li a p font{ font-size:16px; color:#666666; overflow:hidden; display:block; font-family:Arial, Helvetica, sans-serif; margin-top:5px;}
.index_fuwu .index_fuwulist li:hover a p{ background:#3487d7}
.index_fuwu .index_fuwulist li:hover a p span{ color:#fff}
.index_fuwu .index_fuwulist li:hover a p font{ color:#fff}


.index_ky{ overflow:hidden; background:#edf4f9; padding-top:15px; margin-top:10px;}
.index_kynav{ overflow:hidden; padding:0 2%;}
.index_kynav span{ float:left; cursor:pointer; text-align:center; width:30.33%; margin:0 1.5%;}
.index_kynav span:nth-child(5),.index_kynav span:nth-child(6){ width:47%;}

.index_kynav span a{ display:inline-block; overflow:hidden; font-size:18px; margin-bottom:10px; font-weight:bold; color:#0283d6; padding-bottom:5px; border-bottom:1px solid #edf4f9;}
.index_kynav span.on a{ border-bottom:1px solid #ff6803}
.index_kynav p{display:none;}


.index_ky .tabcontent{ margin:0 2%;  overflow:hidden; margin-top:15px;}
.index_newscon{ overflow:hidden; width:335px; margin-bottom:15px;}
.index_newscon h3{ font-size:16px; color:#666; padding-left:12px; background:url(../images/title_bg.jpg) left center no-repeat;}
.index_newscon ul{ overflow:hidden; margin-top:15px; margin-left:12px;}
.index_newscon ul li{ overflow:hidden; line-height:30px;}
.index_newscon ul li a{ font-size:14px; color:#666666;}
.index_newscon ul li a:hover{ text-decoration:underline}


.index_huli{ background:#3487d7; padding-top:30px;}
.index_nav2{  padding:0 3%; overflow:hidden; height:42px; background:url(../images/index_title2_bg.jpg) center bottom 11px no-repeat}
.index_nav2 span{ font-size:16px; text-align:center; overflow:hidden; cursor:pointer; padding-bottom:17px; float:left; color:#fff; width:20%; margin:0 2.5%}
.index_nav2 span.on{ background:url(../images/index_title2.jpg) center bottom no-repeat;}
.index_nav2 .more{ display:none }

.huli_con{ overflow:hidden; margin:0 3%; margin-top:10px; padding-bottom:20px;}
.huli_con .item_img{ overflow:hidden; border:13px solid #c2dbf3}
.huli_con .item_img img{ width:100%; height:230px;}
.huli_con .index_newslist{ overflow:hidden; margin-top:5px;}
.huli_con .index_newslist li{ line-height:33px; overflow:hidden; height:33px;}
.huli_con .index_newslist li a{ color:#fff; display:block; height:100%; overflow:hidden; padding-left:20px; background:url(../images/newslist_bg2.png) left center no-repeat;}
.huli_con .index_newslist li a span{ float:right}
.huli_con .index_newslist li a:hover{ text-decoration:underline;}

/* footer */
.footer{ overflow:hidden; margin-top:15px; margin-bottom:25px;}
.footer .wrap{ overflow:hidden}
.footer .footer_sy{ overflow:hidden; text-align:center; height:98px;}
.footer .footer_con{ overflow:hidden; margin-top:15px; margin:0 20px; text-align:center;}
.footer .footer_con p{ line-height:24px; font-size:12px; color:#333;}
.footer .footer_con p a{ color:#333}


.inside_content{ overflow:hidden; margin-top:60px;}

.inside_banner{ overflow:hidden; position:relative; height:180px; background-size:cover;}
.inside_banner .inside_tit{ position:absolute; font-size:20px; line-height:40px; top:70px; left:30px;}


.inside_nav{
	height: 34px;
	background: #727375;
	overflow: hidden;
}
.inside_nav p a{
	display: inline-block;
	color: #fff;
	font: 16px/34px "微软雅黑";
	padding: 0 16px;
	position: relative;
}
.inside_nav p a:hover{
	text-decoration: underline;
}
.inside_nav p a img{
	vertical-align: text-top;
	margin-top: 2px;
}
.inside_nav p a::after{
	content: "";
	display: block;
	width: 24px;
	height: 34px;
	position: absolute;
	right: -12px;
	top: 0;
	background: url(../images/inside_navbg.png) no-repeat right center;
}


.inside_box{ overflow:hidden; margin:0 2%; margin-top:10px;}
.left_nav{ overflow:hidden; margin-bottom:10px;}
.left_nav li{ float:left; margin-right:10px; margin-bottom:10px;}
.left_nav li a{ display:inline-block; color:#333; line-height:28px; font-size:14px; padding:0 10px; border:1px solid #dedede;}
.left_nav li a.active{ color:#fff; background:#0365c3; border-color:#0365c3}
.left_nav li .drawer{ margin-top:10px;}
.left_nav li a.nav_son{ display:none}


.right_box{ overflow:hidden; margin-bottom:20px;}
.about{ overflow:hidden}
.about p{ line-height:28px; color:#333} 

.leader{ overflow:hidden;}
.leader li{ float:left; width:48%; overflow:hidden; margin:0 1%; text-align:center; margin-bottom:10px;}
.leader li em{ display:inline-block; text-align:center; padding:1px; height:160px; overflow:hidden; border:1px solid #9fcaf5}
.leader li em img{ width:100%; height:100%; object-fit:contain}
.leader li .leader_des{ overflow:hidden; text-align:left; margin:0 5px; margin-top:5px;}
.leader li .leader_des b{ display:block; font-size:18px; color:#3a80cc}
.leader li .leader_des span{ font-size:14px; color:#353535; display:block; overflow:hidden; margin:2px 0;}
.leader li .leader_des p{ color:#666; line-height:22px; height:44px; overflow:hidden;}
.box_tit{ overflow:hidden; font-size:20px; text-align:center;}



.yuanbao{
	padding:0 2%;
}
.yuanbao li{
	border-bottom: 1px solid #e5e5e5;
}
.yuanbao li a .yuanbao_list{
	padding-left: 28px;
	padding-bottom: 12px;
	background: url(../images/yuanbao_btn.png) no-repeat left center;
	padding-top: 10px;
}
.yuanbao li a b{
	display: block;
	color: #000;
	font: 18px/29px "微软雅黑";
	height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yuanbao li a p{
	color: #565656;
	font: 16px/22px "微软雅黑";
}
.yuanbao li a{
	
	
}
.yuanbao li a span{
	display: inline-block;
	color: #565656;
	font: 14px/24px arial;
}
.yuanbao li a i{
	display: inline-block;
	font-style: normal;
}


.pagination {
		overflow: hidden;
		margin:20px 0 0 0;
		text-align: center;
	}
	
	.pagination li {
		display: inline-block;
		min-width: 24px;
		height: 28px;
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		margin: 0 4px;
		border: 1px solid #dedede;
		transition: all .36s ease;
	}
	
	.pagination li a {
		display: block;
		width: 100%;
		height: 100%;
		color: #337ab7;
		transition: all .36s ease;
	}
	.pagination li.active{
		border: 1px solid #3487d7;
	}
	.pagination li.active span{
		background: #3487d7;
		color: #fff;
	}
	.pagination li:hover{
		background: #3487d7;
		border: 1px solid #3487d7;
	}
	.pagination li:hover a{
		color: #fff;
	}
	.pagination li span {
		display: block;
		width: 100%;
		height: 100%;
		color: #333;
		transition: all .36s ease;
	}
	
		.pagination li.btn{
			width: 28px;
			height: 28px;
			vertical-align: bottom;
			border: none;
		}
		.pagination li i{
			width: 100%;
			height: 100%;
			font-size: 26px;
			color: #fff;
			background: #dadada;
			border-radius: 3px;
			transition: all .36s ease;
		}
	
	.pagination li.btn:hover{
		background: none;
	}
	
.pagination li.btn a:hover i{
	color: #3487d7;
}


.box_tit2{ overflow:hidden; font-size:18px; text-align:center; margin-bottom:5px;}
.box_time{ font-weight:normal; margin-bottom:10px; background:#e4f2f9; line-height:22px; text-align:center; color:#999}


.yuanbao_tit{
padding-left: 28px;
padding-bottom: 12px;
background: url(../images/yuanbao_btn.png) no-repeat left center;
padding-top: 10px;
margin-bottom: 10px;
}
.yuanbao_tit b{
display: block;
color: #000;
font: 18px/29px "微软雅黑";
height: 29px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.yuanbao_tit p{
color: #565656;
font: 14px/22px "微软雅黑";
}
.yuanbao_tit span{
display: inline-block;
color: #565656;
font: 16px/24px arial;
}
.yuanbao_tit i{
display: inline-block;
font-style: normal;
}


.service{
	border: 1px solid #e0e0e0;
	margin: 0 2%;
	padding:10px;
	overflow:hidden;
}

.service li{
height: 137px;
width: 100%;
margin-bottom:10px;
}
.service li a{
display: block;
}
.service li .ser_list{
height: 100%;
}
.service li p{
background: #edf4f9;
width: 50%;
height: 137px;
float: left;
text-align: center;
}
.service li b{
	display: block;
	color: #666;
	font: 24px/32px "微软雅黑";
	margin-top: 34px;
	height: 32px;
	overflow: hidden;
}
.service li span{
	display: block;
	color: #666;
	height: 30px;
	overflow: hidden;
	font: 16px/30px arial;
}
.service li img{
	width:50%; height:137px;
	float: right;
}


.right_box .xin{ overflow:hidden; }


.right_box .xin_top{
	background: #eff6f8;
	padding-bottom: 15px;
	padding-top: 5px;
	border: 1px solid #d0d0d0;
	margin: 0 auto;
}

.right_box .xin{
	text-align: center;
}

.right_box .xin_top h3{
	color: #0365c3;
	font: 16px/30px "微软雅黑";
	margin-top: 5px;
}

.right_box .xin_top p{
	color: #565759;
	font: 14px/28px "微软雅黑";
	margin-top: 7px;
	padding: 0 10px;
	text-align: left;
}

.right_box .answer{
	overflow:hidden;
	margin-top:10px;
	}
.right_box .tab_tit{
	color: #0365c3;
	font: 18px/36px "微软雅黑";
	border-bottom: 1px solid #91bce5;
	margin-bottom: 5px;
}

.answer_list{
	width: 100%;
	border: none;
	overflow:hidden;
	margin-bottom: 8px;
}
.answer_list span{
	float: left;
	border: none;
	width:30% !important;
	height: 33px;
	background: #f8f8f8;
	color: #0365c3;
	font: 15px/33px "微软雅黑";
	overflow: hidden;
	text-align: center;
}

.answer_list span:first-child{ width:40% !important}




.dafu{
	margin-top: 8px;
}


.dafu li{
	text-align: center;
	overflow:hidden;
	border: none;
	color: #757577;
	font-family: simsun;
		padding-left: 18px;
		background: url(../images/news_libg.png)no-repeat left 2px  center ;
}

.dafu li a{
	display: block;
	text-align: left;
	overflow:hidden;
	border-bottom: 1px  solid #d3d3d3;
	
}
.dafu li b{
	display: block;
	font: 14px/36px simsun;
	height: 36px;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #757577;
}
.dafu li span{
	float: right;
	font: 12px/36px simsun;
	height: 36px;
	overflow: hidden;
	width:30%;
	display:inline-block;
	color: #757577;
	text-align: center;
}

.xin_name{
	display: block;
	text-align: right;
	font-style: normal;
	color: #0365c3;
	font: 15px/20px "微软雅黑";
	padding-right: 20px;
	margin-top:5px;
}


.xin_back {
	overflow:hidden;
	margin-top: 10px;
}

.xin_back h1{
	color: #0365c3;
	overflow:hidden;
	float:left;
	font: 18px/30px "微软雅黑";
}
.xin_back span{
	color: #0365c3;
	font: 14px/30px "微软雅黑";
	float: right;
}
.back_box{
	color: #565759;
	overflow:hidden;
	font: 15px/24px "微软雅黑";
	width: 100%;
	margin-top:15px;
}

.back_a{
	display: block;
	text-align: center;
	font: 14px/32px  "微软雅黑";
	color: #fff;
	width:50px;
	height: 32px;
	margin-top:15px; float:right;
	overflow: hidden;
	background: #3487d7;
}

.back_main{
	overflow:hidden;
}


.sou{
	text-align: center;
}
.sou input{
	height: 32px;
	width: 428px;
	border-radius: 4px;
	border: 2px solid #3487d7;
	}
.sou input::placeholder{
		color: #a7a7a7;
		font:14px/32px "微软雅黑";
	}
.sou button{
	width:142px;
	height: 36px;
	border: none;
}

.sousuo{
	text-align: center;
	overflow:hidden;
	padding: 15px 0;
}
.sousuo button{
	width: 50px;
	height: 32px;
	background: #3487d7;
	border: none;
	color: #FFFFFF;
	font: 14px/32px "微软雅黑";
	cursor: pointer;
	float:right;
}

.search{
	width: calc( 100% - 80px );
	height: 32px;
	border: none;
	background: #f3f3f3;
	padding: 0 10px;
	color: #666;
	float:left;
	
}
.search:-moz-placeholder{
	color: #c6c6c6;
	font: 15px/44px "微软雅黑";
}
.search:placeholder{
	color: #c6c6c6;
	font: 15px/44px "微软雅黑";
}



.answer_list span.item_title{ width:100% !important; overflow: hidden;text-align: left;padding-left: 10px;}
.answer_list span.item_titlesub{text-align:left; font-size:12px; padding-left:10px; line-height:24px; height:24px; width:100% !important;}



/*专家特色*/
.inside_ts{ overflow:hidden; margin-top:5px;}
.inside_ts_search{ overflow:hidden; width:calc( 100% - 4px ); padding:2px; margin:0 auto; border-radius:5px; background:#3487d7}
.inside_ts_search input{ height:36px; width:calc( 100% - 108px ); float:left; padding:0; border:none; border-radius:5px 0 0 5px; padding:0 24px;}
.inside_ts_search button{ overflow:hidden; float:left; width:60px; cursor:pointer; height:36px; border:none; background:#3487d7; color:#fff;}
.inside_tsfl{ overflow:hidden;  margin-top:10px;}
.inside_tsfl .inside_title{ overflow:hidden; height:42px; background:url(../images/inside_tstitlebg.png) left top no-repeat #f8f8f8; line-height:42px; padding-left:20px; font-size:16px; color:#1e1f1f}

.inside_tsflcon{ overflow:hidden; border-right:1px solid #ececec}

.inside_fllist{ overflow:hidden; width:100% !important; border:1px solid #ececec; border-top:none; padding:15px 0}
.inside_tsflcon .inside_fllist  p{ width:80px; font-size:18px; text-align:center; color:#0365c3}

.ks_list{ overflow:hidden; border-left:2px solid #a6caed; padding-left:20px; }
.ks_list li{ float:left; margin-bottom:10px;}
.ks_list li a{ display:inline-block; padding:0 5px; font-size:14px; color:#565759; line-height:27px; border:1px solid #fff; border-radius:3px;}
.ks_list li a.active{ border-color:#3487d7; color:#3487d7}
.inside_fllist:last-child{ border-bottom:none;}
.inside_hr{ overflow:hidden; background:#f8f8f8; height:10px;}

.inside_ks_content{ overflow:hidden;}
.inside_ks_content .ks_content_title{ height:55px; padding-right:15px; border-left:1px solid #ececec; padding-left:10px; border-right:1px solid #ececec; overflow:hidden;}
.inside_ks_content .ks_content_title span{ display:inline-block; font-size:16px; padding-bottom:5px; border-bottom:2px solid #0365c3; margin-top:15px;}
.inside_ks_content .ks_content_title font{ float:right; line-height:30px; margin-top:10px; }
.inside_ks_content .ks_content_title font a{ display:inline-block; height:100%; font-size:12px; text-align:center; color:#fff; background:#ff6803; padding:0 15px}



.inside_zj_list{ overflow:hidden; border:1px solid #e0e0e0; padding-top:15px; margin-bottom:10px; float:left; margin-right:11px;}
.inside_zj_list a{ display:block; width:100%; height:100%;} 
.inside_list_content{ overflow:hidden;}
.zj_con{ overflow:hidden; padding-bottom:4px; text-align:center;}
.zj_con img{ width:75px; height:98px; border-radius:5px;}
.zj_con span{ display:block; font-size:14px; line-height:26px; color:#0365c3;}
.zj_con font{ display:block; color:#565759; font-size:14px; margin-top:2px; line-height:22px;}
.zj_con p{ font-size:13px; color:#565759}
.zj_con p b{ font-weight:normal; color:#3487d7;}

.zj_time{ overflow:hidden; overflow:hidden; padding-top:15px;}
.zj_time span{ display:block; width:40%; height:50px; line-height:50px; text-align:center; font-size:17px; color:#565759; float:left; margin:0 5%; background:#efefef; border-radius:5px; margin-bottom:10px;}
.zj_info{ overflow:hidden; border-top:1px dashed #e8e8e8; margin-top:5px; padding:5px 15px; font-size:14px; color:#565759; line-height:22px;}
.zj_info span{ color:#3588d8}


.zj_coninfo{ overflow:hidden;}
.zj_coninfo_title{ overflow:hidden; height:42px; color:#1e1f1f; font-size:16px; background:url(../images/inside_tstitlebg.png) left top no-repeat #f8f8f8; padding-left:20px; line-height:42px;}
.zj_item_info{ overflow:hidden; border:1px solid #e0e0e0; border-top:none; padding:15px;}

.zj_item_info_head{ width:100%; border-radius:5px; text-align:center; overflow:hidden;}
.zj_item_info_head img{ width:100px; height:130px;}
.zj_item_info_head p{ font-size:17px; color:#0365c3; line-height:35px;}

.zj_item_zw{ overflow:hidden; margin-bottom:10px; margin-top:10px;}
.zj_item_zw span{ float:left; display:inline-block; padding-bottom:5px; margin-right:45px; border-bottom:3px solid #0365c3; font-size:16px; color:#323232}
.zj_item_zw font{ float:left; font-size:15px; display:inline-block; margin-right:35px; color:#565759}
.zj_item_zw p{ float:left; font-size:15px; color:#565759}
.zj_item_zw p b{ font-weight:normal; color:#3487d7}

.zj_item_about{ overflow:hidden; margin-top:10px;}
.zj_item_about p{ font-size:15px; line-height:22px; color:#565759}

.zj_item_footer{ overflow:hidden; margin-top:25px; overflow:hidden; padding-bottom:10px; border-bottom:15px solid #f8f8f8;}
.zj_item_footer span{ overflow:hidden; display:inline-block; height:30px; line-height:30px; margin-top:20px; color:#fff; background:#ff6803; padding:0 25px;}

.zj_item_time{ overflow:hidden; margin-top:10px;}
.zj_item_time li{ float:left; height:70px; margin-right:15px; margin-bottom:15px; line-height:70px; border-radius:5px; background:#efefef; padding:0 10px; font-size:17px; color:#565759;}



.gonggao{
	margin-top:10px;
}
.gonggao li{
	border-bottom: 1px dotted #dcdcdc;
	background: url(../images/news_libg.png) no-repeat left 5px center;
}
.gonggao li a{
	display: block;	
}
.gonggao li a b{
	display: block;
	height: 40px;
	color: #757577;
	font: 14px/40px simsun;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space:nowrap ;
	overflow: hidden;
}
.gonggao li a:hover b{
	color: #0365c3;
}
.gonggao li span{
	float: right;
}

.jy_list{ overflow:hidden; border-top:1px solid #9f9e9e;  padding-top:10px;}
.jy_list li{ float:left; width:44%; margin:0 3%; height:50px; margin-bottom:10px; background: url(../images/jx_bg.png) right 10px center no-repeat #ebebeb; background-size:10px auto}
.jy_list li a{ display:block; width:100%; height:100%;}
.jy_list li a span{ margin-left:15px; line-height:50px; font-size:16px; color:#0365c3}


.inside_radio{ width:100%; height:260px; margin:0 auto;}
.inside_radio .flex-control-nav{ width:100%; padding:0; text-align:center;}
.inside_radio .slides li a span{ position:absolute; background:url(../images/play.png) center center no-repeat; background-size:contain; left:50%; top:50%; margin-left:-24px; margin-top:-24px; width:48px; height:48px;}

.inside_radio .flex-control-nav li{ float:none; display:inline-block;}
.inside_radio .flex-control-nav a{ width:19px; height:4px; border-radius:0}
.inside_radio .flex-control-nav a.flex-active{ background:#ff6803}
.inside_radio .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.inside_radio .flex-direction-nav li a{display:block;width:20px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.inside_radio .flex-direction-nav li a:hover{opacity:0.5;filter:alpha(opacity=50);}
.inside_radio .flex-direction-nav li a.flex-prev{left:0;background:url(../images/prev.png) center center no-repeat;}
.inside_radio .flex-direction-nav li a.flex-next{right:0;background:url(../images/next.png) center center no-repeat;}
.inside_radio .indexcontent{ overflow:hidden}


.inside_dh{ overflow:hidden;}
.inside_map{ border:1px solid #e0e0e0; margin-bottom:30px; padding:2px;}
.inside_map img{ width:100%;}
.inside_dh_info{ overflow:hidden; margin-left:40px;}
.inside_dh_info p{ font-size:16px; color:#333232; margin-bottom:20px;}


.inside_jyzn{ overflow:hidden; text-align:center;}
.inside_jyzn p{ margin:0 10px; text-align:left; font-size:18px; line-height:36px;}
.inside_jyzn p span{ color:#ff6803}
img{ max-width:100%;}


.inside_honorlist{ overflow:hidden;}
.inside_honorlist li{ overflow:hidden}
.inside_honorlist li a{ display:block; overflow:hidden; width:100%; height:100%; padding: 10px 0; border-bottom:1px solid #dedede}
.inside_honorlist li a img{ float:left; width:120px; margin-right:10px; height:90px;}
.inside_honorlist li a strong{ font-size:16px; line-height:24px; height:24px; overflow:hidden; color:#333; display:block; margin-top:10px;}
.inside_honorlist li a p{ font-size:14px; color:#666; line-height:28px; overflow:hidden; height:28px;}
.inside_honorlist li a span{ font-size:14px; color:#ff651a}
.inside_honorlist li:last-child a{ border:none}



}








