@charset "utf-8";
@import url(../css/common.css);

/*滚动条样式*/

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: "PingFang SC","-apple-system","BlinkMacSystemFont","Segoe UI","Microsoft YaHei","Hiragino Sans GB","Apple Color Emoji","Segoe UI Emoji", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
    min-width: 1280px;
    margin: 0 auto;
    overflow-x: hidden;
}

.con {
    width: 83.33%;
    min-width: 1200px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #fff;
}

.header-logo {
    width: .9427rem;
    height: .401rem;
    background-image: url(../images/logo.png);
}

nav>ul>li {
    margin: 0 .026rem;
}

nav>ul>li>a {
    color: #000;
    font-size: 15px;
    line-height: .5208rem;
    padding: 0 .1354rem;
}

nav>ul>li>a:hover,
nav>ul>li>a.active {
    background-color: #20306e;
    color: #fff;
}

.header-active {
    background-color: #fff;

}

.header-down {
    transform: translateY(0);
}

.header-active .header-logo {
    background-image: url(../images/logo.png);
}

.header-active .header-search a {
    background-image: url(../images/serach-ico02.png);
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a.active {
    color: #fff;
}

.header-active nav>ul>li>a:hover {
    color: #fff;
    background-color: #20306e;
}




.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 20px;
    left: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    width: 30px;
    display: block;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #20306e;
}

.index-pro-cate {
    padding: .4688rem 0;
}

.index-pro-search {
    margin-bottom: .4688rem;
}

.pro-page-list .index-pro-item {
    margin-bottom: .2604rem;
    width: 48.31%;
}

.pro-page-list .index-pro-item:nth-child(3),
.pro-page-list .index-pro-item:nth-child(4) {
    margin-bottom: 0;
}

.index-pro-search-tit h4 {
    font-weight: bold;
    font-size: .2604rem;
    margin-bottom: .2396rem;
}

.index-pro-search-form {
    border: 3px solid #ED9517;
    width: 5.2656rem;
    margin: 0 auto;
    padding: .1042rem .1198rem;
    border-radius: .3125rem;
}

.index-pro-search-form input[type=text] {
    font-size: .0885rem;
    color: #000;
    flex: 1;
    letter-spacing: 1px;

}

.index-pro-search-form input[type=text]::placeholder {
    font-size: .0885rem;
    color: #000;
    border: none;
    outline: none;
    opacity: 0.5;
    letter-spacing: 1px;
}

.index-pro-search-form input[type=submit] {
    background-image: url(../images/serach-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: transparent;
    width: .1823rem;
    height: .1823rem;
}


.index-pro-cate-swiper {
    width: 100%;
    overflow: unset;
    margin: 0;
}




.index-pro-cate-txt {
    color: #000;
    background-color: #eee;
    border-radius: 0 0 20px 20px;
    margin: 0 .1042rem;
    padding: .2083rem .1823rem;
}

.index-pro-cate-txt p {
    font-size: .1354rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.5px;
}

.index-pro-cate-txt span {
    font-size: .1354rem;
    font-weight: normal;
    line-height: 1;
    margin-right: .0938rem;
}

.index-pro-item:hover .index-pro-cate-txt {
    background-color: #ED9517;
    color: #fff;
}

.index-pro-item:hover img {
    transform: scale(1.1, 1.1);
}


.index-pro-cate-nav {
    margin-top: .224rem;
}

.index-pro-cate-fy div {
    width: .2969rem;
    height: .2969rem;
    background-color: #c2c6c8;
}

.index-pro-cate-prev {
    margin-right: 1.3542vw;
    transform: rotate(180deg);
}

.index-pro-cate-fy div i {
    width: .0521rem;
    height: .0885rem;
    background-image: url(../images/jt-ico.png);
}

.index-pro-cate-fy div:hover {
    background-color: #ED9517;
}


.index-pro-cate-pagination .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .1823rem;
    height: .1823rem;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
}

.index-pro-cate-pagination .swiper-pagination-bullet::after {
    content: '';
    width: .0417rem;
    height: .0417rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #20306e;
}

.index-pro-cate-pagination .swiper-pagination-bullet-active {
    border: 2px solid #20306e;
    background-color: #fff;
}

.index-about-txt {
    margin-top: .5781rem;
}

.index-about-txt span {
    color: #fff;
    font-size: .1146rem;
    padding: .0521rem .125rem;
    background-color: #ED9517;
    letter-spacing: 0.5px;
}

.index-about-txt h4 {
    font-weight: bold;
    font-size: .25rem;
    line-height: 1;
    margin-bottom: .1042rem;
    color: #ED9517;
    margin-top: .0938rem;

}

.index-about-txt p {
    font-size: .1563rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .2292rem;
    font-weight: normal;
}

.index-about-txt a {
    border: 1px solid #fff;
    color: #fff;
    padding: .0833rem .2344rem;
    font-size: 14px;
    letter-spacing: 1px;
}

.index-about-txt a:hover {
    background-color: #ED9517;
    border: 1px solid #ED9517;
}

.index-news {
    padding: .4375rem 0;
}
.index-news-list{
    margin-top: .2604rem;
}


.index-news-tit h4 {
    font-weight: bold;
    color: #ED9517;
    font-family: 'Times New Roman', Times, serif;
    font-size: .2604rem;
    line-height: 1;
    margin-bottom: .0938rem;
    text-transform: uppercase;
}

.index-news-tit h2 {
    font-size: .1563rem;
    line-height: 1;
    font-weight: 600;
}

.index-news-tit h2::after {
    content: '';
    display: block;
    background-color: #ED9517;
    border-radius: 20px;
    width: .2604rem;
    height: .026rem;
    margin: .1563rem auto 0;
}

.index-news-txt {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    transform: translateY(-35%);
    padding: 5%;
    transition: all ease-out .4s;
}

.index-news-txt h4 {
    font-size: .1354rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .1354rem;
}

.index-news-txt p {
    font-size: .0833rem;
    color: #8b8b8b;
    line-height: 1.5;
}

.index-news-txt span {
    font-size: .1042rem;
    line-height: 1;
    opacity: 0;
}

.index-news-item:hover .index-news-pic img {
    transform: scale(1.1, 1.1);
}

.index-news-item:hover .index-news-txt {
    color: #fff;
    background-color: #ED9517;
}

.index-news-item:hover .index-news-txt p {
    color: #fff;
}

.index-news-item:hover span {
    margin-top: .2917rem;
    opacity: 1;
    display: inline-block;
}

.index-news-pic img {
    width: 100%;
}

.index-news-fy div {
    top: 1.0417rem;
    background-color: #b9b9b9;
    width: .3229rem;
    height: .3229rem;
    z-index: 2;
}

.index-news-fy div i {
    width: .0521rem;
    height: .0885rem;
    background-image: url(../images/jt-ico.png);
}

.index-news-fy div:hover {
    background-color: #ED9517;
}


.index-news-prev {
    left: -0.3646rem;
    transform: rotate(180deg);
}

.index-news-next {
    right: -0.3646rem;
}

.index-contact {
    background-color: #544332;
    padding: .1563rem 0 0;
}

.index-contact-con {}

.index-contact-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: .375rem;
    margin-right: .3958rem;
}

.index-contact-logo img {
    width: 3.2292rem;
}

.index-contact-con {
    color: #fff;
}

.index-contact-qr img {
    width: .5938rem;
    height: .5938rem;
    margin: 0 auto .0938rem;
}

.index-contact-qr p {
    font-size: .0729rem;
    line-height: 1;
}

.index-contact-qr {
    margin-right: .2292rem;
}

.index-contact-txt p {
    font-size: .0833rem;
    line-height: 1;
    margin-bottom: .0625rem;
}

.index-contact-txt h4 {
    font-weight: bold;
    font-size: .1875rem;
    line-height: 1;
    margin: 0 0 .1406rem;
}

.index-contact-ico {
    width: 1.3021rem;
    opacity: 0.2;
    margin-bottom: -0.1563rem;
}

.index-contact-ico img {
    width: 100%;
}

footer {
    background-color: #544332;
    color: rgba(255, 255, 255, 0.5);
    padding: .1302rem 0;
    border-top: .0417rem solid #bf9f62;
}

footer p {
    font-size: 14px;
    line-height: 1;
}

footer a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

footer a:hover {
    opacity: 0.5;
}

.index-footer-con {
    color: #000;
}

.index-footer-con {
    background-color: #BF9F62;
    border: none;
}

.index-footer-con a {
    color: #000;
}


/*产品页样式*/
.pro-page {
    padding: .5208rem 0;
}


/*招商样式*/
.zs-top-con .index-about-txt {
    margin-top: .4479rem;
}

.zs-top-con em {
    color: #000;
    background-color: #ED9517;
    font-size: 14px;
    padding: .0625rem .1354rem;
    margin-top: .1354rem;
    margin-bottom: .0521rem;
}

.zs-top-con p.zs-phone {
    font-weight: bold;
    font-size: .2083rem;
}

.zs-01 {
    background-color: #ed9517;
}

.zs-ys {
    background-color: #fff;
    margin-top: -0.3438rem;
    padding: .5208rem .3958rem;
}

.zs-ys-item {
    margin-top: .2604rem;
    width: 31%;
}

.zs-ys-item img {
    width: 100%;
}

.zs-ys-item:hover img {
    transform: scale(1.1, 1.1);
}

.zs-ys-item p {
    background-color: #8D8B8A;
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
    padding: .125rem .1146rem;
    letter-spacing: 1px;
}

.zs-ys-xx {
    top: -0.2604rem;
    right: .5208rem;
    width: .8021rem;
}

.zs-tj {
    margin-top: .401rem;
}

.zs-tj-tit {
    color: #fff;
}

.zs-tj-tit h4 {
    color: #fff;
}

.zs-tj-tit h2::after {
    background-color: #fff;
}

.zs-tj-item {
    background-color: #fff;
    margin-bottom: .125rem;
    width: 48.75%;
    padding: .2344rem .2604rem;
}

.zs-tj-list {
    margin: .2917rem 0 0;
    padding-bottom: .5208rem;
}

.zs-tj-item h4 {
    font-weight: normal;
    font-size: .125rem;
    margin-bottom: .1563rem;
    line-height: 1;
}

.zs-tj-item p {
    text-align: justify;
    font-size: .0833rem;
    line-height: 2;
}

.zs-bz {
    background-color: #20306e;
    padding-top: .5208rem;
}



.zs-bz-tit h2 {
    color: #fff;
}

.zs-bz-list {
    padding: .3646rem 0;
}

.zs-bz-item {
    background-color: #fff;
    width: 23.31%;
    margin-bottom: .1354rem;
    padding: .2083rem;
}

.zs-bz-pic {
    background-color: #F3F3F3;
    width: .625rem;
    height: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .1146rem;
}
.zs-bz-pic img{
    width: .4583rem;
}


.zs-bz-item h4{
    font-size: .1042rem;
    line-height: 1;
    font-weight:500;
    margin-bottom: .1354rem;
}
.zs-bz-item p{
    color: #999;
    font-size: .0833rem;
    text-align: center;
    padding: 0 .2083rem;
}
.zs-sq{
    padding: .4167rem 0 0;
}


.contact-bot-form {
    margin-top: 5%;
    background-color: #fff;
    padding: 4% 6%;
}

.contact-bot-item {
    width: 30%;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1042rem;
    margin-bottom: .1875rem;
}

.contact-bot-item:nth-child(4) {
    width: 100%;
}

.contact-bot-item span {
    font-size:15px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: .0521rem;
}

.contact-bot-item input {
    border: none;
    outline: none;
    display: block;
    flex: 1;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-bot-item textarea {
    border: none;
    outline: none;
    display: block;
    flex: 1;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    resize: none;
    height: 110px;
}

.contact-bot-btn a{
    font-size: 14px;
    color: #fff;
    background-color: #ed9517;
    line-height: 1;
    padding: .1042rem .3125rem;
}
.contact-bot-btn a:hover{
    background-color: #20306e;
}

/*关于我们样式*/
.about-tit h4{
    font-size: .2604rem;
    line-height: 1.2;
    font-family: "Times New Roman";
    font-weight: bold;
}
.about-tit h2{
    font-size: .1563rem;
    font-weight: bold;
    line-height: 1;
    margin-top: .0938rem;
}

.about-01-con{
    padding-top: .5885rem;
}
.about-01-tit h2{
    font-size: .2083rem;
    line-height: 1;
    font-weight: bold;
}
.about-tit h2::after{
    content: "";
    background-color: #ed9517;
    margin-top:.1563rem;
    width: .2604rem;
    height: .026rem;
    display: block;
    border-radius: .0521rem;
}
.about-01-con p{
    font-size: .0833rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
    margin-top: .224rem;
    text-align: justify;
}
.about-01-list{
    margin: .4531rem auto;
}
.about-01-swiper{
    flex: 1;
    margin: 0 0;
}
.about-01-prev,.about-01-next{
    background-color: #b9b9b9;
    width: .3229rem;
    height: .3229rem;
}


.about-01-prev i,.about-01-next i {
    width: .0521rem;
    height: .0885rem;
    background-image: url(../images/jt-ico.png);
}

.about-01-prev:hover,.about-01-next:hover {
    background-color: #ED9517;
}

.about-01-prev {
    margin-right: .0938rem;
    transform: rotate(180deg);
}
.about-01-next{
    margin-left: .0938rem;
}
.about-01-pic:hover img{
    transform: scale(1.1,1.1);
}
.about-02{
    background-color: #ED9517;
    padding: .625rem 0;
}
.about-02-tit h4{
    color: #fff;
}
.about-02-tit h2{
    color: #fff;
}
.about-02-tit h2::after{
    background-color: #fff;
}
.about-02-txt{
    width: 34.87%;
}
.about-02-txt p{
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-align: justify;
    margin-top: .2604rem;
}
.about-02-pic{
    width: 58.31%;
}
.about-02-top{
    margin-bottom: .0417rem;
}
.about-02-top:hover img{
    transform: scale(1.1,1.1);
}
.about-02-item:hover img{
    transform: scale(1.1,1.1);
}
.about-02-item{
    width: 32.5%;
}
.about-02-item img{
    width: 100%;
}
.about-03-con{
    padding-top: .7604rem;
}
.about-03-list{
    margin-top: .6563rem;
}
.about-03-item{
    border: .0208rem #fff solid;
    margin-right: .0521rem;
    width: .7604rem;
    cursor: pointer;
}
.about-03-item img{
    width: 100%;
    height: 100%;
}


.about-03-item:hover img{
    transform: scale(1.1,1.1);
}

.about-04{
    background-color: #1B2B6B;
}
.about-04-txt{
    width: 63%;
    margin-left: .9271rem;
}
.about-04-tit h4{
    color: #ED9517;
}
.about-04-tit h2{
    color: #fff;
}
.about-04-txt p{
    color: #fff;
    font-size: .0938rem;
    line-height: 1.4;
    margin-top: .2188rem;
}
.about-04-list{
    margin-top: .2917rem;
    width: 70.23%;
}
.about-04-item{
    margin-bottom: .0521rem;
    width: 32.5%;
}
.about-04-item img{
    width: 100%;
}
.about-04-item:hover img{
  transform: scale(1.1,1.1);
}
.about-05{
    background-color: #DDE0E7;
    padding: .6771rem 0;
}
.about-05-tit h4{
    color: #ed9517;
}
.about-05-list{
    margin-top: .3229rem;
    width: 67.75%;
}
.about-05-item{
    background-color: #fff;
    width: 48%;
    padding: .1875rem 0;
    text-align: center;
    margin-bottom: .1042rem;
}
.about-05-item h4{
    font-size: .1198rem;
    line-height: 1;
    margin-bottom: .0729rem;
}
.about-05-item p{
    font-size: .0833rem;
    color: rgba(0, 0, 0, 0.6);
}
.about-05-pic-item:nth-child(1){
    margin-bottom: .0677rem;
}
.about-05-pic-left{
    margin-right: .0625rem;
}

/*联系我们样式*/
.contact-top-bg{
    height: 3.888rem;
    background: url(../images/index-zs-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.contact-bot{
    padding: .4688rem 0;
}
.contact-bot-txt{
    margin-right: .7813rem;
}
.contact-bot-txt>h4{
    font-weight: bold;
    font-size: .1875rem;
    line-height: 1;
}
.contact-bot-info{
    margin-top: .3385rem;
    align-items: flex-end;
}
.contact-info-item{
    margin-right: .2604rem;
}
.contact-info-item h4{
    font-weight: bold;
    line-height: 1;
    font-size: .1875rem;
    margin-top: .0625rem;
}
.contact-info-item p{
    font-size: .1042rem;
    line-height: 1.5;

}
.contact-bot-qr img{
    width: .7813rem;
    height: .7813rem;
}
.contact-bot-qr p{
    font-size: .0833rem;
    text-align: center;
    margin-top: .0521rem;
}
.contact-bot-logo{
    width: 1.0417rem;
    right: .8333rem;
    top: -.7813rem;
}
.contact-bot-logo img{
    width: 100%;
}
.contact-bot-zi{
    width: 2.4313rem;
    right: 0;
    bottom: -0.4208rem;
    opacity: 0.1;
}

.contact-bot-zi img{
    width: 100%;
}


/*产品列表样式*/
.pro-list-page{
    background-color: #eee;
    padding: .3802rem 0;
}
.pro-list-page-tit h4{
    font-size: .2083rem;
    line-height: 1;
    font-weight: bold;
}
.pro-list-bar{
    margin-top: .2865rem;
    margin-bottom: .2865rem;
    align-items: flex-start;
}
.nav-item{
    padding-bottom: .1042rem;
}

.pro-list-page-nav-item {
    background-color: #fff;
    color: #000;
    padding: .1042rem 0;
    font-size: .0938rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: .0625rem;
    width: .7813rem;
}

.pro-list-page-nav-item:hover,
.pro-list-page-nav-item.active {
    background-color: #1B2B6B;
    color: #fff;
}
.sub-nav{
    top: .3646rem;
    z-index: 10;
    display: none;
}
.sub-item{
    background-color: #544333;
    color: #fff;
    padding: .1042rem 0;
    font-size: .0938rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: .0625rem;
    display: block;
    width: .7813rem;
    margin-bottom: .0521rem;
}
.sub-item:hover,.sub-item.active{
    background-color: #ed9517;
    color: #fff;
}


.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}
.pro-page-form-box input[type=text]{
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
}
.pro-page-form-box input[type=submit]{
    background-color: #ED9517;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}


.pro-list-page-list {
    min-height: 4.1667rem;
}

.pro-list-page-item {
    background-color: #fff;
    margin-bottom: .125rem;
    padding: 2% 2%;
    width: 19%;
    height: fit-content;
}

.pro-list-page-item-txt {
    margin-top: .0521rem;
}

.pro-list-page-item-txt h4 {
    font-size: .1563rem;
    line-height: 1.5;
}

.pro-list-page-item-txt p {
    font-size: 14px;
    line-height: 1;
}

.pro-list-page-item-tag {
    color: #fff;
    font-size: .0833rem;
    padding: .0365rem .0521rem;
    line-height: 1;
    top: .0625rem;
    right: .0625rem;
}

/* 如果最后一行是4个元素 */
.pro-list-page-item:last-child:nth-child(5n - 1) {
    margin-right: calc(19% + 5% / 4);
}

/* 如果最后一行是3个元素 */
.pro-list-page-item:last-child:nth-child(5n - 2) {
    margin-right: calc(38% + 10% / 4);
}

/* 如果最后一行是2个元素 */
.pro-list-page-item:last-child:nth-child(5n - 3) {
    margin-right: calc(57% + 15% / 4);
}




/*产品详情样式*/
.pro-show {
    background-color: #f0f5f9;
    padding: .5208rem 0;
}

.pro-show-tit h4 {
    font-size: .2083rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .1563rem;
}

.pro-show-nav {
    font-size: .0833rem;
}

.pro-show-nav a:hover {
    color: #494949;
}

.pro-show-nav em {
    padding: 0 .0521rem;
    font-size: .0938rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
}

.pro-show-search .pro-page-form-box {
    width: 2.0208rem;
    margin-top: 0;
}

.pro-show-search .pro-page-form-box input[type=text] {
    padding: 0 .1042rem;
}

.pro-show-search .pro-page-form-box input[type=submit] {
    width: .4167rem;
    height: .2708rem;
}

.pro-show-con {
    margin-top: 3%;
}

.pro-show-con-left {
    width: 30.26%;
}

.pro-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
}

.pro-show-con-right img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.pro-show-pic .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: left;
    left: .0781rem;
    bottom: .0781rem;
}

.pro-show-pic .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    width: .0521rem;
    height: .0521rem;
}

.pro-show-pic .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ed9517;
}

.pro-show-txt {
    margin: .2396rem 0;
}

.pro-show-txt h4 {
    font-size: .1563rem;
    margin-bottom: .0781rem;
    line-height: 1;
}

.pro-show-txt p {
    font-size: .0938rem;
    line-height: 2;
    color: #4b4b4b;
}

.pro-show-list-tit {
    color: #fff;
    font-size: .1042rem;
    padding: .0625rem .1146rem;
    line-height: 1;
}

.pro-show-list-con {
    margin-top: .125rem;
}

.pro-show-item {
    background-color: #fff;
    margin-bottom: .0833rem;
    padding: 1% 2%;
}

.pro-show-item-pic {
    width: 150px;
    margin-right: 5%;
}

.pro-show-item-txt {
    flex: 1;
}

.pro-show-item-txt h4 {
    font-size: .1354rem;
    line-height: 1;
    margin-bottom: 10px;
}

.pro-show-item-txt p {
    font-size: 14px;
    color: #0e0509;
}



.news-con-tit {
    font-size: .2604rem;
    letter-spacing: .0104rem;
    font-weight: bold;
    margin-bottom: .3125rem;
}

.news-con-item {
    background-color: #fff;
    padding: .1563rem;
    margin-bottom: 3%;
}

.news-item-pic {
    width: 34%;
}

.news-item-txt {
    padding: 2% 0 2% 1%;
    width: 53%;
}

.news-item-txt h4 {
    font-size: .1563rem;
    margin-bottom: .0781rem;
    line-height: 1.2;
}

.news-item-txt p {
    font-size: .089rem;
    line-height: 1.5;
    text-align: justify;
    color: #999;
}

.news-item-date {
    font-size: .1458rem;
    padding: 2% 0;
    text-align: center;
}

.news-con-item:hover img {
    transform: scale(1.1, 1.1);
}

.news-con-item:hover h4 {
    color: #ED9517;
}

.news-con-item:hover .news-item-txt {
    padding: 2% 0 2% 2%;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #fff;
    background-color: #20306e;
}

.news-show-btn:hover {
    opacity: 0.8;
}



/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 15px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #ed9517;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}
.load{
    background-color: #ed9517;
}
.load-con{
    width: 3.4792rem;
}
.load-con p{
    color: #20306e;
    font-size: .1667rem;
    border: 1px solid #20306e;
    width: 1.5104rem;
    padding: .1042rem 0;
    margin: .5rem auto;
    cursor: pointer;
}