﻿/* AB模板网 整站模板下载 */


/* 模板：Www.AdminBuy.Cn */


/* 仿站：Fang.AdminBuy.Cn */


/* 素材：Sc.AdminBuy.Cn */


/* js特效：js.AdminBuy.Cn */


/* QQ：9490489 */

* {
    box-sizing: border-box;
}

.pc {
    display: block;
}

.phone {
    display: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.main-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.full-main {
    width: 100%;
    min-width: 1200px;
}

.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}

.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}


/* 首页 */

.head-wrap {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.logo-row {}

.logo-wrap img {
    height: 100%;
    display: block;
}

.search i {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/search.png);
    cursor: pointer;
}

.search.search-block i {
    background: url(../images/close.png);
}

.search .pc-search-input {
    position: relative;
    display: none;
}

.search.search-block .pc-search-input {
    display: block;
}

.search .pc-search-input .search-in {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
    width: 300px;
    height: 36px;
    border: 1px solid #333;
    padding: 10px;
}

.search .pc-search-input .search-btn {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/search.png);
    position: absolute;
    top: 46px;
    right: 6px;
    z-index: 200;
    border: none;
    background-size: 100%;
}

.web-search {
    display: none;
}

.nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-row ul {
    display: flex;
}

.nav-row ul li {
    padding-right: 50px;
}

.nav-row ul li a {
    display: block;
    position: relative;
    line-height: 30px;
    padding: 10px 0;
    font-size: 22px;
}

.nav-row ul li a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: #e97539;
    right: -5px;
    bottom: 10px;
    z-index: -1;
    display: none;
}

.nav-row ul li:hover a {
    color: #113d87;
}

.nav-row ul li:hover a::after {
    display: block;
}

.nav-row ul li.current-menu-item a {
    color: #113d87;
}

.nav-row ul li.current-menu-item a:after {
    display: block;
}

#swiper1 {
    /* height: 700px; */
}

#swiper1 .swiper-slide img.wap-banner {
    display: none;
}

#swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#swiper1 .swiper-pagination-bullet-active {
    background: #f25f05;
}

#swiper1 .swiper-button-next,
#swiper1 .swiper-button-prev {
    color: #fff;
}

#swiper-sj {
    height: auto;
}

#swiper-sj .swiper-slide img.wap-banner {
    display: none;
}

#swiper-sj .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#swiper-sj .swiper-pagination-bullet-active {
    background: #f25f05;
}

#swiper-sj .swiper-button-next,
#swiper-sj .swiper-button-prev {
    color: #fff;
}


/* 二级下拉 */

.erj a {
    background: white;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 14px !important;
}

.erj a:hover {
    color: white !important;
    background-color: #185fad;
}

.erj span {
    display: block;
    width: 100%;
    position: relative;
}

.erj {
    display: none;
    position: absolute;
    width: 9%;
    margin-left: -2%;
    margin-top: -2px;
}

.erj a {
    line-height: 20px;
    height: auto;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #fff;
    text-align: center;
    color: black !important;
}

.menu li:hover .erj {
    display: block;
}

.erj a::after {
    display: none !important;
}


/* products */

.text-center {
    text-align: center;
}

.products {
    padding-top: 100px;
    padding-bottom: 50px;
    margin: auto;
    display: table;
}

.title-row {
    margin-bottom: 80px;
}

.title-row .title p {
    font-size: 80px;
    font-weight: bold;
    font-family: Montserrat;
    text-transform: uppercase;
    color: #113d87;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center
}

.title-row .title span {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    text-align: center
}

.products .product-row {
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
}

#swiper2 .swiper-slide {
    width: 380px;
    margin-right: 40px;
}

#swiper2 .swiper-slide .pro-item a {
    display: block;
    overflow: hidden;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 70px;
    position: relative;
}

#swiper2 .swiper-slide .pro-item a:after {
    content: '';
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #113d87;
}

#swiper2 .swiper-slide .pro-item a:hover p {
    color: #e97539;
}

#swiper2 .swiper-slide .pro-item a:hover:after {
    background: #e97539;
}

#swiper2 .swiper-slide .pro-item img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

#swiper2 .swiper-slide .pro-item p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 0 70px;
    text-align: center;
    line-height: 1.2;
    height: 48px;
    overflow: hidden;
}

.product-row .swiper-button-next,
.product-row .swiper-button-prev {
    position: absolute;
    top: 0;
    left: -120px;
    width: 80px;
    height: 80px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background: #fff;
}

.product-row .swiper-button-next {
    margin-top: 100px;
}

.product-row .swiper-button-next:hover,
.product-row .swiper-button-prev:hover {
    background: #e97539;
}

.product-row .swiper-button-next:hover:after,
.product-row .swiper-button-prev:hover:after {
    color: #fff;
}


/* about */

.about {
    padding-top: 4px;
    padding-bottom: 22px;
}

.about .title-row {
    margin-bottom: 50px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.about-nav {
    width: 40%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
}

.about-nav a img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.about-nav a p {
    font-size: 16px;
    font-weight: bold;
    color: #113d87;
}

.about .about-img {
    width: 53%;
    height: 534px;
    overflow: hidden;
}

.about .about-img img {
    width: 100%;
}

.about .about-text {
    width: 45%;
    height: 534px;
    background: #113d87;
    padding: 60px 50px;
    position: relative;
}

.about .about-text img {
    display: block;
    margin-bottom: 50px;
}

.about .about-text p {
    font-size: 17px;
    color: #fff;
    line-height: 36px;
}

.about .about-text a {
    width: 200px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #e97539;
    position: absolute;
    bottom: 60px;
    border-radius: 23px;
}


/* 首页解决方案 */

.syfwleft {
    float: left;
    width: 20%;
}

.wal {
    display: table;
    width: 100%;
}

.ssssw {
    /* position: absolute; */
    float: right;
    width: 77%;
}

.ssssw li {
    width: 23%;
    height: 451px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

.ssssw li .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    bottom: 50px;
    border: #fff solid 1px;
    box-shadow: 0 0 0.3rem rgb(68 66 66 / 80%);
    -webkit-box-shadow: 0 0 0.3rem rgb(68 66 66 / 80%);
    -moz-box-shadow: 0 0 0.3rem rgba(76, 195, 255, 0.8);
}

.ssssw li .bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../image/bg10.png") center bottom repeat-x;
    background-size: auto 100%;
    opacity: 0;
}

.ssssw li .bg i {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
}

.ssssw li .bg i.l-t {
    left: -2px;
    top: -2px;
    border-left: #fff solid 3px;
    border-top: #fff solid 3px;
}

.ssssw li .bg i.r-t {
    right: -2px;
    top: -2px;
    border-right: #fff solid 3px;
    border-top: #fff solid 3px;
}

.ssssw li .bg i.l-b {
    left: -2px;
    bottom: -2px;
    border-left: #fff solid 3px;
    border-bottom: #fff solid 3px;
}

.ssssw li .bg i.r-b {
    right: -2px;
    bottom: -2px;
    border-right: #fff solid 3px;
    border-bottom: #fff solid 3px;
}

.ssssw li .ico {
    width: 150px;
    position: relative;
    margin: auto;
    margin-top: 114px;
}

.syfwleft .content {
    font-size: 16px;
    line-height: 21px;
    margin-top: 52px;
}

.syfwleft h3 {
    font-size: 38px;
}

.ssssw li .name {
    font-size: 20px;
    line-height: 1em;
    padding-top: .3rem;
    color: black;
    position: relative;
}

.ssssw li .msg {
    opacity: 0;
    height: 0;
    color: black;
    padding: 24px 28px 0 28px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.ssssw li .msg:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -.15rem;
    top: 20px;
    width: 13px;
    height: 1px;
    background: black;
}

.ssssw li .btn a {
    display: block;
    width: 77px;
    height: 32px;
    background: #e97539 url(../images/more52.png) center no-repeat;
    background-size: 73%;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0.4rem;
    margin-left: -36px;
    opacity: 0;
}

.ssssw li:hover .bg {
    top: 0;
    bottom: 0;
}

.ssssw li:hover .bg:before {
    opacity: 1;
}

.ssssw li:hover .msg {
    opacity: 1;
    height: 1.45rem;
}

.ssssw li:hover .btn a {
    bottom: -16px;
    opacity: 1;
}

a.p-more {
    display: block;
    width: 133px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    /*border: #fff solid 1px;*/
    background: #C30D23;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 33px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 88px;
    margin-top: 20px;
}


/* solution */

.solution {
    padding-top: 80px;
    padding-bottom: 80px;
}

.solution .title-row {
    margin-bottom: 50px;
}

.solution .title-row .title p {
    color: #fff;
}

.solution-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.solution-list .list-item {
    width: 25%;
    padding: 20px;
}

.solution-list .list-item .img {
    width: 100%;
    overflow: hidden;
}

.solution-list .list-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all .3s ease;
}

.solution-list .list-item:hover img {
    transform: scale(1.1);
}

.solution-list .list-item p a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
}


/* news */

.news {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7;
}

.news .title-row {
    margin-bottom: 50px;
}

.news-list {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-right: -20px;
    margin-left: -20px;
}

.news-list .news-item {
    width: 33.33%;
    padding: 0 20px;
}

.news-list .news-item .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news-list .news-item .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all .3s ease;
}

.news-list .news-item .img:hover img {
    transform: scale(1.1);
}

.news-list .news-item .text {
    background: #fff;
    padding: 30px;
    position: relative;
}

.news-list .news-item .text .date {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #e97539;
    position: absolute;
    top: 0;
    transform: translateY(-70%);
}

.news-list .news-item .text .date p {
    font-size: 30px;
    color: #fff;
}

.news-list .news-item .text .date span {
    font-size: 16px;
    color: #fff;
}

.news-list .news-item .text-content {
    margin-bottom: 30px;
}

.news-list .news-item .text-content a {
    font-size: 22px;
    line-height: 1.2;
    display: block;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.news-list .news-item:hover .text-content a {
    color: #e97539;
}

.news-list .news-item .text-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list .news-item .more a {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.news-list .news-item .more a i {
    width: 24px;
    height: 24px;
    display: block;
    background: #e97539 url(../images/more-ico.png);
    margin-left: 10px;
}


/* contact */

.contact .img {
    width: 50%;
    height: 320px;
    overflow: hidden;
}

.contact .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.contact .text {
    width: 50%;
    height: 320px;
    background: #113d87;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px;
}

.contact .text h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.contact .text p {
    font-size: 16px;
    color: #fff;
    width: 500px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.contact .text a {
    width: 180px;
    height: 56px;
    display: flex;
    background: #e97539;
    color: #fff;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 29px;
}


/* footer */

.footer {
    background: #222327;
}

.footer .footer-content.flex-box {
    align-items: flex-start;
}

.footer .footer-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-item h4 {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-item ul li a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #7b8092;
}

.footer-item .add p {
    font-size: 16px;
    color: #fff;
    width: 380px;
    line-height: 30px;
    margin-bottom: 80px;
}

.footer-item .phone p {
    line-height: 36px;
    font-size: 16px;
    color: #7b8092;
}

.footer-item .follow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.footer .follow-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.footer .follow-wrap img {
    width: 309px;
    display: block;
    margin-bottom: 60px;
}

.footer-item .follow a {
    width: 48px;
    height: 48px;
    margin-left: 20px;
}

.footer-item .follow a:first-child {
    margin: 0;
}

.footer-item .follow a.facebook {
    background: url(../images/facebook.png);
}

.footer-item .follow a.tiwtter {
    background: url(../images/twitter.png);
}

.footer-item .follow a.in {
    background: url(../images/in.png);
}

.footer-item .follow a.youtobe {
    background: url(../images/youtube.png);
}

.footer .copyright-row {
    height: 76px;
    border-top: 1px solid #393a3f;
}

.footer .copyright-row p {
    color: #fff;
    font-size: 16px;
}


/* 首页产品 */

.sycpli {
    border: 1px solid black;
    float: left;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.sycpli img {
    width: 100%;
}

.sycpli p {
    padding-bottom: 17px;
    padding-top: 17px;
    text-align: center;
    font-size: 17px;
}

.sycpli .jekrh:hover {
    background-color: #133B86;
    color: white;
}

.ckjsalk {
    border: none !important;
}

.ckjsalk h3 {
    font-size: 38px;
}

.iuiu {
    border: 2px solid black;
    width: 31%;
    margin-top: 21px;
}

.sycpms {
    text-align: left !important;
    margin-top: 28px;
    line-height: 30px;
}

.sycpms:hover {
    background-color: none !important;
}

.ckjsalk a {
    background: #E97538;
    color: white;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 16px;
    padding-top: 16px;
    border-radius: 25px;
    font-size: 16px;
    float: left;
    margin-top: 40px;
}


/* 首页结束 */


/* 分页 */

.page-bg {
    background: #f7f7f7;
}

.page-banner {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-banner .category-title h3 {
    font-size: 80px;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    text-transform: uppercase;
}

.page-banner .category-title p {
    font-size: 16px;
    color: #999999;
    line-height: 1.2;
    width: 500px;
}

.breadcrumb {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 80px;
}

.breadcrumb a {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.breadcrumb a:after {
    content: '>';
    margin-left: 10px;
    color: #c0c0c0;
}

.breadcrumb span {
    font-size: 14px;
    color: #999;
}

.page-categ {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-categ .cat-title {
    width: 280px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #113d87;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.page-categ .cat-list {
    width: calc(100% - 280px);
    padding-left: 40px;
}

.page-categ .cat-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-categ .cat-list ul li {
    width: 33.33%;
    line-height: 40px;
    padding: 0 20px;
}

.page-categ .cat-list ul li a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.page-categ .cat-list ul li:hover a {
    color: #e97539;
}

.page-pic-list {
    display: flex;
    justify-content: left;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-pic-list .list-item {
    width: 25%;
    padding: 20px;
}

.page-pic-list .list-item a {
    display: block;
    background: #fff;
    border-bottom: 2px solid #113d87;
    padding-top: 0px;
}

.page-pic-list .list-item:hover a {
    border-bottom: 2px solid #e97539;
    box-shadow: 0 10px 20px rgba(108, 108, 108, .19);
}

.page-pic-list .list-item .item-img {
    width: 100%;
    overflow: hidden;
}

.page-pic-list .list-item .item-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-pic-list .list-item .item-text {
    text-align: center;
    padding: 10px 20px 10px 20px;
}

.ym {
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;
}

.ym a {
    float: left;
    border: solid 1px #e3e3e3;
    padding: 5px 10px 5px 10px;
    color: #545454;
    margin-right: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ym a:hover {
    background: #5c5c5c;
    color: #FFF;
    border: solid 1px #5c5c5c;
}

a.page-num-current {
    background: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}

.ym span {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}

.page-pic-list .list-item .item-text h4 {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-pic-list .list-item:hover .item-text h4 {
    color: #e97539;
}

.page-pic-list .list-item .item-text span {
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.page-pic-list .list-item .item-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-top: 20px;
}

.navigation,
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.navigation a,
.navigation span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-size: 14px;
}

.navigation a {
    border: 1px solid #ddd;
    color: #666;
}

.navigation a:hover {
    border: none;
    background: #113d87;
    color: #fff;
}

.navigation span {
    color: #fff;
    background: #113d87;
}

.head-box {
    position: absolute;
    z-index: 99999;
}

.home-banne {
    position: relative;
}

.page-pt-list .list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    height: 320px;
    background-color: #fff;
}

.page-pt-list .list-item .item-img {
    width: 40%;
    height: 320px;
    overflow: hidden;
}

.page-pt-list .list-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-pt-list .list-item .item-text {
    padding: 40px 50px;
    background: #fff;
    width: 60%;
}

.page-pt-list .list-item .item-text .title a {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

.page-pt-list .list-item:hover .item-text .title a {
    color: #e97539;
}

.page-pt-list .list-item .item-text .tags {
    margin-bottom: 20px;
}

.page-pt-list .list-item .item-text .tags span {
    font-size: 16px;
    font-weight: bold;
    color: #bebebe;
    line-height: 1;
    margin-right: 10px;
}

.page-pt-list .list-item .item-text .tags span i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #bebebe;
    border-radius: 2px;
    margin-right: 5px;
}

.page-pt-list .list-item .item-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 40px;
}

.page-pt-list .list-item .item-text .more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 120px;
    height: 30px;
    background: #e97539;
}

@media(min-width:1200px) {
    .main-container {
        max-width: 1140px
    }
}

@media(min-width:1500px) {
    .main-container {
        max-width: 1400px
    }
}

#swiper-sj {
    display: none;
}

@media only screen and (max-width: 760px) {
    .main-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .page-pt-list .list-item {
        height: auto;
    }
    .full-main {
        width: 100%;
        min-width: 100%;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .head-box .top-row {
        display: none;
    }
    .wap-menu {
        display: block;
    }
    .head-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .search {
        display: none;
    }
    .web-search {
        display: block;
        margin-right: 20px;
    }
    .web-search i {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/search.png);
    }
    .web-search .wap-search-input {
        width: 100%;
        display: none;
    }
    .web-search.search-block .wap-search-input {
        display: block;
    }
    .web-search.search-block i {
        background: url(../images/close.png);
    }
    .web-search .wap-search-input .search-in {
        position: absolute;
        width: 100%;
        height: 44px;
        left: 0;
        top: 80px;
        z-index: 800;
        padding: 0 20px;
        border: none;
        border-top: 1px solid #113d87;
    }
    .web-search .wap-search-input .search-btn {
        width: 24px;
        height: 24px;
        background: url(../images/search.png);
        display: block;
        border: none;
        position: absolute;
        right: 20px;
        top: 90px;
        z-index: 900;
    }
    .logo-row {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .logo-wrap {
        margin-right: auto;
    }
    .nav-row {
        width: 100%;
        transition: all .3s ease;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0;
        z-index: 700;
        display: none;
        background: #fff;
        padding: 20px 0;
        border-top: 1px solid #ddd;
    }
    .nav-row ul {
        display: block;
        padding: 0 20px;
    }
    .nav-row ul li {
        width: 100%;
        padding: 0;
    }
    .nav-row ul li a:after {
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        position: absolute;
        background: #e97539;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: none;
    }
    .wap-home .nav-row {
        display: block;
    }
    .logo-wrap {
        height: 40px;
    }
    #swiper1 {
        height: auto;
    }
    #swiper1 {
        display: none;
    }
    #swiper-sj {
        display: block;
    }
    #swiper-sj .swiper-button-next,
    #swiper-sj .swiper-button-prev {
        display: none;
    }
    .products .title-row .title p {
        font-size: 50px;
        margin-bottom: 10px;
        color: #fff;
    }
    .products .title-row {
        margin-bottom: 30px;
    }
    .title-row .title span {
        width: 100%;
        padding: 0 20px;
        font-size: 14px;
    }
    .products {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .products .product-row {
        width: 100%;
        margin: 0;
        padding-left: 20px;
    }
    #swiper2 .swiper-slide {
        width: 70%;
        margin-right: 40px;
    }
    #swiper2 .swiper-slide .team-text {
        width: 100%;
        float: left;
        padding-left: 0;
    }
    #swiper2 .swiper-slide .pro-item p {
        font-size: 18px;
        padding: 0 20px;
        text-align: center;
        line-height: 1.2;
        height: 48px;
        overflow: hidden;
    }
    .product-row .swiper-button-next,
    .product-row .swiper-button-prev {
        display: none;
    }
    /* about */
    .flex-box {
        display: block;
    }
    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about .title-row .title p {
        font-size: 50px;
        margin-bottom: 10px;
        text-align: center;
    }
    .about .title-row .title span {
        width: 100%;
        padding: 0;
        font-size: 14px;
        text-align: center;
    }
    .about-nav {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .about-nav a {
        width: 33.33%;
    }
    .about-nav a img {
        width: 48px;
        height: 48px;
    }
    .about-nav a p {
        font-size: 14px;
        text-align: center;
    }
    .about .about-img {
        width: 100%;
        height: auto;
    }
    .about .about-img .swiper-slide img {
        width: 100%;
        display: block;
    }
    .about .about-text img {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .about .about-text {
        width: 100%;
        height: auto;
        padding: 30px;
        position: static;
    }
    .about .about-text p {
        font-size: 16px;
    }
    .about .about-text a {
        position: static;
        margin-top: 40px;
    }
    /* solution */
    .solution {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .solution .title-row .title p {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .solution-list .list-item {
        width: 50%;
        padding: 10px;
    }
    .solution-list {
        margin-left: 0;
        margin-right: 0;
    }
    .solution .title-row {
        margin-bottom: 30px;
    }
    .solution-list .list-item .img {
        width: 100%;
        overflow: hidden;
    }
    .solution-list .list-item p a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
        margin-top: 10px;
        text-align: center;
    }
    /* news */
    .news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .news .title-row .title p {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .news-list {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .news-list .news-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .news-list .news-item .img {
        height: 200px;
    }
    .news-list .news-item .text-content p {
        display: none;
    }
    /* contact */
    .contact {
        position: relative;
    }
    .contact .img {
        width: 100%;
        height: 200px;
    }
    .contact .text {
        width: 100%;
        height: 200px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        bottom: 0;
        background: rgba(46, 56, 17, 0.5);
    }
    .contact .text p {
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact .text h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact .text a {
        margin: 0 auto;
    }
    /* footer */
    .footer .footer-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-link {
        display: none;
    }
    .footer-pro {
        display: none;
    }
    .footer-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-item .add p {
        margin-bottom: 20px;
        width: 100%;
    }
    .footer .follow-wrap img {
        margin-bottom: 30px;
    }
    .footer .copyright-row {
        text-align: center;
        padding-top: 20px;
    }
    .footer .copyright-row p {
        line-height: 1.5;
    }
    /* pages */
    .page-banner {
        height: 200px;
    }
    .page-banner .category-title h3 {
        font-size: 40px;
    }
    .page-banner .category-title p {
        font-size: 14px;
        width: 100%;
        padding: 0 20px;
    }
    .page-categ {
        background: #fff;
        padding: 20px;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .page-categ .cat-title {
        width: 100%;
        height: 44px;
        text-align: center;
        line-height: 44px;
        background: #113d87;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .page-categ .cat-list {
        width: 100%;
        padding-left: 0;
    }
    .page-categ .cat-list ul {
        display: block;
    }
    .page-categ .cat-list ul li {
        width: 100%;
        padding: 0;
    }
    .page-pic-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .page-pic-list .list-item {
        width: 50%;
        padding: 10px;
    }
    .page-pic-list .list-item .item-img {
        width: 100%;
        overflow: hidden;
    }
    .page-pic-list .list-item .item-text {
        text-align: center;
        padding: 2px 7px 11px 6px;
    }
    .page-pic-list .list-item .item-text h4 {
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .page-pic-list .list-item .item-text p {
        display: none;
    }
    .page-pic-list .list-item .item-text .erw {
        display: block;
        font-size: 12px;
        margin-top: 8px;
    }
    .page-pic-list .list-item .item-text span {
        font-size: 14px;
        color: #999;
        font-weight: bold;
    }
    .page-pt-list .list-item {
        display: block;
    }
    .page-pt-list .list-item .item-img {
        width: 100%;
        height: auto;
    }
    .page-pt-list .list-item .item-text {
        padding: 20px;
        width: 100%;
    }
    .page-pt-list .list-item .item-text .title a {
        font-size: 20px;
    }
    .page-pt-list .list-item .item-text p {
        display: none;
    }
    /* right-bar */
    .right-bar {
        display: none;
    }
}


/*right-bar*/

.right-bar {
    position: fixed;
    top: 30%;
    right: 0;
    width: 60px;
    height: 203px;
    z-index: 9999;
    margin-top: 100px;
}

.right-bar ul li {
    width: 60px;
    height: 60px;
    background: #6e738c;
    cursor: pointer;
    position: absolute;
}

.right-bar ul li a {
    width: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
}

.rtbar-li2 {
    top: 61px;
}

.right-bar ul li.rtbar-li3 {
    top: 122px;
    width: 240px;
}

.rtbar-li4 {
    top: 183px;
}

.right-bar ul li em {
    width: 60px;
    height: 60px;
    display: block;
}

.right-bar ul li.rtbar-li1 em {
    background: url(../images/right-icon1.png);
    background-size: 100%;
}

.right-bar ul li.rtbar-li3 em {
    background: url(../images/right-icon2.png);
    background-size: 100%;
}

.right-bar ul li.rtbar-li2 em {
    background: url(../images/right-icon3.png);
    background-size: 100%;
}

.right-bar ul li.rtbar-li4 em {
    background: url(../images/right-icon4.png);
    background-size: 100%;
}

.right-bar ul li.rtbar-li2 p {
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

.right-bar ul li:hover {
    background: #e97539;
}

.right-bar ul li:hover i {
    color: #ffffff;
}

.rtbar-li3 strong {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
}

.rtbar-li4 i {
    color: #ffffff;
}

.right-bar ul li.rtbar-li4 a span {
    color: #ffffff;
}

.rtbar_shwx {
    position: absolute;
    right: 60px;
    top: 0px;
    background: #fff;
    box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
    display: none;
    z-index: 20;
}

.rtbar_shwx img {
    padding: 5px;
    max-width: 140px;
}

.right-bar ul li.gotop {
    display: none;
    background: #e97539;
}

.news-editor {
    /* padding: 30px 0 0px 30px; */
    position: relative;
}

.news-editor .editor-time {
    width: 140px;
    height: 140px;
    background: #eff1f5;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 25px;
}

.news-editor .editor-time p {
    font-size: 44px;
    color: #e97539;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.news-editor .editor-time span {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.news-editor .editor-wrap .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news-editor .editor-wrap .title h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.news-editor .editor-wrap .title p span {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.news-editor .editor-wrap .content {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-editor .editor-wrap .content img {
    display: block;
    margin: 0 auto 20px;
}

.content-page {
    margin-bottom: 50px;
}

.content-page div {
    line-height: 50px;
}

.content-page span {
    font-size: 14px;
    color: #333;
}

.content-page a {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}

.contact-us {
    padding-top: 50px;
    padding-bottom: 100px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.contact-us .img {
    width: 50%;
    float: left;
    /* height: 400px; */
    /* overflow: hidden; */
}

.contact-us .img img {}

.amap-icon img {
    width: 25px;
}

.contact-us .text {
    width: 50%;
    float: left;
    padding: 0 100px;
}

.contact-us .text .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-us .text .add {
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
}

.contact-us .text .info {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 80px;
}

.contact-us .text em {
    color: #f25f05;
}

.contact-us .text .small-title {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}

.contact-us .text .tips {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.gs-jianjie .text p.content {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.contact-us {
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-us .img {
    width: 50%;
    float: left;
    /* height: 400px;
    overflow: hidden; */
}

.contact-us .img img {}

.contact-us .text {
    width: 50%;
    float: left;
    padding: 0 100px;
}

.contact-us .text .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-us .text .add {
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
}

.contact-us .text .info {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 80px;
}

.contact-us .text em {
    color: #f25f05;
}

.contact-us .text .small-title {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}

.contact-us .text .tips {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.w100 {
    width: 100% !important;
}

.ppd-top-box {
    overflow: hidden;
}

.page-product-details {
    padding-top: 10px;
}

.ppd-img {
    width: 500px;
    float: left;
}

.ppd-info {
    width: 600px;
    float: right;
}

.ppd-img .gallery-top {
    width: 500px;
    height: 500px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}

.ppd-img-bar img {
    width: 100%;
}

.ppd-img .gallery-thumbs {
    width: 500px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 5px 25px;
}

.ppd-img .gallery-thumbs .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.ppd-img .gallery-thumbs .swiper-slide img {
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.ppd-img .swiper-button-prev {
    left: 0;
    transform: scale(.6);
}

.ppd-img .swiper-button-next {
    right: 0;
    transform: scale(.6);
}

.ppd-tell {
    width: 360px;
    height: 90px;
    background: #e98c64;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-top: 36px;
}

.ppd-pname {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.ppd-info-content {
    padding-top: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.ppd-info-content p {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.ppd-price {
    font-size: 24px;
    color: #e98c64;
    margin-top: 30px;
}

.ppd-price span {
    font-size: 14px;
    color: #999999;
}

.ppd-content-box {
    border: 1px solid #eee;
    margin-top: 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.ppd-content-text-title {
    width: 100%;
    height: 69px;
    line-height: 69px;
    /* text-indent: 20px; */
    text-align: center;
    background: #eeeeee;
    font-size: 25px;
    font-weight: bold;
    color: #333333;
}

.ppd-content-text {
    padding: 30px 20px 50px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    background-color: #fff;
}

.page-tab {
    font-size: 14px;
    margin-top: 30px;
}

.page-tab a {
    margin: 0 10px;
    color: #666666;
}

.page-tab span {
    color: #999999;
}

.page-tab .pre {
    width: 50%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 16px;
    background: url(../images/pt-pre.png) left no-repeat;
}

.page-tab .next {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(../images/pt-next.png) right no-repeat;
}

.page-tab .next span {
    float: right;
}

.page-product-details .page_turning {
    padding-left: 0px;
}

.screen-reader-text {
    display: none;
}

.navigation {
    clear: both;
}

@media screen and (max-width:1500px) {
    .ckjsalk h3 {
        font-size: 25px !important;
    }
    .ckjsalk a {
        margin-top: 9px !important;
    }
    .sycpli p {
        padding-top: 0px !important;
    }
    .sycpms {
        margin-top: 12px
    }
}

@media screen and (max-width:1100px) {
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .contact-us img {
        width: 100% !important;
    }
    .sjerji {
        margin-bottom: 20px;
        display: table;
        width: 100%;
    }
    .sjerji li {
        width: 48%;
        float: left;
        border: 1px solid #bdbdb9;
        text-align: center;
        line-height: 31px;
        font-size: 16px;
        margin: 1%;
    }
    .menu li:hover .erj {
        display: none;
    }
    .qweqwe2 {
        width: 180px;
        height: 56px;
        display: flex;
        background: #e97539;
        color: #fff;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        border-radius: 29px;
        margin: 0 auto;
    }
    .ssssw li .msg {
        opacity: 1;
        padding: 17px 5px 0 5px;
    }
    .ssssw li .btn a {
        opacity: 1;
    }
    .ssssw li .ico {
        margin-top: 40px;
    }
    .ssssw li .ico img {
        width: 77px;
    }
    .ssssw li .btn a {
        bottom: 2.4rem;
    }
    .sycpliphone {
        border: 1px solid black;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 30px;
    }
    .sycpliphone img {
        width: 100%;
    }
    .sycpliphone p {
        padding-bottom: 17px;
        padding-top: 17px;
        text-align: center;
        font-size: 13px;
    }
    .syfwleft {
        width: 100%;
    }
    .ssssw {
        width: 100%;
    }
    .ssssw li {
        width: 48%;
    }
    .syfwleft .content {
        margin-top: 29px;
        margin-bottom: 37px;
    }
}

@media only screen and (max-width: 760px) {
    .page-pt-list .list-item {
        margin-bottom: 20px;
    }
    .footer-item h4 {
        line-height: 20px;
    }
    .news-editor {
        padding: 0px 0 50px;
        position: relative;
    }
    .news-editor .editor-time {
        width: 100px;
        height: 100px;
        background: #eff1f5;
        position: absolute;
        left: 0;
        top: 20px;
        padding: 15px;
    }
    .news-editor .editor-time p {
        font-size: 30px;
    }
    .news-editor .editor-wrap .content img {
        width: 100%;
        height: auto;
    }
    .editor-time {
        display: none;
    }
    .contact-us {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .contact-us .img {
        width: 100%;
        float: none;
        /* height: 300px; */
        overflow: hidden;
    }
    .contact-us .text {
        width: 100%;
        float: none;
        padding: 0;
    }
    .ppd-img {
        width: 100%;
        float: none;
    }
    .ppd-img .gallery-top {
        width: auto;
        height: 100%;
        border: 1px solid #ddd;
        box-sizing: border-box;
        overflow: hidden;
    }
    .ppd-img .gallery-thumbs {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ddd;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
        padding: 5px 25px;
    }
    .ppd-img .swiper-slide img {
        width: 100%;
        height: initial !important;
        object-fit: cover;
    }
    .ppd-info {
        width: auto;
    }
}

.pagebar {
    padding: 20px;
    overflow: hidden
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 7px 8px 5px;
    margin: 0 2px;
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #337ab7;
    border: 1px solid #337ab7;
}

.pagination a.page-num-current {
    color: #fff;
    background: #337ab7;
    border: 1px solid #337ab7;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

#maximg img {
    max-width: 100%;
    height: auto !important
}


/* ----- PB分页数字条效果 结束 ----- */