@charset "utf-8";


body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0069ad;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	max-width: 100%;
}
.dbgao {
	height: 80px;
}
.p10{padding:10px;}
.mt10{margin-top:10px;}
/*首页头部*/

.ltop {
	width: 100%;
	height: auto;
	padding:10px 0px;
}
.ltop_txt{font-size:14px;padding:8px;background:#eee;}
.ltop_txt font{color:#d00;}
.ltop_txt span{color:#164a95}
.ltopl {
	width:45%;
	float:left;
}
.ltopl img,.ltopr img {
	width: max-100%;
}
.ltopc{float:right;padding:5px 10px;line-height:22px;width:50%;}
.ltopc b,.ltopc b a{font-size:18px;color:#f60;}
.ltopr {
	width: 55%;
}
.dhtp {
	float: left;
	width: 22%;
	margin-right: 5px;
}
.ltopr p {
	font-size: 1em;
	line-height: 1.3em;
}
.ltopr p strong {
	font-size: 1.3em;
}
.tkh{width:100%;float:left;line-height:22px;color:#0ab;}
.tkh b{padding-left:15px;font-size:16px;font-weight:normal;}
/*nav*/

.lnav {
	width: 100%;
	height: 100px;
	background: #154b95;
}
.lnav ul li {
	width: 25%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	float: left;
	text-align: center;
	border-bottom:#ffc000 1px dotted;
	border-right:#ffc000 1px dotted;
}
.lnav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.lnav ul li.s,.lnav ul li:hover{background:#ffc000}
.lnav ul li.s a,.lnav ul li:hover a{color:#2f3192;}
/*ban*/

.slider-focus {
	position: relative;
	max-width: 640px;
	overflow: hidden;
	max-height:320px;
	margin: 0 auto;
}
.slider-focus .hd {
	position: absolute;
	width: 100%;
	height: 22px;
	left: 0;
	bottom: 2%;
	z-index: 1;
	line-height: 28px;
	text-align: center;
}
.slider-focus .hd li {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	background: #fff;
	cursor: pointer;
}
.slider-focus .hd li.on {
	background: #ffea00;
}
.slider-focus .bd {
	position: relative;
	z-index: 0;
}
.slider-focus .bd li {
	position: relative;
	text-align: center;
}
.slider-focus .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slider-focus .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(../images/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}
.bg-fff{background:#fff;}
.bg-0ba43b{background-color:#0ba43b;}
.bg-ff5c00{background-color:#ff5c00}


.mtdiv{width:100%;float:left;line-height:50px;background:#154b95;text-align:center;font-size:18px;color:#fff;}
.mtdiv p{font-size:15px;line-height:32px;}
.mtdiv2{width:100%;float:left;line-height:50px;text-align:center;font-size:20px;color:#0ba43b;}
.iprocls{width:100%;float:left;background:#fff;}
.iprocls li{
	background:url(../images/icon1.png) no-repeat left center;
	background-size:10px 10px;
	/*
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#e1e1e1));
    background-image: -webkit-linear-gradient(#fafafa,#e1e1e1);
    background-image: -moz-linear-gradient(#fafafa,#e1e1e1);
    background-image: -ms-linear-gradient(#fafafa,#e1e1e1);
    background-image: -o-linear-gradient(#fafafa,#e1e1e1);
    background-image: linear-gradient(#fafafa,#e1e1e1);
	*/
	padding:0 5px 0 15px;float:left;margin:0 2%;line-height:30px;width:46%;font-size:13px;}
.iprocls li:hover,.iprocls li.s{background:url(../images/icon2.png) no-repeat left center;color:#d00;background-size:10px 10px;}
.iprocls li:hover a,.iprocls li.s a{color:#d00;}


.halfbox_list li{width:100%;float:left;line-height:28px;}
.halfbox_list li a{font-size:14px;color:#5d5d5d;}
.halfbox_list li a.m{float:right;}
.halfbox_list li a:hover{color:#d00;}

.halfbox_list dl{width:100%;float:left;padding:10px 0;border-bottom:#154b95 1px dashed;margin-bottom:10px;}
.halfbox_list dt{width:30%;float:left;overflow:hidden;}
.halfbox_list dt img{width:100%;}
.halfbox_list dd{width:67%;float:right;overflow:hidden;}
.halfbox_list dd h3 a{font-size:20px;color:#d00010;font-weight:normal;}
.halfbox_list dd p{font-size:12px;color:#aaa;line-height:24px;padding-top:10px;}



/*关于我们*/
.mt5{margin-top:5px;}
.lgywm {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float:left;
}
.lgywm_title {
	width: 100%;
	height: auto;
}
.xian {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #d7d8d8;
}
.lwenzi {
	width: 110px;
	height: auto;
	text-align: center;
	background-color: #FFF;
	margin: -20px auto 0px;
}
.lwenzi p {
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
}
.lwenzi p strong {
	font-size: 1.5em;
}
.lgywm_wz {
	width: 100%;
	height: auto;
	padding: 3% 0px;
	float:left;
}
.lgywm_wz p {
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	padding: 0px 10px;
	text-indent: 2.4em;
}
/*更多按钮*/

.angd {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	text-align: center;
}
.angd a {
	width: auto;
	height: 40px;
	padding: 0px 20px;
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #d7d8d8;
	border-radius: 8px;
	display: inline-block;
}
/*服务项目*/

.fwxm {
	width: 100%;
	height: auto;
	margin-top: 20px;
	float:left;
}
.fwxm_nr {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}
.fwxm_nr ul li {
	width: 20%;
	height: auto;
	padding: 10px 0px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.fwxm_nr ul li .lzj {
	width: 74%;
	margin: 0px auto;
	text-align: center;
}
/*成功案例*/

.cgal_nr {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}
.cgal_nr ul li {
	width: 33.333%;
	height: auto;
	padding: 10px 0px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.cgal_nr ul li .lzj {
	width: 89%;
	margin: 0px auto;
	text-align: center;
}
/*新闻中心*/

.xwzx_nr {
	width: 98%;
	height: auto;
	margin: 5px auto;
	padding: 10px 0px;
}
.xwzx_nr ul li {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	float: left;
	line-height: 30px;
	border-bottom: 1px solid #d7d8d8;
	background: url(../images/shouji_44.jpg) no-repeat right center;
}
.xwzx_nr ul li h3 {
	width: 78%;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.xwzx_nr ul li p {
	width: 78%;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.xwzx_nr ul li .lzj {
	width: 13%;
	text-align: center;
	float: left;
	margin-right: 15px;
}
/*底部*/

.lbottom {
	width: 100%;
	padding: 10px 0px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 20px;
	border-top: 1px solid #d7d8d8;
	margin-top: 30px;
	float:left;
	margin-bottom:70px;
}
/*footer*/

.lfooter {
	width: 100%;
	height: 70px;
	background-color: #0061a8;
	position: fixed;
	bottom: 0px;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
/*关于我们*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup,tfoot, th, thead, time,  tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	overflow-y: scroll
}
/* page structure */

header {
	display: block;
	width: 100%;
	height: 55px;
	background: #0061a8;
	text-align: center;
}
header strong {
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
}
.menubtn {
	position: relative;
	z-index: 101;
	text-decoration: none;
	background-image: url(../images/hamburger.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 55px;
	float: right;
	margin-right: 10px;
}
a.fanhui {
	width: 20px;
	height: 55px;
	float: left;
	margin-left: 10px;
	background: url(../images/fanhui.png) no-repeat center;
}
/* toggle menu */

#pgcontainer {
	padding: 0;
	margin: 0
}
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
.openmenu .overlay {
	top: 0
}
#hamburgermenu {
	height: 100%;
	width: 0;
	background: #373737;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow: hidden;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55)
}
#hamburgermenu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
#hamburgermenu ul li {
	display: block
}
#hamburgermenu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 8px;
	color: #cdcdcd;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center
}
#hamburgermenu li a:hover {
	color: #fff;
	background: #2c2c2c
}
.zymain {
	width: 100%;
	height: auto;
}
.zybt {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0px;
}
.zybt strong {
	font-size: 15px;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
}
.zy_nr {
	width: auto;
	padding: 0px 10px;
	height: auto;
	margin: 10px 0px;
}
.zy_nr img {
	width: 100%;
	height: auto !important
}
.zy_nr h2 {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
}
.zy_nr p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding: 5px 0px;
}
/*龙拓观点*/

.ltgd_nr {
	width: 98%;
	height: auto;
	margin: 5px auto;
	padding: 10px 0px;
}
.ltgd_nr ul li {
	width: 98%;
	height: auto;
	padding: 10px 0px;
	float: left;
	line-height: 30px;
	border-bottom: 1px solid #d7d8d8;
	background: url(../images/shouji_44.jpg) no-repeat right center;
}
.ltgd_nr ul li h3 {
	width: 78%;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.ltgd_nr ul li p {
	width: 78%;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.ltgd_nr ul li .lzj {
	width: 13%;
	text-align: center;
	float: left;
	margin-right: 15px;
}
/*龙拓观点首页*/

.ltgds_nr {
	width: 98%;
	height: auto;
	margin: 5px auto;
}
.ltgds_nr ul li {
	width: 33.3333%;
	height: auto;
	float: left;
	margin-top: 5px;
	line-height: 30px;
	text-align: center;
}
.ltgds_nr ul li h3 {
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}
.ltgds_nr ul li .lzj {
	width: 79%;
	margin: 10px auto;
}
.pages {
	padding: 10px 0 0px;
	text-align: center
}
.pages li {
	display: inline;
	margin: 0 2px;
	font-size: 12px
}
.pages li.thisclass, .pages a:hover {
	padding: 3px 8px;
	border: 1px solid #0061a8;
	background: #0061a8;
	color: #fff;
	text-decoration: none
}
.pages a {
	padding: 3px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px;
	font-size: 12px
}


.fatop ul{text-align:center;}
.fatop li{width:100px;height:130px;margin:10px 1%;display:inline-block;background:url(../images/yuanhuanbg.png) no-repeat;background-size:100%;}
.fatop li span{width:100%;height:33px;line-height:33px;text-align:center;display:block;float:left;margin-top:15px;}
.fatop li i{width:70px;height:70px;float:left;margin-left:15px;margin-top:15px;display:block;}
.fatop li .zy{background:url(../images/icon_zy.png) no-repeat center center;background-size:80%;}
.fatop li .kt{background:url(../images/icon_kt.png) no-repeat center center;background-size:80%;}
.fatop li .hg{background:url(../images/icon_hg.png) no-repeat center center;background-size:80%;}
.fatop li .oil{background:url(../images/icon_sy.png) no-repeat center center;background-size:80%;}
.fatop li .food{background:url(../images/icon_food.png) no-repeat center center;background-size:80%;}
.fatop li .dianli{background:url(../images/icon_dl.png) no-repeat center center;background-size:80%;}
.fatop li:hover .zy{background:url(../images/icon_zy2.png) no-repeat center center;background-size:80%;}
.fatop li:hover .kt{background:url(../images/icon_kt2.png) no-repeat center center;background-size:80%;}
.fatop li:hover .hg{background:url(../images/icon_hg2.png) no-repeat center center;background-size:80%;}
.fatop li:hover .oil{background:url(../images/icon_sy2.png) no-repeat center center;background-size:80%;}
.fatop li:hover .food{background:url(../images/icon_food2.png) no-repeat center center;background-size:80%;}
.fatop li:hover .dianli{background:url(../images/icon_dl2.png) no-repeat center center;background-size:80%;}
.fatop li:hover  span{color:#d00;}


div,li{box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
li{font-style:normal;list-style:none}
.mdiv{width:100%;float:left;padding:10px;background:#fff;}
.iprod,.fdiv,.fatop{width:100%;float:left;}
.iprod li{width:48%;float:left;text-align:center;margin:10px 1%;}
.iprod li img{max-width:100%;padding:2px;border:#ccc 1px solid; }
.iprod li p a{font-size:20px;}
.iprod li a{font-size:14px;padding:0 2px;line-height:30px;}
.iprod span{display:block;width:100%;float:left;height:36px;overflow:hidden;line-height:36px;color:#666;font-size:14px;}
.iprod span a{color:#666;}
.lxtalbe td{padding-left:2px;}
.mblx{display:none;}

.ipbox{width:100%;float:left;background:#e0e5eb;padding:10px;text-align:center;line-height:30px;}
.ipbox img{max-width:100%;}
.ipbox h3 a{font-size:18px;font-weight:bold;}
.ipbox a{font-size:14px;padding:0 2px;line-height:30px;}
.ipbox_txt{width:100%;float:left;padding:10px;line-height:30px;}

.icase{width:100%;float:left;padding:10px;}
.icase li{width:50%;float:left;text-align:center;padding:5px;}
.icase li img{max-width:100%;padding:2px;border:#ccc 1px solid; }
.icase span{display:block;width:100%;float:left;height:50px;overflow:hidden;line-height:25px;color:#666;font-size:14px;}
.icase span a{color:#666;}



.iwt,.iwt li{width:100%;float:left;}
.iwt li{background:url(../images/ulli.jpg) no-repeat left 5px;line-height:30px;padding-left:25px;}
.i_t img{max-width:100%;}
.i_t{width:100%;float:left;}
.c_contact{padding-top:30px;border-top:#2c5fca 3px solid;}
.c_contact td{padding:0 5px;height:30px;border-bottom:#ccc 1px dashed;}
.c_contact td font{font-size:18px;color:#d00;}

.round{ -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

.ly{width:100%;float:left;padding:10px;}
.lybox{width:100%;float:left;background-repeat:no-repeat;background-size:80px auto;margin:10px 0;}
.lybox.one{background-image:url(../images/number-one.png);padding:20px 30px 20px 20px;background-position:right top;}
.lybox.two{background-image:url(../images/number-two.png);padding:20px 20px 20px 30px;background-position:left top;}
.lybox.three{background-image:url(../images/number-three.png);padding:20px 30px 20px 20px;background-position:right top;}
.lybox.four{background-image:url(../images/number-four.png);padding:20px 20px 20px 30px;background-position:left top;}
.lybox li{width:100%;color:#fff;font-size:14px;float:left;line-height:26px;}
.lybox li.t{font-size:18px;border-bottom:#5cc27c 1px dashed;}
.lybox li p{padding-left:25px;background:url(../images/icon2.png) no-repeat left 5px;margin-top:10px;}

.ly_t,.ly_t li{width:100%;float:left;line-height:26px;}
.ly_t{padding-bottom:20px;margin-top:30px;}
.ly_t{background:url(../images/lybg.jpg) no-repeat center bottom;}
.ly_t li{background-repeat:no-repeat;background-position:left center;background-size:40px auto;padding-left:50px;font-size:16px;font-weight:bold;color:#0161ad;}
.ly_t li.one{background-image:url(../images/one.jpg);line-height:40px;}
.ly_t li.two{background-image:url(../images/two.jpg);line-height:25px;}
.ly_t li.three{background-image:url(../images/three.jpg);line-height:40px;}
.ly_t li.four{background-image:url(../images/four.jpg);line-height:40px;}
.ly_t li.five{background-image:url(../images/five.jpg);line-height:40px;}
.ly_c,.ly_c li{width:100%;float:left;color:#888;}
.ly_c li{line-height:30px;border-bottom:#dadada 1px dashed;padding-left:20px;background:url(../images/icon1.jpg) no-repeat left center;}
.ly_c li b{color:#f60;font-weight:normal;}

.procls{width:100%;float:left;padding:5px 10px;}
.procls li.big{width:100%;float:left;}

.tlpic{width:100%;float:left;padding-top:10px;}
.tlpic img{max-width:100%;}

.mcbox{width:100%;float:left;padding:10px;}
.khbox{width:49%;float:left;margin-right:2%;}
.khbox dl{width:100%;float:left;background:#ebebeb;}
.khbox dt{width:100%;float:left;overflow:hidden;}
.khbox dt img{width:100%;}
.khbox dd{width:100%;float:left;padding:10px;}
.khbox dd h4{font-size:20px;color:#000;line-height:36px;}
.khbox dd h5{font-size:16px;color:#444;line-height:36px;font-weight:normal;}
.khbox dd p{font-size:12px;color:#717171;line-height:28px;margin-top:5px;height:80px;overflow:hidden;}
.khbox dd p a{color:#f00;}
.khbox dd p a:hover{color:#0ba43b;}
.khbox.njg{margin-right:0;}
.kh_btn{width:290px;margin:auto;}
.kh_btn li{width:135px;float:left;height:38px;text-align:center;line-height:38px;background:#9f9f9f;font-size:20px;color:#fff;}
.kh_btn li.s{background:#0ba43b;}

.sgbox{width:100%;float:left;}
.sgbox li{width:49%;float:left;margin-left:2%;}
.sgbox li:first-child{margin-left:0px;}
.sgbox li img{max-width:100%;}
.sgbox li span{width:100%;float:left;display:block;height:32px;line-height:32px;background:url(../images/icon6.jpg) no-repeat left center;}
.sgbox li span a{padding-left:20px;}

.about_c,.about_c li{width:100%;float:left;font-size:14px;line-height:32px;}
.about_c li{font-size:14px;line-height:32px;float:left;}
.about_c li.t{border-bottom:#bdbdbd 2px solid;font-size:18px;height:32px;}
.about_c li.t span{border-bottom:#0ba43b 2px solid;height:32px;display:block;width:200px;color:#0ba43b;}
.about_c li p{text-indent:2em;}
.about_c img{max-width:100%;}

.inews{width:100%;float:left;padding:10px;background:#fff;}
.inews_t{width:100%;float:left;height:40px;line-height:40px;}
.inews_t li{width:33.33%;height:40px;line-height:40px;float:left;color:#fff;font-size:18px;font-weight:bold;background:#5c5c5c;text-align:center;}
.inews_t li.s{background:#154b95;}
.inews_t li a{font-size:18px;color:#fff;}
.inews ul{width:100%;float:left;}
.inews li{width:100%;float:left;font-size:14px;color:#666;border-bottom:#ddd 1px dashed;line-height:36px;height:36px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding-left:15px;background:url(../images/icon12.jpg) no-repeat left center;}
/*.inews li p{display:block;line-height:30px;color:#777;font-size:10px;}*/
.inews li a{font-size:14px;color:#333;}

.mcontent{width:100%;float:left;padding:10px;line-height:30px;font-size:14px;background:#fff;}
.mcontent img{max-width:100%;padding:7px 0;height:auto;}
.mcontent table{max-width:100%;}
.mcontent{overflow:hidden;}

/*.mcontent{text-indent:2em;}*/
.ntitle,.ncon,.infomore,.ntxt,.nbox{width:100%;float:left;padding:10px;}
.ntitle{text-align:center;line-height:30px;font-size:16px;font-weight:bold;}
.ntitle span{display:block;line-height:20px;font-size:12px;font-weight:normal;}
.carbox{width:100%;float:left;background:#fff;margin:10px 0;}
.ncon img{max-width:100%;padding:2px;border:#ccc 1px solid;}
.ncon table{max-width:100%;}
.ncon{color:#666;line-height:30px;}
.ninfomore li{width:100%;float:left;height:30px;line-height:30px;color:#666;border-bottom:#ccc 1px dashed;font-size:14px;}
.ninfomore li a{color:#0177d9;}

.pagelist{width:100%;float:left;text-align:center;font-size:12px;background:#fff;margin-top:20px;line-height:40px;border:#ccc 1px solid;}
.pagelist a{padding:5px;}


.ntxt img{max-width:100%;padding:2px;border:#ccc 1px dashed;width:48%;margin-right:10px;}
.ntxt{line-height:28px;}
.ntxt b{color:#f60;}
.nbotline{border-bottom:#2a5fc9 1px dashed;padding:10px;}
.nbotline2{border-bottom:#ccc 1px dashed;padding:20px 0;}
.nbox{line-height:28px;}
.nbox img{max-width:100%;}
.ncon h3{font-size:18px;font-weight:bold;color:#0066cd;text-align:center;}




.ntxt_half{width:48%;}
.ntxt_half img{max-width:100%;}

.hdm_t{float:left;width:100%;border-bottom:#ccc 1px solid;}
.hdm_t li{padding:0 5px;float:left;margin-right:10px;border:#ccc 1px solid;border-bottom:none;height:35px;line-height:35px;color:#555;font-size:14px;}
.hdm_t li.s{background:#0082f3;color:#fff;}

.ninfo{width:100%;float:left;}
.ninfo li{width:100%;padding-left:15px;background:url(../images/icon.jpg) no-repeat left center;border-bottom:#ccc 1px dashed;line-height:32px;}

.brief{ margin-bottom:15px;padding:4px;background:url(../images/brief.gif) repeat left top;width:100%;float:left;margin-top:20px;}
.briefbg{ color:#469f2c;border:1px solid #c2c2c2; background:#fff; padding:12px;width:100%;float:left;}
.briefbg a{color:#000; text-decoration:underline;}

.briefbg h6 {
    color: #007eca;
    font-weight: normal;
    text-align: center;
    font-size:12px;
	
}
.briefbg a.cur{ color:#007eca;}
.briefbg h3{ color:#007eca; text-align:center; font-size:16px; border-bottom:0;border-bottom:#ccc 1px dashed;}
.ly_c,.ly_c li{width:100%;float:left;}
.ly_c li h3{font-size:16px;font-weight:bold;color:#222;padding-left:20px;padding-right:10px;}
.ly_c li{color:#666;font-size:13px;}
.ly_c li{margin-top:5px;}
.ly_c li.lybk1{background:url(../images/1.jpg) no-repeat left 5px #c9daec;}
.ly_c li.lybk2{background:url(../images/2.jpg) no-repeat left 5px #9eb9d4;}
.ly_c li.lybk3{background:url(../images/3.jpg) no-repeat left 5px #c9daec;}
.ly_c li.lybk4{background:url(../images/4.jpg) no-repeat left 5px #9eb9d4;}


.ia{width:100%;float:left;padding:10px;line-height:30px;text-indent:2em;}
.ia_pic{width:40%;float:left;}
.ia img{max-width:100%;}
.ia_txt{width:58%;float:right;line-height:30px;}
.ystxt{padding-left:10px;font-size:12px;}
.ystxt2{padding-right:10px;font-size:12px;}
.lytable{border-bottom:#ccc 1px dashed;padding:10px 0;}
.lytable td img{max-width:100%;}
.lytable td h4{font-size:14px;color:#00478f;}
.ysbox{width:100%;float:left;border-top:#1b65a2 1px dashed;}
.ysbox ul{width:100%;float:left;border-bottom:#1b65a2 1px dashed;}
.ysbox li{width:50%;float:left;text-align:center;padding:10px 5px;border-left:#1b65a2 1px dashed;}
.ysbox li img{max-width:90px;}
.ysbox li h4{font-size:16px;}
.ysbox li span{display:block;width:100%;float:left;text-align:left;font-size:12px;line-height:32px;height:64px;overflow:hidden;}
.ysbox li:first-child{border:none;}

.round{ -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.bot,.botgotop{width:100%;float:left;}
.botgotop{border-bottom:#c8c8c8 1px solid;text-align:center;line-height:40px;}
.botgotop a{font-size:16px;}
.botgotop a:hover{color:#d00;}
.botmenu{width:100%;float:left;line-height:40px;text-align:center;color:#666;font-size:14px;border-bottom:#666 1px dashed;}
.botmenu a{color:#666;padding:0 1px;}
.botmenu a:hover{color:#d00;}

.botcontact{width:100%;float:left;padding:10px 1% 80px 1%;}
.botcontact li{width:100%;float:left;font-size:14px;padding-left:22px;line-height:30px;text-align:center;color:#154b95;}
.botcontact li.t{font-size:16px;font-weight:bold;}
.botcontact li.tel{background:url(../images/icon_btel.jpg) no-repeat left center;background-size:auto 20px;}
.botcontact li.mail{background:url(../images/icon_bmail.jpg) no-repeat left center;background-size:auto 20px;}
.botcontact li.add{background:url(../images/icon_bhome.jpg) no-repeat left center;background-size:auto 20px;}

.botbtn{width:100%;float:left;height:59px;position: fixed; bottom:0; }
.botbg{
   background: #666666;
    background: -moz-linear-gradient(top,  #959595 0%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(100%,#666666));
    background: -webkit-linear-gradient(top,  #959595 0%,#666666 100%);
    background: -o-linear-gradient(top,  #959595 0%,#666666 100%);
    background: -ms-linear-gradient(top,  #959595 0%,#666666 100%);
    background: linear-gradient(to bottom,  #959595 0%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#666666',GradientType=0 );
}
:root .botbg{filter:none;}


.botbtn ul{width:100%;float:left;}
.botbtn li{width:22%;height:59px;float:left;text-align:center;padding-top:25px;line-height:25px;border-right:#5f5f5f 1px solid;}
.botbtn li:first-child{border-left:none;}
.botbtn li.home{width:12%;background:url(../images/icon_home.png) no-repeat center center;height:59px;}
.botbtn li.zx{background:url(../images/icon_zx.png) no-repeat center 10px;background-size:auto 18px;}
.botbtn li.tel{background:url(../images/icon_tel.png) no-repeat center 10px;background-size:auto 18px;}
.botbtn li.zt{background:url(../images/icon_zt.png) no-repeat center 10px;background-size:auto 18px;}
.botbtn li.lx{background:url(../images/icon_lx.png) no-repeat center 10px;background-size:auto 18px;}
.botbtn li.gotop{background:url(../images/icon_gotop.png) no-repeat center 10px;background-size:auto 18px;}
.botbtn li.ewm{height:70px;}
.botbtn li{font-size:13px;}
.botbtn  a{color:#fff;}
td img{max-width:100%;}


.ysbox_t{padding-bottom:22px;background:url(../images/bg1.png) no-repeat bottom center;text-align:center;font-size:20px;color:#0ab;}
.pz_t{padding-bottom:22px;background:url(../images/bg2.png) no-repeat bottom center;text-align:center;font-size:26px;color:#fff;}
.small_t{font-size:14px;text-align:center;line-height:20px;}
.ysdiv{padding:10px 0;}
.ysdiv dt{width:100%;float:left;text-align:center;margin:10px 0;}
.ysdiv dd{width:100%;float:left;padding:5px; border-bottom:#ccc 1px dashed;}
.ysdiv dd p{line-height:180%;text-indent:2em;}
.ysdiv dd h3{color:#0ab;font-size:16px;font-weight:bold;}

.sixbox{width:100%;float:left;margin-top:20px;}
.sixbox dl{width:100%;color:#0ab;float:left;border-bottom:#ccc 1px dashed;padding:10px 0;}
.sixbox dt{width:10%;float:left;font-size:40px;line-height:40px;}
.sixbox dd{width:87%;float:right;color:#333;font-size:12px;line-height:25px;}
.sixbox dd h3{font-size:18px;color:#0ab;font-weight:bold;margin-top:0;line-height:40px;}

.case_t,.case_c{width:100%;float:left;}
.case_t{padding:0 5px;}
.case_t li{width:15%;height:34px;line-height:34px;text-align:center;color:#fff;background:#4a4947;font-size:15px;margin-left:1.5%;float:left;}
.case_t li:first-child{margin-left:0;}
.case_t li a{color:#fff;font-size:16px;}
.case_t li.s{background:#0ab;}

.case_c li{width:50%;float:left;padding:10px 5px}

.case_c li img{max-width:100%;}
.case_c li span{width:100%;height:30px;display:block;background:#0ab;text-align:center;line-height:30px;font-size:14px;color:#fff;}

.aboutcls{padding:0 5px;width:100%;float:left;}
.aboutcls li{width:18%;height:34px;line-height:34px;text-align:center;color:#fff;background:#4a4947;font-size:13px;margin:5px 1%;float:left;}
.aboutcls li a{color:#fff;}
.mt20{margin-top:20px;}

.nprocls ,.zscls{padding:0 5px;width:100%;float:left;}
.nprocls li{width:31%;height:34px;line-height:34px;text-align:center;color:#fff;background:#0ab;font-size:13px;margin:2px 1%;float:left;}
.nprocls li a{color:#fff;}

.zscls li{width:23%;height:34px;line-height:34px;text-align:center;color:#fff;background:#0ab;font-size:13px;margin:2px 1%;float:left;}
.zscls li a{color:#fff;}

.dlipt1{height:28px;width:100%;border:#ccc 1px solid;}
.dltable td{font-size:14px;}
.dlbtn{padding:5px 20px;background:#0ab;color:#fff;font-size:15px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

.dltable{width:100%;float:left;}
.dltable dl{width:100%;float:left;}
.dltable dt{width:30%;float:left;}
.dltable dd{width:68%;float:left;}

.afj_btn li{width:260px;height:38px;line-height:38px;color:#fff;font-size:16px;float:left;margin-right:20px;margin-top:20px;background:#555;text-align:center;}
.afj_btn li.njg{margin-right:0;}
.afj_btn li.s{background:#0ba43b;}
.afj_btn li a{font-size:16px;color:#fff;}

.afj_t{width:100%;text-align:center;line-height:32px;float:left;}
.afj_t span{font-size:18px;color:#fff;background-image:url(../images/afj.jpg);background-color:#0ba43b;background-position:left center;background-size:90px auto;background-repeat:no-repeat;padding:0 15px 1px 92px;}
.afj_t2{width:100%;min-height:32px;text-align:center;line-height:32px;float:left;font-size:16px;color:#444;}
.afj_t2 span{font-size:18px;color:#444;background:url(../images/afj2.jpg) no-repeat left center;padding:0 15px 1px 130px;}
.afj_t3{width:100%;float:left;font-size:15px;color:#5c5c5c;line-height:32px;padding:10px 0px;}

.afj_t4{width:100%;text-align:center;line-height:32px;float:left;}
.afj_t4 span{font-size:24px;color:#fff;background:#0ba43b;padding:2px 15px;}

.afjbox{width:100%;}
.afjbox dt,.afjbox dd{width:100%;float:left;}
.afjbox dt{text-align:center;}
.afjbox dt img{max-width:100%;}
.afjbox dd{margin-top:30px;}
.afjbox dd h4,.afjtxt li h4{height:50px;line-height:50px;padding-left:15px;background:#0092ce;color:#fff;font-weight:normal;font-size:20px;}
.afjbox dd p,.afjtxt li p{color:#606060;line-height:44px;font-size:16px;padding-left:10px;}

.afjtxt{width:100%;float:left;}
.afjtxt li{font-size:16px;color:#5c5c5c;line-height:32px;}
.bd-bot_0ba43b{border-bottom:#0ba43b 1px solid;}


.fabox dl{width:100px;float:left;margin:20px 30px;}
.fabox dl.njg{margin-right:0;}
.fabox dt{width:100px;height:100px;border:#ccc 1px solid;background-position:center -185px;}
.fabox dd{width:100px;height:40px;line-height:40px;font-size:16px;text-align:center;}
.fabox dd a{font-size:16px;color:#555}
.fabox dl:hover dt{background-position:center top;background-color:#0ba43b}
.fabox dl:hover dd {color:#0ba43b}
.facon{font-size:14px;line-height:32px;}


