﻿.id-header {
    background: url("../images/img01.jpg") repeat-x center top;
}

.id-header-box {
    background: url("../images/img01.jpg") center top;
    width: 1200px;
    margin: auto;
}

.id-header-hy {
    line-height: 34px;
    overflow: hidden;
    text-align:right;
    color: #000;
}

.id-header-hy a {
    margin: 0 14px;
    display: inline-block;
    color: #000;
}

.id-header-logo {
    height: 120px;
    overflow: hidden;
}

.id-header-logo .img {
    float: left;
    margin-left: 17px;
}

.id-header-logo .img02 {
    float: left;
    margin-left: 18px;
    margin-top: 31px;
}

.id-ss {
    margin-top: 65px;
    float: right;
    width: 345px;
    height: 40px;
    overflow: hidden;
}

.id-ss .text {
    float: left;
    width: 286px;
    height: 38px;
    line-height: 38px;
    border:1px solid #3598db;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    text-indent: 10px;
}

.id-ss .btn {
    float: right;
    background: url("../images/ico01.png");
    width: 57px;
    height: 40px;
    border: 0;
}

.id-nav {
    height: 50px;
    background: #3598db;
}

.navBar {
    position: relative;
    z-index: 1;
    /* background: #3598db; */
    color: #fff;
    height: 46px;
    line-height: 46px;
    background: url(http://www.cddfgy.com/templates/cddfgy/images/bg_02.png);
}

.nav {
    /*background: url("../images/d02.png");*/
    width: 1200px;
    margin: 0 auto;
    background-color: #3598db;
}
    .nav a:hover {
    background-color: #0b6fb3;
    }
.nav .m {
    /* background: url("../images/d01.png") no-repeat right center; */
    float: left;
    position: relative;
    border-right: 1px #67bbf4 solid;
}
.nav #m5{
    background: 0;
}

.nav a:hover {
}

.nav h3 {
    float: left;
    font-weight: normal;
    font-size: 18px;
    height: 46px;
    width: 119px;
    overflow: hidden;
}

.nav h3 a {
    display: block;
    text-align: center;
    color: #fff;
    vertical-align: top;
}

.nav .on {
    /* border-color: #1F7CAF; */
}

.nav .on h3 a {
}

.nav .sub {
    display: none; /*默认隐藏*/
    width: 119px;
    padding: 5px 0;
    position: absolute;
    left: 0px;
    top: 46px;
    background: #0b6fb3;
    text-align: center;
}

.nav .sub li {
    vertical-align: middle;
}

.nav .sub li a {
        height: 35px;
    line-height: 32px;
    padding: 4px 0;
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav .sub li a:hover {
    color: #FFFFFF;
    background: #3598db;
}

.nav #m7 h3 a {
    border-right: 1px solid #5bb3e1;
}

/*banner滚动*/
.focusBox {
    margin: auto;
    position: relative;
    width: 1200px;
    height: 450px;
    overflow: hidden;
    text-align: left;
    background: white;
}

.focusBox .pic img {
    width: 1200px;
    height: 450px;

    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 30px;
    font-size: 16px;
    text-decoration: none;
}

.focusBox .num {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 13px;
    right: 0;
    text-align: center;
}

.focusBox .num li {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    margin-right: 9px;
    cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    background: url("../images/ico03.png")
}

.focusBox .num li.on a {
    background: #f60;
    background: url("../images/ico03.png") -14px 0
}

/*banner滚动*/