﻿/* 初始化CSS  重置浏览器样式*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend,img,input{ margin:0; padding:0; }
fieldset, img { border:0 none; } /*解决img标签在ie6下出现紫色边框*/
img{display: block;}/*解决img标签外嵌其他标签下方出现小间隙*/
ul, ol { list-style:none; }
select,input,textarea{ padding-top:0; padding-bottom:0;border:0 none;}
textarea { resize:none; }
body {font-size:14px; color:#333;font-family: "微软雅黑";}
a{text-decoration: none;color:#333;}
a:hover{color:#0267B5}
.wrap{width: 960px;margin:0 auto;}
/*清除浮动*/
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }

.bank{width: 100%;height: 50px;background: #005BAA;line-height: 50px;font-size: 14px;}
.bank span{float: left;color:#fff;font-size: 16px;}
.bank .net{float: right;}
.bank .net a{color:#1dd9e2;margin-left: 17px;}
.bank .net a:hover{color:#fff;}/*20160627 jww增加*/
/*导航部分*/
.nav{height: 81px;background: #fff;  }
.nav h1{width: 200px;height: 81px;position:relative;float: left;margin-right: 90px;}
.nav h1 .sanjiao{width: 17px;height: 8px;background: url(../images/sanjiao.jpg) no-repeat;position:absolute;left:18px;top:-8px;}
.nav ul{height: 81px;}
.nav li{float: left;height: 81px;line-height: 81px; margin: 0 5px;padding: 0 12px;}
.nav li a{font-size: 18px;}
.nav li.current a{color:#0267B5;}
.nav li a:hover{color:#0267B5;}
.nav .po{position:relative;height: 81px;z-index:66;}
/*登录*/
/*modify time 2020.9.4*/
.login_box_fh
{    clear: both;
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}
.login_b {
    width: auto;
    height: 60px;
    position: absolute;
}
.box_bg {
    height: 60px;
}
.box_bg .box_bg_l {
    width: 10px;
    height: 60px;
    background: url(../images/login_hover_bg_l.png) no-repeat left top;
}
common.css:210
.box_bg div {
    float: left;
}
.box_bg .box_bg_c {
    width: auto;
    height: 60px;
    background: url(../images/login_hover_bg_c.png) repeat-x;
}
.w_160_mg {
    width: 160px;
    margin: 10px 0 0 5px;
}

.select_list {
    text-indent: 5px;
    position: relative;
}
.select_value {
    z-index: 1;
    background: url(../images/select.png) right 0 no-repeat;
    cursor: default;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-left: 1px solid #0066b3;
    font-size: 14px;
    color: #333;
}
.lg_btn_box {
    position: relative;
}
.lg_btn {
    width: auto;
    height: 32px;
    position: relative;
    margin: 10px 5px 0 10px;
}
.lg_btn div {
    float: left;
}
.btn_l {
    width: 27px;
    height: 32px;
    background: url(../images/btn_login_l.png) no-repeat left top;
}
.btn_c {
    width: auto;
    height: 32px;
    background: #0066b3;
    line-height: 32px;
}
.lg_btn_box a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    /* font-size: 8px; */
}
.btn_r {
    width: 10px;
    height: 32px;
    background: url(../images/btn_login_r.png) no-repeat right top;
}
.box_bg .box_bg_r {
    width: 10px;
    height: 60px;
    background: url(../images/login_hover_bg_r.png) no-repeat right top;
}
.box_bg div {
    float: left;
}
.select_ul{margin-top:12px!important; }
/*modify time 2020.9.4 _end*/    
.login{position:absolute;width: 254px;height: 40px;background: url(../images/login_bg.png) no-repeat;left:0;/*bottom:18px;*/padding:10px 14px; z-index:9999;}
.login ul li{ margin-left:-10px;}
.login .mybank{height: 32px;width: 150px;background: url(../images/select.png) no-repeat right 0;float: left;border-left:1px solid #0066b3;line-height: 32px;font-size: 14px;color:#ccc;overflow: hidden;padding-left: 10px;cursor:pointer;}
.login a{float: right;width: 73px;height: 32px;background: url(../images/btn_login.png) no-repeat;line-height: 32px;color:#fff;font-size: 14px;text-indent: 30px;margin:0px 10px 0 0px;}


/*.wrap h2{margin-bottom: 34px;font-size: 30px;color: #333;line-height: 32px;font-weight: normal;border-left: 10px solid #c1c1c1;padding-left: 10px;}
*/
.shu_left {/*20160627 jww增加*/
   /* border-left: 1px solid #ccc;*/
    font-size: 18px;
    margin-left: -40px;
    line-height: 81px;
    padding-left: 15px;
    display: initial;
}

/*版权上*/
.copy_top{height: 50px;background: #02599C;color: #1dd9e2;font-size: 14px;}
.copy_top ul{height: 50px;float: left;}
.copy_top ul li{
	height: 50px;
	margin-right: 24px;/*20160705 jww修改*/
	line-height: 50px;
	float: left;
}
.copy_top a{color: #1dd9e2;}/*20160705 jww修改*/
.copy_top a:hover{ color:#fff;}
.copy_top ul li.wangzhan{
	background: url(../images/footer_links_img.gif) no-repeat center left;
	width: 94px;
	height: 32px;
	margin-right: 12px;/*20160705 jww修改*/
	margin-top: 9px;
}
.copy_top span{float: right;line-height: 50px;}



/*版权下*/
.copy{height: 112px;width: 100%;background: #0065B3;padding-top: 48px;color:#fff;font-size: 14px;}
.copy ul{height: 28px;}
.copy ul.site{margin-left: 42px;line-height: 20px;}
.copy ul li{line-height: 28px;float: left;margin-right: 20px;}
.copy ul li.safe{width: 22px;height: 28px;background: url(../images/copy_right_img.gif) no-repeat;}

/*页码*/
.text_center {text-align: center;}
.page{ margin-top:40px;}
.page a{ color:#333; padding:4px 10px; margin:0 4px;}
.page .hover{ color:#fff; padding:4px 10px; margin:0 4px; background:#0066b3; cursor:text;}
.page .page_btn,.page a:hover{ color:#fff; padding:4px 10px; margin:0 4px; background:#0066b3;}
.page span{margin:0 8px;}
.page input{margin:0 2px; width:40px; height:20px; border:1px solid #0066b3; line-height:20px; text-indent:5px; text-align:center; *vertical-align:middle;}







