/*reset开始*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
  vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

:focus {
	outline:none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    /*border-bottom:1px dotted #000;*/
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}





html {
    background:white;
    color:black;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:14px '微软雅黑',arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.m_t_0{ margin-top:0 !important;}
.m_t_20{ margin-top:20px !important;}
/*reset结束*/

html, body {  
font-family:Helvetica,"微软雅黑";
font-size:14px;
color:#333333; 
-webkit-text-size-adjust:none; 
-moz-text-size-adjust:none; 
-ms-text-size-adjust:none; 
text-size-adjust:none; 
} /*Reset Android and IOS font*/ 
input { border-radius:0; margin: 0; padding: 0; } /*Reset IOS input style*/ 
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form { list-style:none; } 
@-webkit-viewport { width:device-width; } 
@-moz-viewport { width:device-width; } 
@-ms-viewport { width:device-width; } 
@-o-viewport { width:device-width; } 
@viewport { width:device-width; } 














.dhy_top{ padding:15px 15px; background:#0081cc}
.dhy_top dt{ width:56%; float:left}
.dhy_top dt img{ width:100% }
.dhy_top dd{ float:right; margin-top:5px;}
.dhy_ss{ margin-right:20px; width:6%;}
.dhy_dh{ width:7%}
.dhy_xl_dh{ background:#f5f3f3; position:absolute; z-index:99; width:100%;  }
.dhy_xl_dh li{border-bottom:1px solid #ccc}
.dhy_xl_dh li a{ font-size:17px; color:#333; line-height:55px; margin-left:15px}
.x-xldsg {
	background: #f5f3f3;
	overflow:hidden;
}
.x-sghs {
	margin-top: 17px;
	border-top: #ccc 1px solid;
	overflow:hidden;
}
.x-hsgz {
	height: 52px;
	line-height:52px;
	border-top: #ccc 1px solid;
	border-bottom: #CCC 1px solid;
	overflow:hidden;
}
.x-hsgz .x-hslf {
	float: left;
	font-size: 17px;
	color: #333;
	line-height: 55px;
	margin-left: 10px;
	overflow:hidden;
}
.x-hsgz .x-hsrt {
	float: right;
	color: #0075c1;
	line-height: 50px;
	margin-right: 10px;
	font-size:24px;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
}
.x-bsgz {
	height: 46px;
	line-height:46px;
	border-top: #ccc 1px solid;
	background: #fff;
	border-bottom: #CCC 1px solid;
	overflow:hidden;
}
.x-bsgz .x-hslf {
	float: left;
	font-size: 17px;
	color: #000;
	line-height: 55px;
	margin-left: 10px;
	overflow:hidden;
}
.x-bsgz .x-hsrt {
	float: right;
	color: #FFF;
	line-height: 55px;
	margin-right: 10px;
	overflow:hidden;
}
.dfg1 {
	background: url(scy_gj_sj_ddd_03.png) no-repeat center 19px;
	width: 25px;
	height: 57px;
	overflow:hidden;
}
.dfg2 {
	background: url(scy_gj_sj_ddd_03.png) no-repeat center 19px;
	width: 25px;
	height: 57px;
	overflow:hidden;
}
.dfg3 {
	background: url(scy_gj_sj_ddd_03.png) no-repeat center 19px;
	width: 25px;
	height: 57px;
	overflow:hidden;
}
.dfg4 {
	background: url(scy_gj_sj_ddd_03.png) no-repeat center 19px;
	width: 25px;
	height: 57px;
	overflow:hidden;
}
.dfg5 {
	background: url(scy_gj_sj_ddd_03.png) no-repeat center 19px;
	width: 25px;
	height: 57px;
	overflow:hidden;
}
.dhy-sckz01 {
	height: 38px;
	background-color: #d7d7d7;
	padding: 6px 8px 6px 8px;
	font-size: 18px;
	color: #333;
}
.dhy-scbg01 {
	height: 38px;
	border: 0px;
	background: #FFF;
	border-radius: 8px;
}
.dhy-scbg01 .dhy-tj01 {
	width: 22px;
	height: 22px;
	border: 0px;
	display: block;
	position: absolute;
	right: 16px;
	margin-top: 8px;}
	.dhy-scbg01 input{ border:0}
	.dhy-scbg01 .dhy-tj02 {
	width: 100%;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	border: 0px;
	display: block;
	float: left;
	color: #333;
	border-radius:8px
}
.dhy_main{ margin:0 10px;}
.dhy_h1{ font-size:22px; color:#0081cc; line-height:34px; padding:20px 0}
.dhy_gs_jj p{ font-size:14px; color:#333; line-height:24px; text-indent:24px}
.dhy_gs_jj{ margin-bottom:24px;}
.dhy_gsjs li{ margin-bottom:20px; overflow:hidden; clear:both; }
.dhy_gsjs li span{ width:100%; display:inline-block }
.dhy_zs{ display:inline-block;color:#0075c2; font-size:14px; line-height:30px; width:600%    }
.dhy_zs h4{ border-bottom:1px solid #0075c2;  font-size:14px; font-weight:bold; }
.dhy_tu_b{display:table-cell; vertical-align:middle; width:30%}
.dhy_tu_wen{display:table-cell; vertical-align:middle; width:auto; padding-left:10%; width:100%}
.dhy_wznr h3{ font-size:14px; font-weight:bold; color:#333333; line-height:24px; margin-bottom:10px}
.dhy_wznr {font-size:14px;color:#333333; line-height:24px;}
.dhy_jieg{ margin-top:10px}
.dhy_jieg li{ margin-bottom:15px}
.dhy_jieg li span{ display:inline-block; background:url(dhy_janhao.gif) no-repeat left center; color:#0075c2; font-size:14px; padding-left:20px; line-height:30px}
.dhy_tup{ margin:30px 0;}
/*脚部*/
.go{display: block; color: #999999; font-weight: bold; line-height: 30px; text-align: center; margin-top: 25px; margin-bottom: 10px; }
.link{ text-align: center; padding-bottom: 15px; }
.link a{ display: inline-block; margin: 0 10px; color: #999999; font-weight: bold; text-align: center; height: 24px; line-height: 24px; border:2px solid #d7d7d7;width: 20%; border-radius: 6px; }
.footer{ font-size:12px; color:#fff; background:#0075c1; text-align:center; line-height:18px; padding:15px 0px;}
.footer p{ line-height:18px;}
.footer p a{ color:#fff; padding:0 5px;}
/*脚部 end*/


/*经营范围*/
.dhy_jiegs li{ background:url(dhy_janhao.gif) no-repeat left 8px; padding-left:20px; font-size:14px; line-height:30px; color:#666}

/*联系我们*/
.dhy_lx{ color:#333; font-size:14px; line-height:25px; }
.dhy_height{ min-height:100%; }
.dhy_jbu{ margin-top:-149px}
.dhy_padd{ padding-bottom:149px}

/*业务介绍*/
.dhy_h2{ font-size:18px; line-height:36px; font-weight:bold; margin-bottom:10px; margin-top:10px}
.dhy_yw_js{  font-size:14px; color:#333; line-height:28px}
.dhy_yw_js p{text-indent:30px;}
.dhy_ye_js{ margin-top:10px;}
.dhy_ye_js h4{ font-size:16px; color:#0075c2; line-height:32px; padding-bottom:10px; font-weight:bold}
.dhy_yw_tb{ font-size:14px; border-top:2px solid #6999d7}
.dhy_yw_top td{ font-weight:bold;  line-height:34px;}
.dhy_yw_tb td:first-child{ border-right:1px solid #e6e7e7}
.dhy_yw_tb td{ border-bottom:1px solid #e6e7e7; line-height:32px; padding:5px 10px; background:#f7f8f9}
.dhy_zl_yw{ width:100%}
.dhy_zl_yw img{ width:100%}


/*首页*/
.dhy_jj_one>span img{ width:100%; margin:10px 0;  }
.dhy_jj_one{ font-size:14px; color:#333; line-height:28px; margin-bottom:12px }
.dhy_jj_one p{ text-indent:24px}
.dhy_more a{ color:#0075c1; font-size:14px; line-height:28px;}
.dhy_yw_fel li{ background:url(dhy_sy_tu3.gif) no-repeat left 15px; width:46.9%; display:inline-block;overflow:hidden;white-space:nowrap; margin-right:5px;}
.dhy_yw_fel li a{ font-size:14px; color:#333; line-height:34px; padding-left:5%;}
.dhy_yw_fels li{ background:url(dhy_sy_tu5.jpg) no-repeat left center; }
.dhy_hlv li span{ display:inline-block; float:left; margin-right:1.2%; width:10%}
.dhy_hlv li p{ float:left}
.dhy_hlv li i{ font-style:normal; float:right}
.dhy_hlv li{overflow:hidden; clear:both; margin-bottom:20px}
.dhy_xw{ padding: 10px 0}
.dhy_xw_top{ border:1px solid #d7d7d7; height:60px; width:100%; color:#d7d7d7 }
.dhy_xw_top span{
    display: inline-block;
    width: 49%;
    line-height: 58px;
    text-align: center;
	color:#000; font-weight:bold
}
.dhy_xw_top span.hover{ color:#0075c1; background:url(dhy_sy_jt.jpg) no-repeat center bottom; height:68.5px}
.dhy_xw_li{ margin-top:10px;}
.dhy_xw_li li a{ color:#333; display:inline-block; width:80%; font-size:14px; line-height:28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.dhy_xw_li li span{ float:right}


/*轮播效果*/
.dhy_lbb{ position:relative; padding:10px 0}
.dhy_lbb .imgcarousel ul li a img{ width:100% }
.dhy_lbb .imgcarousel ul li a p{ position:absolute; bottom:4px; z-index:999; background:url(bgtm.png); width:100%; color:#fff; line-height:28px; padding-left:5px}
.dhy_lbb .next{ background:url(next2.png) no-repeat left center;width:30px; height:30px; background-size:50% }
.dhy_lbb .prev{ background:url(prev2.png) no-repeat right center; width:30px; height:30px; background-size:50%  }
.dhy_lbb .owl-prev{ float:left}
.dhy_lbb .owl-next{ float:right}
.dhy_lbb .owl-controls{ width:100%}
/*轮播效end果*/

.dhy_qy li{ width:100%}
.dhy_gs_yw li{ background:none; padding-left:0; overflow:hidden; clear:both}
.dhy_gs_yw li span{ float:right; }
.dhy_gs_yw li a{ font-size:14px; color:#333; line-height:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:inline-block; width:80%; }
.dhy_fy ul li{ float:left; width:42px; height:42px;line-height:42px; background:#eeeeee; margin-right:5px; text-align:center}
.dhy_fy ul span img{ width:10px;}
.dhy_fy ul span{ display:inline-block; padding-top:10px; padding-left:20px}
.dhy_fy ul li.hover{ background:none; border:2px solid #cccccc;width:38px; line-height:38px;height:38px;}
.dhy_fy ul li:hover{ background:none; border:2px solid #cccccc; width:38px; line-height:38px; height:38px; }
.dhy_fy ul li:hover a{text-decoration:none}
.dhy_fy { margin:15px 0; margin-bottom:20px}
.dhy_fy ul li a{ font-size:14px; color:#333;}
.dhy_xwxq{ padding-top:15px;}

.dhy_zw_h2{ text-align:center}
.dhy_hours{ text-align:center; color:#666; line-height:28px; font-size:14px;}
.dhy_hours span{ margin-left:10px}
.dhy_xw_bt{ padding-bottom:20px; border-bottom:1px solid #d7d7d7}
.dhy_xw_ne{ padding-top:10px; font-size:14px; line-height:28px; color:#666; margin-bottom:10px}
.dhy_xw_ne p{ margin-bottom:10px; text-indent:28px;}
.dhy_fenx a img{ width:46px;}
.dhy_fenx a{ display:inline-block; padding-top:5px; margin:0 5px}
.dhy_fenx span{ float:left; margin-top:20px; margin-right:5px; color:#666}