@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button,textarea {
    /*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none; /*清除列表风格*/
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止多行文本框拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse; /*合并外边线*/
}

body {   
    font-size: 14px;   
    background: url("../images/bg.jpg") center no-repeat fixed ;
    background-size: cover;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #C81623;
}
a:focus {
    outline:none;
    -moz-outline:none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #C81623 !important;
}

/*公共类*/
.w {
    /*版心 提取 */
    width: 1000px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none;
}

html,body{
    height: 100%;
}

/*首页*/
.logo{
    padding: 20px 0 60px 0;
}
.header{
    height: 225px;
    background: url("../images/header.png") top center no-repeat;
}
.nav ul{
    margin-left: -27px;
}
.nav ul li{
    float: left;
    width: 230px;
    height: 220px;
    margin-left: 26px;
    margin-bottom: 50px;
    background-color: #fff4dd;
}
.nav ul li a{
    display: block;
    padding: 20px 65px 0 20px;
    height: 200px;
    color: #ec6e47;
    font-size: 20px;
    line-height: 32px;
    font-weight: bolder;
}
.nav ul li:hover{
    box-shadow: 0 0 6px #512e17;
}
.nav ul li:hover a{
    *border: 1px solid #844922;
    *padding: 19px 64px 0 19px;
}
.nav01{
    background-image: url("../images/icon_01.png");
    background-position: 60px 95px;
    background-repeat: no-repeat;
}
.nav02{
    background-image: url("../images/icon_02.png");
    background-position: 65px 93px;
    background-repeat: no-repeat;
}
.nav03{
    background-image: url("../images/icon_03.png");
    background-position: 75px 87px;
    background-repeat: no-repeat;
}
.nav04{
    background-image: url("../images/icon_04.png");
    background-position: 78px 88px;
    background-repeat: no-repeat;
}
.nav05{
    background-image: url("../images/icon_05.png");
    background-position: 58px 104px;
    background-repeat: no-repeat;
}
.nav06{
    background-image: url("../images/icon_06.png");
    background-position: 84px 84px;
    background-repeat: no-repeat;
}
.nav07{
    background-image: url("../images/icon_07.png");
    background-position: 85px 93px;
    background-repeat: no-repeat;
}
.nav08{
    background-image: url("../images/icon_08.png");
    background-position: 65px 100px;
    background-repeat: no-repeat;
}

.nav09{
    background-image: url("../images/icon_09.png");
    background-position: 65px 100px;
    background-repeat: no-repeat;
}
.nav10{
    background-image: url("../images/icon_10.png");
    background-position: 85px 90px;
    background-repeat: no-repeat;
}

.nav11{
    background-image: url("../images/icon_11.png");
    background-position: 65px 90px;
    background-repeat: no-repeat;
}

.list{
    background-color: #fff4dd;
    padding: 65px 75px 40px 75px;
    margin-bottom: 30px;
}
.list3{
    background-color: #fff4dd;
    padding: 8px 50px 40px 50px;
    margin-bottom: 30px;
}
.title01{
    border-bottom: 2px solid #d5a320;
    overflow: hidden;
    margin-bottom: 12px;
}
.title01 h1{
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    background-color: #d5a320;
}
.list01{
    margin-bottom: 30px;
}
.list01 li{
    overflow: hidden;
    vertical-align: bottom;
    border-bottom: 1px dashed #cccccc;
    line-height: 22px;
    padding: 16px 0;
}
.list01 li a{
    float: left;
    color: #444444;
    font-size: 16px;
}
.list01 li span{
    float: right;
    color: #444444;
    font-size: 14px;
}

.title02 h1{
    font-family: "微软雅黑";
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 38px;
    border-bottom: 2px solid #d5a320;
    text-align: center;
    padding: 8px 0;
}
.text{
    padding-top: 25px;
}
.text h2{
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 10px;
}
.zw img {border: 1px solid #ccc; margin-bottom:8px;margin-top:8px;}
.text_p1 p{
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
	
}
.text_p2{
    color: #444444;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.title03{
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/bg_icon.png") 22px 5px no-repeat;
    background-color: #efdba6;
    margin-bottom: 5px;
}
.marlrb{
    margin: 0 20px 30px 20px;
}
.foot {
    font-size: 12px;
    color: #999999;
    line-height: 50px;
    text-align: center;
}

.zyzw9 {
    display: block;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #d5a320;
    padding-top: 5px;
}

.wz {
    height: 36px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    line-height: 36px;
    color:#333333;
}
.wz a{
	color:#333333;
}

.ys {
    color: #333333;
}


.nav{
    margin: 0 -128px;
}
.nav ul li.nav07{
    margin-left: 163px;
}

