﻿@charset "utf-8";
/* CSS Document */
/*pageformat*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div{
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    /*behavior: url(ie-css3.htc); */
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height:100%;
    font-size: 14px;
    -webkit-text-size-adjust: 14px;
    -ms-text-size-adjust: 14px;
}

body {
    background: #fff;
    color: #535353;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    line-height: 1;
    position: relative;
    cursor: default;
    background:url(../images/yz-bg-top.jpg) no-repeat center top;
}

a {
    font-size: 12px;
    cursor: pointer;
    color: #535353;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
    color:#0068b7;
}
behavior:url(ie-css3.htc);

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
div,input
{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

h2, .h2{font-size:16px; color:#fff;}
select{ color:#535353;}

ul, li, dl, dt, dd {
    list-style: none;
}
/* adrress list start */
#address-pop{
    display: none;
}
.gray-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    z-index: 1150;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    left: 0;
    top: 0;
}
.address-list{
    display: block;
    width: 800px;
    border: 0 none;
    left: 50%;
    top: 230px;
    margin-left: -400px;
    position: absolute;
    _position: absolute;
    z-index: 1300;
    padding-top:8px;
    background: #fff;
    border-bottom:#0075aa 10px solid;
}
.address-list ul{
    padding:5px 40px 20px;
}

.address-list h2{
    background-color:#0075aa;
    line-height:35px;
    height:35px;
    color:#fff;
    font-size:18px;
    padding:0 20px 0 40px;
    font-weight:normal;
}
.pop-close{
    width:24px;
    height:24px;
    background:url(../images/yz-hfd-close.gif) no-repeat;
    float: right;
    margin-top:5px;
}
.address-list p{
    font-size:12px;
    line-height:25px;
}

/*mininav start */
.mini-nav {
    background-color: #0075a9;
    height: 30px;
    line-height: 30px;
}

.mini-nav li {
    float: right;
}

.fl, .mini-nav li.fl {
    float: left;
}

.mini-nav, .mini-nav a {
    color: #7ecef4;
    font-size: 12px;
}
.wid-bd {
    width:1090px;
    max-width:1090px;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
}

.weixin {
    background: url(../images/yz-hfd-weixin.png) no-repeat center left;
    padding: 0 20px 0 25px;
}

.weibo {
    background: url(../images/yz-hfd-weibo.png) no-repeat center left;
    padding: 0 20px 0 25px;
}

/*page container start*/
.header-wrap {
    height: 138px;
    background: url(../images/yz-hfd_bg-header.jpg) no-repeat center center;
}

.logo {
    overflow:hidden;
    width:318px;
    height:76px;
    display:block;
    margin: 30px 0 0 4px;
}
.logo img{display:block;}

.category{width:595px; height:72px; overflow:hidden; float:right; margin-top:30px;}
.category li{float:left; background:url(../images/page_05.png) no-repeat;}
.category a{ float:left; color:#0075a9;font-size:16px;padding-top:50px;text-align:center; cursor:pointer;width:85px; height:72px; }
.category a:hover{ color:#1a6600;}
.category li.nav1{ background-position:-25px 0;}
.category li.nav2{ background-position:-110px 0;}
.category li.nav3{ background-position:-195px 0;}
.category li.nav4{ background-position:-280px 0;}
.category li.nav5{ background-position:-365px 0;}
.category li.nav6{ background-position:-450px 0;}
.category li.nav7{ background-position:-535px 0;}
.category li.nav1:hover{ background-position:-25px -72px;}
.category li.nav2:hover{ background-position:-110px -72px;}
.category li.nav3:hover{ background-position:-195px -72px;}
.category li.nav4:hover{ background-position:-280px -72px;}
.category li.nav5:hover{ background-position:-365px -72px;}
.category li.nav6:hover{ background-position:-450px -72px;}
.category li.nav7:hover{ background-position:-535px -72px;}

/* wenzheng-header  start */
.wenzheng-bg{
    background:url(../images/page_bg.jpg) no-repeat center top;
}

/*footer and nav start*/
.foot-wrap {
    clear: both;
    margin-top: 20px;
    color: #fff;
    font-weight: normal;
}

.foot-nav {
    height: 46px;
    line-height: 46px;
    background-color: #006795;
    text-align: center;
}

.foot-nav a {
    font-size: 12px;
    color: #fff;
}

.foot-sub {
    background-color: #0075a9;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 300%;
}

.foot-sub span {
    padding-right: 15px;
}

/*lean css*/
 #sign_up {
background:#FFF;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
padding: 14px 22px;
width: 575px;
position: relative;
display: none;
}
#sign_up #sign_up_form {margin-top: 20px; }
#sign_up .label {
        display: block;
        margin-bottom: 10px; 
        color: #626262;
        font-size: 1em;
		 line-height:31px;
		width:100%;
		 text-align:center;
		 font-weight:normal;
    }
#sign_up input {
		width:300px;
        height: 31px; background:#EEEEEE;
		border:none;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    } 
#sign_up_form {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
#actions {
        height: 31px;
        text-align:center;
		width:275px;
		margin-left:auto; margin-right:auto;
		overflow:hidden;
    }
a.from_zc{ padding:5px 20px 5px 20px; color:#F39800; text-decoration:underline; margin-top:5px; }
a.from_forget{ padding:5px 20px 5px 20px; color:#959595; text-decoration:underline;margin-top:5px; }
a.form_button {
        float: left;
        background:#0075A9;
		padding:5px 20px 5px 20px;
		color:#FFF;
    }
    #close_x { 
        width: 24px; height: 23px;
        overflow: hidden;
        display: block;
        position: absolute; top: 5px; right: 5px;
		background:url(../images/download_sprite.png) no-repeat;
        
    }
  
  .form{
	width: 655px;
	height: 220px;
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 20px;
}
.form form{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.form ul{
	width: 545px;
}
.form ul li{
	float: left;
}
.name{
	height: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.name input{
	width: 370px;
	height: 18px;
	background: #ffffff;
	border: solid 1px #dddddd;
}
.nameli,.infoli{
	width: 135px;
	height: 100%;
	line-height: 200%;
	font-size: 14px;
	color: #333333;
	text-indent: 60px;
}
.info{
	height: 80px;
	margin-top: 10px;
}
.info textarea{
	width: 366px;
	height: 72px;
	background: #ffffff;
	border: solid 1px #dddddd;
}
.btn{
	height: 20px;
	margin-top: 8px;
}
.btnli{
	margin-left: 325px;
	*margin-left: 160px;
	margin-right: 10px;
}
.btn input{
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	line-height: 20px;
	border: double  #dddddd;
	background: #fefefe;
	cursor: pointer;
}

.ftnrDiv{
    width:100%;
    height:500px;
    overflow-x:hidden;
    overflow-y:auto;
}
 



.wwenda{width: 100%;height:260px;padding:10px 0px;overflow-y: scroll;}
.wwenda .wwen{line-height: 30px;color: #1f85d9;font-size: 15px;}
.wwenda .wda{line-height: 30px;color: #999;font-size: 15px;}
  /*****style of page******/
#div_page_inner{ line-height:22px; margin:10px auto; text-align:center; font-size:10px;clear:both;}
#div_page_inner a{ border:solid 1px #DDDBDE; padding:4px 8px;color:#000;background:#F7F7F7; margin:0 3px;}
#div_page_inner a.current,#div_page_inner a:hover{border-color:#04316c;background-image:url(../images/page_link_hover.png);color:#fff;font-weight:bold;}