﻿/*header begin*/
.box {
    width: 100%;
    height: auto;
    /* min-height: 104px;
    padding-top: 22px; */
}

.logo {
    float: left;
    height: auto;
    padding-top:5px;
}

.nav1 {
    float: right;
    width:60%;
    height: auto;
}

.nav1_l {
    float: left;
    width:100%;
}

.imenu_bg {
    width: 100%;
    height:80px;
    position: relative;
    /* padding-top: 16px; */
}

.imenu {
    width:calc(100%/6 - 20px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    cursor: pointer;
    color: #FFF;
    float: left;
    border:1px solid transparent;
    margin:20px 10px 0;
}

.imenu > a {
    text-decoration: none;
    color: #2f2f2f;
    font-size: 16px;
    padding-bottom:5px;
}

.imenu a i {
    display: block;
    color: #868686;
    text-transform: capitalize;
}
#imenu-active{
    background-color: #146ac1;
    border-radius: 5px;
}
#imenu-active > a{
    color:#fff;
}
.imenu_on {
    width: calc(100%/6 - 20px);
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    border:1px solid #146ac1;
    overflow: hidden;
    margin:20px 10px 0;
    border-radius: 5px;
}

.imenu_on > a {
    color:#146ac1;
    text-decoration: none;
    font-size: 16px;
    padding-bottom:5px;
    width:100%;
    transition: none;
}
.imenu_on a i {
    display: block;
    color: #ff1616;
    text-transform: capitalize;
}

.imenu_on a:hover {
    color: #146ac1;
}

.submnu {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    left:0px;
    top: 82px;
    z-index: 1000;
}

#gyyz {
    width:150px;
    height:auto;
    color: #000;
    background: #f9f9f9;
    box-shadow: 0px 3px 5px #d8d8d8;
    margin-left:104px;
}

#gyyz li {
    float: none;
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
}

#gyyz li a {
    color: #868686;
    font-size: 14px;
}

#gyyz li a:hover {
    color: #ff1616;
}


#zx {
    width:150px;
    height:auto;
    color: #000;
    background: #f9f9f9;
    box-shadow: 0px 3px 5px #d8d8d8;
    margin-left: 222px;
}

#zx li {
    float:none;
    width:100%;
    height: auto;
    line-height: 40px;
    text-align: center;
}

#zx li a {
    color: #868686;
    font-size: 14px
}

#zx li a:hover {
    color: #ff1616;
}

#pf {
    width: 150px;
    height:auto;
    color: #000;
    background: #f9f9f9;
    box-shadow: 0px 3px 5px #d8d8d8;
    margin-left:342px;
}

#pf li {
    float:none;
    width:100%;
    height: auto;
    line-height: 40px;
    text-align: center;
}

#pf li a {
    color: #868686;
    font-size: 14px
}

#pf li a:hover {
    color: #ff1616;
}

#pf1 {
    width: 150px;
    height:auto;
    color: #000;
    background: #f9f9f9;
    box-shadow: 0px 3px 5px #d8d8d8;
    margin-left: 463px;
}

#pf1 li {
    float: none;
    width:100%;
    height: auto;
    line-height: 40px;
    text-align: center;
}

#pf1 li a {
    color: #868686;
    font-size: 14px
}

#pf1 li a:hover {
    color: #ff1616;
}

.nav1_r {
    float: right;
    width: 34%;
    height: auto;
    padding-top: 17px;
    text-align: right;
}

.navi {
    display: none;
    float: right;
    width: 56%;
}

@media(max-width:1024px) {
    #gyyz {
        width: 560px;
        height: 40px;
        color: #000;
        background: #f9f9f9;
        box-shadow: 0px 3px 5px #d8d8d8;
        margin-left: 0px;
    }

    #zx {
        width: 560px;
        height: 40px;
        color: #000;
        background: #f9f9f9;
        box-shadow: 0px 3px 5px #d8d8d8;
        margin-left: 0px
    }

    #pf {
        width: 560px;
        height: 40px;
        color: #000;
        background: #f9f9f9;
        box-shadow: 0px 3px 5px #d8d8d8;
        margin-left: 0px;
    }

    #pf1 {
        width: 560px;
        height: 40px;
        color: #000;
        background: #f9f9f9;
        box-shadow: 0px 3px 5px #d8d8d8;
        margin-left: 0px;
    }
}

@media(max-width:768px) {
    .nav1 {
        float: right;
        width: 76%;
        height: auto;
        display: none;
    }

    .navi {
        display: block;
    }
}

@media(max-width:414px) {
    .navi {
        width: 100%;
    }

    .box {
        width: 100%;
        height: auto;
        min-height: 80px;
    }
}


/*header end*/


/*友情链接 begin*/
.box8 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 37px 0 15px 0;
    background: #606060;
}

.boc_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.boc_tl {
    float: left;
    width: 13%;
    height: auto;
    padding-top: 20px;
}

.boc_tl p {
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
}

.boc_tc {
    float: left;
    width: 29%;
    height: auto;
    min-height: 200px;
    border-right: 1px solid #878787;
    padding-top: 20px;
    padding-right: 10px;
    margin-right: 32px;
}

.boc_tc h1 {
    color: #eaeaea;
    font-size: 28px;
    line-height: 28px;
}

.boc_tc p {
    line-height: 28px;
    color: #c9c9c9;
    font-size: 14px;
}

.boc_tc p i {
    display: block;
    float: left;
    width: 80px;
    color: #c9c9c9;
    font-size: 14px;
}

.boc_tc p em {
    display: block;
    float: left;
    width: 70%;
    font-size: 14px;
}

.boc_tt {
    float: left;
    width: 24%;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    border-right: 1px solid #878787;
}

.boc_tt h1 {
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
}

.boc_tt h1 a {
    color: #fff;
    font-size: 20px;
}

.boc_tt ul {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.boc_tt li {
    line-height: 24px;
    color: #c9c9c9;
    font-size: 14px;
}

.boc_tt li a {
    color: #c9c9c9;
    font-size: 14px;
}

.boc_tt li a:hover {
    color: #ffffff;
    font-weight: bold;
}

.boc_tr {
    height: auto;
    overflow: hidden;
    float: right;
    width: 28.8%;
}

.boc_tr ul {
    float: left;
    width: 32%;
    height: auto;
    margin-right: 1%;
}

.boc_tr li h1 {
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
}

.boc_tr li h1 a {
    color: #fff;
    font-size: 20px;
}

.boc_tr li {
    line-height: 24px;
    color: #c9c9c9;
    font-size: 14px;
}

.boc_tr li a {
    color: #c9c9c9;
    font-size: 14px;
}

.boc_tr li a:hover {
    color: #fff;
    font-weight: bold;
}

@media(max-width:1024px) {
    .boc_tl {
        float: left;
        width: 20%;
        height: auto;
        padding-top: 20px;
    }

    .boc_tc {
        float: left;
        width: 34%;
        height: auto;
        min-height: 200px;
        border-right: 1px solid #878787;
        padding-top: 20px;
        padding-right: 10px;
        margin-right: 32px;
    }

    .boc_tt {
        float: left;
        width: 40%;
        height: auto;
        overflow: hidden;
        min-height: 200px;
        border-right: 1px solid #878787;
    }

    .boc_tr {
        height: auto;
        overflow: hidden;
        float: right;
        width: 100%;
    }
}

@media(max-width:667px) {
    .boc_tl {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    .boc_tc {
        float: left;
        width: 100%;
        height: auto;
        min-height:160px;
        border-right: none;
        padding-top: 20px;
        padding-right: 0px;
        margin-right: 0px;
    }

    .boc_tt {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        min-height: 200px;
        border-right: none;
    }

    .boc_tr {
        height: auto;
        overflow: hidden;
        float: right;
        width: 100%;
    }

    .boc_tl p {
        line-height: 24px;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
    }

    .boc_tl img {
        display: block;
        margin: 0 auto;
    }
}

.boc_b {
    clear: both;
    height: auto;
    line-height: 30px;
}

.boc_b p {
    line-height: 30px;
    color: #e9e9e9;
}

.boc_b p a {
    color: #fff;
    margin: 0 10px;
    color: #e9e9e9;
}

/*友情链接 end*/


/*fotter begin*/
.box9 {
    clear: both;
    width: 100%;
    height: auto;
    min-height: 40px;
    background: #525252;
}

.box9 p {
    text-align: center;
    line-height: 40px;
    color: #d2d2d2;
    white-space: initial;
}

.box9 p a {
    color: #d2d2d2;
}

.box9 p img {
    vertical-align: middle;
    margin: 0 5px;
}

/*fotter end*/

@media(max-width:414px){
    .boc_tt,
    .boc_tr{
        display:none;
    }
    .box9 p{
        line-height: 20px;
        padding: 5px 0;
    }
    .box8{
        padding:20px 0 0 0;
    }
}


.cpix img{ max-width:150px;}