*,
:after,
:before {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

.mt-10 {
    margin-top: 0px !important;
}

.ivu-btn {
    display: block;
    width: 120px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    color: #515a6e;
    background-color: #fff;
    border-color: #dcdee2;
}

.ivu-btn-success {
    color: #fff;
    background-color: #49a9ed;
    border-color: #49a9ed;
}

.ivu-btn-success:hover {
    color: #fff;
    background-color: #47cb89;
}

.ivu-btn-primary {
    color: #fff;
    background-color: #2d8cf0;
    border-color: #2d8cf0;
}

.ivu-btn-primary:hover {
    color: #fff;
    background-color: #57a3f3;
    border-color: #57a3f3;
}

h4 {
    font-size: 22px;
}

.jc-space-between {
    justify-content: space-between !important;
}

.fd-column {
    flex-direction: column !important;
}

.display-flex {
    display: flex !important;
}

.wx_atten {
    display: flex;
    margin-left: 50px;
    position: relative;
    cursor: pointer;
}

.wx_atten img {
    width: 25px;
    height: 20px;
    margin-right: 14px;
}

.wx_atten .wx_txt {
    text-align: center;
    white-space: nowrap;
}

.wx_atten:Hover .top_ewm {
    display: flex;
}

.wx_atten .top_ewm {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 36px;
    left: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    border: 1px solid #ddd;
}

.wx_atten .top_ewm img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
}

.about-tabs-title {
    background: #f2f2f2;
}

.about-tabs-title .nav-tabs {
    border-bottom: none;
}

.about-tabs-title .nav-tabs a.nav-item:hover {
    text-decoration: unset;
    color: #333;
}

.about-tabs-title .nav-tabs a.nav-item.active:hover {
    color: #fff;
}

.box {
    padding: 60px 0;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.divider .left {
    position: relative;
    color: #49a9ed;
}

.divider .right {
    position: relative;
}

.divider .left:before {
    position: absolute;
    top: 24px;
    left: -110px;
    display: block;
    content: " ";
    border-top: 1px solid #b3b3b3;
    width: 84px;
}

.divider .right:after {
    position: absolute;
    top: 24px;
    left: 90px;
    display: block;
    content: " ";
    border-top: 1px solid #b3b3b3;
    width: 84px;
}

.aqzx {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

.aqzx .card {
    cursor: pointer;
    width: 32%;
    margin: 10px;
    height: 200px;
    background: #fff;
    box-shadow: 0 2px 20px 0 hsl(0deg 0% 80% / 50%);
    display: flex;
    flex-direction: unset;
}

.aqzx .card img {
    width: 200px;
    height: 200px;
}

@media (min-width: 1320px) {
    .aqzx .card {
        width: 31%;
        height: 160px;
    }

    .aqzx .card img {
        width: 160px;
        height: 160px;
    }
}

.aqzx .card>div {
    font-size: 14px;
    padding: 20px 30px;
}

.aqzx .card>div b {
    font-size: 16px;
}

.aqzx .card>div p {
    color: #666;
}

.aqzx .card>div a {
    color: #999;
    text-decoration: underline;
}

.aqpj {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aqpj>div {
    background-color: #fff;
    height: 426px;
    padding: 30px 40px;
}

.aqpj>div p {
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.aqpj>div b {
    width: 100%;
    padding: 20px 0;
}

.aqpj>div .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.aqpj>div .tags div {
    cursor: pointer;
    width: 23%;
    text-align: center;
    padding: 15px 0;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    color: #666;
    margin: 0 10px 10px 0;
}

@media (min-width: 1320px) {
    .aqpj>div .tags div {
        width: 28%;
    }

}

.aqpj img {
    width: 765px;
    height: 426px;
}

.gcxm .nav-tabs {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gcxm .nav-tabs>.nav-item {
    cursor: pointer;
    width: calc(16% + 8px);
    height: 45px;
    color: #666;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gcxm .nav-tabs .active {
    background-color: #49a9ed;
    color: #fff;
}

.gcxm .tab-content .tab-pane>div.tabcontent {
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.gcxm .tab-content>div p {
    color: #49a9ed;
    margin: 20px 0;
    text-indent: 16px;
    position: relative;
}

.gcxm .tab-content>div p:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #49a9ed;
    border-radius: 50%;
}

.gcxm .tab-content img {
    height: 280px;
    margin: 0 80px;
}

.gcxm .tab-content button {
    margin-top: 20px;
    display: block;
}

.gcxm .tab-content .category {
    display: flex;
}

.gcxm .tab-content .category>div {
    color: #666;
    width: 108px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdcdcd;
    margin-right: 20px;
}

.xxkf {
    margin-top: 40px;
    background-image: url(../images/xxkf-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

.xxkf img {
    height: 438px;
}

.xxkf .content {
    width: 100%;
    background-color: #fff;
    height: 438px;
    padding: 40px 30px;
}

.xxkf .content p {
    padding: 30px 0;
    color: #666;
}

@media (min-width: 1320px) {
    .xxkf .content p {
        padding: 15px 0;
        color: #666;
    }

}

.xxkf .content .category {
    font-size: 18px;
    margin-bottom: 26px;
}

.xxkf .content .category span {
    padding: 0 20px;
    border-left: 1px solid #d8d8d8;
}

.xxkf .content .category span:first-child {
    border-left: none;
    padding-left: 0;
}

.xxkf .content .category span img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.xwzx {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwzx img {
    width: 770px;
    height: 413px;
    flex: 1;
}

.xwzx .content {
    padding-top: 6px;
    margin-left: 20px;
    height: 413px;
    font-size: 14px;
    flex: 1;
}

.xwzx .content .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.xwzx .content .header span {
    position: relative;
    left: 3px;
}

.xwzx .content span {
    cursor: pointer;
    color: #999;
}

.xwzx .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xwzx .content ul li {
    display: block;
}

.xwzx .content ul li a {
    cursor: pointer;
    height: 48px;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwzx .content ul li p {
    position: relative;
    text-indent: 16px;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.xwzx .content span {
    cursor: pointer;
    color: #999;
}

.xwzx .content ul li p:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #49a9ed;
    border-radius: 50%;
}

.xwzx .content ul li:hover {
    color: #49a9ed;
}

.gsjs {
    height: 520px;
    background-image: url(../images/gsjs-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}

.gsjs h3 {
    padding-top: 60px;
    font-size: 32px;
}

.gsjs p {
    margin: 30px 0 40px 0;
    color: #fff;
}

.gsjs .more {
    margin: 0 auto;
    width: 195px;
    height: 60px;
    background: #0d7ee3;
    border-radius: 2px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.alzs {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.alzs>div,
.progress {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alzs>div {
    width: 140px;
    height: 130px;
    border: 1px solid #ccc;
    margin: 5px 9px;
}

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

.footer {
    background-color: #333;
    color: #fff;
    font-size: 16px;
}

.footer .copy {
    border-top: 2px solid #585858;
    width: 100%;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.footer p {
    font-size: 12px;
    opacity: .6;
    cursor: pointer;
}

.footer .mr-60,
.footer .tel {
    margin-right: 60px;
}

.footer b {
    display: block;
    padding-bottom: 16px;
}

.footer a {
    color: #fff;
    opacity: .6;
}

.footer p {
    font-size: 16px;
    opacity: .6;
    cursor: pointer;
    color: #fff;
}

.footer .tel b {
    font-size: 22px;
}

@media (max-width: 960px) {

    .navbar>.container,
    .navbar>.container-fluid {
        justify-content: flex-start;
    }

    .dropdown-cust .dropdown-item {
        font-size: 12px;
    }

    .divider {
        font-size: 20px;
    }

    .aqzx .card {
        width: 44%;
        height: auto;
        flex-direction: column;
    }

    .aqzx .card img {
        width: 100%;
        height: auto;
    }

    .aqzx {
        justify-content: space-around;
    }

    .aqzx .card>div {
        padding: 20px 15px;
    }

    .aqpj {
        flex-direction: column-reverse;
    }

    .aqpj img {
        width: 100%;
        height: auto;
    }

    .aqpj>div {
        padding: 30px 15px;
        height: auto;
    }

    .aqpj>div .tags div {
        width: 30%;
        font-size: 14px;
    }

    .aqpj>div b {
        font-size: 14px;
    }

    .gcxm .nav-tabs>.nav-item {
        width: calc(45% + 8px);
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .gcxm .tab-content .tab-pane>div.tabcontent {
        padding: 30px 15px;
        align-items: normal;
        flex-direction: column-reverse;
    }

    .gcxm .tab-content img {
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }

    #info .display-flex {
        display: flex !important;
        flex-direction: column;
    }
    .xxkf{
        height: auto;
    }
    .xxkf img {
        height: auto;
    }
    .xxkf .content {
        height: auto;
        padding: 40px 15px;
    }
    .xxkf .content p {
        padding: 10px 0;
        color: #666;
        font-size: 14px;
    }
    .xxkf .content .category span{
        padding: 0 8px;
        font-size: 12px;
    }
    .box{
        padding: 20px 0;
    }
    .xwzx img {
        width: 100%;
        height: auto;
        flex: 1;
    }
    .xwzx {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .xwzx .content ul li p{
        width: 240px;
        height: 21px;
        overflow: hidden;
        margin-right: 15px;
    }
    .gsjs h3 {
        padding-top: 30px;
        font-size: 20px;
    }
    .gsjs{
        height: auto;
        padding-bottom: 20px;
    }
    .gsjs .more {
        margin: 0 auto;
        width: 154px;
        height: 43px;
        background: #0d7ee3;
        border-radius: 2px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
    }
    .alzs {
        justify-content: space-between;
    }
    .alzs>div{
        width: 45%;
    }
    .footer .jc-space-between{
      display: none!important;
    }
    .footer .copy{
        flex-direction: column;
        text-align: center;
    }
    
  



}