﻿@charset "utf-8";
/* CSS Document */
/* 全局 */
/*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%;

    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:none
	;
}
/* 来自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结束*/
body{ background:#eeeeee}
.dhy_top{ background:url(../images/dhy_top.jpg) no-repeat center top;  width:100%; min-height:210px;background-size:cover}

.dhy_dh{ min-height:40px; background:#061f57; margin-top:-40px; padding:0 60px}
.dhy_dh a{ font-size:18px; font-weight:bold; color:#c7e1ef; line-height:40px; padding:0 30px; display:inline-block}
.dhy_dh a:hover{ background:#1166c0}
.dhy_dh a.hover{ background:#1166c0}
.dhy_conter{ padding: 60px}
.dhy_dbt{ margin-top:18px; border-bottom:4px solid #061f57; padding-left:10px; margin-bottom:27px}
.dhy_zc{ width:40%; float:left;}
.dhy_zc h2{ color:#1166c0; font-size:30px; line-height:60px}
.dhy_zc span{ display:inline-block; background:url(../images/dhy_lb.png) no-repeat left center; padding-left:35px; color:#1166c0; font-size:14px; line-height:60px}
.dhy_zc span a{ color:#ff0000; font-size:14px; }
.dhy_yc{ width:210px; float:right; margin-top:50px;}
.dhy_yc a{ display:block;line-height:34px; padding-left:20px;color:#000000}
.dhy_zz{ background:url(../images/dhy_jbxx.png) no-repeat left center; }
.dhy_zj{ background:url(../images/dhy_zzxx.png) no-repeat left center; }
.dhy_zc_dh{ height:38px; background:#d6d9df; padding-left:20px}
.dhy_ne_right{ float:right; width:300px; padding-left:20px; background:#eeeeee; }
.dhy_rt{ background:#FFF; min-height:755px; }
.dhy_zc_dh a{ display:inline-block; width:150px; height:50px; font-size:18px; color:#000000; line-height:50px; text-align:center; margin-top:-5px}
.dhy_zc_dh a span{ color:#ff0000; margin-left:4px}
.dhy_zc_dh a:hover{ background:url(../images/dhy_bl_bg.png) no-repeat left center; color:#FFF;}
.dhy_zc_dh a:hover span{ color:#FFF;}
.dhy_zc_dh a.dhy_fl{ color:#1166c0; line-height:50px; font-weight:bold; font-size:14px; float:right; margin-right:10px;}
.dhy_zc_dh a.dhy_fl:hover{ background:none}
.dhy_wsbs{ width:100%; text-align:center; }
.dhy_ne_left{ max-width:74%; background:#FFF;padding-bottom:60px}
.dhy_td_top{ height:44px; border-bottom:2px solid #d6d9df; font-size:15px; color:#000; font-weight:bold}
.dhy_wsbs td{ height:40px; border-bottom:1px solid #d6d9df}
.dhy_bssj h3{ font-size:22px; color:#000; line-height:40px; padding-left:15px}
.dhy_bssj{ padding:15px;}



/*注册*/
.dhy_tops{ background-image:url(../images/dhy_tops.jpg); min-height:175px; margin-bottom:55px}
.dhy_zc_x{ height:57px; background:url(../images/dhy_xian.jpg) repeat-x; margin-bottom:48px}
.dhy_zc_mil{ width:795px; margin:0 auto; height:57px;}
.dhy_zc_mil li{ float:left; width:255px; background:url(../images/dhy_zc_zt.jpg) no-repeat left 31px; height:57px; text-align:center}
.dhy_zc_mil li p{ color:#0876c1; font-size:18px; line-height:30px}
.dhy_zc_mil li span{  color:#FFF; line-height:27px}
.dhy_zc_mil li.hover{background:url(../images/dhy_zc_hover.png) no-repeat left 31px;}
.dhy_zcb{width:850px; margin:50px auto; min-height:165px}
.dhy_zcb li{ margin-bottom:10px; overflow:hidden; clear:both}
.dhy_zcb li span{ display:inline-block; width:206px; text-align:right; margin-right:20px; color:#000; float:left; line-height:36px}
.dhy_zcb li input{ width:314px; height:34px; line-height:36px; border:1px solid #cdcdcd; float:left; padding: 0px 5px;}
.dhy_zcb li select{ width:326px; height:36px; line-height:36px; border:1px solid #cdcdcd; float:left}
.dhy_zcb li i{ color:#ff0000; font-style:normal; font-size:12px; margin-left:5px; float:left; padding-top:10px}
.dhy_zcb li.dhy_dx input{ width:157px}
.dhy_zcb li.dhy_dx a{ margin-left:10px; float:left; display:inline-block}
.dhy_zcb li.dhy_dq select{ width:102px; height:36px; margin-right:10px}
.dhy_zcb li.dhy_ty input{ width:17px; height:17px}
.dhy_zcb li.dhy_ty{ line-height:22px; font-size:12px; padding-top:10px}
.dhy_zcb li.dhy_ty a{ color:#0876c1; font-size:12px}
.dhy_anni a{  display:inline-block; width:126px; line-height:41px; background:#848b90; text-align:center; color:#FFF; font-size:18px;}
.dhy_anni{ text-align:center; margin-top:25px;margin-bottom: 35px;margin-right: 110px;}

.dhy_foot{ background:#061f57; margin-top:50px; padding-top:15px; text-align:center; padding-bottom:14px}
.dhy_foot p{ line-height:30px; color:#cdd2dd; font-size:12px;}

/*激活邮箱*/
.dhy_yxjh h2{ font-size:18px; color:#888888; line-height:45px; text-align:center; margin-bottom:50px}
/*激活成功*/
.dhy_yxjh h3{ font-size:24px; color:#000; line-height:45px; background:url(../images/dhy_jhcg.png) no-repeat left bottom; padding-left:65px; width:500px; margin:0 auto; padding-top:50px}
.dhy_zhm li{ font-size:18px; color:#000; line-height:46px}
.dhy_zhm{ width:430px; margin:0 auto; margin-top:20px}
.dhy_zhm li a{ margin-left:15px}
.dhy_zhm li.dhy_last a{ color:#0066cc; text-decoration:underline; margin-left:0}
.dhy_gldw{  background:#FFF; margin-top:40px;  padding:15px 0 15px 70px; color:#888888; line-height:24px; margin-bottom:125px}
.dhy_gldw a{ display:inline-block; text-align:center; width:152px; line-height:44px; font-size:18px; color:#FFF; background:#0876c1}
.dhy_dx input.succbuton{width:150px;height: 36px;}

.GL-Cbiao-zh li{
    display: inline-block;
}
.Gl-center{
    width: 1000px; height:720px; margin:115px auto 0; }
.GL-Cbiao{ width:800px; margin:50px auto; height:57px;}
.GL-Cbiao li{ float:left; width:213px; background:url(../images/gl-bg-1_03.png) no-repeat left 31px; height:63px; text-align:center;}
.GL-Cbiao li p{ color:#0876c1; font-size:18px; line-height:30px;}
.GL-Cbiao li span{  color:#FFF; line-height:27px;}
.GL-Cbiao li.hover{background:url(../images/Gl-bg-hover_03.png) no-repeat left 32px;
    width: 147px;}
.gl-seach{
    width: 840px;
    margin:70px auto 0;
    *margin-top: 70px;
}
.gl-b{
    width: 840px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid #a5cde8;
}
.gl-seach-s{
    width: 504px;
    margin: 50px auto 0;
    *margin-top:50px;
}
.gl-seach-s input{
    width: 320px;
    height: 37px;
    line-height: 37px;
    border: none;
    outline: none;
    float: left;
    margin-top: 3px;
    text-indent: 10px;
}
.gl-seach-s img{
    float: left;
    margin-top: 0px;
}
.gl-liebiao{
    width: 893px;
    height: 350px;
    margin:40px auto 0;
    /*border: 1px solid red;*/
    background: white;
}
.gl-l-t{
    width: 853px;
    margin:0 auto;
    /*border: 1px solid red;*/
}
.gl-l-t ul li{
    height: 45px;
    line-height: 45px;
}
.gl-l-t ul li input{
    margin-left: 20px;
}
.gl-zhu span{
    float: left;
    margin-top: 13px;
    margin-left: 44px;
}
.gl-zhu p{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}
.gl-zhu input{
    float: right;
    width: 110px;
    height:30px;
    font-size: 16px;
    border:none;
    outline: none;
    background: #A5CDE8;
    font-weight: 600;
    margin-right: 100px;
    cursor: pointer;
}
.gl-next{
    width: 70px;
    height: 30px;
    margin:30px auto 0;
}
.gl-next input{
    width: 70px;
    height: 30px;
    background: #0876C1;
    border: none;
    outline: none;
    margin: 0 auto;
}