@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    *zoom: 1;
}

a:hover {
    cursor: pointer;
}

.content {
    width: 1300px;
    margin: 0 auto;
}

input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}

.nav {
    background: url(../img/nav.jpg) no-repeat center;
    color: #fff;
    background: #9b0d14;
}

.nav .lx a {
    color: #fff;
}

.nav .lx li {
    float: left;
    padding: 0 13px;
    border-right: 1px solid #9b0d14cf;
}

.nav .lx ul {
    margin: 30px 0 23px 0;
}

.nav .search {
    width: 245px;
    height: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 1px solid #9b0d14cf;
    overflow: hidden;
    padding-left: 17px;
}

.nav .search .bord {
    width: 85%;
    height: 100%;
}

.search .bord input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #eaeaea95;
    line-height: 30px;
}

.search .img {
    width: 20px;
    height: 20px;
    margin: 4px 5px 0 0;
}

.nav .ysz {
    margin-right: 80px;
}

/* bannner */
.banner img {
    /* height:100%; */
    /* width:100%; */
}

.ban {
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 1920px;
}

.banImg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.slider-img-ul li img {
    display: block;
    max-width: 100%;
}

.focusBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.focusBox .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 20px;
    left: 18%;
    z-index: 1;
    height: 60px;
    width: 1200px;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 27px;
    margin-left: -330px;
    z-index: 2;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 40px;
    position: absolute;
    bottom: -50px;
    left: 37%;
}

.focusBox .txt li a {
    display: block;
    color: white;
    /* padding:0 6px 0 10px;*/
    font-size: 22px;
    margin-bottom: 4px;
}

.txt li p {
    color: #fff;
    font-size: 16px;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 6%;
    right: 20%;
}

.focusBox .num li {
    background: url(../img/cir1.png) no-repeat;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    margin-left: 15px;
}

.focusBox .num li.on {
    background: url(../imghong/cir2lan_h.png) no-repeat;
}

.prev,
.next {
    width: 40px;
    height: 75px;
    position: absolute;
    bottom: 45%;
}

.prev {
    left: 5%;
    /* background:url(../img/left.png) no-repeat center center;*/
}

.next {
    right: 5%;
    /* background:url(../img/right.png) no-repeat center center;*/
}

/* 导航 */

.mmu {
    position: relative;
}

.navs {
    background: #9b0d14c7;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #9b0d14c7;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.navs ul li {
    float: left;
    margin: 0 18px;
    text-align: center;
    position: relative;
}

.navs ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 50px;
    width: 100%;
}

.navs .er {
    position: absolute;
    left: -25px;
    top: 50px;
    display: none;
    width: 118px;
}

.navs .er li {
    float: none;
    background: #9b0d14e8;
    line-height: 42px;
    margin: 0;
    border-bottom: 1px solid rgba(168, 125, 125, .8);
    width: 100%;
}

.navs .er li:hover {
    background: #fff;
}

.navs .er li:hover a {
    color: #9b0d14;
}

.navs .er li a {
    font-size: 16px;
    line-height: 42px;
}

.ppd {
    border-top: none !important;
}

/* 内容 */
.first {
    margin-bottom: 30px;
}

.first .lun img {
    width: 395px;
    height: 255px;
}

.slideBox {
    float: left;
    width: 370px;
    height: 300px;
    position: relative;
    /* background-color:#cccccc; */
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    bottom: 60px;
    z-index: 1;
    font-size: 10px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: url(../img/y2.png) no-repeat center;
    background-size: 80%;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: url(../imghong/y1lan_h.png) no-repeat center;
    color: #fff;
    cursor: pointer;
    background-size: 90%;
}

.slideBox .bd {
    position: relative;
    height: 300px;
    z-index: 0;
    overflow: hidden;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 370px;
    /* height:100%;*/
    display: block;
}

.slideBox .title {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    /* font-weight:bold; */
    /* text-align:center;*/
    font-size: 12px;
    /* background:rgba(0,0,0,0.8); */
    height: 50px;
    text-align: center;
}

.slideBox .title a {
    color: #333;
    text-decoration: none;
    line-height: 50px;
    margin-left: 8px;
    font-size: 15px;
    margin-top: 14px;
    font-weight: bold;
}

.slideBox .title a:hover {
    color: red;
}

li {
    list-style: none;
    font-size: 14px;
}

#picturenews {
    position: absolute;
}

.first .first_left {
    width: 66%;
}

.first .first_left .fir_to {
    background: url(../imghong/xwlan_h.png) no-repeat;
    background-position: 7px;
    /* text-align:center; */
    margin: 20px 0;
    padding-left: 40px;
    background-size: 18px;
}

.first .first_left h3 {
    font-size: 20px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.first .first_left .sch {
    color: #999;
    font-size: 18px;
}

.first_left .zhe_l {
    width: 52%;
}

.first_left .zhe_r {
    width: 52%;
    margin-left: 7px;
}

.zhe_r .zh_top h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.zh_top h4 a {
    color: #9b0d14;
}

.zhe_r .zh_top {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}

.zhe_r .zh_top p {
    line-height: 20px;
    color: #777;
    text-indent: 2em;
}

.first_left .zhe {
    /* margin-top:40px; */
    /* margin-bottom:7px; */
}

.zhe_r ul li {
    line-height: 33px;
    font-size: 16px;
}

.zhe_r .wenz {
    padding-top: 10px;
}

.zhe_r .wenz span {
    color: #999;
}

.first_left .ged {
    padding: 40px 0 55px 0;
}

.first_left .cak {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #c5c5c5;
    margin: 0 auto;
}

.first_left .cak a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #777;
}

.first_left .cak:hover {
    background: #3187af;
    border: 1px solid #3187af;
}

.first_left .cak:hover a {
    color: #fff;
}

.wenz li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #9b0d14;
    transform: rotate(45deg);
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.first .first_rigth {
    width: 30.88888888%;
}

.first_rigth .fir_xue h3 {
    font-size: 20px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.first_rigth .fir_xue .sch_sl {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.first_rigth .fir_xue {
    background: url(../imghong/yglang_h.png) no-repeat;
    background-position: 7px;
    margin: 20px 0;
    padding-left: 40px;
    background-size: 18px;
}

.first_rigth .bg {
    /* padding-top:40px; */
}

.first_rigth .ged {
    padding: 27px 0 55px 0;
}

.first_rigth .cak {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #c5c5c5;
    margin: 0 auto;
}

.first_rigth .cak a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #777;
}

.first_rigth .cak:hover {
    background: #3187af;
    border: 1px solid #3187af;
}

.first_rigth .cak:hover a {
    color: #fff;
}

.rq {
    width: 70px;
}

.rq .ri {
    line-height: 30px;
    background-color: #9b0d14;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.rq .qi {
    line-height: 40.33333px;
    border: 1px solid #9b0d14;
    text-align: center;
    color: #9b0d14;
    font-size: 30px;
}

.biao_o a {
    line-height: 16px;
    font-size: 16px;
    display: block;
}

.biao_o {
    padding-bottom: 8px;
}

.biao_t {
    padding-bottom: 8px;
}

.biao_t p {
    color: #777;
    margin-left: 10px;
}

.guojie_li {
    margin-bottom: 16px;
}

.second {
    background: #f2f2f2;
    padding: 0px 0 20px 0;
}

.sec_zc {
    width: 400px;
}

.sec_zc .zc {
    padding-top: 10px;
}

.sec_zc .zc li {
    width: 80px;
    height: 34px;
    background: #ffc5c8;
    line-height: 34px;
    text-align: center;
    color: #9b0d14;
    font-size: 14px;
    margin-bottom: 13px;
    cursor: pointer;
}

.zf {
    background: #9b0d14 !important;
    color: #fff !important;
}

.sec_yc {
    height: 290px;
    /* overflow:hidden;*/
    position: relative;
    width: 300px;
}

.sec_yc span {
    color: #777;
}

.sec_yc ul {
    position: absolute;
    width: 100%;
}

.sec_zc .fir_xue {
    background: url(../imglan/gglan.png) no-repeat;
    background-position: 7px;
    margin: 20px 0;
    padding-left: 40px;
    background-size: 18px;
}

.sec_zc .fir_xue h3 {
    font-size: 24px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.sec_zc .fir_xue .sch_sl {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.sec_yc li {
    font-size: 16px;
    /* padding-bottom:20px;*/
    border-left: 1px solid #bcbcbc;
    line-height: 36px;
}

.sec_yc li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #bcbcbc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 15px;
    margin-right: 10px;
    margin-left: -5px;
    vertical-align: middle;
}

.sec_yc li a:hover::before {
    background: #a7181f;
}

.sec_yc li a:hover {
    color: #a7181f;
}

.sec_zc .gong {
    margin-bottom: 20px;
}

.xuezong {
    width: 655px;
}

.xuezong .fir_xue {
    background: url(../img/zh.png) no-repeat;
    background-position: 7px;
    margin: 20px 0;
    padding-left: 40px;
    background-size: 18px;
}

.xuezong .fir_xue h3 {
    font-size: 20px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    display: inline-block;
}

.xuezong .fir_xue .sch_sl {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.sec_zc .cak {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #c5c5c5;
    margin: 0 auto;
}

.sec_zc .cak a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #777;
}

.sec_zc .cak:hover {
    background: #3187af;
    border: 1px solid #3187af;
}

.sec_zc .cak:hover a {
    color: #fff;
}

.hr_t .btt img {
    width: 170px;
    height: 115px;
}

.hr_t .btb {
    width: 69.2222%;
    height: 115px;
}

.btb h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
}

.btb p {
    line-height: 24px;
    color: #777;
    text-indent: 2em;
}

.hr_t .hrc {
    line-height: 34px;
    font-size: 16px;
    margin-top: 18px;
}

.hr_t .hrc li {
    font-size: 16px
}

.hrc span {
    color: #777;
}

.xuezong .cak {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #c5c5c5;
    margin: 0 auto;
}

.xuezong .cak a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #777;
}

.xuezong .cak:hover {
    background: #3187af;
    border: 1px solid #3187af;
}

.xuezong .cak:hover a {
    color: #fff;
}

.fourth .fir_xue h3 {
    font-size: 20px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.fourth .fir_xue .sch_sl {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.fourth .fir_xue .lm1 h3 {
    float: left;
    display: block;
    color: #555;
    margin-right: 25px;
}

.fourth .fir_xue .lm1 h3.active {
    color: #9b0d14;
}

.xscg .fir_xue {
    background: url(../imglan/cglan.png) no-repeat;
    background-position: 7px;
    margin: 20px 0;
    padding-left: 40px;
    background-size: 18px;
}

.fourth .xscgs .fir_xue {
    background: url(../imghong/jllan_h.png) no-repeat;
    background-position: 7px;
    margin: 20px 0;
    padding-left: 40px;
    background-size: 22px;
}

.fourth .xscgs .fir_xue.tzggico {
    background: url(../imghong/gglan_h.png) no-repeat;
}

.fourth .xscgs .fir_xue.xscgico {
    background: url(../imghong/cglan_h.png) no-repeat;
}

.fourth .ztzl .fir_xue {
    background: url(../img/xue.png) no-repeat center;
    background-position: -20px 70px;
    padding: 55px 0 43px 0;
}

.fourth .cak {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #c5c5c5;
    margin: 0 auto;
}

.fourth .cak a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #777;
}

.fourth .cak:hover {
    background: #3187af;
    border: 1px solid #3187af;
}

.fourth .cak:hover a {
    color: #fff;
}

.fourth .xscg {
    width: 32%;
    margin-right: 40px;
}

.fourth .xscg li {
    padding-bottom: 20px;
    font-size: 16px;
}

.fourth .xscg .bt {
    margin-bottom: 33px;
}

.fourth .xscgs {
    width: 420px;
}

.fourth .xscgs li {
    font-size: 16px;
    /* line-height: 36px; */
    margin-bottom: 15px;
}

.fourth .xscgs .bt {
    margin-bottom: 20px;
}

.bt span {
    color: #777;
}

.ztzl .fir_xue h3 {
    font-size: 20px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
}

.ztzl .fir_xue .sch_sl {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.ztzl .wail {
    margin: 0 -24px;
}

.ztzl .wail li {
    height: 141px;
    margin-bottom: 15px;
    font-size: 19px;
    text-align: center;
    line-height: 123px;
    float: left;
    margin: 0 41px;
    width: 366px;
    position: relative;
    overflow: hidden;
}

.ztzl .wail img {
    width: 100%;
    height: 140px;
    transition: all 1s;
}

#feature_img img:hover {
    transform: scale(1.2);
}

.wail li a {
    color: #fff;
}

#feature_txt {
    position: absolute;
    height: auto;
    width: 135px;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -68px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    border: 1px dashed #cccccc;
}

.fifth {
    margin-bottom: 20px;
}

.fir_xue h3 {
    font-size: 20px;
    color: #9b0d14;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.fifth .fir_xue .sch_sl {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.fifth .fir_xue {
    background: url(../img/cylj.png) no-repeat center;
    padding: 20px 0;
    background-position: 15px 0 60px;
}

.tuplj li {
    height: 175px;
    margin: 0;
}

.tuplj .you {
    width: 191px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.tuplj .yi {
    width: 191px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.tuplj .you img {
    width: 190px;
    height: 169px;
    transition: all 1s;
}

.tuplj .yi img {
    width: 190px;
    height: 169px;
    transition: all 1s;
}

.tuplj .you a {
    color: #fff;
}

.tuplj .yi a {
    color: #fff;
}

#feature {
    position: absolute;
    width: 130px;
    height: 65px;
    top: 50%;
    font-size: 16px;
    left: 50%;
    margin-top: -32px;
    margin-left: -64px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px;
}

.tuplj {
    width: 34%;
}

.tuplj .le {
    width: 100%;
    /* margin: 0 -15px; */
}

.fifth .lianje {
    /* margin: 0 -15px; */
}

.fifth .lianje li {
    float: left;
    width: 142px;
    height: 80px;
    text-align: center;
    background: #f5f5f5;
    margin: 0 15px 15px 0;
    padding-top: 46px;
}

.fifth .lianje .zl1 {
    background: url(../img/7j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl2 {
    background: url(../img/7j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl3 {
    background: url(../img/7j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl4 {
    background: url(../img/7j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl5 {
    background: url(../img/8j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl6 {
    background: url(../img/4j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl7 {
    background: url(../img/4j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl8 {
    background: url(../img/4j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl9 {
    background: url(../img/9j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl10 {
    background: url(../img/1j.png) no-repeat center #f5f5f5;
    background-position-y: 10px;
}

.fifth .lianje .zl1:hover {
    background: url(../img/7m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl2:hover {
    background: url(../img/7m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl3:hover {
    background: url(../img/7m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl4:hover {
    background: url(../img/7m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl5:hover {
    background: url(../img/8m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl6:hover {
    background: url(../img/4m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl7:hover {
    background: url(../img/4m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl8:hover {
    background: url(../img/4m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl9:hover {
    background: url(../img/9m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje .zl10:hover {
    background: url(../img/1m.png) no-repeat center #9b0d14;
    background-position-y: 10px;
}

.fifth .lianje li {
    font-size: 16px;
}

.lianje li:hover a {
    color: #fff;
}

.fifth .me {
    width: 61%;
    /* margin-right:-36px; */
}

.lianje li img {
    display: block;
    margin: 0 auto;
}

.lianje li a {
    text-align: center;
}

.friends-lind {
    background: url(../img/friends-lind.png) left bottom no-repeat;
    padding-left: 22px;
    padding-bottom: 15px;
    font-size: 24px;
    color: #333;
}

.friends-lind span {
    color: #8b0000;
    padding-right: 10px;
}

.select-width {
    width: 272px;
    margin-left: 70px;
    font-size: 14px;
}

.down-a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    color: #555;
    padding: 0 5px;
    text-align: center;
}

.bottom {
    background: #eee;
    padding: 20px 0;
    position: relative;
    z-index: 10000;
}

.down-a span {
    display: block;
    background: url(../img/raw-b.png) right center no-repeat;
    font-size: 16px;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.bottom .fiss {
    margin-left: 0;
}

/* footer */
.footer {
    width: 100%;
    height: 206px;
    background: #9b0d14;
    background-size: cover;
    color: #fff;
    padding: 49px 0 0 0;
}

.footo {
    padding-bottom: 32px;
}
.footo .dblogo {
    border-right: 1px solid #ffc5c8;
}
.footo .lax {
    margin-left: 23px;
    color: #ffc5c8;
    font-size: 14px;
}

.footo .lax h3 a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
}

.footo .lax p {
    line-height: 28px;
    font-size: 14px;
}

.footo .wxgzh {
    margin-left: 40px;
}

.footo .wxgzh li img {
    width: 92px;
    height: 92px;
}

.wxgzh li {
    text-align: center;
    margin-right: 30px;
    width: 100px;
}

.wxgzh li span {
    line-height: 33px;
}

.wxgzh .last {
    margin-right: 0;
}

.foott {
    background: #9b0d14e4;
    color: #ffccce;
}

.foott p {
    text-align: center;
    line-height: 45px;
}

/* content */
.inner {
    background: url(../img/bg.png) repeat-y top center;
    margin-bottom: 20px;
}

.lm {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.lmmc {
    font-size: 22px;
    color: #9b0d14;
    border-left: 2px solid #9b0d14;
    padding-left: 15px;
}

.article-tt {
    font-size: 24px;
    color: #555;
    margin: 40px 0 -5px;
}

.article-date {
    padding: 20px 0;
    color: #666;
    border-bottom: 1px solid #ededed;
}

.article-date span {}

.article-p p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    padding-bottom: 10px;
}

.article-p {
    padding: 25px 0 40px;
}

.article-a p a {
    font-size: 15px;
    color: #333;
}

.article-a {
    padding-bottom: 20px;
}

.about-p {
    padding: 10px 0;
}

/* list */
.left-width {
    width: 21%;
    margin-top: 60px;
    position: relative;
    padding-right: 4%;
    z-index: 0;
}

.left-width ul {
    padding-top: 90px;
    background: #eee;
}

.left-width-tt {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    background: url(../imghong/lmbglan_h.png) no-repeat left center;
    position: absolute;
    width: 80%;
    left: -15px;
}

.left-nav-list li {
    padding-left: 40px;
}

.left-nav-list li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #555;
    background: url(../img/jt.png) no-repeat right 50px center;
}

.left-nav-list li a:hover,
.left-nav-list li.active a {
    background: url(../img/jt2.png) no-repeat right 50px center;
    color: #9b0d14;
}

.nav-b {
    color: #333;
    padding-left: 25px;
    line-height: 35px;
}

.nav-b a {
    color: #333;
}

.xtb2 {
    background: url(../img/adr.png) left center no-repeat;
    width: 16px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.right-width {
    width: 79%;
    margin-top: 60px;
}

.list-ul li {
    padding: 30px 90px 30px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.list-ul li a {
    font-size: 16px;
    color: #555;
    line-height: 22px;
    display: block;
}

.list-ul li:hover a {
    color: #9b0d14;
}

.list-ul li span {
    text-align: center;
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 30px;
}

.list-ul li .zy {
    padding-top: 10px;
}

.list-ul li p {
    font-size: 14px;
    color: #777;
    line-height: 30px;
    margin: 0;
    float: left;
}

.list-ul .listmore {
    background: url(../img/more.png) no-repeat center;
    width: 44px;
    height: 11px;
    padding-top: 50px;
    position: absolute;
    right: 0;
}

.pagination li a {
    margin: 0 3px;
    border-radius: 0 !important;
    color: #333;
    background: none;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}

.pagination>.active>a,
.pagination li a:hover,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #3187af;
    border-color: #2f80a6;
    color: #fff;
}

.page-box {
    padding: 30px 0 0 0;
}

.page-l {
    line-height: 25px;
    margin-right: 5px;
    margin-left: 15px;
}

.page-input {
    width: 40px;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: none;
    height: 25px;
}

.page-l-l {
    margin-left: 10px;
}

.page-number {
    height: 25px;
    line-height: 23px;
    border: solid 1px #ddd;
    padding: 0 5px;
    margin-left: 5px;
}

.page-box {
    display: inline-block;
}

.page-r {
    margin: 20px 0;
}

.nav-click {
    display: none;
}

.list-ul li a:hover,
.nav-b a:hover,
.img-list-box a:hover,
.rightnew a:hover {
    color: #9b0d14;
}

/* 内页banner */
.banners img {
    width: 100%;
    height: 350px;
}

.banners {
    position: relative;
}

.mor {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.mor2 {
    float: right;
    color: #333;
    font-size: 16px;
}

.bts {
    text-align: center;
}

.bt ul li {
    font-size: 16px;
    /*height: 34px;*/
}

.xscg {
    width: 597px;
}

.ztzl {
    background: #f2f2f2;
    padding-bottom: 30px;
}

.ztzl .fir_xue {
    background: url(../img/cylj.png) no-repeat center;
    padding: 20px 0;
}

.dropdown-menu {
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.biao {
    width: 310px;
    background-image: url(../img/dot.png);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    padding-bottom: 5px;
}

.feature_txt_bg1 {
    background: rgba(90, 150, 178, 0.7);
}

.feature_txt_bg2 {
    background: rgba(203, 179, 150, 0.7);
}

.feature_txt_bg3 {
    background: #9b0d149a;
}

.box11 {
    width: 230px;
    /* height:40px; */
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #9b0d14;
    margin-bottom: 10px;
}

.banner1 {
    overflow: hidden;
    position: relative;
    width: 1903px;
    height: 480px;
}

.banner2 {
    float: left;
    width: 1903px;
}

@media screen and (max-width: 1920px) {
    .banner1 {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 26vw;
    }

    .banner2 {
        float: left;
        width: 100vw;
    }
}