/*公共部分*/
.banner{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;}
.banner img{
    max-width: 100%;}


/*栏目*/
.frame .left{
    width: 250px;
    float: left;
    margin-bottom: 30px;}

.frame .left .column{
    padding: 10px 20px;
    color: #ffffff;
    background: #004b9d;
    margin-bottom: 10px;}

.frame .left .column span{
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
    line-height: 30px;
    font-size: 20px;}
/*二级导航*/
.frame .left ul li{
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;}
.frame .left ul li a{
    color: #333333;}

.frame .left ul li.crv a{
    font-size: 16px;
    color: #004b9d;}




/*三级文字列表*/
.subNavBox{
    width:100%;}
.subNav{
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-right: 10%;
    cursor:pointer;
    background:url(../images/frame/jiantou1.jpg) no-repeat;
    background-position:95% 50%;}
.subNav a{
    color: #333333;}
.subNav a:hover{
    color: #004b9d;}

.subNav2{
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-right: 10%;
    cursor:pointer;
    background:url(../images/frame/jiantou.jpg) no-repeat;
    background-position:95% 50%;
    }
.subNav2 a{
    color: #333333;}
.subNav2 a:hover{
    color: #004b9d;}

.subNav3{
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-right: 10%;
    cursor:pointer;
    }
.subNav3 a{
    color: #333333;}
.subNav3 a:hover{
    color: #004b9d;}



.currentDd a{
    font-size: 16px;
    color: #004b9d;}

.currentDd2 a{
    font-size: 16px;
    color: #004b9d;}

.currentDt{
    background-image:url(../images/frame/jiantou.jpg);
    border-bottom: 0;}

.currentDt2{
    border-bottom: 0;}

.navContent{
    display: none;
    background-color: #f5f5f5;}
.frame .left .navContent li{
    padding:0 1em;
    border-bottom: 0;}
.navContent li a{
    display:block;
    width:100%;
    font-size:12px;
    line-height:24px;
    color:#333333;
    padding: 5px 0;}
.frame .left .navContent li a:hover,.frame .left .navContent li .crv{
    color: #004b9d;}



.frame .right{
    float: right;
    min-height: 600px;
    width: 950px;
    }

.frame .right .add{
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/frame/add.png)no-repeat;
    background-position: left center;
    background-size: auto 20px;
    border-bottom: 1px solid #004b9d;
    margin-bottom: 20px;
    color: #004b9d;
    font-size: 14px;}

.frame .right .add a{
    color: #333333;}
.frame .right .add span{
    font-family: 宋体;
    color: #333333;}
.frame .right .add span:last-child{
    display: none;}



/*phone*/
@media all and (max-width: 1100px){
    /*二级导航*/
    .frame .left{
        width: 100%;
        float: inherit;
        margin-bottom: 20px;}


    .frame .right{
        width: 100%;
        float: inherit;}




}













