body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

.form-control::-webkit-input-placeholder {
                color: #fff; 
            }
.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none!important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.container {
    width: 1440px;
}

.header {
    background-size: cover;
}

.logo {
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.nav-box {
    background: #d31a17;
    position: relative;
    z-index: 10000;
}

.nav-list li {
    float: left;
    width: 11.5%;
    position: relative;
}

.nav-list li a {
    display: block;
    line-height: 54px;
    font-size: 18px;
    color: #ffefc7;
    text-align: center;
    font-weight: bold;
}

.nav-list {
    margin-right: 260px;
}

.nav-box .container {
    position: relative;
}

.search-box-a {
    position: absolute;
    width: 300px;
    right: 15px;
    top: 10px;
    height: 30px;
    background: #dc4845;
    border-radius: 30px;
}

.search-box-a .form-control {
    background: none;
    box-shadow: none;
    border: none;
    height: 30px;
    font-size: 14px;
    color: #ffe2e2;
    width:82%;
overflow: hidden;
}

.btn-search-a {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 19px;
    background: url(../image/search2.png) center no-repeat!important;
}

.nav-down {
    position: absolute;
    display: none;
    padding: 10px 0;
    width: 120%;
    left: -15px;
    top: 100%;
    background: #b10505;
    border-top: solid 1px #cb0a0a;
}

.nav-down li {
    float: none;
    width: 100%;
}

.nav-down li a {
    font-size: 16px;
    color: #ffcbcb !important;
    line-height: 35px;
}

.nav-list li:hover a {
    background: #ffb400;
color:#d31a17;
}

.nav-down li a:hover {
    color: #fff;
}

.nav-list li:hover .nav-down {
    display: block;
}

.img-slick {
    width: 51.3%;
}

.img-slick a {
    display: block;
    position: relative;
    padding-top: 60%;
    width: 100%;
}

.img-slick a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 120px;
}

.img-slick .slick-dots {
    right: 15px;
    bottom: 18px;
    left: auto;
    width: auto;
}

.img-slick .slick-dots li,
.img-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    padding: 0;
}

.img-slick .slick-dots li button {
    border: 1px solid #fff;
}

.img-slick .slick-dots li.slick-active button {
    width: 11px;
    height: 11px;
    background: #fff;
}

.img-slick .slick-dots li.slick-active {
    width: 10px;
}

.img-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-right-c {
    width: 46%;
}

.title {
    font-size: 22px;
    color: #cb0a0a;
    font-weight: bold;
}

.title {
    padding-bottom: 15px;
    border-bottom: solid 1px #ededed;
    position: relative;
}

.title a {
    float: right;
    color: #999;
    font-weight: normal;
    margin-top: 7px;
    font-size: 14px;
}

.title i {
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 130px;
    border-top: solid 1px #cb0a0a;
}

.date-back {
    width: 78px;
    height: 96px;
    background: url() center no-repeat;
    color: #fff;
    padding-left: 12px;
    padding-top: 10px;
}

.date-back span {
    font-size: 24px;
    font-weight: bold;
}

.news-top-right {
    margin-top: -5px;
}

.lm2 {
    width: 100%;
    height: 50px;
}

.lm2 .active {
    background: url(../image/hover.png) bottom center no-repeat;
    padding-bottom: 15px;
}

.h22 {
    width: 38%;
    float: left;
    text-align: center;
    display: block !important;
}

.lm5 {
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
}

.lm5 .active {
    background: url(../image/hover.png) bottom center no-repeat;
    padding-bottom: 15px;
}

.qh5 {
    position: relative;
}

.more {
    float: right;
    font-size: 16px;
    color: #777;
    line-height: 40px;
}

.time {
    width: 70px;
    float: left;
    border-right: 1px solid #d31a17;
}

.time span {
    font-size: 26px;
    font-weight: bold;
    color: #d31a17;
}

.time p {
    font-size: 12px;
    color: #d31a17;
}

.time-tit {
    position: absolute;
    margin-left: 100px;
    float: right;
    width: calc(100% - 100px);
}

.two {
    background: url(../image/jcdj-bj.png)center no-repeat;
    padding: 60px 0;
    background-size: 100% 100%;
}

.lm3 {
    margin-bottom: 60px;
    height: 40px;

}

.lm3 .active {
    border: 1px solid #d31a17;
    color: #d31a17;
}

.lm3 img {
    display: inline-block;
    float: left;
}

.list4 li:hover h4 {
    color: #d31a17;
}

.list4 li:hover p {
    color: #d31a17;
}

.lm3 h2 {
    float: left;
    font-size: 18px;
    width: 14rem;
    height: 4rem;
    border: 1px solid #ffd369;
    border-radius: 30px;
    text-align: center;
    line-height: 4rem;
    color: #555;
    margin: 0px 15px;
}

.zdbl {
    width: 58%;
}

.zdbl2 {
    width: 39%;
}

.list4 {
    background: #fff;
    padding: 10px 20px 15px 20px;
    border-radius: 10px;
min-height: 340px;
}

.list4 li {
    padding: 10px 0;
    border-bottom: 1px dashed #999;
}

.list4 li h4 {
    font-size: 18px;
    color: #555;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list4 li p {
    font-size: 14px;
    color: #999;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list3 {
    display: flex;
    word-wrap: normal;
    justify-content: space-between;
}

.list33 {
    width: 20%;
    background: #eae4d8;
    padding: 26px 20px;
    box-sizing: content-box;
}

.list33:hover {
    background: #d31a17;
}

.list33:hover.list33 span {
    color: #fff;
}

.list33:hover.list33 p {
    color: #fff;
}

.list33 img {
    margin-top: -60px;
min-height:192px;
max-height:192px;
}

.list33 a {
    padding: 0 10px;
    display: block;
}

.list33 span {
    font-size: 14px;
    color: #d31a17;
    line-height: 34px;
}

.list33 p {
    font-size: 18px;
    color: #555;
    line-height: 34px;
}

.three {
    background: url(../image/three-bj.png)bottom center no-repeat;
    padding: 50px 0;
    background-size: 100% 100%;
}

.lm4 {
    margin-bottom: 40px;
    height: 40px;

}

.lm4 .active {
    border: 1px solid #d31a17;
    color: #d31a17;
}

.lm4 img {
    display: inline-block;
    float: left;
}

.lm4 h2 {
    float: left;
    font-size: 18px;
    width: 14rem;
    height: 4rem;
    border: 1px solid #ffd369;
    border-radius: 30px;
    text-align: center;
    line-height: 4rem;
    color: #555;
    margin: 0px 10px;
}

.cxzy-slick {
    width: 100%;
    padding: 30px;
    background: #fff;
    position: absolute;
    padding-bottom: 45px;
    border-radius: 10px;
}

#cxzy-slick {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    position: absolute;
    padding-bottom: 30px;
    border-radius: 10px;
}

#cxzy-slick .news-ul li {
    margin-top: 21px;
}

.cxzy1 {
    width: 45%;
    float: left;
    display: block;
}

.cxzy2 {
    width: 52%;
    float: right;
    display: block;
}

.cxzy1 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 32px;
    margin: 0px;
}

.cxzy1 p {
    font-size: 18px;
    color: #555;
    line-height: 40px;
}

.cxzy1 span {
    font-size: 16px;
    color: #999;
    line-height: 32px;
}

.cxzy-slick .slick-dots {
    width: 210px;
    bottom: 16px;
}

.cxzy-slick .slick-dots li {
    background: #e1d7bb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cxzy-slick .slick-dots .slick-active {
    background: #d31a17;
}

.cxzy-slick .slick-prev {
    background: #fff url(../image/cxzy-left.png)center no-repeat;
    left: 50px;
    top: 92%;
z-index: 999;
}

.cxzy-slick .slick-next {
    background: #fff url(../image/cxyz-right.png)center no-repeat;
    right: 346px;
    top: 92%;
z-index: 999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.news-top-tt a {
    font-size: 18px;
    color: #cb0a0a;
    font-weight: bold;
}

.news-top-tt a:hover {
    text-decoration: underline!important;
}

.news-top-p {
    color: #777;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
}

.news-top-tt {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-top {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ededed;
}

.news-ul li {
    margin-top: 25px;
    font-size: 16px;
    color: #555;
    position: relative;
    margin-top: 22px;
    padding-right: 170px;
}

.nav-down li:hover {
    background: rgba(211, 26, 23, 0.7);
}

.news-ul li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-ul li a {
    padding-left: 15px;
    background: url(../image/li.png) left center no-repeat;
}

.link-img {
    display: block;
    margin-top: 30px;
}

.link-img img {
    width: 100%;
}

.link-slick-box {
    margin: 15px 0 0 0;
    overflow: hidden;
}

.link-slick a {
    display: block;
    position: relative;
    padding-top: 35%;
    margin: 0 5px;
}

.link-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.link-slick {
    margin: 0 -5px;
}

.link-slick .slick-prev {
    left: 5px;
    opacity: 1;
    width: 25px;
    height: 50px;
    background: url(../image/left.png) center no-repeat;
    margin-top: -25px;
}

.link-slick .slick-next {
    right: 5px;
    opacity: 1;
    width: 25px;
    height: 50px;
    background: url(../image/right.png) center no-repeat;
    margin-top: -25px;
}

.link-slick:hover .slick-prev,
.link-slick:hover .slick-next {
    opacity: 1;
}

.page-back {
    background: #f8f8f8;
    margin-top: 40px;
    padding: 45px 0;
}

.page-back .title {
    border: none;
}

.page-back .title:before {
    display: none;
}

.page-left {
    width: 39.3%;
    padding-right: 30px;
}

.ld-ul {
    background: #fff;
    padding: 20px;
    height: 415px;
    overflow: hidden;
}

.ld-ul li a {
    display: block;
    font-size: 16px;
    color: #555;
    padding-left: 20px;
    background: url(../image/icon-ld.png) left center no-repeat;
}

.ld-ul li span {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    color: #999;
}

.ld-ul li {
    border-bottom: dashed 1px #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.maquee ul li a {
    background: url(../image/li03.png) left center no-repeat;
}

.zb-tt-back {
    height: 120px;
    color: #fff;
    padding: 25px 40px;
    background: url(../image/zb-tt-back.png) center no-repeat;
    background-size: cover;
}

.page-right {
    width: 21.4%;
}

.zb-tt-back span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.back-b {
    background: url(../image/back-b.png) center bottom no-repeat;
    background-size: cover;
    height: 340px;
    padding: 40px;
}

.zb-p p {
    font-size: 16px;
    color: #555;
    height: 55px;
}

.zb-p p span {
    padding-right: 10px;
    display: inline-block;
}

.phone {
    font-size: 20px;
    color: #cb0a0a;
    font-weight: bold;
    padding-left: 35px;
    background: url(../image/phone.png) left 7px no-repeat;
}

.phone span {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 8px;
}

.bg-left {
    width: 18.5%;
    background: #cb0a0a;
    height: 290px;
    position: relative;
    margin-top: 50px;
    padding: 35px 50px;
}

.bg-left-tt {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.bg-left-a {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.icon-bg {
    margin-top: 10px;
}

.bg-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-b img {
    width: 100%;
}

.news-ul-lg {
    width: 43.5%;
    padding: 0 30px;
    margin-top: 25px;
}

.jb-width {
    width: 38%;
    margin-top: 45px;
}

.qb-ul li {
    line-height: 34px;
    margin-top: 11px;
}

.qb-ul li a {
    font-size: 16px;
    color: #555;
}

.qb-ul li span {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #dbdbdb;
    text-align: center;
    margin-right: 20px;
    color: #999;
    width: 110px;
}

.qb-ul {
    padding-top: 13px;
}

.news-ul-lg li {
    margin-top: 23px;
}

.link-slick-b a {
    display: block;
    height: 119px;
}

.link-slick-box-lg {
    padding-top: 30px;
}

.page-tow-c {
    background: url(../image/back02.png) center no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 30px;
}

.tow-left {
    width: 36%;
    padding-right: 30px;
}

.title-back {
    font-size: 22px;
    color: #cb0a0a;
    margin-top: 45px;
    font-weight: bold;
    background: url(../image/title-back.png) center no-repeat;
}

.news-more {
    display: inline-block;
    color: #999;
    margin-top: 25px;
}

.tow-right-c {
    background: #fff;
    width: 28%;
    height: 420px;
}

.tow-left ul li {
    padding-right: 120px;
}

.scrollbox {
    width: 330px;
    margin: 0 auto;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

#scrollDiv {
    width: 100%;
    height: 290px;
    overflow: hidden;
}


/*这里的高度和超出隐藏是必须的*/

#scrollDiv li {
    height: 100px;
    width: 100%;
    overflow: hidden;
}

#scrollDiv li img {
    width: 100%;
    height: 90px;
}

#but_up {
    background: url(../image/top.png) center no-repeat;
    opacity: 0;
    height: 25px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#but_down {
    background: url(../image/bottom-btn.png) center no-repeat;
    opacity: 0;
    height: 25px;
    text-indent: -9999px;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.scrollbox:hover #but_up,
.scrollbox:hover #but_down {
    opacity: 1;
}

.sh-width {
    width: 36%;
    padding-right: 30px;
    margin-top: 40px;
}

.sh-ul-date {
    text-align: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: #999;
    font-size: 12px;
    border: solid 1px #efefef;
    padding-top: 10px;
}

.sh-ul-date span {
    font-size: 20px;
    color: #cb0a0a;
    font-weight: bold;
}

.sh-ul-tt {
    margin-left: 90px;
    margin-top: 5px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.sh-ul-tt a {
    font-size: 16px;
    color: #555;
}

.sh-ul {
    margin-top: 25px;
}

.sh-ul li {
    margin-bottom: 25px;
}

.sh-right {
    width: 26%;
    margin-top: 40px;
}

.jl-img {
    margin-top: 20px;
}

.jl-img a {
    display: block;
    position: relative;
    padding-top: 72%;
}

.jl-img a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jl-img a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #555;
    padding: 0 10px;
    line-height: 48px;
    background: #e4e2e4;
    text-align: center;
}

.fb-back {
    background: #f2f2f2;
    padding-top: 45px;
    margin-top: 25px;
    position: relative;
}

.fb-tt-box .title:before {
    width: 170px;
}

.fb-tt-box {
    position: relative;
}

.tabs-ul {
    position: absolute;
    left: 235px;
    top: 5px;
}

.tabs-ul li {
    float: left;
    margin-right: 70px;
}

.tabs-ul li a {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

.tabs-ul li.active a,
.tabs-ul li a:hover {
    color: #cb0a0a;
}

.table>thead>tr>th {
    font-size: 16px;
    color: #555;
    font-weight: normal;
    border-bottom: solid 1px #dbdbdb;
    text-align: center;
    vertical-align: middle;
}

.table>tbody>tr>td {
    border: none;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.table-number {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-weight: bold;
    line-height: 20px;
    background: #ec1f00;
    border-radius: 50%;
    color: #fff;
}

.table-number02 {
    background: #ff6600;
}

.table-number03 {
    background: #ff9900;
}

.table-number04 {
    background: #bfbfbf;
}

.table-number05 {
    background: #bfbfbf;
}

.table {
    margin-top: 10px;
}

.fb-back .container {
    position: relative;
    z-index: 1000;
}

.fb-back:before {
    display: block;
    content: "";
    position: absolute;
    ;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f8f8f8;
}

.yy-tt {
    font-size: 22px;
    color: #cb0a0a;
    font-weight: bold;
    padding-left: 20px;
    background: url(../image/icon-yy.png) left center no-repeat;
}

.yy-box {
    margin-top: 40px;
    margin-bottom: 40px;
}

.yy-tabs li {
    float: left;
    margin-left: 50px;
}

.yy-tabs li a {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 31px;
    padding: 0 20px;
    background: #fff;
    font-weight: bold;
}

.yy-tabs li.active a,
.yy-tabs li a:hover {
    color: #cb0a0a;
}

.yy-tabs {
    margin-left: 115px;
    background: url(../image/ul-back.png) left center no-repeat;
    padding-left: 200px;
}

.yy-list li {
    float: left;
    width: 16.666666%;
}

.yy-list li a {
    display: block;
    height: 150px;
    background: #f8f8f8;
    font-size: 16px;
    color: #555;
    padding-top: 40px;
}

.yy-list li.yy-list-a a {
    background: #fffcfc;
}

.yy-list li a span {
    display: block;
    position: relative;
    overflow: hidden;
    height: 32px;
    margin-bottom: 20px;
}

.yy-list li a span img {
    height: 32px;
    transition: 0.3s all;
}

.yy-list li a span i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: 0.3s all;
}

.yy-list li a span font {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    transition: 0.3s all;
}

.yy-list li a:hover i {
    top: -100%;
}

.yy-list li a:hover font {
    top: 0;
}

.yy-list li a:hover {
    background: #c01913;
    color: #fff;
}

.footer {
    background: #c01913;
    padding: 40px 0;
}

.ewm li {
    float: left;
    margin: 0 20px;
}

.ewm li p {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.foot-left {
    width: 68%;
}

.foot-right {
    width: auto;
}

.footer-width {
    width: 25%;
    padding: 0 24px;
    float: left;
}

.footer-top {
    margin: 0 -25px;
}

.dropdown button {
    width: 100%;
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff!important;
    background: #d7322c;
}

.dropdown button span {
    display: inline-block;
    text-align: left;
    width: 100%;
    display: block;
    line-height: 26px;
    font-size: 16px;
    background: url(../image/raw-top.png) right center no-repeat;
}

.dropdown-menu {
    top: auto;
    bottom: 100%;
    width: 100%;
}

.footer-p p {
    margin: 0;
    line-height: 25px;
    color: #ffe2e2;
    text-align: left;
}

.footer-p p span {
   
    display: inline-block;
}

.footer-p {
    margin-top: 30px;
}

.footer-p p a {
    color: #fff;
}

.news-ul li a:hover,
.title a:hover,
.ld-ul li a:hover,
.qb-ul li a:hover,
.sh-ul-tt a:hover,
.nav-home a:hover {
    color: #cb0a0a;
}

.qb-ul li a:hover span {
    border-left-color: #cb0a0a;
    color: #cb0a0a;
}

.one {
    background: url(../image/one.jpg)top center no-repeat;
}

.nav-down li a {
    background: url() !important;
}

.new {
    background: #fff;
    padding: 25px;
}

.left-c {
    width: 280px;
    margin-top: 40px;
}

.left-c-top {
    font-size: 22px;
    color: #fff;
    background: #cb0a0a;
    line-height: 70px;
}

.left-nav li a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 55px;
    text-align: center;
    border-bottom: solid 1px #ddd;
    position: relative;
    background: #f6f6f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-nav li.active a,
.left-nav li a:hover {
    background: #fff;
    color: #cb0a0a;
}

.left-nav li.active a:before,
.left-nav li a:hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #cb0a0a;
}

.right-c {
    width: calc(100% - 320px);
    margin-top: 40px;
    padding-bottom: 30px;
}

.right-c-title {
    font-size: 18px;
    color: #333;
}

.right-c-top {
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.nav-home {
    color: #777;
    background: url(../image/icon-home.png) left center no-repeat;
    padding-left: 28px;
}

.right-list-txt li {
    position: relative;
    padding-right: 225px;
    line-height: 42px;
}

.right-list-txt li a {
    font-size: 16px;
    color: #555;
    padding-left: 20px;
    background: url(../image/li02.png) left center no-repeat;
}

.right-list-txt li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}

.right-list-txt {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.page-box {
    margin-top: 30px;
}

.right-list-txt li a:hover,
.right-c-nav a:hover {
    color: #cb0a0a;
}

.article-p {
    padding-top: 10px;
}

.img-ul-list li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-top: 20px;
}

.img-ul-list {
    margin: 0 -15px;
}

.img-ul-list li a {
    position: relative;
    display: block;
    padding-top: 60%;
}
.tp14 li a{padding-top:40%;}
.img-ul-list li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.img-ul-list .img-ul-tt {
    height: 40px;
    background: #ddd;
    margin-top: 0;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.img-ul-list .img-ul-tt:hover {
    background: #cb0a0a;
    color: #fff;
}

.article-p p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    line-height: 45px;
}

.list-box:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 0;
    bottom: 0px;
    border-right: solid 1px #eee;
}

.jg-list li {
    font-size: 18px;
    color: #333;
    margin-bottom: 35px;
}

.jg-list li span {
    font-weight: bold;
}

.jg-list {
    padding-top: 10px;
}

.xw-ul-list li {
    height: 180px;
    border-bottom: solid 1px #ddd;
    padding-left: 37px;
    padding-top: 20px;
}

.xw-ul-date {
    font-size: 16px;
    margin-top: 5px;
    color: #b4b4b4;
    padding-bottom: 10px;
    border-bottom: solid 3px #d1d7e4;
}

.xw-ul-date span {
    font-size: 36px;
    color: #b4b4b4;
}

.xw-ul-width {
    width: 615px;
    margin-left: 55px;
}

.xw-ul-tt a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.xw-ul-p {
    color: #888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 25px;
}

.xw-ul-img img {
    width: 195px;
    height: 135px;
}

.xw-ul-list li:hover {
    background: #f4f8fe;
}

.xw-ul-list li:hover .xw-ul-tt a,
.xw-ul-list li:hover .xw-ul-p,
.xw-ul-list li:hover .xw-ul-date,
.xw-ul-list li:hover .xw-ul-date span {
    color: #cb0a0a;
}

.xw-ul-list li:hover .xw-ul-date {
    border-color: #cb0a0a;
}

.page {
    margin-top: 50px;
}

.lb-list li {
    position: relative;
    border-bottom: dashed 1px #ddd;
    line-height: 60px;
}

.lb-list li a {
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: url() left center no-repeat;
}

.lb-list {
    margin-top: -10px;
}

.lb-list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #666;
}

.article-tt {
    font-size: 24px;
    color: #010101;
    font-weight: bold;
    margin-top: 40px;
}

.article-sm {
    color: #848484;
    padding: 15px 0 25px 0;
    border-bottom: solid 1px #ddd;
}

.article-txt p {
    font-size: 16px;
    color: #333;
    line-height: 45px;
    margin-bottom: 15px;
}

.article-txt {
    padding-top: 20px;
}

.article-link a {
    font-size: 16px;
    color: #737475;
}

.article-link a span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.article-link {
    margin-top: 50px;
}

.article-link p {
    margin-bottom: 20px;
}

.news-list li:hover {
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.3);
}

.news-list-tt a:hover,
.xw-ul li a:hover,
.lb-list li a:hover,
.article-link a:hover {
    color: #cb0a0a;
}

.xw-list li:hover span {
    background: #132785;
    color: #fff;
}

.xw-list li a:hover,
.jy-list-tt a:hover {
    text-decoration: underline!important;
}

.img-link-p {
    color: #fff;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
}

.slick-dots li button:before {
    display: none;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.modal-box,
.search-a {
    display: none;
}

.title-phone,
.logo-phone {
    display: none;
}

@media( max-width: 1441px) {
    #cxzy-slick .news-ul li {
        margin-top: 16px;
    }
    .lm4 h2 {
        width: 10rem;
    }
    .list4 li h4 {
        line-height: 26px;
    }
    .list4 li p {
        line-height: 26px;
    }
    .cxzy1 span {
        max-height: 165px;
        display: block;
    }
    .cxzy-slick .slick-next {
        right: 260px;
    }
    .index-right-c .news-ul li {
        margin-top: 13px;
    }
    .news-top {
        margin-top: 20px;
    }
    .back-b {
        padding: 20px;
    }
    .tow-right-c {
        width: 390px;
    }
    .tow-left,
    .sh-width,
    .sh-right {
        width: 33%;
    }
    .yy-tabs {
        padding-left: 30px;
    }
    .container {
        width: 1230px;
    }
    .right-c {
        width: calc(100% - 320px);
    }
    .xw-right,
    .tz-ul {
        height: 555px;
    }
    .title-left {
        padding-right: 10px;
    }
    .title-font {
        padding-left: 10px;
    }
    .tz-ul li {
        margin-bottom: 25px;
    }
    .page-tow:before {
        margin-left: 227px;
    }
    .bottom-left {
        width: 350px;
    }
    .bottom-center {
        width: 350px;
    }
    .bottom-right {
        width: 350px;
    }
    .banner .slick-dots {
        margin-right: -600px;
    }
    .page-four:before {
        margin-left: 200px;
    }
}

@media( max-width: 1279px) {
    .two {
        padding: 33px 0;
    }
    .three {
        padding: 30px 0;
    }
    .lm3 h2 .tow-right-c {
        width: 33%;
    }
    .scrollbox {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    #scrollDiv li img {
        height: 76px;
    }
    #scrollDiv {
        height: 276px;
    }
    .yy-tabs li {
        margin-left: 20px;
    }
    .yy-tabs li a {
        padding: 0 14px;
    }
    .news-ul li {
        padding-right: 100px;
    }
    .right-c {
        width: calc(100% - 320px);
    }
    .container {
        width: 100%;
        padding: 15px 10px;
    }
    .tabs-ul li {
        margin-right: 20px;
    }
    .tabs-ul {
        left: 190px;
    }
    .table>thead>tr>th,
    .table>tbody>tr>td {
        font-size: 14px;
    }
    .nav-list li a {
        font-size: 16px;
    }
    .index-left,
    .index-right {
        width: 100%;
    }
    .xw-right {
        height: 600px;
    }
    .xw-right-ul li {
        margin-bottom: 33px;
    }
    .dt-list li {
        width: 50%;
    }
    .dt-list li:last-child {
        display: none;
    }
    .page-tow:before {
        margin-left: 112px;
    }
    .mt-list-logo img {
        width: 70px;
        height: 30px;
    }
    .four-left {
        width: 55%;
    }
    .four-right {
        width: 35%;
    }
    .bottom-center-c {
        display: none;
    }
    .banner .slick-dots {
        margin-right: -475px;
    }
    .page-four:before {
        margin-left: 100px;
    }
}

@media( max-width: 1200px) {
    .cxzy1 p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lm3 h2 {
        font-size: 16px;
        width: 12rem;
        height: 3rem;
        line-height: 3rem;
        margin: 0px 8px;
    }
    .more {
        line-height: 30px;
    }
    .cxzy-slick .slick-next {
        right: calc(100% - 220px);
    }
    .foot-left {
        width: 100%;
    }
    .foot-right {
        width: 100%;
    }
    .ewm {
        width: 300px;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .footer {
        padding: 10px 0;
    }
}

@media( max-width: 1132px) {
.lm4 h2{width:9rem;margin: 0px 2px;height: 3.5rem;line-height:3.5rem;}
  

}




@media( max-width: 1000px) {
    .lm3 h2 {
        font-size: 16px;
        width: 10rem;
        height: 3rem;
        line-height: 3rem;
        margin: 0px 8px;
    }
    .lm4 h2 {
        margin: 0px 1px;
    }
}

@media( max-width: 991px) {
.list4{min-height:auto;}


    #cxzy-slick .news-ul li {
        margin-top: 22px;
    }
    .lm4 h2 {
        margin: 0px 8px;
    }
    .cxzy-slick .slick-slide img {
        display: block;
        margin: auto;
    }
    .zdbl22 {
        min-height: 790px;
    }
    .zdbl {
        width: 100%;
    }
    .zdbl2 {
        width: 100%;
        margin-top: 20px;
    }
    .list2 {
        padding: 0 20px;
    }
    .lm3 h2 {
        width: 10rem;
        margin-bottom: 10px;
    }
    .logo img {
        height: 70px;
    }
    .img-slick {
        width: 100%;
    }
    .index-right-c {
        width: 100%;
    }
    .tow-left {
        width: 50%;
    }
    .tow-right-c {
        width: 100%;
        margin-top: 30px;
    }
    .sh-right {
        width: 100%;
        margin-top: 0;
    }
    .fb-back .col-xs-6 {
        width: 100%;
    }
    .fb-back:before {
        display: none;
    }
    .yy-list li {
        width: 33.333333%;
    }
    .dropdown button {
        font-size: 16px;
    }
    .page-left,
    .page-right {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
    .page-back {
        padding-top: 15px;
    }
    .jb-width {
        width: 100%;
    }
    .bg-left {
        width: 30%;
    }
    .news-ul-lg {
        width: 70%;
        padding-right: 0;
    }
    .tow-left-r {
        padding-right: 0;
    }
    .logo {
        height: 100px;
        line-height: 100px;
    }
    .search-box-a {
        width: 180px;
    }
    .nav-list {
        margin-right: 188px;
    }
    .container {
        width: 100%;
        padding: 15px 10px;
    }
    .right-c,
    .left-c {
        width: 100%;
    }
    .sh-width {
        width: 50%;
    }
    .xw-left {
        width: 100%;
    }
    .xw-left-ul li {
        float: left;
        width: 50%;
        padding: 0 5px;
    }
    .xw-left-ul {
        margin: 0 -5px;
    }
    .xw-right {
        width: 100%;
        height: auto;
        padding-bottom: 1px;
    }
    .page-tow:before {
        display: none;
    }
    .tow-right {
        width: 100%;
    }
    .scrollbox {
        width: 330px;
        margin: 30px auto 0 auto;
    }
    .three-left {
        width: 100%;
    }
    .zt-box {
        height: auto;
    }
    .four-left,
    .four-right {
        width: 100%;
    }
    .bottom-right {
        display: none;
    }
    .search-c {
        width: 200px;
    }
    .three-left-back {
        display: none;
    }
    .banner .slick-dots {
        margin-right: -360px;
    }
    .page-four:before {
        display: none;
    }
    .cxzy-slick .slick-next {
        right: calc(100% - 220px);
    }
    .lm5 {
        margin-bottom: 15px;
    }
}

@media( max-width: 900px) {
    .lm3 img {
        height: 42px;
        width: 100%;
        padding-right: calc(100% - 230px);
        margin-bottom: 15px;
    }
    .lm3 {
        height: 100px;
    }
    .list3 {
        flex-wrap: wrap;
    }
    .list33 {
        width: 44%;
        text-align: center;
        margin-bottom: 57px;
    }
    .lm4 {
        height: 60px;
    }
    .lm4 img {
        height: 42px;
        width: 100%;
        padding-right: calc(100% - 230px);
        margin-bottom: 15px;
    }
    .lm4 h2 {
        width: 10rem;
        margin-bottom: 10px;
        font-size: 16px;
        height: 3rem;
        line-height: 3rem;
        margin: 0px 8px;
    }
    .zdbl22 {
        min-height: 800px;
    }
    .cxzy-slick .slick-next {
        right: calc(100% - 220px);
    }
}

@media( max-width: 768px) {

.vsbcontent_img img{width:100% !important;height:100% !important;}
h1{    font-size: 20px;}
.v_news_content p{font-size:14px !important;}
    .container {
        padding: 15px 20px;
    }
    .more1 {
        margin-top: -50px;
    }
    .list3 {
        flex-wrap: wrap;
    }
    .list33 {
        width: 40%;
        margin-bottom: 57px;
    }
    .lm3 {
        height: 120px;
    }
    .two {
        padding: 16px 0;
        background-size: 100% 100%;
    }
    .header {
        display: block;
    }
    .logo {
        height: 70px;
        line-height: 70px;
    }
    .img-slick {
        margin-top: 20px;
    }
    .page-back {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .back-b {
        height: auto;
    }
    .zb-p p {
        height: auto;
        margin-bottom: 15px;
    }
    .bg-left {
        display: none;
    }
    .news-ul-lg {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    .title-phone {
        display: block;
        margin-top: 30px;
    }
    .jb-width {
        margin-top: 30px;
    }
    .tow-left {
        width: 100%;
        padding: 0;
    }
    .title-back {
        margin-top: 25px;
    }
    .logo-phone {
        display: block;
        position: absolute;
        left: 0px;
        top: -37px;
    }
    .logo-phone img {
        width: 60%;
    }
    .banner .slick-dots {
        right: 15px;
        margin-right: 0;
        bottom: 15px;
    }
    .index-left-sm {
        width: 100%;
    }
    .title {
        font-size: 18px;
        line-height: 18px;
    }
    .title span {
        font-size: 16px;
    }
    .title a {
        font-size: 14px;
    }
    .back-tow-top {
        height: 80px;
        line-height: 80px;
    }
    .pt-list li {
        width: 50%;
    }
    .pt-list li a i {
        right: 0;
        bottom: 0;
    }
    .pt-list li:last-child {
        margin-bottom: 10px;
    }
    .back-three {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .title-b {
        margin-bottom: 10px;
    }
    .back-four {
        padding-bottom: 30px;
    }
    .sj-back {
        padding: 30px 0;
    }
    .sj-back-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sj-back-title span {
        font-size: 16px;
    }
    .tabs-img li {
        width: 50%;
        margin-top: 20px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .pull-left {
        width: 100%;
    }
    .logo-b {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .footer-b-p {
        width: 50%;
    }
    .footer .ewm-c {
        width: auto;
    }
    .footer-bottom {
        padding: 10px 15px;
        margin-top: 15px;
    }
    .back-tow {
        padding-bottom: 20px;
    }
    .tabs-xw li a span {
        margin-right: 10px;
    }
    .tabs-xw li {
        font-size: 14px;
    }
    .tabs-xw li .date {
        display: none;
    }
    .tabs-xw li {
        padding-right: 120px;
    }
    .tabs-xw {
        padding-right: 10px;
    }
    .right-list-txt li {
        padding-right: 100px;
    }
    .nav-home {
        display: none;
    }
    .right-c,
    .left-c {
        margin-top: 20px;
    }
    .img-ul-list li {
        width: 50%;
    }
    .article-p p {
        font-size: 14px;
        line-height: 25px;
    }
    #scrollDiv {
        height: 255px;
    }
    #but_down,
    #but_up {
        opacity: 1;
    }
    .tow-right-c {
        height: auto;
        padding-bottom: 30px;
    }
    .sh-width {
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }
    .sh-ul li:last-child {
        margin-bottom: 0;
    }
    .sh-right {
        margin-top: 30px;
    }
    .tabs-ul {
        position: static;
        margin-top: 20px;
    }
    .fb-back {
        padding-top: 30px;
    }
    .table>thead>tr>th,
    .table>tbody>tr>td {
        font-size: 12px;
    }
    .yy-tabs {
        position: static;
        margin: 0;
        background: none;
        padding: 0;
    }
    .yy-tt {
        float: none!important;
        width: 100%;
    }
    .yy-tabs li {
        width: 33.333333%;
        margin: 15px 0 0;
    }
    .yy-tabs li a {
        font-size: 16px;
    }
    .yy-box {
        margin: 30px 0;
    }
    .yy-list li {
        width: 50%;
        border-bottom: solid 1px #efefef;
    }
    .yy-list li a {
        font-size: 14px;
    }
    .footer-width {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .footer-top {
        margin: 0 -10px;
    }
    .dropdown button {
        font-size: 14px;
    }
    .article-p p {
        font-size: 14px;
        line-height: 25px;
    }
    .footer {
        margin-top: 20px;
    }
    .article-tt {
        font-size: 18px;
        margin-top: 20px;
    }
    .article-sm {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .article-sm span {
        padding: 0 5px;
    }
    .article-txt p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .article-txt {
        padding: 20px 0;
    }
    .article-bottom {
        padding-right: 0;
    }
    .article-link p,
    .article-link p a,
    .article-link p span {
        font-size: 14px;
    }
    .container {
        width: 100%;
    }
    .logo img {
        height: 40px;
    }
    .logo {
        padding-top: 0;
    }
    .search-lind,
    .search-c {
        display: none;
    }
    .search-box-a {
        display: none;
    }
    .nav-box {
        height: 50px;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        top: 0;
        right: 0;
        z-index: 100000;
    }
    .nav-list {
        position: fixed;
        left: 0;
        margin: 0;
        display: none;
        top: 50px;
        right: 0;
        background: #94070a;
        border-top: solid 1px #fff;
        overflow-y: auto;
height:300px;
    }
    .nav-list li {
        float: none;
        width: 100%;
    }
    .nav-list li a {
        background: none;
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
        text-align: left;
        font-size: 16px;
    }
    .menu-button {
        display: block;
    }
    body {
        padding-top: 50px;
    }
    .fix-box {
        display: none;
    }
    .title-left,
    .title-left span {
        font-size: 24px;
    }
    .title-font {
        font-size: 14px;
        line-height: 24px;
    }
    .title a {
        font-size: 12px;
    }
    .xw-left-ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .xw-right-ul li {
        padding-right: 100px;
        margin-bottom: 20px;
    }
    .xw-right {
        padding-top: 5px;
    }
    .page-one {
        padding-bottom: 30px;
    }
    .dt-list li {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: solid 1px #ffd7a5;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .dt-list-date span {
        margin-bottom: 5px;
    }
    .dt-list-img {
        margin-top: 15px;
    }
    .dt-list-txt {
        line-height: 25px;
        height: 75px;
        margin-top: 15px;
    }
    .dt-list li:last-child {
        display: block;
        margin-bottom: 0;
    }
    .scrollbox {
        width: 290px;
    }
    #scrollDiv li a {
        background: #fdfdfd;
    }
    #scrollDiv li {
        height: 90px;
    }
    .zt-box {
        padding: 15px;
    }
    .zt-list li {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .zt-box {
        padding-bottom: 1px;
    }
    .zt-list li a {
        font-size: 14px;
    }
    .mt-list li {
        width: 100%;
        margin-bottom: 15px;
    }
    .page-three {
        padding-bottom: 20px;
    }
    .zc-list li {
        width: 100%;
        padding-right: 0;
        padding-left: 0!important;
        border-right: none;
    }
    .ewm-box {
        width: 100%;
        margin-top: 30px;
    }
    .bottom-left {
        width: 100%;
    }
    .bottom {
        padding: 30px 0;
    }
    .footer-p {
        margin-top: 0;
    }
    .footer {
        line-height: 25px;
        padding: 10px 0;
    }
    .zc-list li:last-child {
        margin-bottom: 0;
    }
    .search-box {
        position: fixed;
        left: 15px;
        display: none;
        top: 50%;
        height: 54px;
        background: #fff;
        padding-right: 115px;
        right: 15px;
        z-index: 1000010;
    }
    .search-box .form-control {
        height: 54px;
        border-radius: 0;
        font-size: 18px;
        box-shadow: none;
        border: none;
    }
    .modal {
        z-index: 100000001;
    }
    .modal-backdrop {
        z-index: 10000000;
    }
    .modal-box {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000010;
    }
    .btn-search,
    .btn-search:hover,
    .btn-search:focus {
        position: absolute;
        right: 0;
        background: #94070a;
        top: 0;
        width: 115px;
        font-size: 18px;
        color: #fff;
        height: 54px;
        border: none;
        border-radius: 0;
        padding: 0
    }
    .modal-back {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100000;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .nav-click.active {
        transform: rotate(180deg);
    }
    .nav-down {
        display: none;
        padding: 0;
        position: static;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .nav-down li a {
        text-align: left;
        padding: 0 15px;
    }
    .nav-list li:hover .nav-down {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .search-a {
        position: absolute;
        right: 60px;
        top: 15px;
        z-index: 10000000;
        display: block;
    }
    .news-ul li {
        font-size: 14px;
    }
    .img-slick .slick-dots {
        right: 5px;
    }
    .slick-prev,
    .slick-next {
        opacity: 1!important;
    }
}

@media( max-width: 680px) {
    .more1 {
        margin-top: -90px;
    }
    .cxzy-slick .slick-next {
        right: calc(100% - 220px);
    }

.pb_sys_common .p_pages {
    line-height: 30px;
}

}

@media( max-width: 560px) {
    .link-slick-box-lg {
        padding-top: 0px;
    }
    .list33 {
        width: 92%;
    }
    .list2 {
        padding: 0 0px;
    }



}

@media( max-width: 464px) {
    .list33 {
        width: 94%;
        text-align: center;
    }
.logo-phone {
    top: -33px;
}
   .lm4 {
    height: 100px;
}
.lm4 h2{width: 9rem;  margin-bottom:10px;}
.more2{    margin-top: -50px;}


}

@media (max-width: 435px) {
.more2{    margin-top: -90px;}
}


@media (max-width: 400px) {
    .logo-phone {
        top: -30px;
    }
}