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

/*滚动条样式*/

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: 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 transparent;
}


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

nav>ul>li {
    margin-left: .1042rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
    padding: .2083rem .1042rem;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    transform: translateY(-101%);
}

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

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

.header-active .header-search a span {
    color: #000;
}

.header-active .header-cart span {
    color: #000;
}


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

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    opacity: 1;
    background-color: #1D96D4;
    width: 100%;
    color: #fff;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #1D96D4;
    width: 100%;
}

/*首页轮播图*/
.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;
    opacity: 1;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1D96D4;
}

/*首页产品*/
.index-pro-cate {
    padding: .6042rem 0;
}

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

.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: .2344rem;
    margin-bottom: .2083rem;
}

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

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

.index-pro-search-form input[type=text]::placeholder {
    font-size: .0833rem;
    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-item {
    width: 18.9%;
    background-color: #fff;
    padding: .3229rem 0;
}

.index-pro-cate-pic h4 {
    line-height: 1;
    font-weight: bold;
    font-size: .3125rem;
}

.index-pro-cate-pic img {
    margin: 0 auto;
    width: .2865rem;
    height: .2865rem;
    display: block;
}

.index-pro-item:hover {
    background-color: #1d96d4;
    color: #fff;
}

.index-pro-cate-txt {
    margin-top: .1875rem;
}

.index-pro-cate-txt span {
    font-size: .0938rem;
    font-weight: 550;
    line-height: 1;
    margin-bottom: .0573rem;
}

.index-pro-cate-txt p {
    font-size: .0781rem;
    line-height: 1;
    color: #000615;
    opacity: 0.7;
}

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





/*首页关于我们*/
.index-about-txt {
    margin-top: .5781rem;
}

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

.index-about-txt h4 {
    font-weight: bold;
    font-size: .25rem;
    line-height: 1;
    margin-bottom: .1042rem;
    color: #fff;
    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: #1d96d4;
    border: 1px solid #1d96d4;
}

.index-news {
    padding: .4375rem 0;
}

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

.index-news-tit h2 {
    font-size: .2344rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
}

.index-news-tit h2::after {
    content: '';
    display: block;
    background-color: #1d96d4;
    border-radius: 20px;
    width: .4479rem;
    height: .0365rem;
    margin: .1354rem 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: #000;
}

.index-news-item:hover .index-news-txt p {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: .2917rem;
}

.index-news-item:hover span {
    margin-top: .151rem;
    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: #1d96d4;
}


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

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


.index-contact {
    background-color: #1d96d4;
    padding: .4167rem 0 0;
}


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

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

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

.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-qr img {
    width: .5938rem;
    height: .5938rem;
    margin: 0 auto .0938rem;
}

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

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


.index-contact-ico {
    width: 1.2917rem;
    margin-bottom: -0.1563rem;
    margin-left: .3542rem;
    opacity: 0.3;
}

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


footer {
    background-color: #fff;
    padding: .1563rem 0;
    line-height: 1;
}

footer p {
    font-size: .0807rem;
    line-height: 1;
}

footer a {
    font-size: .0807rem;
}

footer a:hover {
    opacity: 0.7;
}

.footer-active {
    background-color: #1D96D4;
}

.footer-active a,
.footer-active p {
    color: #fff;
}


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


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

.zs-top-con em {
    color: #000;
    background-color: #1d96d4;
    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: transparent;
}

.zs-tit h4 {
    font-size: .1875rem;
    line-height: 1;
    margin-bottom: .1042rem;
    font-weight: bold;
}

.zs-tit h2 {
    font-size: .1354rem;
}

.zs-ys {
    background-color: #fff;
    margin-top: -5rem;
    padding: .3229rem .5156rem;
}

.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: #f5f5f5;
    padding: .8542rem 0 .4271rem;
}





.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;
}

.zs-rx {
    padding: .5625rem 0;

}

.zs-rx-l {}

.zs-rx-l img {
    width: 100%;
}

.zs-rx-r>p {
    font-size: .0781rem;
    color: #555555;
    line-height: 2;
}

.zs-rx-h {
    margin-top: .2604rem;
}

.zs-rx-btn {
    background-color: #1d96d4;
    padding: .0521rem .0833rem;
    width: .6771rem;
    margin: 0 auto;
}

.zs-rx-btn img {
    width: .1042rem;
    margin-right: .0521rem;
}

.zs-rx-btn span {
    color: #fff;
    line-height: 1;
    font-size: .0833rem;
}

.zs-rx-h h4 {
    font-size: .2083rem;
    font-weight: 500;
    line-height: 1;
    margin-top: .1042rem;
}

.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: #1d96d4;
    line-height: 1;
    padding: .1042rem .3125rem;
}

.contact-bot-btn a:hover {
    background-color: #1D96D4;
}

/*关于我们样式*/
.a-1 {
    padding: .3438rem 0 .6198rem;
}

.a-1-l {
    width: 43.25%;
}

.a-1-l img {
    width: 100%;
}

.a-1-r h4 {
    font-size: .2188rem;
    line-height: 1;
    margin-bottom: .25rem;
    font-weight: bold;
}

.a-1-r p {
    font-size: .0938rem;
    color: #787878;
    margin-bottom: .1667rem;
    line-height: 1.5;
}

.a-2 {
    background-color: #F5F5F5;
    padding: .4583rem 0;
}

.a-2-con {
    margin-top: .4167rem;
}

.a-2-l {
    width: 39.52%;
}

.a-2-r {
    width: 59.87%;
}
.a-2-item{
    width: 32.5%;
}
.a-2-item:nth-child(4){
    width: 66%;
}
.a-2-item:nth-child(-n+3) {
    margin-bottom: .0781rem;
}

.a-2 img {
    width: 100%;
    height: 100%;
}

.a-3 {
    padding: .5417rem 0;
}

.a-3 img {
    width: 100%;
    height: 100%;
}

.a-3-r {
    padding: 0 .4792rem;
}

.a-3-r p {
    font-size: .0938rem;
    line-height: 1.5;
    margin-top: .2344rem;
    margin-bottom: .7292rem;
}

.a-3-list>div {
    width: 32%;
}




/*联系我们样式*/
.contact-top-bg {
    height: 3.3rem;
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
}

.contact-bot {
    padding: .4688rem 0;
}

.contact-bot-txt {
    margin-right: .7813rem;
}

.contact-bot-txt>h4 {
    font-weight: bold;
    font-size: .1875rem;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1563rem;
}

.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: .8646rem 0;
}

.pro-list-page-tit h4 {
    font-size: .2083rem;
    line-height: 1;
    font-weight: bold;
}

.pro-list-bar {
    margin-top: .3865rem;
    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: .0725rem;
    width: .7813rem;
}

.pro-list-page-nav-item:hover,
.pro-list-page-nav-item.active {
    background-color: #1D96D5;
    color: #fff;
}

.sub-nav {
    top: .3646rem;
    z-index: 10;
    display: none;
    background-color: #4A4A4A;
}

.sub-item {
    color: #fff;
    padding: .1042rem 0;
    font-size: .0938rem;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
    width: .7813rem;
}

.sub-item:hover,
.sub-item.active {
    background-color: #1d96d4;
    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: #1d96d4;
    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;
    margin-bottom: .2604rem;
}

.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: .1354rem;
    line-height: 1.2;
    margin-bottom: .0521rem;
}

.pro-list-page-item-txt p {
    font-size: .0833rem;
    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: #eee;
    padding: .9167rem 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: #1d96d4;
}

.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 {
    padding-top: .9375rem;
}

.news-con-tit {
    font-size: .2344rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    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: #1d96d4;
}

.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: #1D96D4;
}

.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: #1d96d4;
}

.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: #1d96d4;
}

.load-con {
    width: 3.4792rem;
}

.load-con p {
    color: #1D96D4;
    font-size: .1667rem;
    border: 1px solid #1D96D4;
    width: 1.5104rem;
    padding: .1042rem 0;
    margin: .5rem auto;
    cursor: pointer;
}

/*PC小屏幕适配*/
@media screen and (max-width:1440px) {

    nav>ul>li>a,
    .index-pro-cate-txt span{
        font-size: 16px;
    }
     
    .zs-bz-item h4{
        font-size:18px;
    }

    .index-contact-logo{
        margin-right: .3313rem;
    }

    .index-pro-search-form input[type=text] {
        font-size: 16px;
    }
    .zs-rx-r{
        padding: 0 40px;
    }
    .index-contact-txt p,.index-contact-qr p,.zs-bz-item p,.zs-rx-r>p,.a-3-r p,.contact-bot-qr p,.index-pro-cate-txt p,.index-news-txt p,.news-item-txt p{
        font-size: 14px;
    }

    footer p{
        font-size: 14px;
    }

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

}