a.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

.hui_top {
    height: 40px;
    background-color: #efefef;
    line-height: 40px;
}

.nr {
    width: 1200px;
    margin: auto;
    color: #267b09;
}

.nr i {
    border-left: 1px dashed #c1c1c4;
    height: 100%;
    line-height: 1px;
    display: inline;
    margin: 0 5px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.top {
    font-size: 16px;
}

.top img {
    display: block;
    width: 100%;
}

.hui_top .nr span {
    padding: 2px 10px;
    background: #077ed8;
    border-radius: 3px;
    color: #FFF;
    margin-right: 5px;
    font-size: 14px;
}

.hui_top .nr .hei {
    padding: 0;
    margin: 0;
    background: none;
    color: #333;
    font-size: 16px;
}

.hui_top .nr .right {
    float: right;
    padding-right: 15px;
}

.hui_top .nr .right i {
    border-left: none;
    font-style: normal;
    color: #333;
}

.hui_top .nr .right a {
    color: #333;
}


/*nav*/

nav {
    background: #077ed8;
}


/* 导航菜单 */

.demo-nav {
    width: 1200px;
    margin: 0 auto;
    line-height: 65px
}

.demo-nav .conts {
    position: relative;
    z-index: 2;
    float: left;
    padding: 0 37px;
}

.demo-nav h3 {
    font-weight: 500;
}

.demo-nav h3 a {
    color: #fff;
    font-size: 20px;
}

.demo-nav h3 a:hover {
    color: #fff;
    text-decoration: none;
}

.demo-nav .on {
    background: #bb1b25;
}

.demo-nav .on a {
    color: #fff;
}

.demo-nav .on a:hover {
    color: #fff;
    text-decoration: none;
}

.demo-nav .sub {
    display: none;
    text-align: center;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-color: rgba(130, 130, 130, 0.8);
    z-index: 99;
}

.demo-nav .sub li {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    height: 40px;
    line-height: 40px;
}

.demo-nav .sub li:last-child {
    border-radius: 0 0 8px 8px;
}

.demo-nav .sub li a {
    color: #fff;
}


/*logo start*/

.logo {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.logo .left img {
    float: left;
    margin-right: 25px;
    width: 32%;
}

.shux {
    float: left;
    height: 55px;
    width: 1px;
    background: #cfcfcf;
}

.ftitle {
    float: left;
    margin-left: 15px;
    font-size: 22px;
}

.ftitle span {
    font-size: 14.5px;
}

.right {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.conts.dh {
    background: #2B428E;
}

.conts.dh h3 span {
    display: inline-block;
    width: 19px;
    height: 10px;
    margin-left: 10px;
    background: url(../images/jt.png);
    transform: rotate(-90deg);
    transition-duration: 0.5s;
}

.conts.dh:hover span {
    transform: rotate(0deg);
}

.sxxh_dh_zy_hot {
    width: 19px;
    height: 21px;
    margin-left: 10px;
    display: inline-block !important;
}s/* CSS Document */

