@charset "utf-8";
/* 全局 -----------------------------------------------------------------------------------------------------*/
html {font-size: 16px;scroll-behavior: smooth;}
body {font-size: .875rem;line-height: 1.8;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}
button:focus {outline: none;}
a {color: #212529}
a:hover,a:focus {color: #0166ac}
/* 顶部导航 --------------------------------------------------------------------------------------------------*/
.header-navigation-container {
    padding-left: 0;
    padding-right: 0;
}
.header-navigation .navbar {
    transition: padding-top .2s, padding-bottom .2s;
}
.header-navigation.change .navbar {
    padding: .25rem 1rem;
}
.header-navigation-button {
    border: none;
    transform: rotate(90deg);
}
.header-navigation-button.collapsed {
    transform: rotate(0deg);
}
.header-navigation-list {
    padding: .5rem 0 .5rem .75rem;
}

/*下拉变换*/
.header-navigation {
    box-shadow: 0 .05rem 0 #fff;
    transition: background-color .3s ease-in-out;
}
.header-navigation.change {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem #888;
}

.header-navigation-logo-img {
    width: 12rem;
    transition: width .3s;
}
.header-navigation.change .header-navigation-logo-img {
    width: 11rem;
}
.header-navigation.change .header-navigation-logo-img.font-white {
    display: none !important;
}
.header-navigation.change .header-navigation-logo-img.font-black {
    display: block !important;
}


.navbar-toggler-icon {
    background-image: none !important;
    width: 1.75rem;
    height: 1.5rem;
    border-top: .3rem solid #fff;
    border-bottom: .3rem solid #fff;
    background-color: #fff;
    padding: .3rem 0;
    background-clip: content-box;
    transition: all .3s;
}
.header-navigation.change .navbar-toggler-icon{
    background-color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    border-width: .25rem;
    padding: .25rem 0;
    height: 1.25rem;
    width: 1.5rem;
}

.header-navigation .nav-link {
    color: var(--wp--preset--color--black)
}
.header-navigation.change .nav-link {
    color: #212529 !important;
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.header-navigation-list .active .nav-link {
    color: red !important;
}

/*banenr 手机版 ----------------------------------------------------------------------------------------------*/
.carousel-img-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
}
.carousel-img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-indicators li {
    width: 2.5rem;
    height: .3rem;
}

/* 我们的成就 -------------------------------------------------------------------------------------------------*/
.index-chengJiu,
.index-chanPin,
.index-tuiJian,
.index-xinWen {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.index-chengJiu-numbers .number {
    font-size: 2rem;
    font-weight: 600;
}

/* 产品中心 ---------------------------------------------------------------------------------------------------*/
.index-chanPin,
.index-xinWen {
    background-color: #efefef;
}
.section-subtitle {
    position: relative;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.section-subtitle::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1rem;
    width: 2rem;
    height: 0;
    border-bottom: .1rem solid #0166ac;
}
.index-chanPin-content .item-left {
    padding-right: 7px;
}
.index-chanPin-content .item-right {
    padding-left: 7px;
}
.index-chanPin-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index-chanPin-item.item-height-1 {
    height: 14rem;
}
.index-chanPin-item.item-height-2 {
    height: 7rem;
}
.index-chanPin-item {
    margin-top: 1rem;
}
.index-chanPin-item img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-chanPin-item .wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.index-chanPin-item .title {
    display: block;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 30%;
    color: #fff;
    padding: .5rem 1rem;
    border: .1rem solid #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.index-chanPin-item.item-1 .title {
    top: 37%;
    font-size: 1.5rem;
}
.index-chanPin-item.item-2 .title {
    top: 22%;
}

/* 推荐产品 ---------------------------------------------------------------------------------------------------*/
.index-tuiJian {background: url(../images/about.jpg) no-repeat center;}
.index-tuiJian-item .item-text {
    position: relative;
}
.index-tuiJian-item .item-text .title {
    font-size: 1.2rem;
    font-weight: bold;
	 text-align: center;
}
.index-tuiJian-item .item-text .list span {
    display: inline-block;
    min-width: 13.2rem;
}
.item-img { border:1px solid #ddd;}
.item-text .title {font-size:20px; margin:20px; text-align:center;}
.excerpt li span{ float:right; font-weight:300;}
.excerpt li { font-size:15px;list-style:none; border-bottom:1px dotted #ddd; font-weight:600}
/* 新闻中心 ---------------------------------------------------------------------------------------------------*/
/*.index-xinWen-content .video iframe {*/
/*    width: 100%;*/
/*    height: 12.4rem;*/
/*}*/
.index-xinWen-content .video,
.index-xinWen-content .video iframe {
    width: 100%;
    height: 15rem;
}
.index-xinWen-content .text {
    padding-left: 30px;
    padding-right: 30px;
}
.index-xinWen-item {
    background-color: #fff;
}
.index-xinWen-item .title {
    font-size: 1.125rem;
    font-weight: bold;
}
.index-xinWen-item .title a {
    text-decoration: none;
}
.index-xinWen-item .description {
    display: block;
    position: relative;
}
.index-xinWen-item .description a {
    position: absolute;
    right: 5px;
    bottom: 0;
}
.index-xinWen-item .category a {
    margin-right: 5px;
}
.index-xinWen-item .img {
    display: block;
    position: relative;
    width: 100%;
    height: 7rem;
    margin-bottom: 1rem;
}
.index-xinWen-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部导航-手机版专用 ---------------------------------------------------------------------------------------------------*/
.aside-navigation {
    background-color: #212121;
}
.aside-navigation a {
    color: #fff;
    padding: .5rem 0;
}
.aside-navigation li {
    border-right: 1px solid #efefef;
}
.aside-navigation li:last-child {
    border:none;
}

/* 底部版权 ---------------------------------------------------------------------------------------------------*/
.footer-navigation {
    padding: .75rem 0;
    background-color: #000;
    color: #fff;
}
.footer-navigation a {
    color: #fff;
}
.footer-navigation-list .nav-item {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.footer-navigation-list .dropdown-menu > .nav-item {
    border-bottom: none;
}
.footer-navigation-list .dropdown-menu {
    position: initial !important;
    float: none !important;
    margin: 0;
    padding: 0 0 .5rem .5rem;
    background-color: transparent;
    border: none;
}
.footer-navigation-list .dropdown-menu.show {
    transform: translate3d(0, 0, 0) !important;
}
.footer-navigation-list .dropdown-menu > .nav-item {
    font-size: 87.5%;
}
.footer-navigation-list .dropdown-item:focus,
.footer-navigation-list .dropdown-item:hover {
    background-color: transparent;
    color: #212529;
}

.footer-copyright {
    margin-top: -1px;
    padding: 1rem 0 3rem;
    background-color: #000;
    color: #fff;
}
.footer-copyright a,
.footer-copyright a:hover {
    color: #fff;
}
.footer-copyright ul li {
    margin-bottom: .3rem;
    padding-left: 30px;
}


/* singular 模板样式 ---------------------------------------------------------------------------------------------------*/
.item-text li span{ float:right; font-weight:300;}
.item-text li { font-size:15px;list-style:none; border-bottom:1px dotted #ddd; font-weight:600;line-height: 40px;}
.item-text h5
    {color: #495057;
    font-weight: bold;
    padding-left: 40px;
		margin-top: 70px;}
.wzm-singular-navbar {
    background-color: #f2f2f2;
}
.wzm-singular-navbar-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
}
.wzm-singular-navbar-list>li.col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    transition: background-color .3s ease-in-out;
}
.wzm-singular-navbar-list li a {
    display: block;
    padding: .3rem .5rem .4rem;
    text-align: center;
    transition: color .3s ease-in-out;
}
.wzm-singular-navbar-list li:hover,
.wzm-singular-navbar-list li.active {
    background-color: #0166ac;
}
.wzm-singular-navbar-list li:hover a,
.wzm-singular-navbar-list li.active a {
    color: #fff;
}

.entry-singular {
    padding: 1rem 0;
}
.entry-title {
    margin-bottom: 1rem;
    color: #0166ac;
    font-size: 1.75rem;
    text-align: center;
	font-weight: bold;
    color: #666;
}
.entry-content img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 1.5rem;
}

/*相册样式（关于我们-荣誉资质）*/
.entry-content .gallery .gallery-item {
    text-align: center;
}
.entry-content .gallery .gallery-item .gallery-icon a {
    pointer-events: none;
    cursor: none;
}
.entry-content .gallery .gallery-item .gallery-icon a.custom-link {
    cursor: pointer;
    pointer-events: auto;
}


/* 在线留言 模板样式 ---------------------------------------------------------------------------------------------------*/
.wpcf7-form label {
    display: block;
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: .5rem;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: .2rem .5rem .3rem;
    border: 1px solid;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus {
    border-color: #0166ac;
}


/* 联系我们 模板样式 ---------------------------------------------------------------------------------------------------*/
.my-map {
    margin-bottom: 1rem;
    width: 100% !important;
    height: 20rem !important;
}


/* 文章归档页面/文章分类目录 模板样式 -------------------------------------------------------------------------------------*/
.wzm-singular-navbar-list li.current-cat {
    background-color: #0166ac;
}
.wzm-singular-navbar-list li.current-cat a {
    color: white;
}

.wzm-singular-navbar-list>li.cat-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    transition: background-color .3s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}
.archives-header .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 36px;
    font-weight: bold;
    color: #666;
}
.archives-main .index-xinWen-item {
    background-color: #f2f2f2;
}
.archive-pagination {
    padding: 1rem 0 2rem;
}
.archive-pagination .screen-reader-text {
	display: none !important;
}
.archive-pagination nav {
    justify-content: center
}
.archive-pagination .nav-links a {
    display: inline-block;
    padding: 0 .5em;
    min-width: 1em;
    line-height: 1.5;
    font-size: 1em;
    color: #212529;
    border: 1px solid #d3ced2
}
.archive-pagination .nav-links span {
    display: inline-block;
    background: #e8390d;
    color: #fff;
    padding: 0 .5em;
    min-width: 1em;
    line-height: 1.5;
    font-size: 1em;
    border: 1px solid #e8390d
}


/* 产品中心 模板样式 ---------------------------------------------------------------------------------------------------*/
.shop-list-item {
    margin-top: 15px;
}
.shop-list-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.shop-list-item a .img-warp {
    position: relative;
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
}
.shop-list-item a .img-warp img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-list-item .title {
    font-size: .875rem;
    line-height: 2;
    height: 2rem;
    overflow: hidden;
}

.news-single-pagination li {margin: .5rem 0}
.news-single-pagination li a {color: #666}

.product-single-pagination li {margin: .5rem 0}
.product-single-pagination li a {color: #666}