.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.Ohd_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Ohd_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Ohd_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Ohd_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.flex-wp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common-card {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

/* -------------- */

.header {
    width: 100%;
    height: auto;
}

.hdTop {
    width: 100%;
    height:110px;
}

.hdTop .lt {
    margin-right: 195px;
}

.hdTop .lt .icon {
    width: 34px;
    height: auto;
    object-fit: contain;
    margin-right: 6px;
}

.hdTop .txt p {
    font-size: 18px;
    color: #a61512;
}

.hdTop .txt h6 {
    font-size: 20px;
    font-weight: bold;
    color: #a61512;
}

.hdTop .logo {
    display: inline-block;
    width: auto;
    height: 100%;
}
.hdTop .logo  img{
    width: 100%;
    height: 100%;
}
.hdBto {
    width: 100%;
    height: 58px;
    background-color: #285591;
}

.hdBto  ul li >a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    padding-right: 34px;
    border-right: 2px solid #fff;
}

.hdBto ul {
    height: 100%;
}

.hdBto li {
    height: 100%;
    display: flex;
    padding-left: 34px;
    align-items: center;
    transition: all 0.3s;
}

.hdBto li:hover {
    background-color: #a61512;
}

.hdBto li:nth-child(6) a {
    border-right: none;
}

.form {
    position: relative;
    width: 256px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 14px;
}

.form input[type=text] {
    width: 100%;
    height: 100%;
    font-size: 12px;
    border-radius: 14px;
    padding: 0 10px;
    color: #999999;
}

.form input[type=submit] {
    width: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    background: url(../img/ic2.png) no-repeat;
    background-size: contain;
}

.headerSwiper {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.headerSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.header-pagination {
    position: absolute;
    z-index: 99;
}

.header-pagination .swiper-pagination-bullet {
    width: .1875rem;
    height: .05rem;
    background-color: #ffffff;
    border-radius: .025rem;
    opacity: 1;
    transition: all 0.3s;
}

.header-pagination .swiper-pagination-bullet-active {
    background-color: #a61512;
}

/* 新闻资讯 */
.news {
    width: 100%;
    height: auto;
    padding: .5rem 0;
    background: url(../img/bg1.png) no-repeat;
    background-size: cover;
}

.common-tl {
    text-align: center;
}

.common-tl h2 {
    font-size: 30px;
    font-weight: bold;
    color: #285591;
}

.common-tl p {
    font-size: 20px;
    margin-top: 15px;
    color: #666666;
}

.news .nav {
    margin: 30px 0 45px 0;
}

.news .nav a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    border-right: 2px solid #285591;
    color: #285591;
    line-height: 20px;
    padding-right: 30px;
    margin-right: 30px;
}

.news .nav a:last-child {
    margin-right: 0;
    border-right: none;
}

.news li {
    width: calc((100% - 17px) / 2);
}


.news li img {
    width: 100%;
    height: 377px;
    vertical-align: bottom;
    object-fit: cover;
}

.news li h6 {
    font-size: 18px;
    font-weight: normal;
    color: #232323;
}

.news li .ls {
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    margin: 10px 0;
}

.news li:last-child {
    display: flex;
    flex-direction: column-reverse;
}

.news li .text {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 25px 20px 15px 20px;
}

.news li .time span {
    font-size: 14px;
    color: #666666;
}

.news li .time {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px
}

.news li .time .more {
    width: 74px;
    height: 22px;
    background-color: #a61512;
    border-radius: 11px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
}

/* 业务领域 */
.business {
    width: 100%;
    height: auto;
    padding: 22px 0;
}

.business .common-card {
    max-width: 1670px;
}

.business .nav {
    margin: 20px 0;
}

.business .nav a {
    display: inline-block;
    width: fit-content;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    background-color: #a61512;
    border-radius: 21px;
    font-size: 22px;
    margin-right: 23px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s;
}

.business .nav a:hover {
    background-color: #285591;
}

.businessSwiper {
    width: 100%;
    height: 755px;
    overflow: hidden;
}

.businessSwiper .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
}

.businessSwiper img {
    height: 317px;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.businessSwiper .name {
    width: 100%;
    height: 47px;
    background-color: #f2f2f2;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    color: #333333;
}

.business-next {
    width: 48px;
    cursor: pointer;
    height: 48px;
    margin-right: 79px;
    background: url(../img/ic5.png) no-repeat;
    background-size: cover;
}

.business-prev {
    width: 48px;
    cursor: pointer;
    height: 48px;
    background: url(../img/ic5-1.png) no-repeat;
    background-size: cover;
}

.business .bto {
    margin-top: 19px;
}

/* 公司简介 */
.profile {
    width: 100%;
    height: auto;
    padding: 30px 0 55px 0;
    background: url(../img/bg2.png) no-repeat;
    background-size: cover;
}

.profile li {

    width: 192px;
    height: 178px;
    background: url(../img/ic6.png) no-repeat;
    background-size: cover;
}

.profile li a {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile li .icon {
    width: auto;
    height: 45px;
    object-fit: contain;
    transition: all 0.3s;
}

.profile li .name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    color: #ffffff;
}

.profile li:hover {
    background: url(../img/ic6-1.png) no-repeat;
    background-size: cover;
}

.profile li:hover .icon {
    transform: scale(1.2);
}

.profile-con .text {
    font-size: 26px;
    line-height: 61px;
    color: #666666;
    margin: 40px 0 30px 0;
}

/* 荣誉资质 */
.honors {
    width: 100%;
    height: auto;
    padding: 12px 0;
}

.honorsSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 37px 0;
}

.honorsSwiper img {
    width: 100%;
    height: 553px;
    object-fit: cover;
    border: solid 4px #285591;
    vertical-align: bottom;
}

.honors-con {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.honors-con .more {
    display: inline-block;
    width: fit-content;
    padding: 0 15px;
    height: 39px;
    background-color: #a61512;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 39px;
    color: #ffffff;
}

.plate {
    width: 100%;
    height: auto;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    padding: 65px 0 75px 0;
}

.plate .common-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plate p {
    font-size: 36px;
    letter-spacing: 14px;
    color: #ffffff;
}

.plate h6 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin: 40px 0;
}

.plate .ph {
    width: fit-content;
    padding: 0 20px;
    height: 39px;
    background-color: #a61512;
    border-radius: 20px;
}

.plate .ph img {
    width: 24px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
}

.plate .ph .ls {
    font-size: 22px;
    color: #ffffff;
}

.footer {
    width: 100%;
    height: auto;
    background: url(../img/bg4.png) no-repeat;
    background-size: cover;
}

.footer .hdBto {
    background-color: #fff;
}

.footer .hdBto {
    height: 40px;
    border-bottom: 1px solid #a3b0c0;
}

.footer .hdBto a {
    color: #000;
    padding-right: 50px;
    border-right: 2px solid #000;
}

.footer .hdBto li:hover {
    background-color: #fff;
}

.footer .logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    margin-right: 35px;
}

.footer .con {
    border-bottom: 1px solid #a3b0c0;
    padding: 22px 0;
}

.footer .con ul {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.footer .con ul li {
    display: flex;
    flex-direction: column;
}

.footer .con li p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.footer .con li a,
.footer .con li span {
    font-size: 14px;
    line-height: 42px;

    color: #666666;
}

.footer .con li img {
    width: 134px;
    height: 134px;
    object-fit: cover;
    margin-top: 10px;
}

.footer .con .img .name {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666666;
}

.footer .bottom {
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: #001938;
}



/* 一级下拉菜单 */
.header ul li {
  position: relative;
}
.pullDown {
    z-index: 9999;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 58px;
  width: 100%;
  height: auto;
  background-color:#a61512;
  box-shadow: 0 4px 10px 0 #ccc;
  padding: 10px;
  border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.pullDown-con   a {
    width: 100%;
  white-space: nowrap;
    text-align: center;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 35px;
}

.header ul li:last-child:hover {
  background-color: transparent;
}