/*------------------------------------------------------------------
User:    安阳木易网络科技有限公司_梦龙
Phone:    15896888821
网站建设、软件开发，请联系：15896888821  梦龙
-------------------------------------------------------------------*/

/** Global classes**/
html, body {
    height: 100%;
}
*, *:after, *:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
body {
    font-family: "Microsoft Yahei", 微软雅黑, arial, 宋体, sans-serif;
}

a {
    cursor: pointer;
    color: #4d4d4d;
}

a:hover {
    color: #525252;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
    clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4d4d4d;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}
em {
    font-style: normal;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #cb3231;
}
.property-box .detail .title a {
    color: #343a40;
}
.clear {
    clear: both;
}
.clear:after, .clear:before {
    content: '';
    clear: both;
    display: table;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-margin {
    margin: 0;
}
.text-primary {
    color: #004d93!important;
}
.indent {
    text-indent: 2em;
}
.text-primary {
    color: #004d93;
}
.more {
    width: 37px;
    min-width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding-top: 2px;
    font-size: 20px;
    font-weight: bolder;
    background-color: #f6f6f6;
}
.more:hover {
    color: #fff;
    background-color: #004d93;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/* site-nav */
.site-nav {
    width: 100%;
    height: 31px;
    line-height: 31px;
    background-color: #f7f6f6;
}
.site-nav .site-nav-body {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 12px;
    color: #8e8e8e;
}
.site-nav .site-nav-body .site-nav-body-list {
    display: flex;
    align-items: center;
}
.site-nav .site-nav-body .site-nav-body-list .site-list-item a {
    font-size: 12px;
    color: #8e8e8e;
}
.site-nav .site-nav-body .site-nav-body-list .site-list-item a:hover {
    color: #004d93;
}
.site-nav .site-nav-body .site-nav-body-list .site-list-item::before {
    content: '';
    border-left: 1px solid #ccc;
    margin: 0 10px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.site-nav .site-nav-body .site-nav-body-list .site-list-item:first-child::before {
    border: none;
}
.header-tip {
    max-width: 1200px;
    height: 132px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-tip .logo-pic img {
    max-width: 100%;
}
.header-tip .sale-number {
    margin-right: 30px;
}
.header-tip .sale-number .sale-number-tip {
    width: 100%;
    color: #888888;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.header-tip .sale-number .sale-number-tip img {
    margin-right: 5px;
}
.header-tip .sale-number .sale-number-list {
    font-size: 15px;
    font-weight: bolder;
    color: #10589a;
    display: inherit;
}
/** Main header start **/
.main-header .logo {
    padding: 20px 0;
    float: left;
}

.main-header .pad-0{
    padding: 0;
}

.main-header .btn-md{
    margin-top: 20px;
}

.main-header .logo img {
    height: 40px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: inherit;
    text-transform: uppercase;
}

.main-header .navbar-expand-lg .navbar-nav .link-color:hover {
    background: transparent;
}

.main-header .navbar {
    padding: 0;
}

.main-header .form-inline .submit {
    padding: 7px 22px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 600;
}

.main-header .dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    border-radius: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu{
    margin: -1px;
}

.main-header .dropdown-menu a {
    padding: 12px 20px;
    color: #535353;
    transition: all .3s ease-in-out;
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
}

.main-header .dropdown-menu a:hover {
    background: transparent;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
/* my-carousel */
.my-carousel .swiper-button-prev {
    width: 35px;
    height: 50px;
    line-height: 55px;
    background: #004d93;
    text-align: center;
    left: 0;
    opacity: .5;
    border-radius: 0 5px 5px 0;
}
.my-carousel .swiper-button-next {
    width: 35px;
    height: 50px;
    line-height: 55px;
    background: #004d93;
    text-align: center;
    right: 0;
    opacity: .5;
    border-radius: 5px 0 0 5px;
}
.my-carousel .swiper-button-prev::after,.my-carousel .swiper-button-next::after {
    content: "";
}
.my-carousel .swiper-button-prev i,.my-carousel .swiper-button-next i {
    font-size: 20px;
    color: #fff;
}
.my-carousel .swiper-button-prev:hover,.my-carousel .swiper-button-next:hover {
    opacity: .9;
}
.my-carousel .swiper-slide {
    position: relative;
}
/* survey-new */
.survey-new .survery-header {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.survey-new .survery-header .title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: flex;
}
.survey-new .survery-header .title::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #004d93;
    width: 100px;
    height: 3px;
    bottom: -11px;
}
.survey-new .survery-header a {
    font-size: 14px;
    color: #9a9a9a;
}
.survey-new .sur-content {
    color: #737373;
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}
.survey-new .sur-content a {
    color: #004d93;
}
.survey-new .sur-foot {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.survey-new .sur-foot .sur-card {
    padding: 20px 60px;
    border-radius: 10px;
    color: #a4a4a4;
    font-size: 16px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.survey-new .sur-foot .sur-card .name {
    margin-top: 8px;
}
.survey-new .sur-foot .sur-card:hover,.survey-new .sur-foot .sur-card.active {
    color: #fff;
    background-color: #004d93;
}
.survey-new .sur-foot .sur-card:hover .sur-two {
    content: url(../images/sur-honor_active.png);
}
.survey-new .sur-foot .sur-card:hover .sur-three {
    content: url(../images/sur-culture_active.png);
}
.survey-new .sur-new-content .sur-new-first {
    padding: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 16px 6px rgb(88 96 84 / 10%);
}
.survey-new .sur-new-content .sur-new-first .sur-thumb img {
    max-width: 100%;
    height: 159px;
}
.survey-new .sur-new-content .sur-new-first .sur-new-desc {
    margin-top: 10px;
}
.survey-new .sur-new-content .sur-new-first .sur-new-desc .sur-title {
    color: #303030;
    font-size: 16px;
}
.survey-new .sur-new-content .sur-new-first .sur-new-desc .sur-tip {
    margin: 10px 0;
    height: 68px;
    color: #989898;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.survey-new .sur-new-content .sur-new-first .sur-new-desc .sur-new-foot {
    color: #626262;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.survey-new .sur-new-content .sur-list {
    margin-top: 10px;
}
.survey-new .sur-new-content .sur-list li {
    font-size: 14px;
    color: #afafaf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}
.survey-new .sur-new-content .sur-list li .point {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #a6a6a6;
}
.survey-new .sur-new-content .sur-list li a {
    font-size: 16px;
    display: inline-block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    padding-right: 15px;
    color: #303030 ;
    flex: 1;
}

/* index-business */
.index-business {
    width: 100%;
    background: url(../images/business-bg.jpg) no-repeat;
    background-position: center 0;
    background-size: cover;
}
.index-business .index-busi-header {
    color: #fff;
}
.index-business .index-busi-content .swiper-wrapper {
    height: auto;
}
.index-business .index-busi-content .index-busi-con-box {
    width: 100%;
    opacity: 0;
}
.index-business .index-busi-content .index-busi-con-box.swiper-slide-active {
    opacity: 1;
}
.index-business .index-busi-content .i-b-c-b-title {
    color: #fff;
    display: inline-block;
}
.index-business .index-busi-content .i-b-c-b-desc {
    color: #fff;
    text-align: justify;
}

.index-business .index-busi-content .index-busi-img-con .i-b-i-c-w-b {
    border: 9px solid rgb(56 115 169 / 46%);
    border-radius: 20px;
}
.index-business .index-busi-content .index-busi-img-con .swiper-wrapper {
    height: auto;
}
.index-business .index-choose-wrap {
    color: #fff;
    background-color: rgb(56 115 169 / 46%);
}

.index-choose-wrap .i-choose-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index-choose-wrap .i-choose-box.active,
.index-choose-wrap .i-choose-box:hover {
    background-color: #ffb017;
}
/* index-product */
.index-product {
    margin: 30px 0;
}
.index-product .i-pro-header .i-pro-title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    display: flex;
}
.index-product .i-pro-header .i-pro-tip {
    color: #6a6a6a;
    font-size: 14px;
}
.index-product .index-pro-content {
    margin-top: 30px;
}
.index-product .index-pro-content .swiper-wrapper {
    height: auto;
}
.index-product .index-pro-content .i-pro-c-detail .i-p-c-d-img-box {
    border: 8px solid #eeeeee;
    width: 260px;
    height: 194px;
    text-align: center;
}
.index-product .index-pro-content .i-pro-c-detail .i-p-c-d-img-box img {
    max-width: 100%;
    max-height: 100%;
}
.index-product .index-pro-content .i-pro-c-detail .i-p-c-d-foot .point {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #a6a6a6;
}
.index-product .index-pro-content .i-pro-c-detail .i-p-c-d-foot {
    padding: 0 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-product .index-pro-content .i-pro-c-detail .i-p-c-d-foot .name {
    width: 100%;
    padding-right: 15px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* index-strategy */
.index-strategy {
    width: 100%;
    height: 320px;
    margin-top: 50px;
    background: url(../images/strategy-bg.jpg) no-repeat;
    background-position: center 0;
    background-size: cover;
}
.index-strategy .i-strate-header {
    margin-top: 50px;
}
.index-strategy .i-strate-header .i-strate-h-title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #44546e;
    border-bottom: 1px solid #bdc7dd;
}
.index-strategy .i-strate-header .i-strate-h-tip {
    padding-top: 10px;
    color: #4d5d78;
}
.index-strategy .index-strategy-content {
    margin-top: 40px;;
}
.index-strategy .index-strategy-content .swiper-wrapper {
    height: auto;
}
.index-strategy .index-strategy-content .i-strate-box img {
    width: 100%;
}
/* footer */
.footer {
    background-color: #004d93;
}
.footer .footer-content {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-content .f-c-text {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
}
.footer .footer-content .f-c-text a {
    color: #fff;
}
.footer .footer-content .f-c-qrcode {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #fff;
}
.footer .footer-content .f-c-qrcode .text-center {
    margin-right: 10px;
}

/* sub-banner */
.sub-banner {
    position: relative;
}
.sub-banner img {
    width: 100%;
    object-fit: cover;
}
.sub-banner .sub-tip {
    position: absolute;
    top: 40%;
    left: 20%;
    font-weight: bold;
    color: #fff;
}
/* nav-list */
.nav-list .container {
    margin-top: 30px;
    font-size: 14px;
    color: #c7c7c7;
    display: flex;
    align-items: center;
}
.nav-list .container .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}
.nav-list .container .breadcrumb-item+.breadcrumb-item::before {
    color: #c7c7c7;
}
/* title-list */
.title-list {
    margin-top: 35px;
    margin-bottom: 40px;
}
.title-list .title-list-name {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.title-list .title-list-name::after {
    position: absolute;
    content: "";
    width: 30px;
    left: calc((100% - 30px)/2);
    height: 3px;
    bottom: -1px;
    background-color: #004d93;
}
/* product list */
.product-list {
    display: flex;
    flex-wrap: wrap;
}
.product-list .item-cell {
    padding: 10px;
    display: inline-block;

}
.product-list .item-cell .pro-list-img-box {
    overflow: hidden;
    width: 100%;
    height: 190px;
    text-align: center;
}
.product-list .item-cell .pro-list-img-box .pro-img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
.product-list .item-cell .pro-list-img-box .pro-img:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0);
    z-index: 100;
}
.product-list .item-cell .pro-list-img-box .pro-img:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255,255,255,0.5);
}
.product-list .item-cell .pro-list-img-box .pro-img:hover {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}
.product-list .item-cell:hover {
    box-shadow: 0 0 16px rgba(88,96,84,0.1);
}
.product-list .item-cell .pro-list-title {
    width: 100%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* 科技创新 */
.kejichuangxin {
    margin-top: 15px;
}
.kejichuangxin .keji-base .base-info {
    border: 1px dashed #004d93;
    padding: 10px;
    display: flex;
    margin-bottom: 10px;
}
.kejichuangxin .keji-base .base-info .b-img-box img {
    max-width: 100%;
}
.kejichuangxin .keji-base .base-info .b-info-desc {
    margin-left: 10px;
}
.kejichuangxin .keji-base .base-info .b-info-desc .b-info-title {
    font-size: 16px;
    font-weight: bold;
}
.kejichuangxin .keji-base .base-info .b-info-desc .b-i-desc {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;    
    -webkit-box-orient:vertical; 
    -webkit-line-clamp: 5; 
}
.kejichuangxin .keji-content a {
    line-height: 42px;
    border-bottom: 1px dashed #c4c4c4;
    color: #5b5b5b;
    display: flex;
    justify-content: space-between;
}
.kejichuangxin .keji-content a .title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kejichuangxin .keji-content a .timer {
    color: #a5a5a5;
}
.kejichuangxin .keji-foot .pagination {
    justify-content: center;
}
/* pagess */
.pagess {
    padding: 50px 0;
    text-align: center;
}
.pagess ul li {
    display: inline-block;
    line-height: 20px;
    background: #fff;
    color: #999;
}
.pagination > li > a {
    color: #4d4d4d;
    font-size: 15px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
    font-weight: 500;
}
.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 2px 5px;
    padding: 7px 14px;
    text-align: center;
    border: none;
}
.pagess .pagination .disabled a, .pagess .pagination .disabled a:hover {
    padding: 5px 14px;
    background-color: #fff;
    cursor: not-allowed;
    color: #777;
}
.pagess .pagination a:hover, .pagess .pagination a.active, .pagess .pager li>a:hover {
    color: #fff;
    background-color: #004d93;
}
.pagess .pager {
    margin-left: 15px;
    margin-right: 15px;
}
.pagess ul li {
    display: inline-block;
    line-height: 20px;
    background: #fff;
    color: #999;
}
.pagess .pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.pagess .pager .disabled>a, .pagess .pager .disabled>a:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
/* page-wrap */
.page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: justify;
}
/* nav-article */
.nav-article {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.nav-article .n-a-b-con {
    display: flex;
    align-items: center;
}
.nav-article .n-a-b-con {
    color: #c7c7c7;
    display: flex;
    align-items: center;
}
.nav-article .n-a-b-con .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}
.nav-article .n-a-b-con .breadcrumb-item+.breadcrumb-item::before {
    color: #c7c7c7;
}
.nav-article .n-a-go-back a {
    color: #4d4d4d;
    font-weight: bold;
}
/* article-wrap */
.article-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
}
.article-wrap .a-w-title {
    font-size: 22px;
    font-weight: bold;
}
.article-wrap .a-w-tip {
    margin-top: 10px;
    font-size: 14px;
    color: #8b8b8b;
}
.article-wrap .a-w-content {
    margin-top: 30px;
    text-align: justify;
}
.article-wrap .a-w-content img {
    max-width: 100%;
}
.article-wrap .a-w-updown {
    margin-top: 20px;
}
.article-wrap .a-w-updown .a-w-pre-next {
    font-size: 14px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    color: #004d93;
}
.article-wrap .a-w-updown .a-w-pre-next a {
    color: #004d93;
    font-size: 14px;
}
.article-wrap .a-w-updown .a-w-pre-next a:hover {
    font-weight: bold;
}

/* list */
.list-main {
  margin-top: 10px;
}
.box-wrap {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 3px solid #004d93;
    margin-bottom: 15px;
}

.box-wrap .wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-wrap .wrap-header .title {
    color: #004d93;
}

.box-wrap .wrap-header a {
    color: #333;
    font-size: 14px;
}

.box-wrap .wrap-body ul li {
    line-height: 42px;
    border-bottom: 1px dashed #c4c4c4;
}

.box-wrap .wrap-body ul li a {
    color: #5b5b5b;
    display: flex;
    justify-content: space-between;
}

.box-wrap .wrap-body ul li a .title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-wrap .wrap-body ul li a:hover {
    color: #004d93;
}

.box-wrap .wrap-body ul li a .timer {
    color: #a5a5a5;
}

.box-wrap .wrap-foot .pagination {
    justify-content: center;
}

.box-wrap .wrap-foot .page-link {
    color: #004d93;
    padding: 5px 10px;
}

.box-wrap .wrap-foot .page-item.active .page-link {
    background-color: #004d93;
    border-color: #004d93;
    color: #ffffff;
}

.box-wrap .wrap-foot .page-item.disabled .page-link {
    color: #7f7f7f;
}

@media screen and (max-width: 576px) {
    /* 手机端CSS代码 */
    .pc-block, .slick-next, .slick-prev {
        display: none;
    }
    .mobile-block {
        display: block;
    }
    .navbar-collapse {
        flex-grow: 1;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #111;
    }
    .my-carousel,.my-carousel .swiper-slide {
        height: 300px;
    }
    .survey-new .sur-foot .sur-card {
        padding: 10px 25px;
    }
    .survey-new .sur-foot .sur-card img {
        max-width: 100%;
    }
    .survey-new .no-padding {
        padding: 0 15px;
    }
    .survey-new .sur-new-content .sur-new-first {
        display: block;
    }
    .survey-new .sur-new-content .sur-new-first .sur-thumb img {
        height: auto;
    }
    .footer .footer-content {
        display: block;
    }
    .footer .footer-content .f-c-text {
        font-size: 14px;
    }
    .footer .footer-content .f-c-qrcode {
        margin-top: 20px;
        font-size: 14px;
        justify-content: center;
    }
    .sub-banner .sub-tip {
        font-size: 16px;
    }
    .title-list {
        font-size: 20px;
    }
    .pagess .pagination {
        display: none;
    }
    .pager {
        display: block;
    }
    .index-business {
        height: 800px;
        margin-top: 35px;
    }
    .index-business .index-busi-header {
        margin-top: 30px;
    }
    .index-business .index-busi-header .index-busi-title {
        font-size: 22px;
    }
    .index-business .index-busi-header .index-busi-tip {
        font-size: 14px;
        margin-top: 5px;
    }
    .index-business .index-busi-content {
        margin-top: 30px;
    }
    .index-business .index-busi-content .i-b-c-b-title {
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
    .index-business .index-busi-content .i-b-c-b-desc {
        width: 100%;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .index-business .index-busi-content .index-busi-img-con {
        margin-top: 35px;
    }
    .index-business .index-busi-content .index-busi-img-con img {
        max-width: 100%;
        border-radius: 10px;
        height: 208px;
    }
    .index-business .index-choose-wrap {
        height: 100px;
        margin-top: 35px;
    }
    .index-choose-wrap .i-choose-box .i-choose-b-num {
        font-size: 26px;
    }
    .index-choose-wrap .i-choose-box .i-choose-b-title {
        font-size: 20px;
    }
    .product-list .item-cell {
        width: 100%;
    }

    /* list */
    .list-main .row-one {
        padding-left: 15px;
    }

    .list-main .row-two {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-main .row-two .small-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .box-wrap .wrap-body {
        padding: 20px 0 20px 0;
    }
    .detail .box-wrap .wrap-info .info-desc img {
      max-width: 100%;
      height: auto !important;
    }
}
@media (min-width: 768px)  {
    /* 平板 */
    .pc-block, .slick-next, .slick-prev {
        display: none;
    }
    .mobile-block {
        display: block;
    }
    .navbar-collapse {
        flex-grow: 1;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #111;
    }
    .my-carousel,.my-carousel .swiper-slide {
        height: 300px;
    }
    .survey-new .sur-new-content .sur-new-first .sur-thumb img {
        width: 100%;
    }
    .footer .footer-content {
        display: block;
    }
    .footer .footer-content .f-c-text {
        font-size: 14px;
    }
    .footer .footer-content .f-c-qrcode {
        margin-top: 15px;
        justify-content: center;
        font-size: 14px;
    }
    .sub-banner .sub-tip {
        font-size: 20px;
    }
    .title-list {
        font-size: 20px;
    }
    .pagess .pagination {
        display: none;
    }
    .index-business {
        height: 779px;
        margin-top: 30px;
    }
    .index-business .index-busi-header {
        margin-top: 52px;
    }
    .index-business .index-busi-header .index-busi-title {
        font-size: 32px;
    }
    .index-business .index-busi-header .index-busi-tip {
        font-size: 14px;
        margin-top: 5px;
    }
    .index-business .index-busi-content {
        margin-top: 35px;
    }
    .index-business .index-busi-content .i-b-c-b-title {
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
    .index-business .index-busi-content .i-b-c-b-desc {
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .index-business .index-busi-content .index-busi-img-con {
        margin-top: 35px;
    }
    .index-business .index-busi-content .index-busi-img-con img {
        max-width: 100%;
        border-radius: 10px;
        height: 165px;
    }
    .index-business .index-choose-wrap {
        height: 100px;
        margin-top: 35px;
    }
    .index-choose-wrap .i-choose-box .i-choose-b-num {
        font-size: 26px;
    }
    .index-choose-wrap .i-choose-box .i-choose-b-title {
        font-size: 20px;
    }
    .product-list .item-cell {
        width: 33.33%;
    }
     /* list */
     .list-main .row-two {
        margin-top: 15px;
    }

    .list-main .row-one,
    .list-main .row-two,
    .list-main .row-two .small-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .box-wrap .wrap-body {
        padding: 20px 0 20px 0;
    }
}

@media (min-width: 992px)  {
    /* 电脑端CSS代码 */
    .pc-block {
        display: block;
    }
    .mobile-block {
        display: none;
    }
    .navbar-collapse {
        flex-grow: 0;
    }
    .main-header .container {
        padding: 0;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
        margin-left: 58px;
    }
    .menu-list, .main-header .dropdown-menu a:hover {
        background-color: #004d93;
        color: #ffffff;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #ffffff;
    }
    .my-carousel,.my-carousel .swiper-slide {
        height: 610px;
    }
    .footer .footer-content {
        display: flex;
    }
    .footer .footer-content .f-c-text {
        font-size: 16px;
    }
    .footer .footer-content .f-c-qrcode {
        margin-top: 0;
        justify-content: right;
        font-size: 16px;
    }
    .sub-banner .sub-tip {
        font-size: 26px;
    }
    .title-list {
        font-size: 26px;
    }
    .pagess .pagination, .content-detail .wrap .page_news .list ul li .line, .content-detail .wrap .page_news .list ul li .btn {
        display: block;
    }
    .pager {
        display: none;
    }
    /* yewu */
    .index-business {
        height: 779px;
        margin-top: 50px;
    }
    .index-business .index-busi-header {
        margin-top: 80px;
    }
    .index-business .index-busi-header .index-busi-title {
        font-size: 42px;
    }
    .index-business .index-busi-header .index-busi-tip {
        font-size: 16px;
        margin-top: 5px;
    }
    .index-business .index-busi-content {
        margin-top: 60px;
    }
    .index-business .index-busi-content .i-b-c-b-title {
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
    .index-business .index-busi-content .i-b-c-b-desc {
        width: 65%;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .index-business .index-busi-content .index-busi-img-con {
        margin-top: 55px;
    }
    .index-business .index-busi-content .index-busi-img-con img {
        max-width: 100%;
        border-radius: 10px;
        height: 215px;
    }
    .index-business .index-choose-wrap {
        height: 779px;
        margin-top: 0;
    }
    .index-choose-wrap .i-choose-box .i-choose-b-num {
        font-size: 26px;
    }
    .index-choose-wrap .i-choose-box .i-choose-b-title {
        font-size: 20px;
    }
    .product-list .item-cell {
        width: 25%;
    }
    /* list */
    .list-main .row-one {
        padding-left: 0;
        padding-right: 15px;
    }

    .list-main .list-news .row-one {
        padding-left: 15px;
        padding-right: 0;
    }

    .list-main .row-two {
        margin-top: 0;
    }

    .list-main .row-two,
    .list-main .row-two .small-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .box-wrap .wrap-body {
        padding: 20px 15px;
    }
}