footer-tophtml,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'microsoft yahei';
    color: #000;
    background-color: #F6F6F6;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

.t {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
    display: none;
    opacity: 0;
}

/*头部*/
header {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 10000
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.head-logo {
    object-fit: contain;
    margin-right: 20px;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list-btn {
    margin-left: 10px;
    position: relative;
}

.nav-text {
    display: block;
    padding: 10px 15px;
    transition: all .3s;
}

.nav-btn-part {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 11;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.nav-btn:hover>.nav-text {
    color: #003a83;
}

/* .nav-list-btn:hover > .nav-text{color: #003a83;} */
.nav-list-btn:hover>.nav-btn-part {
    opacity: 1;
    visibility: visible;
}

/* .nav-active > .nav-text{color: #003a83;} */
.nav-icon {
    font-size: 24px;
    cursor: pointer;
}

/*移动端导航*/
.m-nav-list {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none;
}

.m-nav-list-btn {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.m-nav-btn-part {
    background-color: #f5f5f5;
    display: none
}

/*.m-nav-list-btn:hover > .nav-text{color: #003a83;}*/

.main {
    min-height: 500px;
}

.noData {
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #ccc;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

/*轮播*/
.banner {
    width: 100%;
}

.banner-ny {
    background-color: #003a83;
    color: white;
    text-align: center;
    padding: 40px;
    font-size: 30px;
}

/*尾部*/
.footer-top {
    background: #1263FF;
    border-top: 0px solid #768fa6;
    border-bottom: 1px solid #67839c;
    padding: 18px 0;
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
}

.footer-down {
    background: #1263FF;
    font-size: 14px;
    color: #ffffff;
}

.footer-text {
    width: 25%;
    padding-right: 10px;
    padding-top: 20px;
    transition: all .3s;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-desc {
    font-size: 14px;
    margin-top: 10px;
}

.footer-cont {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    transition: all .3s;
}

.footer-cont:hover {
    color: #9eccf4;
}

.footer-fir {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.linklist a,
.footer-link {
    margin-right: 16px;
}

.copy-right {
    text-align: center;
    margin-top: 10px;
}

/*列表页导航*/
.page-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-size: 14px;
}

.page-title {
    font-size: 20px;
}

.page-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-nav-btn {
    display: block;
    padding: 8px 15px;
    border: 1px solid #eee;
    margin-left: 10px;
    transition: all .3s;
}

.page-nav-btn:first-child {
    margin-left: 0;
}

.page-nav-btn:hover {
    color: #fff;
    background-color: #003a83;
}

.page-nav-active {
    color: #fff;
    background-color: #003a83;
}

/*列表页分页颜色*/
.pagination>.active>span {
    background-color: #003a83;
}

.pagination>li>a {
    color: #003a83;
}

/*详情页导航*/
.detail-tab {
    padding: 20px 0;
    color: #999;
    font-size: 14px;
}

.detail-tab>a {
    color: #003a83;
}

/*详情页内容*/
.page-content {
    margin: 20px 0;
    word-wrap: break-word;
}

.page-content img {
    max-width: 100%;
}

.page-content video {
    max-width: 100%;
}

/*详情页分页*/
.page-box {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-no {
    color: #999 !important;
    background: white !important;
}

/*新闻*/
.news {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.news-img {
    width: 250px;
    height: 200px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.news-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.news-text {
    margin-right: 20px;
    flex: 1;
}

.news-title {
    color: #333;
    font-size: 20px;
    transition: all .3s;
}

.news-desc {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.news-look {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.news-time {
    text-align: center;
}

.news-date {
    color: #999;
    font-size: 36px;
    font-weight: 100;
    line-height: 1;
}

.news-year {
    color: #bbb;
    font-size: 24px;
    padding-top: 10px;
    line-height: 1;
}

.news:hover>.news-img>img {
    transform: scale(1.15);
}

.news:hover .news-title {
    color: #003a83;
}

/*产品*/
.pro-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pro {
    display: block;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    text-align: center;
}

.pro:nth-child(4n) {
    margin-right: 0;
}

.pro-img {
    width: 480px;
    height: 360px;
    object-fit: contain;
}

/*.tuijianbo .pro-img {*/
/*	width: 100%;*/
/*	object-fit: contain;*/
/*}*/
.dfd {
    max-width: 250px;
    height: unset;
    object-fit: contain;
}

.pro-detail {
    width: 100%;
}

.pro-listimg {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.pro-title {
    padding: 0 10px;
    margin-top: 20px;
    font-size: 30px;
    transition: all .3s;
}

.prolist-title {
    text-align: center;
    font-size: 16px;
}

.pro-desc {
    margin: 10px;
    color: #666;
    font-size: 16px;
}

.pro:hover {
    box-shadow: 5px 5px 10px #ccc;
}

.pro:hover>.pro-title {
    color: #003a83;
}

table {
    width: 100%;
}

.pro-detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro-slide {
    width: 55%;
    max-width: 580px;
}

.pro-text {
    width: 45%;
    padding-left: 20px;
}

.tuijianbo .swiper-wrapper {
    flex-direction: column;
}

.pro-specs-list {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pro-specs {
    width: 50%;
    padding-right: 5px;
    color: #000;
    line-height: 24px;
}

.pro-cont-tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
}

.pro-cont-tab-btn {
    color: #003a83;
    font-size: 16px;
    padding: 12px 15px;
    border-bottom: 2px solid #003a83;
    cursor: pointer;
}

.pro-slide .swiper-button-prev {
    background-image: url(/public/img/angle-left.png);
    width: 20px;
    height: 15px;
}

.pro-slide .swiper-button-next {
    background-image: url(/public/img/angle-right.png);
    width: 20px;
    height: 15px;
}

/*推荐产品*/
.well-title {
    color: #003a83;
    font-size: 16px;
    padding: 20px 0;
}

.well-pro {
    display: block;
    /*width: calc((100% - 30px) / 4);*/
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.tuijianbo {

    max-width: 250px;
}

.tuijianbo .pro-title {
    font-size: 18px;
}

/*图片*/
.img-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.img {
    display: block;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
}

.img:nth-child(4n) {
    margin-right: 0;
}

.img-img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.img-title {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
}

.img:hover {
    box-shadow: 0 0 10px #ccc;
}

.img:hover>.img-title {
    color: #003a83;
}

/*下载*/
.file {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.file-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}

.file-text {
    flex: 1;
}

.file-title {
    color: #333;
    font-size: 20px;
    transition: all .3s;
}

.file-desc {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.file-down {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.file-btn {
    display: table;
    color: #003a83;
    border: 1px solid #003a83;
    padding: 5px 15px;
    margin-left: 20px;
    cursor: pointer;
    transition: all .3s;
}

.file-btn:hover {
    color: #fff;
    background-color: #003a83;
}

/*搜索*/
.sr-form {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 50px;
    line-height: 35px;
    margin: 20px 0;
}

.sr-select {
    width: 80px;
    display: table;
    position: relative;
    cursor: pointer;
}

.sr-select-icon {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.sr-select-value {
    padding: 0 20px 0 15px;
    width: 100%;
    user-select: none;
}

.sr-select-init {
    color: #999;
}

.sr-select-list {
    width: 150px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.sr-option {
    padding: 12px 15px;
    line-height: 1;
    color: #003a83;
    transition: all .3s;
    cursor: pointer;
    user-select: none;
}

.sr-option:hover {
    color: #fff;
    background-color: #003a83;
}

.sr-option-active {
    color: #fff;
    background-color: #003a83;
}

.search-select {
    background: white;
    border: none;
    margin: 0 20px;
    height: 39px;
}

/*.sr-select:hover .sr-select-list{opacity: 1;visibility: visible;}*/

.sr-input {
    min-width: 50px;
    flex: 1;
    padding: 0 15px;
    outline: none;
    border: none;
    background-color: #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sr-btn {
    padding: 0 15px;
    color: #fff;
    background-color: #003a83;
    border: 1px solid #003a83;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.swiper-banner {
    max-width: 1920px;
    text-align: center;
}

.swiper-banner .swiper-slide img {
    height: 100%;
    width: 100%;
    margin: auto;
}

.search {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.search-title {
    display: table;
    color: #666;
    font-size: 20px;
    transition: all .3s;
}

.search-title>span {
    font-size: 12px;
}

.search-link {
    display: table;
    color: #003a83;
    margin-top: 10px;
}

.search-link:hover {
    color: #003a83;
}

.search-desc {
    color: #333;
}

.search:hover>.search-title {
    color: #333;
}

.div3-duibi {
    text-align: center;
    background: url(/assets/static/images/div3_duibi.jpg) no-repeat top center;
    min-height: 820px;
}

.pk_font {
    width: 300px;
    text-align: left;
}

.pk_font1 {
    color: #fff;
    font-size: 18px;
    padding: 54px 0 0 0;
    font-weight: normal;
}

.pk_font_r {
    width: 310px;
}

.pk_font_r .pk_font1 {
    font-size: 20px;
    padding: 14px 0 0 0;
}

.pk_font_r .pk_font2 {
    color: #fff;
    font-size: 16px;
    padding: 12px 0 0 0;
    font-weight: normal;
    line-height: 28px;
}

.div2content-ad img {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.div3-2content-ad {
    text-align: center;
    background: url(/assets/static/images/ad_2.jpg) no-repeat top center;
    min-height: 227px;
}

.search-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.search-keys b {
    font-weight: inherit;
    color: #fc3134;
}

.search-btn input {
    vertical-align: middle;
}

.search-btn input[type='text'] {
    border: 1px solid #a3a3a3;
    border-radius: 20px;
    font-size: 16px;
    padding: 3px 10px;
}

.search-btn input[type='text']::placeholder {
    font-size: 14px;
}

/*表单*/
.form-cell {
    display: flex;
    margin-bottom: 15px;
    line-height: 30px;
    flex-wrap: wrap
}

.form-icon {
    font-size: 12px;
    color: #f00;
    transform: scale(0.5);
}

.form-label {
    line-height: 30px;
    color: #333;
    margin-right: 15px;
    font-weight: normal;
    width: 100%
}

.form-input {
    min-width: 50px;
    flex: 1;
    height: 40px;
    padding: 0 15px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
}

.form-textarea {
    min-width: 50px;
    flex: 1;
    padding: 10px 15px;
    line-height: 20px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    resize: none;
}

.form-select {
    width: 150px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.form-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.form-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.form-label>input {
    margin-right: 5px;
}

.checkbox_select {
    padding-right: 20px;
    font-weight: normal;
}

.checkbox_select>input {
    margin-right: 5px;
}

.form-upload {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.form-file {
    width: 40px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.form-file:focus {
    outline: none !important;
    border: none;
}

.form-upload-icon {
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #003a83;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s;
}

.form-file:hover+.form-upload-icon {
    box-shadow: none;
}

.form-sub {
    background-color: #003a83;
}

.form_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.container img {
    max-width: 100%;
}

.page-tab:nth-child(2) {
    margin-bottom: 15px;
}

.header {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0px;
}

.header1 {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header1-1div {
    display: flex;
    align-items: center;
}

.header2 {
    width: 100%;
    background-color: #1263FF;
    justify-content: center;
}

.header2div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    color: white;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.logotext1 {
    /*width: 105px;*/
    /*height: 44px;*/
    font-size: 28px;
    /* font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi; */
    font-weight: bold;
    color: #1464CF;
    line-height: 38px;
}

.logotext2 {
    /*width: 158px;*/
    /*height: 37px;*/
    font-size: 21px;
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 34px;
}

.div1title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div1title1 {
    display: flex;
    justify-content: center;
}

.div1title2 {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.div1title2s {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #e0dede;
    line-height: 33px;
    margin-top: 22px;
}


.div1titletext {
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2C2C2C;
    line-height: 42px;
    margin-right: 4px;
}

.div1fang {
    width: 9px;
    height: 9px;
    margin-right: 10px;
    background-color: #1263FF;
    position: relative;
    top: 30px;
}

.headerlogotext2 {
    padding-left: 55px;
}

.titletext1 {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #0e67ce;
    line-height: 40px;
    letter-spacing: 0.6px;
}

.titletext1 span {
    color: #f50000;
}

.titletext2 {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #0e67ce;
    line-height: 30px;
}

.header1-2div {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #fc0000;
    padding-left: 64px;
    background: url(/assets/static/images/header_tel.gif) no-repeat left center;
}

.span1 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1464CF;
    line-height: 30px;
}

.nav-bottom-border {
    width: 32px;
    border-top: 3px solid #fff;
    margin: auto;
    opacity: 1;
    transition: 0.3s;
}

.div1title {
    padding-top: 30px;
    margin-bottom: 20px;
}

.div1 {
    background-color: #f6f6f6;
    padding: 30px 0 60px;
}

.div1content {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    /*margin: auto;*/
    /* margin-top: 80px; */
    display: flex;
    align-items: flex-start;
}

.div1content-left {
    width: 100%;
    max-width: 250px;
    margin-right: 20px;
}

.div1content-right {
    width: 100%;
    max-width: 1112px;
}

.div1leftdiv1 {
    width: 100%;
    height: 132px;
    background: #1263FF;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FBF82F;
    line-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div1rightdiv1 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #1363FF;
    color: #fff;
    margin-bottom: 19px;
}

.div1rightdiv2 {
    width: 100%;
    max-width: 910px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-textcolor {
    color: black;
    padding: 12px 15px;
}

.div1rightdiv2-a {
    width: 24%;
    /*max-width: 259px;*/
    height: 283px;
    margin-bottom: 25px;
    padding-right: 1%;
}

.div1rightdiv2-a:nth-child(4n) {
    padding-right: 0;
}

.div1rightdiv2-div {
    width: 100%;
    max-width: 220px;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.div1rightdiv2-div-img {
    max-width: 208px;
    max-height: 234px;
    line-height: 234px
}

div1rightdiv2-div-img img {
    width: 100%;
    vertical-align: middle;
}

.div1rightdiv2-title {
    padding: 0 12px;
    margin-bottom: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */

}

.div1leftdiv2 {
    width: 100%;
    /*height: 1755px;*/
    margin-top: 20px;
    background-color: #fff;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.div1leftdiv2-title-text:hover {
    text-decoration: underline #fff;
}

.div1leftdiv2-title {
    width: 100%;
    height: 50px;
    background-color: rgba(20, 100, 207, 0.8);
    display: flex;
    align-items: center;
    color: #fff;
}

.div1leftdiv2-title-img {
    margin-left: 17px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.div1leftdiv2-div {
    width: 100%;
    padding: 10px 0;
}

.s .div1leftdiv2-divcontent {
    padding-left: 0;
}

.div1leftdiv2-divcontent {
    padding: 10px 0;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 22px;
    width: 100%;
    max-width: 250px;
    padding-left: 40px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.fa-chevron-down {
    width: 20%;
}

.div1leftdiv2-title2 {
    margin-top: 9px;
}

.div1leftdiv2-div {
    margin-bottom: 4px;
}

.div3content {
    width: 100%;
    height: 440px;
    background-size: 100% 100%;
}

/* .div4swiper{
	width: 100%;
	margin: auto;
} */
.div3-2swiper,
.div1swiper {
    width: 100%;
    max-width: 1250px;
    padding: 0 35px;
}

.swiper-slide2 {
    width: 100%;
    max-width: 225px;
    height: 283px;
    background-color: #fff;
}

.swiper-slide3-2 {
    height: 283px;
}

.swiper-wrapper3-2,
.swiper-wrapper2 {
    width: 100%;
    max-width: 1200px;
}

.swiper-container3-2,
.swiper-container2 {
    margin: auto;
}

.div3-2swiper,
.div1swiper {
    width: 100%;
    position: relative;
}

.div3-2swiperdiv,
.div1swiperdiv {
    width: 100%;
    display: flex;
    justify-content: center;
}

.swiper-button-about-next,
.swiper-button-about-prev,
.swiper-button-next3-2,
.swiper-button-prev3-2,
.swiper-button-next2,
.swiper-button-prev2 {
    position: absolute;
    top: unset;
    width: 27px;
    height: 44px;
    margin-top: -161px;
    z-index: 9;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-about-prev,
.swiper-button-prev3-2,
.swiper-button-prev2 {
    left: 0px;
    right: auto;
}

.swiper-button-about-next,
.swiper-button-next3-2,
.swiper-button-next2 {
    right: 0px;
    left: auto;
}

.div2 {
    padding-top: 30px;
}

.div2content-youshi {
    height: auto;
    min-height: 880px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.div2content-ad {
    background: url(/assets/static/images/ad_1.jpg) no-repeat top center;
    height: 224px;
}

.div3 {
    background: #f2f2f2;
    padding-top: 30px;
}

.div3content {
    height: auto;
    min-height: 500px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div3contentbg {
    width: 100%;
    /*max-width: 1330px;*/
    /*margin: 0 10px;*/
    min-height: 166px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.div3contentdiv {
    width: 100%;
    /* max-width: 1184px; */
    padding: 13px 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.div3contentdiv1 {
    width: 30%;
    height: 118px;
    /* border: 1px black solid; */
    padding: 20px;
    padding-left: 25px;
    transition: 0.3s;
}

.div3contentdiv1title {
    color: rgba(44, 44, 44, 1);
    margin-bottom: 8px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    /* color: #FFFFFF; */
    line-height: 25px;
    font-weight: bold;
    transition: 0.3s;
}

.div3contentdiv1content {
    width: 100%;
    max-width: 285px;
    max-height: 46px;
    color: rgba(136, 136, 136, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /* color: #E3E3E3; */
    line-height: 23px;
    overflow: hidden;
    transition: 0.3s;
    word-break: normal;
}

.div3contentdiv1:hover {
    background-color: rgba(0, 57, 199, 1);
}

.div3contentdiv1:hover .div3contentdiv1title {
    color: rgba(255, 255, 255, 1);
}

.div3contentdiv1:hover .div3contentdiv1content {
    color: rgba(227, 227, 227, 1);
}

.div3 {
    width: 100%;
    background-size: 100% 100%;
    padding-top: 40px;
}

.div3-2 {
    width: 100%;
    background-image: url('/assets/static/images/div3-2bg.jpg');
    background-size: 100% 100%;
    padding-bottom: 60px;
    padding-top: 30px;
}

.div3-2 .div1titletext,
.div3-2 .div1title2 {
    color: #ffff !important
}

.div3-2content {
    height: auto;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div1rightdiv3-2-div-img img {
    width: 100%;
    height: 283px;
}

.kppebox {
    padding-top: 30px;
}

.index-news {
    padding-top: 30px;
}

.news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.newstitle,
.newstime {
    color: rgba(96, 94, 94, 0.93);
}

.news-tab {
    width: 106px;
    height: 325px;
    background: url(/assets/static/images/news_tab.gif) no-repeat;
    overflow: hidden;
}

.news-tab-1,
.news-tab-2 {
    display: block;
    width: 100%;
    height: 396px;
}

.why {
    width: 100%;
    padding-bottom: 80px;
}

.why h3 {
    text-align: center;
    color: #1661fe;
    line-height: 160px;
    font-size: 2em;
}

.why h3 strong {
    color: #fc0102;
}

.why ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.why ul li {
    width: 24%;
}

.why ul li img {
    width: 100%;
    height: 215px;
}

.why ul li span {
    background: #1363ff;
    color: #ffffff;
    display: block;
    padding: 6px;
    font-size: 13px;
}

.about {
    background: #f2f2f2;
}

.about-box {
    width: 1200px;
    margin: auto;
    padding: 70px 0 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-box img {
    width: 460px;
    height: 277px;
}

.about-content {
    width: 630px;
    margin-right: 40px;
}

.about-content h3 {
    font-size: 22px;
    background: url(/assets/static/images/about_title_bg.jpg) no-repeat left bottom;
    line-height: 26px;
    height: 50px;
    color: #000000;
    margin-bottom: 20px;
}

.about-content p {
    line-height: 1.8;
}

.about-content a {
    background: #1363ff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 10px;
}

.about-swiper-box {
    background: #f2f2f2;
    padding: 10px 0 60px;
}

.swiper-about-slide {
    height: 260px;
}

.about-swiper-item .div1rightdiv2-div {
    max-width: 350px;
}

.about-swiper-item .div1rightdiv2-div-img {
    max-width: 260px;
    max-height: 200px;
}

.about-swiper-item .div1rightdiv2-div:hover {
    background: #1363ff;
}

.about-swiper-item .div1rightdiv2-div:hover .div1rightdiv2-title {
    color: #fff;
}

.swiper-button-about-prev {
    left: 20px;
}

.swiper-button-about-next {
    right: 20px;
}

.div4 {
    width: 100%;
    /*height: 1176px;*/
    padding-bottom: 30px;
    background-image: url('/public/static/index/images/bgimg4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.div1fang2 {
    background-color: #fff;
}

.div1titletext2 {
    color: #fff;
}

.div4content {
    width: 100%;
    max-width: 1200px;
    height: 645px;
    padding: 0 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div4div {
    width: 100%;
    max-width: 458px;
    color: #000;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div4titlespan {
    color: rgba(243, 78, 53, 1);
}

.div4title1 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 33px;
}

.div4title2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #7A7B7C;
    line-height: 20px;
}

.div4img {
    width: 100%;
}

.div4div1 {
    padding: 17px;
}

.div4text {
    margin-top: 11px;
    min-height: 200px;
}

.div4button {
    width: 116px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(243, 78, 53, 1);
    color: #fff;
}

.div5 {
    width: 100%;
}

.div5div1 {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: auto;
    height: 400px;
    display: flex;
    align-items: center;
}

.div5div1div1 {
    width: 100%;
    max-width: 842px;
    height: 100%;
    position: relative;
}

.div5div1div1div1 {
    width: 100%;
    height: 74px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* backdrop-filter: blur(6px); */
    line-height: 74px;
    text-align: end;
    padding-right: 8%;
    font-size: 48px;
    font-weight: bold;

}

.div5div1div2shadow {
    position: relative;
    bottom: 72px;
    height: 72px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    font-size: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.div5div1div2 {
    width: 100%;
    max-width: 598px;
    height: 100%;
    background-color: #fff;
}

.max {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.maxbox {
    display: flex;
    justify-content: space-between;
}

.tuijianbox {
    width: 24%;
}

.productbox {
    width: 76%;
}

.div5div1div2shadow-rightbtn {
    margin: 0 25px;
}

.div5div1div2shadow-leftbtn,
.div5div1div2shadow-rightbtn {
    cursor: pointer;
}

.div5div1div2div {
    width: 100%;
    height: 100%;
    padding: 0 62px;
    border: 1px black solid;
}

.div5div1div2title {
    margin-top: 66px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 28px;
}

.div5div1div2text {
    margin-top: 27px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 24px;
    max-height: 336px;
    overflow: hidden;
}

.div5div2 {
    margin-top: 28px;
}

.swiper-slide4 {
    background-color: #fff;
    padding: 34px;
}

.swiper-slide4s,
.active-nav {
    background-color: #0039c7;
    color: #fff;
    /* padding: 34px; */
}

.div5swiperimg img {
    width: 100%;

    height: 100px;
    object-fit: contain;
}

.div5div2name {
    text-align: center;
    /*margin-top: 34px;*/
    padding: 5px 0;
    background-color: #c7c7c7;

}

.swiper-button-prev4 {
    left: 12%;
}

.swiper-button-next4 {
    right: 12%;
}

.swiper-container5 {
    width: 100%;
    max-width: 1200px;
}

.div5div1div1img {
    height: 100%;
    display: flex;
    justify-content: center;
}

.div5div1div1img img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.div5div1div2div {
    background-size: 100% 100%;
}

.swiper-wrapper6 {
    display: flex;
    /*border: 1px solid #ddd;*/
    flex-wrap: wrap;

}

.swiper-slide6 {
    /*padding: 34px;*/
    margin-right: 0.5%;
    width: 12%;
    border: 1px solid #ddd;
    margin-top: 16px;
}

.div5swiperimg img {
    border-bottom: 1px solid #ddd;
}

.view .arrow-left,
.view .arrow-right {
    color: #fff;
}

.view .arrow-right {
    margin-left: 20px;
}

.preview .arrow-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    left: 13%;
    color: #1464cf;
}

.preview .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    right: 13%;
    color: #1464cf;
}

.preview .fa-angle-right:before,
.preview .fa-angle-left:before {
    font-size: 80px;
    font-weight: bold;
}

.kehu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.kehu strong {font-size: 24px;}

.div6 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tongdian {
    width: 590px;
    margin: 0 auto;
    max-width: 590px;
    background-color: #fff;
    padding: 0 10px;
}

.question {
    width: 460px;
    height: 368px;
    overflow: hidden;
    margin-left: 30px;
}

.que-title {
    line-height: 25px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.que-title h3 {
    float: left;
}

.que-title a {
    float: right;
}

.que-list {}

.que-list li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 6px;
    margin-bottom: 21px;
}

.que-list li a {
    display: block;
    overflow: hidden;
    color: #111111;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.que-list li a span {
    background: #1561fe;
    margin-right: 6px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    width: 24px;
    text-align: center;
}

.que-list li p {
    line-height: 20px;
    color: #676767;
    margin-bottom: 0;
    height: 40px;
    font-size: 14px;
}

.que-list li p span {
    background: #676767;
    margin-right: 6px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    width: 24px;
    text-align: center;
}

.tong {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 112px 98px;
    justify-content: space-between;
}

.left {
    width: 40%;
}

.rigth {
    flex: 1;
}

.banner .left .tit,
.banner .rigth .tit {
    font-size: 28px;
    font-weight: bold;
}

.banner .left .name,
.banner .rigth .name {
    font-size: 18px;
    margin-top: 8px;
    /*margin-bottom: 8px;*/
    padding: 0 20px;
}

.banner .rigth .name {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    -webkit-line-clamp: 7;
    line-height: 28px;
    text-indent: 2em;
}

.banner .left .des,
.banner .rigth .des {
    font-size: 16px;
    color: #888;
}

.centan img {
    width: 47px;
    height: 73px;
}

.topjin {
    width: 100% !important;
    display: flex !important;
    /* overflow: unset !important; */
}

.jin {
    width: 16.666% !important;
    height: unset !important;
    margin: unset !important;
    overflow: unset !important;
}

.number {
    font-size: 60px !important;
    /* color: #e8edfa; */
    text-align: center !important;
    height: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ht {
    width: 100%;
    height: 13px;
    background-color: #e8edfa !important;
}

.ht .progressbar-fill {
    margin-left: -50% !important;
    background: #0039c7 !important;
}

#swiper2 {
    overflow: hidden;
}

.topjin .swiper-slide-active .number {
    color: #0039c7;
    ;
}

.topjin .swiper-slide-active .ht {
    background-color: #0039c7;
}

.topnav {
    top: 0;
}

.mo {
    display: none;
}

.pc {
    display: block;
}

.footer-firs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*display: flex;*/
    /*align-items: center;*/
    padding: 30px 0;
}

.div5div1div2div {
    background-image: url('/public/static/index/images/w2.png');
}

.div5div1div2title {
    color: #fff;
}

.div5div1div2text {
    color: #fff;
}

.newtongbox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
}

.sitemap {
    width: 100%;
    margin: 0 auto;
    background: #f3f3f3;
    color: #818181;
    line-height: 44px;
    height: 44px;
}

.sitemap-content {
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {

    .swiper-banner .swiper-slide img {
        height: auto;
		max-height: 340px;
        margin: auto;
    }
}

@media (max-width: 992px) {
    .footer-text {
        width: 50%;
    }

    .page-title {
        width: 100%;
        text-align: center;
    }

    .page-nav {
        width: 100%;
        justify-content: center;
    }

    .page-nav-btn {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
        padding: 6px;
    }

    .news-img {
        display: none;
    }


    .pro {
        width: calc(33.33% - 10px);
    }

    .pro:nth-child(4n) {
        margin-right: 10px;
    }

    .pro:nth-child(3n) {
        margin-right: 0
    }

    .well-pro {
        /*width: calc((100% - 20px) / 3);*/
    }

    .img {
        width: calc(33.33% - 10px);
    }

    .img:nth-child(4n) {
        margin-right: 10px;
    }

    .img:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .swiper-container6 {
        padding: 0 10px;
    }

    .swiper-wrapper6 {
        justify-content: space-between;
    }

    .div4 {
        background-size: 200% 100%;
        background-position: center;
    }

    .header1-2div,
    .headerlogotext2,
    .tongdian {
        padding: 0 10px;
    }

    .footer-firs {
        padding: 20px 10px;
    }

    .mo {

        display: block;
    }

    .pc {
        display: none !important;
    }

    .header {
        padding-top: 0;
    }

    .header1 {
        padding: 10px;
    }

    .nav-icon {
        font-size: 34px;
        margin-left: 0;
        font-weight: initial;
        color: #000;
    }

    .swiper-banner .swiper-slide img {
        height: 100%;
        max-height: 160px;
        width: 100%;
        margin: auto;
    }

    .header1-2div {
        width: 100%;
        font-size: 16px;
        display: flex;
        align-items: center;
        background: none;
        /*justify-content: space-between;*/
    }

    .search {
        display: none;
    }

    .div2content-youshi {
        height: auto;
        min-height: auto;
        padding-bottom: 20px;
    }

    .div2content-youshi img {
        width: 96%;
        margin: auto;
    }

    .div2content-ad {
        background-size: cover;
        height: 60px;
    }

    .head-logo {
        height: 44px;
        object-fit: cover;
        margin-right: unset;
        margin-left: unset;
    }

    .headerlogotext {
        height: 44px;
        margin-left: 16px;
    }

    .headerlogotext2 {
        /*padding-left: 0;*/
        font-size: 16px;
        padding-bottom: 6px;
        width: 100%;
    }

    .headerlogotext {
        display: flex;
        align-items: center;
    }

    .div1rightdiv2 a {
        width: 48%;
        margin-bottom: 10px;
    }

    .div1rightdiv2-div-img {
        width: 100%;
        max-width: unset;
        max-height: unset;
        margin-top: unset;
        line-height: 150px;
    }

    .div1rightdiv2-div-img img {
        width: 100%;
    }
    .kehu {
        text-align: center;padding: 0 20px;
    }
    .kehu strong {font-size: 16px;}

    .span1 {
        font-size: 16px;
    }

    .titletext1,
    .titletext2 {
        font-size: 16px;
        line-height: 24px;
    }

    .logotext2 {
        margin-left: 24px;
    }

    .header1-1div {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .navtopbtn {
        flex: 1;
    }

    .div1titletext {
        font-size: 16px;
    }

    .div1title2 {
        font-size: 16px;
        margin-top: 8px;
        line-height: unset;
        margin-bottom: 14px;
    }

    .div3-2 {
        padding:10px 0 20px;
    }

    .header1-2div-text2 {
        /*margin-left: 20px;*/
    }

    .footer-firs {
        display: flex;
    }

    .mocone {
        /*display: flex;align-items: center;justify-content: space-between;*/
    }

    .footer-down {
        padding: 10px 0;
    }

    .swiper-slide6 {
        margin-right: 1%;
        width: 48%;
    }

    .pro {
        width: calc(50% - 10px);
    }

    .div1title {
        margin-bottom: 32px;
    }

    /*.swiper-container6{*/
    /*	width: calc(100% - 120px);*/
    /*}*/
    .div1rightdiv2-a {
        max-width: unset;
    }

    .swiper-slide2,
    .div1rightdiv2-div {
        max-width: unset;
    }

    .div3content {
        min-height: unset;
        height: unset;
    }

    .div3content img {
        width: 96%;
    }

    .div3-2content-ad {
        min-height: 60px;
        background-size: cover;
    }

    .div3contentbg {
        min-height: unset;
    }

    .div3contentdiv {
        max-width: unset;
        padding: unset;
    }

    .div3contentdiv1 {
        width: 100%;
        height: unset;
    }

    .why {
        padding-bottom: 20px;
    }

    .why ul {
        flex-wrap: wrap;
        margin: 0 10px;
    }

    .why ul li {
        width: 49%;
    }

    .why h3 {
        line-height: 90px;
    }
    .why ul li span {
      font-size: 12px;
      margin-bottom: 10px;
    }

    .about-box {
        width: 96%;
    }

    .about-box {
        padding: 20px 0 10px 0;
        flex-wrap: wrap;
    }

    .about-image {
        width: 100% !important;
        height: auto !important;
    }

    .about-content {
        width: 100%;
        margin: 10px auto;
    }
    .about-content p {
        font-size: 14px;
        line-height: 1.6;
    }
    .about-swiper-item .div1rightdiv2-div {
        margin: auto;
    }

    .newtongbox {
        display: block;
        width: 96%;
    }

    .news-tab {
        display: none;
    }

    .tongdian {
        width: auto;
        height: auto;
    }

    .question {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .div3-duibi {
        display: none;
    }

    .div1 {
        padding: 0 0 30px;
    }

    .div2,
    .div3,
    .kppebox,
    .index-news {
        padding-top: 0px;
    }

    .div1title {
        margin-bottom: 0;
        padding-top: 10px;
    }

    #section-1 .content-slider .slider .banner {
        padding: 20px 30px !important;
    }

    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        display: flex;

        flex-direction: column;
    }

    .left,
    .rigth {
        width: 100%;
    }

    #section-1 .content-slider .slider {
        height: 500px !important;
    }

    .number {
        font-size: 60px !important;
    }

    .div3 {
        min-height: 450px;
    }

    .div1rightdiv2-title {
        margin-top: 14px;
    }

    .div1swiperdiv .div1rightdiv2-div-img img {
        height: 252px;
        object-fit: contain;
    }

    .div4content {
        flex-direction: column;
    }

    .div4text {
        min-height: unset;
        margin-bottom: 14px;
    }

    .swiper-button-prev6,
    .swiper-button-next6 {
        display: none;
    }

    .div4img img {
        width: 100%;
    }

    .div4content,
    .div4,
    .div1rightdiv2-a {
        height: unset;
    }

    .div5div1 {
        flex-direction: column-reverse;
    }

    .preview .arrow-left,
    .preview .arrow-right {
        display: none;
    }

    .div3contentdiv1content {
        max-height: unset;
    }

    #section-1 .content-slider nav .controls label {
        width: 33.33% !important;
        font-size: 24px !important;
    }

    .div1content-left {
        max-width: unset;
        margin-right: unset;
    }

    .div1leftdiv1 {
        height: unset;
    }

    .div1leftdiv2-title {
        flex-direction: column;
        align-items: unset;
        padding: 10px 0;
        height: unset;
        margin-bottom:4px;
        width: 49%;
    }
    .div1leftdiv2-divcontent a {
        color:#ffffff;
    }

    .div1leftdiv2 {
        height: unset;
        padding: 10px 0;
        margin-bottom: 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .div1content-right {
        margin-top: 20px;
    }
    .div1leftdiv2-div {
        display: flex;
        flex-direction: column;
    }

    .pro:nth-child(3n) {
        margin-right: 10px;
    }

    .pro:nth-child(2n) {
        margin-right: 0;
    }

    .pro-slide {
        width: 100%;
    }

    .pro-text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .well-pro {
        width: calc((100% - 10px) / 2);
    }

    .img {
        width: calc(50% - 10px);
    }

    .img:nth-child(3n) {
        margin-right: 10px;
    }

    .img:nth-child(2n) {
        margin-right: 0;
    }
    .page-tab { 
        padding:10px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .pro-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
    }
    .prolist-title {
        font-size: 14px;
    }
    .pagination .thisclass {
        position: relative;
        float: left;
        padding: 6px 9px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    .pagination>li>a, .pagination>li>span {
        padding: 6px 9px;
    }
    .tuijianbox {
        display: none;
    }
    .productbox {
        width:96%;margin:auto;
    }
    .mobile-p10 {
        width:96%;
        margin:auto;
    }
    .list-arc .news-title {
        font-size: 16px;display: inline;
    }
    .list-arc .news-desc {
        display: none;
    }
    .list-arc .news-look {
        margin-top:0;display: inline;margin-left: 4px;
    }
    .list-arc .news-look i {
        display: none;
    }
    .nav-text {
        padding: 15px 0;
    }
    .nav-list-btn {
        margin-left: 0;
        position: relative;
        border-left: 1px solid #397dff;
        width: 25%;
        text-align: center;
    }
    .nav-list-btn:first-child {
        border: none;
    }
    .header2 {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    footer {padding-top:40px}
}

@media (max-width: 480px) {
    .footer-text {
        width: 100%;
    }

    .pro {
        width: 48%;
        margin-right: 0
    }

    .pro:nth-child(3n) {
        margin-right: 0;
    }

    .pro-specs {
        width: 100%;
        padding-right: 0;
    }

    .well-pro {
        width: 100%;
    }

    .img {
        width: 100%;
        margin-right: 0
    }

    .img:nth-child(3n) {
        margin-right: 0;
    }

    .footer-top {
        text-align: center
    }
}