.center {
    width: 1470px;
    margin: 0 auto;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.topHead {
    width: 100%;
    height: 116px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language{
    background: unset;
    border: 0;
    display: flex !important;
    align-items: end;
}
.dropdown-menu{
width:100px !important;
}
.dropdown-menu a {
padding: 0 15px !important;
    text-align: left;
line-height:35px;
border-bottom: 1px solid #efefef !important;
    cursor: pointer;
}
.head .topCenter {
    width: 1470px;.form-group textarea
}

.topCenter {
    margin: 0 auto;
    box-sizing: border-box;

}

.logo {
    width: 160px;
    height: 77px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.icon {
    width: 25px;
    display: block;
    height: 25px;
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language {
    color: #0330A5;
}

.head {
    height: 55px;
    background: #0330A5;
    width: 100%;
    position: relative;
}

.navList {
    box-sizing: border-box;
}

.productNav {
    transition: 0.5s;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 56px;
    background: #fff;
    z-index: 10000;
    padding: 50px 0;
    box-sizing: border-box;
    box-shadow: inset -5px -12px 10px -15px rgba(51, 51, 51, 0.5);
}



.productNav ul:first-child {
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
}

/* 
.productNav li::after {
    content: "";
    width: 2px;
    height: 95%;
    position: absolute;
    right: 0;
    top: 0;
    background: #eee;
} */

.productNav li {
    padding: 0 20px;
    align-items: start;
    width: 100%;
}

.productNav li a {
    color: #333;
    display: inline-block;
    width: 160px;
    padding: 10px 0;
    position: relative;
}

.productNav div.flexBox {
    align-items: unset !important;
    justify-content: flex-start;
}

.productNav li:hover>a {
    font-weight: bold;
    text-decoration: none;

}

.navItem {
    display: inline-block;
    padding: 0 16px;
    line-height: 25px;
    margin-right: 13px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.fTtem>a{
display:block;

text-transform: capitalize
}
.fTtem svg {
    margin-left: 5px;
}

.fTtem {
    line-height: 55px;
}

.navItem:hover {
    background: #fff;
      transition: ease-in 0.1s;

}

.navItem:hover .fTtem a{
    font-weight: bold;
    color: #333 !important;
 
}
.fTtem a{
 color: #fff;
}

.navItem:hover .productNav {
    display: block;
    transition: ease-in 0.1s;
}



.active {
    display: flex;
}

.nav3 {
    transition: 0.5s;
    display: none;
    position: absolute;
    width: 100%;
    left: 20%;
    top: 0;
    height: 100%;
}

.nav3::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(112, 112, 112, 0.2);
    position: absolute;
    left: -1px;
    top: 0;
}

.nav2 {
    transition: 0.5s;
    display: none;
    position: absolute;
    width: 99%;
    top: 0;
    left: 20%;
    height: 100%;
}

.nav2 a {
    max-width: 250px;
    min-width: 250px;
    text-overflow: hidden;
}

.nav2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(112, 112, 112, 0.2);
    left: -1px;
    top: 0;
}

.nav a {
    display: none;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 45px;
}

.bg {
    cursor: pointer;
}

.bg .title {
    font-size: 48px;
    font-weight: bold;
    width: 100%;
    color: #0f69af;
}

.bg .subtitle {
    font-size: 24px;
    color: #0f69af;
}

.bg .desc {
    width: 75%;
    line-height: 35px;
    margin: 3% 0;
}

.bg .label {
    color: #fff;
    background-color: #0F69AF;
    min-width: 140px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: none;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.bg .label:hover {
    background-color: #002E74 !important;
}

.bg .flexBox {
    flex-wrap: wrap;
    height: 100%;
}

.newContainer .topCenter {

    box-sizing: border-box;

}

.newContainer .flexBox {
    margin: 4.3% auto;
    width: 100%;
    position: relative;
}

.newPic {
    width: 56%;
}

.newPic img {
    max-width: 100%;
    max-height: 100%;
}

.newDesc {
    width: 44%;
    height: 100%;
    padding-left: 13%;
    box-sizing: border-box;
}

.newDesc .title {
    font-weight: 800;
    font-size: 36px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fangan a {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.fangan {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 12%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fangan img {
    max-width: 100%;
    max-height: 100%;
}

.newDesc .description {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    line-height: 30px;
    text-transform: none;
    margin: 19% 0;
}
.newDesc .title{
margin-bottom:66px;
width:100%;
overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;

}
.newDesc>div>p{
 display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp:4; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}
.newDesc .more{
display:block;
margin-top:50px;
}
.more {
    font-weight: bold;
    font-size: 18px;
    color: #0330A5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.lItem {
    width: 23%;
    margin-right: 3%;
}

.lItem:last-child {
    margin-right: 0;
}

.lItem .pic {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}
  .lItem .pic img{
width:100%;
  height: 210px;
}


.lItem .title {
    font-weight: 800;
    font-size: 16px;
    color: #0330A5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 8%;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newContainer .flexBox{
align-items:unset !important;
}
.lItem .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
 display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp:2; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}

.contact-section {
    background: #e8f5f0;
    padding: 71px 0 7% 0;
}

.contact-form {
    margin: 0 auto;
}

.contact-form h2 {
    font-weight: 800;
    font-size: 28px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 70px;
}

.fRight .form-group {
    height: 100%;
    overflow: hidden;
}

.form-group:last-child {
    margin-bottom: 0;
height:100%;
}

.form-group label {
    display: block;
    margin-bottom: 16px;
}

.form-group input {
    height: 60px;
    padding-left: 5px;
    box-sizing: border-box;
}

.form-group input,
.form-group textarea {
    width: 97.5%;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #707070;
}

.form-group {
    margin-bottom: 8%;
}

.form-group .desc {
    margin-bottom: 4%;
}

.form-group textarea {
    height: 45%;
}

.submit {
    margin-top:
        100px !important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: -3%;
    width: 201px;
    height: 60px;
}

footer {
    background: #fff;
    padding: 4.5% 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-column {
    width: 20%;
}

.footer-column:last-child {
    position: relative;
    width: 28%;
}

.footer-column:last-child p {
    font-size: 18px;
    color: #08041C;
    text-align: left;
    line-height: 30px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.footer-column:last-child ::after {
    content: "";
    width: 1px;
    height: 95%;
    background: #707070;
    position: absolute;
    left: -49px;
    top: 0;
    margin: auto;
}

.footer-column h3 {
    font-weight: 800;
    font-size: 24px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 35px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li a {
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #0330A5;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none
}
.footer-column ul li a img{
height:100% !important;
}
.copyright {
    text-align: center;
    margin-top: 89px;
    padding-top: 48px;
    border-top: 1px solid #ddd;
}
.copyright p{
  width: 100%;
    overflow: hidden;
    white-space: nowrap;}
.footer p {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right_icon {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.containers .topCenter {
    width: 1645px;
}

.topCenter {
    width: 1470px;
}

.pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/* ��Ʒcss */
.product .center {
    width: 1426px;
    padding-top: 66px;
    padding-bottom: 166px;
}
.product .swiper-container{
height:unset;
}
.product h1 {
    font-weight: 800;
    font-size: 36px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.desc {
    font-size: 18px;
    font-weight: 400;
    color: #08041c;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}

.leftPic {
    width: 221px;
    height: 221px;
}

.leftPic img {
    max-width: 100%;
    max-height: 100%;
}

.pItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pItem .flexBox {
    width: 100%;
    justify-content: space-between;
}

.bt {
    color: #08041C;
    font-weight: 800;
    font-size: 36px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 3px 0 7px 0;
    line-height: 52px;
width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn {
    display: inline-block;
    width: 201px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF !important;
    font-style: normal;
    text-transform: none;
    background: #0330A5;
}

.btn:hover {
    opacity: 0.8;
    transition: ease-in 0.2s;
}

.label {
    font-weight: 600;
    font-size: 24px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0;
    line-height: 33px;
}

.pItem .more {
    font-size: 24px;
    padding-left: 5px;
}

.message {
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}

.productList {
    margin-top: 77px;
}

.pItem:first-child {
    padding-top: 0;
}

.pItem {
    padding: 40px 0;
    border-bottom: 1px solid #E6E6E6;
}
.pItem .leftPic{

border-radius: 10px;
    border: 1px solid #dcdcdc;
}
/* ��Ʒ���� */
.detailContent{
width:calc(100% - 276px)
}
.productDetail>.detailPic {
   
    display: grid;
    place-items: center;
}
.detailPic {
    width: 250px;
    height: 226px;
    margin-right: 35px;
}

.detailPic img {
    width: 100%;
    max-height: 100%;
}

.productDetail {
    justify-content: flex-start !important;
    align-items: flex-start;
}

.goList {
    margin-top: 29px;
}

.goList a svg {
    display: inline-block;
    margin-right: 20px;
}
.card-header{
padding:0;
}
.right_ms{
width: 66%;
   
}
.leftPic{
    display: grid;
    place-items: center;
}
.goList a {
    display: flex;
    line-height: 36px;
    font-weight: bold !important;
    font-size: 17px;
    color: #0330A5 !important;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
    align-items: center;
}
.detailForm .flexBox{
align-items:flex-start;
}
.table {
    width: 100%;
    height: 200px;
    background: #002E74;
    color: #fff;
}

.goodsTable {
    width: calc(100% - 272px);
}

.col-sm-2{
font-weight:bold;
}

.bgTabale {
    padding: 20px;
margin-bottom:15px;
    margin-right: 15px;
  font-size: 18px;
    background: rgba(63, 182, 152, 0.1);
    align-items: start;
   color: #080507;
}

.dFormRight {
    width: 38%;
    height: 500px;
}

.dFormLeft {
    width: 54%;
    min-height: 500px;
}

.pForm {
    background: rgba(248, 248, 252, 1)
}

.sxList li {
    line-height: 22px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.sxList {
    margin-top: 28px;
}

.pForm h2 {
    font-weight: 800;
    font-size: 28px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sxmc {
    font-weight: bold;
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    min-width: 25%;
max-width:50%;
padding-right: 10px;
word-break: break-word;
}

.dFormRight .title {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
    position: relative;
    margin-bottom: 28px;
}

.dFormRight .title::after {
    content: "";
    left: 0;
    width: 113px;
    height: 5px;
    background: #707070;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
}

.dFormRight form {
    margin-top: 20px;
}

.dFormRight .ipt {
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #707070;
    display: block;
    width: 100%;
    margin: 16px 0 29px 0;
}

.dFormRight label {
    font-weight: bold;
    font-size: 18px;
    color: #080507;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.dFormRight .desc {
    line-height: 26px;
}

.pForm .center {
    padding-bottom: 24px !important;
}

.jieshao .center {
    padding: 58px 0 86px 0 !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.erjibt {
    font-weight: 800;
    font-size: 28px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 40px;
    margin-bottom: 33px;
}

.sanjiTitle {
    font-weight: 800;
    font-size: 24px;
    color: #08041C;
    margin-bottom: 11px;
    text-align: left;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.jieshao .center>div {
    margin-bottom: 33px;
}

.mb-0 .btn {
    width: 100%;
    text-align: left;
    color: #080507 !important;
    background: rgba(248, 248, 252, 1) !important;
min-height:50px;
    font-weight: 800;
    font-size: 24px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    padding: 0 30px !important;
    text-transform: none;
    position: relative;
    text-decoration: none !important;

}
.dFormRight .btn{
 min-height:50px;
    max-width: 130px;
 }
.mb-0 .btn:focus {
    outline: none;
    background: #fff;
}

.mb-0 .btn:focus .icon {
    transform: rotate(180deg);
    transition: ease-in 0.2s;
}

.mb-0 .btn:hover {
    text-decoration: none !important;
}

.accordion {
    margin-top: 55px;
}

.btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    margin: auto;
}

.card-body {
    padding: 34px 30px;
    box-sizing: border-box;
}
.card-body p{
font-size:18px;
}
.rePic {
    width: 105px;
    height: 105px;
    border: 1px dashed rgba(112, 112, 112, 1);
    margin-right: 15px;
         display: grid;
    place-items: center;
}

.rePic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.reContent {
    width: 63%;
    text-align: left;
    max-height: 105px;
    overflow: hidden;
}

.reContent .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.r_btn {
    width: 100%;
    line-height: 50px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #0330A5;
    margin: 15px auto 0;
    display: block;
}

.bor_none {
    border: 0 !important;
}

.bor_none .center {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0;
}

.accordion {
    border: 0 !important;
}


h3,
h2,
h1 {
    margin-top: 0 !important;
}

/* ������ */
.distributorList {
    width: 1080px;
    margin: 0 auto;
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    margin-top: 71px;
    padding-top: 58px;
}

.distributorList .dItem {
    width: 42%;
    padding: 0 71px;
    box-sizing: border-box;
    margin-bottom: 70px;
    box-sizing: border-box;
}

.distributorList .flexBox {
    flex-wrap: wrap;
}

.distributorList .dItem:nth-of-type(2n) {
    margin-right: 0 !important;
}

.distributorList .dItem .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: block;
}

.img img {
    max-width: 100%;
    max-height: 100%;
}

.dTitle {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    color: #08041C;
    width: 100%;
    margin: 0 auto;
    font-style: normal;
    text-transform: none;
    margin-top: 43px;
    line-height: 35px;
    margin-bottom: 12px;
}

.d-nr {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    line-height: 28px;
    text-align: left;
    margin: 0 auto;
    font-style: normal;
    text-transform: none;
}

.jxs .center {
    padding-bottom: 92px;
}

.jxsLeft {
    width: 37%;
    height: 266px;

    margin-right: 62px;
}
.jxsLeft img{
width:100%;
height:100%;
}
.jxsList .flexBox {
    justify-content: flex-start;
    align-items: flex-start;
}

.jxsRight {
    width: calc(100% - 37% - 62px);
    padding: 33px 0;
}

.jxsRight li {
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 35px;
}

.jItem {
    padding-top: 56px;
    padding-bottom: 23px;
    border-bottom: 2px solid #E6E6E6;
    ;
}

/* ���� */
.about .flexBox {
    align-content: flex-start;
}

.aboutItem {
    width: 44%;
}

.aboutItem:last-child {
    margin-right: 0;
}

.abouContent {
    margin-bottom: 60px;
}

.list-group {
    font-size: 0;
    border-bottom: 2px solid #0330A5;
}

.list-group-item {
    width: 177px;
    line-height: 28px;
    height: 50px;
    display: inline-block !important;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    border: 0;
    background: #f5f5f5;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: rgba(3, 48, 165, 1) !important;
    color: #fff !important;
}

.newTitle {
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 18px;
    color: #3B3B3B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.newItem a {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.newItem .date {
    display: block;
    padding: 0 39px 0 49px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 18px;
    color: #3B3B3B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.newItem .title {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-right: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

.list-group {
    margin-bottom: 0 !important;
}

.newItem a {
    padding: 35px 0 30px 0;
    border-bottom: 1px solid #E6E6E6;
}

.publishItem .ms {
    display: block;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 11px;
    font-size: 14px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.publishItem .sanjiTitle{
  display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp: 2; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}
.infopicRight p{
  display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp: 3; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */

}
.publishItem .desc{
  display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp: 2; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}
/* ��Ƶ������ */
.publishItem {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.publishRight {
    width: 21%;
    text-align: center;
}

.publishLeft {
    width: 60%;
}

.publishItem a {

    padding: 56px 0 37px 0;
}

.info {
    margin-top: 43px;
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    line-height: 36px;
    font-style: normal;
    text-transform: none;
}

.info li {
    text-align: left;
}

.info span {
    margin-right: 20px;
}

.publishLeft>.flexBox {
    justify-content: flex-start;
    align-items: flex-start;
}

.infoPicLeft {
    width: 129px;
    height: 129px;
    background: #002E74;
    margin-right: 25px;
    margin-top: 35px;
}

.infoPicLeft img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.infopicRight p {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.picList {
    width: 48%;
    margin-right: 4%;
    justify-content: flex-start;
}

.picList:last-child {
    margin-right: 0;
}
.publishDtail h1{
    line-height: 52px;
    width: 85%;
}
.breadcrumb-item a{
    font-weight: bold;
    font-size: 14px;
    color: #0330A5 !important;
    text-align: left;
    display: flex;
    align-items: center;
}

.breadcrumb>li+li:before{
    content: "";
    display: none;
}
.breadcrumb{
    background: none;
}
.vedioDetail{
    height: 698px;
    width: 100%;
    margin-top: 43px;
    margin-bottom: 40px;
}

.vedioDetail video{
    display: block;
    width: 100%;
    height: 100%;
}
/* �ͻ�֧�� */
.khTitle{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24px;
color: #08041C;
text-align: right;
font-style: normal;
text-transform: none;
}
.kczcTitle .khbt{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 800;
font-size: 18px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
padding:12px 19px;
display: inline-block;
background: #0330A5;
position: relative;
}
.kczcTitle{
    border-bottom: 1px solid #0330A5;
    margin-bottom: 16px;
}
.khList{
    margin-top: 56px;
}

.kczhItem a{
    padding:10px 0px 10px 20px !important;
}
.kczhItem{
  margin-bottom: 10px;
}
.kczhItem:hover a{
background: #F5F5F5;
}
.kczhItem a{
    display: flex;
    line-height: 26px;
    padding: 17px 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.kczhItem a .newTitle{
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listFoot a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.listFoot span:first-child{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24px;
color: #08041C;
text-align: left;
font-style: normal;
margin-right: 36px;
text-transform: none;
line-height: 35px;
}
.listFoot{
    margin-bottom: 26px;
}
.khList .icon{
color:#000 !important;
}
.khFlexBox .khList{
    width: 46%;
    margin-top: 46px;
}
.khFlexBox{
    flex-wrap: wrap;
align-items: unset !important;
}
.question .flexBox{
    align-items: flex-start;
    justify-content: flex-start ;
    padding-left: 25px;
}
.question .question-Q{
    align-items: center;
    background: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.question .qLabel{
    display: block;
    margin-right: 20px;
    text-align: center;
    height: 100%;
    font-weight: bold;
font-size: 26px;
color: #3B3B3B;
text-align: left;
font-style: normal;
text-transform: none;
}
.qLabel-A{
    color: #b4b4b4 !important;
}
.question .sanjiTitle{
    text-align: left;
    margin-bottom: 0;
}
.question .sanjiTitle span{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: bold;
font-size: 24px;
color: #3B3B3B;
text-align: left;
font-style: normal;
text-transform: none;
line-height: 35px;
}

.answer{
    margin-top: 25px;
}

/* �����ļ� */
.zlpic{
    width: 230px;
    height: 350px;
}
.zlpic img{
    width: 100%;
    height: 100%;
}
.zlwjRight{
    width: 100%;
}

header{
    display: none !important;
}
.activeicon svg{
    transform: rotate(-90deg) !important;
}
.center {
    width: 1470px;
    margin: 0 auto;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.topHead {
    width: 100%;
    height: 116px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-menu{
min-width:unset !important;
}
.dropdown-menu a {
padding: 0 15px !important;
    text-align: left;
line-height:35px;
}
.head .topCenter {
    width: 1470px;.form-group textarea
}

.topCenter {
    margin: 0 auto;
    box-sizing: border-box;

}

.logo {
    width: 160px;
    height: 77px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.icon {
    width: 25px;
    display: block;
    height: 25px;
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language {
    color: #0330A5;
}

.head {
    height: 55px;
    background: #0330A5;
    width: 100%;
    position: relative;
}

.navList {
    box-sizing: border-box;
}

.productNav {
    transition: 0.5s;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 56px;
    background: #fff;
    z-index: 10000;
    padding: 50px 0;
    box-sizing: border-box;
    box-shadow: inset -5px -12px 10px -15px rgba(51, 51, 51, 0.5);
}



.productNav ul:first-child {
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
}

/* 
.productNav li::after {
    content: "";
    width: 2px;
    height: 95%;
    position: absolute;
    right: 0;
    top: 0;
    background: #eee;
} */

.productNav li {
    padding: 0 20px;
    align-items: start;
    width: 100%;
}

.productNav li a {
    color: #333;
    display: inline-block;
   min-width: 200px;
    padding: 10px 0;
    position: relative;
}

.productNav div.flexBox {
    align-items: unset !important;
    justify-content: flex-start;
}

.productNav li:hover>a {
    font-weight: bold;
    text-decoration: none;

}

.navItem {
    display: inline-block;
    padding: 0 16px;
    line-height: 25px;
    margin-right: 13px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fTtem svg {
    margin-left: 5px;
}

.fTtem {
    line-height: 55px;
}

.navItem:hover {
    background: #fff;
      transition: ease-in 0.2s;

}

.navItem:hover .fTtem a{
    font-weight: bold;
    color: #333 !important;
 
}
.fTtem a{
 color: #fff;
}

.navItem:hover .productNav {
    display: block;
    transition: all 0.1s;
}



.active {
    display: flex;
}

.nav3 {
    transition: 0.5s;
    display: none;
    position: absolute;
    width: 100%;
    left: 20%;
    top: 0;
    height: 100%;
}

.nav3::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(112, 112, 112, 0.2);
    position: absolute;
    left: -1px;
    top: 0;
}

.nav2 {
    transition: 0.5s;
    display: none;
    position: absolute;
    width: 99%;
    top: 0;
    left: 20%;
    height: 100%;
}

.nav2 a {
    max-width: 250px;
    min-width: 250px;
    text-overflow: hidden;
}

.nav2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(112, 112, 112, 0.2);
    left: -1px;
    top: 0;
}

.nav a {
    display: none;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 45px;
}

.bg {
    cursor: pointer;
}

.bg .title {
    font-size: 48px;
    font-weight: bold;
    width: 100%;
    color: #0f69af;
}

.bg .subtitle {
    font-size: 24px;
    color: #0f69af;
}

.bg .desc {
    width: 75%;
    line-height: 35px;
    margin: 3% 0;
}

.bg .label {
    color: #fff;
    background-color: #0F69AF;
    min-width: 180px;
    padding: 15px 10px;
    box-sizing: border-box;
    box-shadow: none;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.bg .label:hover {
    background-color: #002E74 !important;
}

.bg .flexBox {
    flex-wrap: wrap;
    height: 100%;
}

.newContainer .topCenter {

    box-sizing: border-box;

}

.newContainer .flexBox {
    margin: 4.3% auto;
    width: 100%;
    position: relative;
}

.newPic {
    width: 56%;
}

.newPic img {
    max-width: 100%;
    max-height: 100%;
}

.newDesc {
    width: 44%;
    height: 100%;
    padding-left: 13%;
    box-sizing: border-box;
}

.newDesc .title {
    font-weight: 800;
    font-size: 36px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fangan a {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.fangan {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 12%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fangan img {
    max-width: 100%;
    max-height: 100%;
}

.newDesc .description {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    line-height: 30px;
    text-transform: none;
    margin: 19% 0;
}
.newDesc .title{
margin-bottom:66px;
width:100%;
white-space: pre-wrap;

}
.newDesc>div>p{
 display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp:4; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}
.newDesc .more{
display:block;
margin-top:50px;
}
.more {
    font-weight: bold;
    font-size: 18px;
    color: #0330A5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.lItem {
    width: 23%;
    margin-right: 3%;
}

.lItem:last-child {
    margin-right: 0;
}

.lItem .pic {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

.lItem .title {
    font-weight: 800;
    font-size: 16px;
    color: #0330A5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 8%;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lItem .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
 display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp:2; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}

.contact-section {
    background: #e8f5f0;
    padding: 71px 0 7% 0;
}

.contact-form {
    margin: 0 auto;
}

.contact-form h2 {
    font-weight: 800;
    font-size: 28px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 70px;
}
.contact-form .desc{
    font-size: 16px;
    line-height: 22px;
}
.fRight .form-group {
    height: 100%;
    overflow: hidden;
}

.form-group:last-child {
    margin-bottom: 0;
height:100%;
}

.form-group label {
    display: block;
    margin-bottom: 16px;
}

.form-group input {
    height: 60px;
    padding-left: 5px;
    box-sizing: border-box;
}

.form-group input,
.form-group textarea {
    width: 97.5%;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #707070;
}

.form-group {
    margin-bottom: 8%;
}

.form-group .desc {
    margin-bottom: 4%;
}

.form-group textarea {
    height: 45%;
}

.submit {
    margin-top:
        100px !important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: -3%;
    width: 201px;
    height: 60px;
}

footer {
    background: #fff;
    padding: 4.5% 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-column {
    width: 20%;
}

.footer-column:last-child {
    position: relative;
    width: 28%;
}

.footer-column:last-child p {
    font-size: 18px;
    color: #08041C;
    text-align: left;
    line-height: 30px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.footer-column:last-child ::after {
    content: "";
    width: 1px;
    height: 95%;
    background: #707070;
    position: absolute;
    left: -49px;
    top: 0;
    margin: auto;
}

.footer-column h3 {
    font-weight: 800;
    font-size: 24px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 35px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li a {
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #0330A5;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none
}

.copyright {
    text-align: center;
    margin-top: 89px;
    padding-top: 48px;
    border-top: 1px solid #ddd;
}
.copyright p{
  width: 100%;
    overflow: hidden;
    white-space: nowrap;}
.footer p {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right_icon {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.containers .topCenter {
    width: 1645px;
}

.topCenter {
    width: 1470px;
}

.pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/* ��Ʒcss */
.product .center {
    width: 1426px;
    padding-top: 66px;
    padding-bottom: 166px;
}
.product .swiper-container{
height:unset;
}
.product h1 {
    font-weight: 800;
    font-size: 36px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.desc {
    font-size: 18px;
    font-weight: 400;
    color: #08041c;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}

.leftPic {
    width: 221px;
    height: 221px;
}

.leftPic img {
    max-width: 100%;
    max-height: 100%;
}

.pItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pItem .flexBox {
    width: 100%;
    justify-content: space-between;
}

.bt {
    color: #08041C;
    font-weight: 800;
    font-size: 36px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 3px 0 7px 0;
    line-height: 52px;
width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn {
    display: inline-block;
    width: 201px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF !important;
    font-style: normal;
    text-transform: none;
    background: #0330A5;
}

.btn:hover {
    opacity: 0.8;
    transition: ease-in 0.2s;
}

.pItem .label {
    font-weight: 600;
    font-size: 24px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0;
    line-height: 33px;
}

.pItem .more {
    font-size: 24px;
    padding-left: 5px;
}

.message {
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}

.productList {
    margin-top: 77px;
}

.pItem:first-child {
    padding-top: 0;
}

.pItem {
    padding: 40px 0;
    border-bottom: 1px solid #E6E6E6;
}
.pItem .leftPic{

border-radius: 10px;
    border: 1px solid #dcdcdc;
}
/* ��Ʒ���� */
.detailContent{
width:calc(100% - 276px)
}
.productDetail>.detailPic {
   
    display: grid;
    place-items: center;
}
.detailPic {
    width: 242px;
    height: 226px;
    margin-right: 35px;
}

.detailPic img {
    width: 100%;
    max-height: 100%;
}

.productDetail {
    justify-content: flex-start !important;
    align-items: flex-start;
}

.goList {
    margin-top: 29px;
}

.goList a svg {
    display: inline-block;
    margin-right: 20px;
}
.card-header{
padding:0;
}
.right_ms{
width: 66%;
   
}
.leftPic{
    display: grid;
    place-items: center;
}

.detailForm .flexBox{
align-items:flex-start;
}
.table {
    width: 100%;
    height: 200px;
    background: #002E74;
    color: #fff;
}

.goodsTable {
    width: calc(100% - 272px);
}

.col-sm-2{
font-weight:bold;
}

.bgTabale {
    padding: 20px;
margin-bottom:15px;
    margin-right: 15px;
  font-size: 18px;
    background: rgba(63, 182, 152, 0.1);
    align-items: start;
   color: #080507;
}
.bgTabale p{
margin-bottom:0 !important;
}
.dFormRight {
    width: 38%;
    height: 500px;
}

.dFormLeft {
    width: 54%;
    min-height: 500px;
}

.pForm {
    background: rgba(248, 248, 252, 1)
}

.sxList li {
    line-height: 22px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.sxList {
    margin-top: 28px;
}

.pForm h2 {
    font-weight: 800;
    font-size: 28px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.dFormRight .title {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
    position: relative;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.dFormRight .title::after {
    content: "";
    left: 0;
    width: 113px;
    height: 5px;
    background: #707070;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
}

.dFormRight form {
    margin-top: 20px;
}

.dFormRight .ipt {
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #707070;
    display: block;
    width: 100%;
    margin: 16px 0 29px 0;
}

.dFormRight label {
    font-weight: bold;
    font-size: 18px;
    color: #080507;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.dFormRight .desc {
    line-height: 26px;
}

.pForm .center {
    padding-bottom: 24px !important;
}

.jieshao .center {
    padding: 58px 0 86px 0 !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.erjibt {
    font-weight: 800;
    font-size: 28px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 40px;
    margin-bottom: 33px;
}

.sanjiTitle {
    font-weight: 800;
    font-size: 24px;
    color: #08041C;
    margin-bottom: 11px;
    text-align: left;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.jieshao .center>div {
    margin-bottom: 33px;
}

.mb-0 .btn {
   width: 100%;
    text-align: left;
    color: #080507 !important;
    background: rgba(248, 248, 252, 1) !important;
    font-weight: 800;
    font-size: 24px;
    color: #08041C;
    white-space: pre-wrap;
    text-align: left;
    padding-right: 10px;
    font-style: normal;
    padding: 0 51px 0 30px !important;
    text-transform: none;
    position: relative;
    text-decoration: none !important;
}

.mb-0 .btn:focus {
    outline: none;
    background: #fff;
}

.mb-0 .btn:focus .icon {
    transform: rotate(180deg);
    transition: ease-in 0.2s;
}

.mb-0 .btn:hover {
    text-decoration: none !important;
}

.accordion {
    margin-top: 55px;
}

.btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    margin: auto;
}

.card-body {
    padding: 34px 30px;
    box-sizing: border-box;
}
.card-body p{
font-size:18px;
}
.rePic {
    width: 105px;
    height: 105px;
    border: 1px dashed rgba(112, 112, 112, 1);
    margin-right: 15px;
         display: grid;
    place-items: center;
}

.rePic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.reContent {
    width: 63%;
    text-align: left;
    max-height: 105px;
    overflow: hidden;
}

.reContent .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.r_btn {
    width: 100%;
    line-height: 50px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #0330A5;
    margin: 15px auto 0;
    display: block;
}

.bor_none {
    border: 0 !important;
}

.bor_none .center {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0;
}

.accordion {
    border: 1px solid rgba(112, 112, 112, 1);
}


h3,
h2,
h1 {
    margin-top: 0 !important;
}

/* ������ */
.distributorList {
    width: 1080px;
    margin: 0 auto;
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    margin-top: 71px;
    padding-top: 58px;
}

.distributorList .dItem {
    width: 42%;
    padding: 0 71px;
    box-sizing: border-box;
    margin-bottom: 70px;
    box-sizing: border-box;
}

.distributorList .flexBox {
    flex-wrap: wrap;
}

.distributorList .dItem:nth-of-type(2n) {
    margin-right: 0 !important;
}

.distributorList .dItem .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: block;
}

.img img {
    max-width: 100%;
    max-height: 100%;
}

.dTitle {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    color: #08041C;
    width: 100%;
    margin: 0 auto;
    font-style: normal;
    text-transform: none;
    margin-top: 43px;
    line-height: 35px;
    margin-bottom: 12px;
}

.d-nr {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    line-height: 28px;
    text-align: left;
    margin: 0 auto;
    font-style: normal;
    text-transform: none;
}

.jxs .center {
    padding-bottom: 92px;
}

.jxsLeft {
    width: 37%;
    height: 266px;

    margin-right: 62px;
}
.jxsLeft img{
width:100%;
height:100%;
}
.jxsList .flexBox {
    justify-content: flex-start;
    align-items: flex-start;
}

.jxsRight {
    width: calc(100% - 37% - 62px);
    padding: 33px 0;
}

.jxsRight li {
    font-size: 18px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 35px;
}

.jItem {
    padding-top: 56px;
    padding-bottom: 23px;
    border-bottom: 2px solid #E6E6E6;
    ;
}

/* ���� */
.about .flexBox {
    align-content: flex-start;
}

.aboutItem {
    width: 44%;
}

.aboutItem:last-child {
    margin-right: 0;
}

.abouContent {
    margin-bottom: 60px;
}

.list-group {
    font-size: 0;
    border-bottom: 2px solid #0330A5;
}

.list-group-item {
    width: 177px;
    line-height: 28px;
    height: 50px;
    display: inline-block !important;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    border: 0;
    background: #f5f5f5;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: rgba(3, 48, 165, 1) !important;
    color: #fff !important;
}

.newTitle {
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 18px;
    color: #3B3B3B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.newItem a {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.newItem .date {
    display: block;
    padding: 0 39px 0 49px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 18px;
    color: #3B3B3B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.newItem .title {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-right: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

.list-group {
    margin-bottom: 0 !important;
}

.newItem a {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: baseline;
   
}
    border-bottom: 1px solid #E6E6E6;
}

.publishItem .ms {
    display: block;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 11px;
    font-size: 14px;
    color: #08041C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.publishItem .sanjiTitle{
  display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp: 2; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}
.infopicRight p{
  display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp: 3; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */

}
.publishItem .desc{
  display: -webkit-box; /* ��������Ϊ������������ģ����ʾ */
    -webkit-box-orient: vertical; /* ���û���������ж������Ԫ�ص����з�ʽ */
    -webkit-line-clamp: 2; /* ������һ����Ԫ����ʾ���ı������� */
    overflow: hidden; /* ���س��������� */
}
/* ��Ƶ������ */
.publishItem {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.publishRight {
    width: 21%;
    text-align: center;
}

.publishLeft {
    width: 60%;
}

.publishItem a {

    padding: 56px 0 37px 0;
}

.info {
    margin-top: 43px;
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    line-height: 36px;
    font-style: normal;
    text-transform: none;
}

.info li {
    text-align: left;
}

.info span {
    margin-right: 20px;
}

.publishLeft>.flexBox {
    justify-content: flex-start;
    align-items: flex-start;
}

.infoPicLeft {
    width: 129px;
    height: 129px;
    background: #002E74;
    margin-right: 25px;
    margin-top: 35px;
}

.infoPicLeft img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.infopicRight p {
    font-weight: 400;
    font-size: 18px;
    color: #08041C;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.picList {
    width: 48%;
    margin-right: 4%;
    justify-content: flex-start;
}

.picList:last-child {
    margin-right: 0;
}
.publishDtail h1{
    line-height: 52px;
    width: 85%;
}
.breadcrumb-item a{
    font-weight: bold;
    font-size: 14px;
    color: #0330A5 !important;
    text-align: left;
    display: flex;
    align-items: center;
}

.breadcrumb>li+li:before{
    content: "";
    display: none;
}
.breadcrumb{
    background: none;
}
.vedioDetail{
    height: 698px;
    width: 100%;
    margin-top: 43px;
    margin-bottom: 40px;
}

.vedioDetail video{
    display: block;
    width: 100%;
    height: 100%;
}
/* �ͻ�֧�� */
.khTitle{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24px;
color: #08041C;
text-align: right;
font-style: normal;
text-transform: none;
}
.kczcTitle .khbt{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 800;
font-size: 18px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
padding:12px 19px;
display: inline-block;
background: #0330A5;
position: relative;
}
.kczcTitle{
    border-bottom: 1px solid #0330A5;
    margin-bottom: 16px;
}
.khList{
    margin-top: 56px;
}

.kczhItem a{
    padding:10px 0px 10px 20px !important;
}
.kczhItem{
  margin-bottom: 10px;
}
.kczhItem:hover a{
background: #F5F5F5;
}
.kczhItem a{
    display: flex;
    line-height: 26px;
    padding: 17px 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.kczhItem a .newTitle{
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listFoot a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.listFoot span:first-child{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24px;
color: #08041C;
text-align: left;
font-style: normal;
margin-right: 36px;
text-transform: none;
line-height: 35px;
}
.listFoot{
    margin-bottom: 26px;
}
.khList .icon{
color:#000 !important;
}
.khFlexBox .khList{
    width: 46%;
    margin-top: 46px;
}
.khFlexBox{
    flex-wrap: wrap;
align-items: unset !important;
}
.question .flexBox{
    align-items: flex-start;
    justify-content: flex-start ;
    padding-left: 25px;
}
.question .question-Q{
    align-items: center;
    background: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.question .qLabel{
    display: block;
    margin-right: 20px;
    text-align: center;
    height: 100%;
    font-weight: bold;
font-size: 26px;
color: #3B3B3B;
text-align: left;
font-style: normal;
text-transform: none;
}
.qLabel-A{
    color: #b4b4b4 !important;
}
.question .sanjiTitle{
    text-align: left;
    margin-bottom: 0;
}
.question .sanjiTitle span{
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: bold;
font-size: 24px;
color: #3B3B3B;
text-align: left;
font-style: normal;
text-transform: none;
line-height: 35px;
}

.answer{
    margin-top: 25px;
}

/* �����ļ� */
.zlpic{
    width: 230px;
}
.zlpic img{
    width: 100%;
    height: 100%;
}
.zlwjRight{
    width: 100%;
}

header{
    display: none !important;
}
.activeicon svg{
    transform: rotate(-90deg) !important;
}
.phoneShow{
display:none;
}