body, p, span, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}

a:hover {
    color: #b00c0c;
    text-decoration: none;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 14px;
}

a.com:hover {
    color: #111111;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #188ffa;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 14px;
}

a.appendix:hover {
    color: red;
}


.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin10 {
    margin-top: 10px;
}

.margin20 {
    margin-top: 20px;
}
.ml20{
    margin-left: 20px;
}
.ml15{
    margin-left: 15px;
}
.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}
.border{

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.border:hover{
    box-shadow: 1px 1px 10px 2px #ddd;
    -webkit-box-shadow: 1px 1px 10px 2px #ddd;
    -moz-box-shadow: 1px 1px 10px 2px #ddd;
}

.wrap{

}
.container {
    width: 1200px;
    margin: 0 auto;
}

.panel {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    -webkit-transition: all .15s ease-in-out;
    
    border: 0;
}
.panel:hover:after,
.panel:hover:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #bf0c0d;
    content: '';
}
.panel:hover:after {
    top: 0;
    animation:panel-top-solid 5s infinite alternate;
    -webkit-animation:panel-top-solid 5s infinite alternate ;
    -moz-animation:panel-top-solid 5s infinite alternate ;
    -o-animation:panel-top-solid 5s infinite alternate ;
    -ms-animation:panel-top-solid 5s infinite alternate ;
}
@keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-webkit-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-moz-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-o-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-ms-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}

.panel:hover:before {
    bottom: 0;
    animation:panel-bottom-solid 5s infinite alternate;
    -webkit-animation:panel-bottom-solid 5s infinite alternate ;
    -moz-animation:panel-bottom-solid 5s infinite alternate ;
    -o-animation:panel-bottom-solid 5s infinite alternate ;
    -ms-animation:panel-bottom-solid 5s infinite alternate ;
}
@keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-webkit-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-moz-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-o-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-ms-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}

.top-tool {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #777;
    text-align: right;
}

.top-tool img {
    vertical-align: middle;
    padding-right: 5px;
}

.top-tool span {
    padding: 0 10px;
}

.top-tool .wyb {
    padding-left: 60px;
}

.top-tool a {
    color: #777;
}

.top-tool a.active, .top-tool a:hover {
    color: #c50001;
}

.pt-header {
    height: 200px;
    background: url("../png/kdtt4x.png") center top no-repeat;
    background-size: cover;
}

.pt-logo {
    padding: 35px 0 30px 38px;
}

.s-box {
    width: 434px;
    margin-top: 53px;
    text-align: left;
    position: relative;
    border: 1px solid #c50001;
    border-radius: 8px;
    color: #9c9a9a;
}
.search {
    width: 40%;
    text-align: left;
    margin: 0 auto;
    position: relative;
    border: 1px solid #c50001;
    border-radius: 8px;
    color: #9c9a9a;
}

.search input[type='text'] {
    height: 47px;
    width: 100%;
    border: 0;
    outline: none;
    text-indent: 56px;
    background-color: transparent;

}

.search img {
    position: absolute;
    left: 13px;
    top: 13px;
}

.search span {
    position: absolute;
    height: 32px;
    left: 46px;
    top: 8px;
    border-left: 1px solid #b5b5b5;
}

.search input[type='button'] {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    border: 0;
    width: 71px;
    font-size: 16px;
    outline: none;
    background-color: #c50001;
    color: #fff;
    border-radius: 0 8px 8px 0;
}
.reci{
    width: 40%;
    margin: 0 auto;
    padding: 15px 0 25px;
}
.reci span {
    padding-right: 10px;
    color: #676767;
}
.reci span a{
    color: #676767;
}

.nav {
    height: 55px;
    background-color: #c50001;
    position: relative;
}

.nav>.container> ul>li {
    float: left;
    width: 14%;
    text-align: center;
}

.nav>.container> ul>li >a {
    font-size: 22px;
    display: block;
    color: #fff;
    height: 55px;
    line-height: 55px;

}
.nav>.container> ul>li:hover> a,.nav>.container> ul>li> a.on{
    background-color: #f04c0b;
}
.ld-left{
    width: 447px;
}

.ld-left .title {
    background: url("../png/aexroe.png") 10px center no-repeat;
}

.item .title {
    font-size: 18px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    text-indent: 48px;
    border-bottom: 1px solid #ddd;
}
.item .title a {
    color: #bf0c0d;
}
.ld-left .img{
    width: 215px;
    padding: 15px 15px 0;
}
.ld-left .img img{
    display: block;
    width: 100%;
}
.ld-left .info{
    width: 232px;
    padding: 15px 15px 0 0;
}
.ld-left .info h3{
    font-size: 18px;
    text-align: center;
    color: #2d2d2d;
    line-height: 63px;
}
.ld-left .info .szinfo li{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    text-indent: 25px;
    
    background-color: #fff;
}
.ld-left .info .szinfo li a{
    display: block;
    color: #bf0c0d;
}
.szinfo .fg{
    background: url("../png/dpvrqs.png") 35% 50% no-repeat;
}
.szinfo .hd{
    background: url("../png/0794n5.png") 35% 50% no-repeat;
}
.szinfo .jl{
    background: url("../png/a9hl3s.png") 35% 50% no-repeat;
}

.fsz-box{
    margin: 15px 15px 0;
    padding: 15px;
    background-color: #fff;
}
.fsz-box td{
    line-height: 33px;
}
.fsz-box td span{
    font-size: 18px;
    color: #767676;
}
.fsz-box td a {
    font-size: 18px;
    display: inline-block;
    width: 33%;
    color: #767676;
}

.hy-box{
    margin-top: 15px;

}
.hy-box li{
    width: 216px;
    height: 45px;
    line-height: 45px;
    float: left;
    margin-bottom: 15px;
    text-align: left;
    text-indent: 70px;
}
.hy-box .qt{
    background: url("../png/bwopda.png") 10% 50% no-repeat #fff;
}
.hy-box .cw{
    margin-left: 15px;
    background: url("../png/nhbxer.png") 10% 50% no-repeat #fff;
}
.hy-box .zt{
    background: url("../png/50r1j6.png") 10% 50% no-repeat #fff;
}
.hy-box .bg{
    margin-left: 15px;
    background: url("../png/t37his.png") 10% 50% no-repeat #fff;
}
.hy-box li a{
    font-size: 16px;
    display: block;
    color: #c01011;
}
.zxgk-right{
    width: 733px;
}
.zxgk-right .title{
    background: url("../png/qq0ys5.png") 10px center no-repeat;
}

.box{
    padding: 20px 0;

}
.box li{
    margin: 0 auto;
    background: url("../png/qzkep1.png") 10px center no-repeat;
    position: relative;
    padding: 10px 0 10px 20px;
    line-height: 1.5;
    color: #999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.box li a{
    width: 76%;
    color: #767676;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.box li span{
    margin-right: 5px;
    top: 12px;
    font-size: 14px;
    width: 80px;
    text-indent:0;
    opacity: .7;
    position: absolute;
    right: 0;
    text-align: right;
}

.box li:hover{
    color: #de371c;
    background: url("../png/xk22mj.png") #f8f8f8 10px center no-repeat;
}
.box li a:hover{
    color: #ac1212;
}

.wgk{
    background: url("../png/zymvdj.png") center no-repeat;
    padding: 15px 0;
}

.wgk-box > li{
    float: left;
    margin-right: 15px;
    width: 228px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.wgk-box > li > a{
    display: block;
    padding: 15px;
}
.wgk-box > li > a > p{
    font-size: 20px;
    line-height: 30px;
    color: #767676;
}
.wgk-box > li:hover{
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .3s;
}

.main-left{
    width: 447px;
}
.pt-title{
    font-size: 18px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    text-indent: 34px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.pt-title > li > a,.pt-title > a{
    color: #bf0c0d;
}

.pt-title::before{
    content: "";
    position: absolute;
    width: 4px;
    left: 15px;
    height: 16px;
    top: 20px;
    background-color: #bf0c0d;
}

.basic li{
    margin-top: 15px;
    text-indent: 25px;
    background: url("../png/qc3r8w.png") 90% 50% no-repeat #f4f4f4;
}
.basic li a{
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #bf0c0d;
}
.kj li{
    float: left;
    margin: 15px 15px 0 0;
    width: 216px;
    height: 88px;
    line-height: 90px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-indent: 70px;
}


.kj li a{
    display: block;
    color: #bf0c0d;
    font-size: 18px;
}
.kj li.hygq{
    background: url("../png/njzl1a.png") 20px center no-repeat #fff;
}
.kj li.xwfb{
    margin-right: 0;
    background: url("../png/u3o68x.png") 20px center no-repeat #fff;
}
.kj li.yst{
    background: url("../png/jyyghp.png") 20px center no-repeat #fff;
}
.kj li.zwwb{
    background: url("../png/h0l0bv.png") 20px center no-repeat #fff;
}
.kj li.zwwx{
	margin-right: 0;
    background: url("../png/t8zy1f.png") 20px center no-repeat #fff;
}
.kj li.khd{
    background: url("../png/z8relj.png") 20px center no-repeat #fff;
}
.kj li.cycs{
	margin-right: 0;
    background: url("../png/gf7ktw.png") 20px center no-repeat #fff;
}
.kj li.zfgb{
    background: url("../png/n3zzmp.png") 20px center no-repeat #fff;
}
.kj li.zzgl{
    background: url("../png/vk5okh.png") 20px center no-repeat #fff;
}
.kj li.xxtj{
    margin-right: 0;
    background: url("../png/lwhd13.png") 20px center no-repeat #fff;
}
.kj li:hover{
    border: 1px solid #bf0c0d;
}

.main-right{
    width: 733px;
}
.main-right .zcwj{
    width: 120px;
    float: left;
}

.sub-title {
    float: left;
    width: 613px;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.sub-title li{
    float: left;
}
.sub-title li.on a{
    color: #bf0c0d;
}
.sub-title a{
    color: #999999;
    padding: 8px 5px;
}
#body{
    width: 440px;
    margin-right: 10px;
}
.wjjs{
    width: 283px;
}
.from_query{
    margin-top: 25px;
}
.q_name {
    display: inline-block;
    width: 83px;
    text-align: left;
    float: left;
    line-height: 34px;
    font-size: 16px;
}
.from_query_col {
    width: 100%;
    margin-bottom: 15px;
    min-height: 38px;
}
.from_query_col input {
    width: 200px;
    height: 34px;
    background: #e8e8e8;
    line-height: 34px;
    outline: none;
    border: 0px;
    float: left;
    font-size: 14px;
    text-indent: 10px;
}
.from_query_col .q_sele {
    width: 35px;
    height: 35px;
    background: url("../png/k6bih9.png") no-repeat center;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.from_query_col .q_wh {
    width: 165px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-indent: 10px;
}
.q_selebg {
    position: relative;
    float: left;
    width: 200px;
    height: 35px;
}
.q_selebg2 .q_wh {
    width: 90px;
    background: #fbfbfb;
}
.q_seleul {
    display: none;
    width: 100%;
    background: #e8e8e8;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 2;
    height: 100px;
    overflow-y: auto;
}
.from_query_col .q_selebg2 {
    width: 125px;
    height: 35px;
    margin-right: 15px;
}
.from_query_col .q_nh {
    width: 115px;
    text-indent: 6px;
}
.from_btn_bg button:first-child {
    margin: 0px 20px 0px 10px;
}

.from_btn_bg button {
    width: 124px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #c50001;
    border: none;
    color: #FFFFFF;
    font-size: 17px;
}
.from_query_col i {
    font-style: normal;
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    width: 26px;
    display: inline-block;
    float: left;
}

#body1{
    width: 100%;
}

.jd-sub-title li{
    float: left;
    height: 40px;
    padding: 0 7px;
}
.jd-sub-title li a{
    display: block;
    padding: 0 6px;
    color: #767676;
    height: 40px;
    line-height: 42px;
}
.jd-sub-title li:hover a,.jd-sub-title li.on a{
    background: url("../jpg/px8n0s.jpg") center bottom no-repeat;
}

.two .one{
    width: 359px;
}

.two-title {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    text-indent: 34px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.two-title::before {
    content: "";
    position: absolute;
    width: 4px;
    left: 15px;
    height: 16px;
    top: 20px;
    background-color: #bf0c0d;
}

.two-title li{
    float: left;
}
.two-title li a{
    color: #999;
}
.two-title li.on a,.two-title li:hover a{
    font-weight: bold;
    color: #bf0c0d;
}
#body4 ul{
    margin: 10px 0;
}
#body4 ul li{
    float: left;
    width: 25%;
    text-align: left;
    line-height: 35px;
    text-indent: 20px;
    background: url("../png/ffnoab.png") 1% 50% no-repeat;
}
#body4 ul li a{
    display: block;
    color: #999;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
#body4 ul li a:hover{
    color: #333;
}

.myswiper-container2 .owl-nav {
    display: none;
}

.myswiper-container2 .owl-dots .owl-dot{
    background: transparent;
    border: none;
    outline: none;
}
.myswiper-container2 .owl-dots .owl-dot span {
    background: #fff;
}
.myswiper-container2 .owl-dots .owl-dot.active span {
    background: #c50001;
}
.myswiper-container2 .Slider-one .owl-controls .owl-nav {
    display: none;
}
.myswiper-container2 .owl-dots .owl-dot.active span {
    width: 25px;
    background: #c50001;
}
.myswiper-container2 .owl-dots .owl-dot  span{
    background: #869791;
}
.myswiper-container2 .owl-dots {
    position: absolute;
    right: 0;
    bottom: -6px;
}

.img-list {
    position: relative;
    height: 121px;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.img-list ul {
    width: 9999px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    top: 35px;
    width: 40px;
    height: 50px;
    background: url("../png/esw4dq.png") center no-repeat;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.img-scroll .next {
    left: 0;
    background-position: 0 -84px;
}

.img-scroll .prev {
    right: 0;
    background-position: -40px -84px;
}

.img-scroll .next:hover {
    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.img-scroll .prev:hover {
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}

.img-list li{
    float: left;
    width: 231px;
    text-align: center;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin-right: 15px;
}

.img-list li img{
    display: block;
    width: 100%;
}

.wgk-box li{
    position: relative;
}
.wgk-sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    display: none;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 10;
    box-shadow: 1px 1px 10px 0 #CCC;
    -webkit-box-shadow: 1px 1px 10px 0 #CCC;
    -moz-box-shadow: 1px 1px 10px 0 #CCC;
    -webkit-transition: all .4s;
}
.wgk-box > li:hover .wgk-sub{
    display: block;
}

.wgk-sub > li{
    text-align: left;
    line-height: 30px;
    background: url("../png/xk22mj.png") 20px center no-repeat;
    padding-left: 35px;
}
.wgk-sub > li > a{
    display: block;
    color: #666;
}
.wgk-sub > li > a:hover{
    color: #bf0c0d;
}


.nb-header img{
    display: block;
    width: 100%;
}
.ins{
    font-size: 24px;
    color: #1e1e1e;
    background-color: #f1f1f1;
    padding: 28px 37px;
    text-indent: 2em;
}
.ins p{
    line-height: 35px;
}

.nb-list{
    margin-bottom: 20px;
}
.nb-list li{
    width: 390px;
    height: 200px;
    float: left;
    background-color: #c40001;
    margin-right: 15px;
    text-align: center;
}
.nb-list li:hover{
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}

.nb-list li.qwll{
    background: url("../png/r7hynh.png") center 50px no-repeat #c40001;
}
.nb-list li.word{
    background: url("../png/54vkcr.png") center 50px no-repeat #c40001;
}
.nb-list li.pdf{
    background: url("../png/klyj2y.png") center 50px no-repeat #c40001;
    margin-right: 0;
}
.nb-list li a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 320px;
}
.nb-list-img li{
    width: 390px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.nb-list-img li img{
    display: block;
}
.nb-list-img li:hover a img,.nb-list-img li:hover a p{
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}
.nb-list-img li a p{
    margin-top: 10px;
    background-color: #727272;
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    color: #fff;
}
.xsq{
    text-align: center;
    margin: 33px 0;
}

.xsq a{
    display: inline-block;
    padding: 13px 47px;
    font-size: 22px;
    margin: 0 auto;
    color: #727272;
    background-color: #ff9000;
    border-radius: 20px;
}
.xsq a:hover{
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}




.jsxm-header{
    height: 335px;
    background: url("../png/bcnd9x.png") center top no-repeat;
}
.jsxm-header img{
    display: block;
    width: 100%;
}
.xm-title{
    height: 56px;
    color: #bf0c0d;
    border-bottom: 1px solid #ddd;
}
.xm-title h3{
    width: 351px;
    border-bottom: 1px solid #bf0c0d;
    font-size: 24px;
    background: url("../png/uewztg.png") 5px 50% no-repeat;
    padding: 12px 0;
    font-weight: normal;
    text-indent: 60px;
}
.xm-title h3 span{
    padding: 0 25px;
    border-left: 1px solid #bf0c0d;
}

.xm-item{
    border: 1px solid #ddd;
    padding: 30px;
}
.xm-item > li{
    padding: 35px 0;
    border-bottom: 1px dotted #ddd;

}
.xm-item > li .img-left{
    width: 265px;
}
.xm-item > li .img-left img{
    display: block;
    width: 100%;
}
.xm-item > li .info-right{
    width: 842px;
    margin-left: 30px;
}
.xm-item > li .info-right h4{
    font-size: 20px;
    line-height: 45px;
}
.fenlei >li{
    width: 190px;
    position: relative;
    float: left;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    margin: 20px 20px 0 0;
    border: 1px solid #bf0c0d;
}
.fenlei >li> a{
    color: #333;
}
.fenlei >li> a:hover{
    color: #bf0c0d;
}
.fenlei >li>ul{
    display: none;
    position: absolute;
    background-color: #eee;
    top: 38px;
    left: 0;
    right: 0;
}
.fenlei >li:hover > ul{
    display: block;
    z-index: 1;
}

.fenlei >li:hover > ul > li{
    text-align: center;
    font-size: 13px;
    line-height: 28px;
}
.fenlei >li:hover > ul > li:hover{
    background-color: #ccc;
}
.fenlei >li:hover > ul > li a{
    color: #333;
}
.fenlei >li:hover > ul > li:hover a{
    color: #bf0c0d;
}